/* Minification failed. Returning unminified contents.
(67,26): run-time error CSS1036: Expected expression, found ';'
(10877,10): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,25): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,59): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,74): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,88): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,105): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,122): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,138): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,153): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,168): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,181): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,196): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,216): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,234): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,254): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,272): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,287): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,305): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,322): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,338): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,353): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,371): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,393): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,415): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,437): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,460): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10877,656): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body{margin:0px; padding:0px; position:relative;}

/* Fonts */
@font-face {
	font-family: 'ana';
	src: url('../fonts/ana-Regular.eot');
	src: local('☺'), url('../fonts/ana-Regular.woff') format('woff'), url('../fonts/ana-Regular.ttf') format('truetype'), url('../fonts/ana-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'monotn';
	src: url('fonts/Monoton-Regular.eot');
	src: local('☺'), url('../fonts/Monoton-Regular.woff') format('woff'), url('../fonts/Monoton-Regular.ttf') format('truetype'), url('../fonts/Monoton-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Margin */
.mrg-0x{margin:0px !important;}
.mrg-t-50px{margin-top:50px;}

/* Text - font size */
.text-0x{font-size:10px; font-family:ana;}
.text-1x{font-size:11px; font-family:ana;}
.text-2x{font-size:12px; font-family:ana;}
.text-3x{font-size:13px; font-family:ana;}
.text-4x{font-size:14px; font-family:ana;}
.text-5x{font-size:15px; font-family:ana;}
.text-6x{font-size:16px; font-family:ana;}
.text-7x{font-size:17px; font-family:ana;}
.text-8x{font-size:18px; font-family:ana;}
.text-9x{font-size:19px; font-family:ana;}

.text-20x{font-size:20px; font-family:ana;}
.text-25x{font-size:25px; font-family:ana;}
.text-40x{font-size:40px; font-family:ana;}

/* Text - color */
.text-red{color:#ff0000;}

/* Text - line height */
.line-h-20x{line-height:20px;}

/* Background Color */
.bg-orange{background-color:#ffc107;}

/* Height */
.height-100vh{min-height:calc(100vh - 0vh)}

/* Navigation Bar */
.custmr ul{margin:0px; padding:0px; list-style-type:none;}
.custmr ul li{padding:0px 7px; float:left; font-size:14px;}
.custmr ul li a{text-decoration:none;}

.navi{background-color:#212529;}
.navbar-brand > img{width:40%;}
.navbar-nav li{margin:0px 5px !important; font-family:ana; font-size:14px; display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.navbar-nav li a{padding:5px 10px !important;}
.navbar-nav li a{color:white !important;  transition:0.1s all ease-in-out;}
.navbar-nav li a:before{content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#ffc107; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.navbar-nav li a:hover, .navbar-nav li a:focus{color: white !important;}
.navbar-nav li a:hover:before, .navbar-nav li a:focus:before{-webkit-transform: scale(1); transform: scale(1);}

.mea-certi{position:absolute; z-index:1; top:35px; width:22%; left:225px;}
.text-pulse{white-space: ; opacity: 0.5; animation: pulse 1s linear alternate infinite;}
@keyframes pulse {
  to{opacity: 1;}
}

/* Banner */
.carousel-item img{height:auto; width:100%;}


/* box */
.box{width:100%; min-height:80px; float:left;}
.box-header, .box-footer{width:100%; min-height:30px; float:left;}
.box-body{width:100%; min-height:80px; float:left;}
.with-border{width:100%; float:left; border-bottom:1px solid #A9A9A9 !important; border:0px; border-style:dashed !important;}

/* Content */
.link ul{margin: 0px; padding: 0px; list-style-type: none; column-count:0;}
.link ul li{width: 100%; font-family:ana; font-size: 15px; padding: 5px 10px; color: black;}
.link ul li:before{content: "\ec57"; font-family: 'alicon'; display: inline-block; margin-left: -1em; padding: 0px 5px;}

.point ul{margin: 0px; padding: 0px; list-style-type: none; column-count:3;}
.point ul li{width: 100%; font-family:ana; font-size: 15px; padding: 5px 10px; color: black;}
.point ul li:before{content: "\ec57"; font-family: 'alicon'; display: inline-block; margin-left: -1em; padding: 0px 5px;}

@media only screen and (max-width:767px){
.custmr ul li{padding:0px 0px 0px 10px; font-size:11px;}
.navbar-nav li{text-align:center;}
.navbar-brand{width:50%;}
.navbar-brand > img{width:100%;}
.mea-certi{position:relative; width:100%; float:left; background:#242729; top:0px; left:0px;}
.point ul{column-count:1;}
}

@media only screen and (max-width:640px){
/* Text - font size */
.text-0x{font-size:10px; font-family:ana;}
.text-1x{font-size:11px; font-family:ana;}
.text-2x{font-size:12px; font-family:ana;}
.text-3x{font-size:12px; font-family:ana;}
.text-4x{font-size:12px; font-family:ana;}
.text-5x{font-size:13px; font-family:ana;}
.text-6x{font-size:13px; font-family:ana;}
.text-7x{font-size:14px; font-family:ana;}
.text-8x{font-size:15px; font-family:ana;}
.text-9x{font-size:15px; font-family:ana;}

.text-20x{font-size:20px; font-family:ana;}
.text-25x{font-size:18px; font-family:ana;}
.text-40x{font-size:30px; font-family:ana;}

.custmr ul li{padding:0px 0px 0px 5px; font-size:11px;}
.navbar-brand{width:50%;}
.navbar-brand > img{width:100%;}
.mea-certi{position:relative; width:100%; float:left; background:#242729; top:0px; left:0px;}
.mea-certi > .box, .mea-certi > .box > .box-body{min-height:10px; padding:4px !important;}
}
@font-face
{
 
  font-family: "alIcon";
font-weight: normal;
font-style: "Regular";
src: url("../fonts/alIcon.woff2") format("woff2"),
url("../fonts/alIcon.woff") format("woff");
}

[class^="alIcon-"], [class*=" alIcon-"]
{
  font-family: 'alIcon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.alIcon-angry-monster:before
{
  content: "\e800";
}

.alIcon-bathtub:before
{
  content: "\e801";
}

.alIcon-bird-wings:before
{
  content: "\e802";
}

.alIcon-bow:before
{
  content: "\e803";
}

.alIcon-castle:before
{
  content: "\e804";
}

.alIcon-circuit:before
{
  content: "\e805";
}

.alIcon-crown-king:before
{
  content: "\e806";
}

.alIcon-crown-queen:before
{
  content: "\e807";
}

.alIcon-dart:before
{
  content: "\e808";
}

.alIcon-disability-race:before
{
  content: "\e809";
}

.alIcon-diving-goggle:before
{
  content: "\e80a";
}

.alIcon-eye-open:before
{
  content: "\e80b";
}

.alIcon-flora-flower:before
{
  content: "\e80c";
}

.alIcon-flora:before
{
  content: "\e80d";
}

.alIcon-gift-box:before
{
  content: "\e80e";
}

.alIcon-halloween-pumpkin:before
{
  content: "\e80f";
}

.alIcon-hand-power:before
{
  content: "\e810";
}

.alIcon-hand-thunder:before
{
  content: "\e811";
}

.alIcon-king-monster:before
{
  content: "\e812";
}

.alIcon-love:before
{
  content: "\e813";
}

.alIcon-magician-hat:before
{
  content: "\e814";
}

.alIcon-native-american:before
{
  content: "\e815";
}

.alIcon-owl-look:before
{
  content: "\e816";
}

.alIcon-phoenix:before
{
  content: "\e817";
}

.alIcon-robot-face:before
{
  content: "\e818";
}

.alIcon-sand-clock:before
{
  content: "\e819";
}

.alIcon-shield-alt:before
{
  content: "\e81a";
}

.alIcon-ship-wheel:before
{
  content: "\e81b";
}

.alIcon-skull-danger:before
{
  content: "\e81c";
}

.alIcon-skull-face:before
{
  content: "\e81d";
}

.alIcon-snowmobile:before
{
  content: "\e81e";
}

.alIcon-space-shuttle:before
{
  content: "\e81f";
}

.alIcon-star-shape:before
{
  content: "\e820";
}

.alIcon-swirl:before
{
  content: "\e821";
}

.alIcon-tattoo-wing:before
{
  content: "\e822";
}

.alIcon-throne:before
{
  content: "\e823";
}

.alIcon-tree-alt:before
{
  content: "\e824";
}

.alIcon-triangle:before
{
  content: "\e825";
}

.alIcon-unity-hand:before
{
  content: "\e826";
}

.alIcon-weed:before
{
  content: "\e827";
}

.alIcon-woman-bird:before
{
  content: "\e828";
}

.alIcon-bat:before
{
  content: "\e829";
}

.alIcon-bear-face:before
{
  content: "\e82a";
}

.alIcon-bear-tracks:before
{
  content: "\e82b";
}

.alIcon-bear:before
{
  content: "\e82c";
}

.alIcon-bird-alt:before
{
  content: "\e82d";
}

.alIcon-bird-flying:before
{
  content: "\e82e";
}

.alIcon-bird:before
{
  content: "\e82f";
}

.alIcon-birds:before
{
  content: "\e830";
}

.alIcon-bone:before
{
  content: "\e831";
}

.alIcon-bull:before
{
  content: "\e832";
}

.alIcon-butterfly-alt:before
{
  content: "\e833";
}

.alIcon-butterfly:before
{
  content: "\e834";
}

.alIcon-camel-alt:before
{
  content: "\e835";
}

.alIcon-camel-head:before
{
  content: "\e836";
}

.alIcon-camel:before
{
  content: "\e837";
}

.alIcon-cat-alt-1:before
{
  content: "\e838";
}

.alIcon-cat-alt-2:before
{
  content: "\e839";
}

.alIcon-cat-alt-3:before
{
  content: "\e83a";
}

.alIcon-cat-dog:before
{
  content: "\e83b";
}

.alIcon-cat-face:before
{
  content: "\e83c";
}

.alIcon-cat:before
{
  content: "\e83d";
}

.alIcon-cow-head:before
{
  content: "\e83e";
}

.alIcon-cow:before
{
  content: "\e83f";
}

.alIcon-crab:before
{
  content: "\e840";
}

.alIcon-crocodile:before
{
  content: "\e841";
}

.alIcon-deer-head:before
{
  content: "\e842";
}

.alIcon-dog-alt:before
{
  content: "\e843";
}

.alIcon-dog-barking:before
{
  content: "\e844";
}

.alIcon-dog:before
{
  content: "\e845";
}

.alIcon-dolphin:before
{
  content: "\e846";
}

.alIcon-duck-tracks:before
{
  content: "\e847";
}

.alIcon-eagle-head:before
{
  content: "\e848";
}

.alIcon-eaten-fish:before
{
  content: "\e849";
}

.alIcon-elephant-alt:before
{
  content: "\e84a";
}

.alIcon-elephant-head-alt:before
{
  content: "\e84b";
}

.alIcon-elephant-head:before
{
  content: "\e84c";
}

.alIcon-elephant:before
{
  content: "\e84d";
}

.alIcon-elk:before
{
  content: "\e84e";
}

.alIcon-fish-1:before
{
  content: "\e84f";
}

.alIcon-fish-2:before
{
  content: "\e850";
}

.alIcon-fish-3:before
{
  content: "\e851";
}

.alIcon-fish-4:before
{
  content: "\e852";
}

.alIcon-fish-5:before
{
  content: "\e853";
}

.alIcon-fish:before
{
  content: "\e854";
}

.alIcon-fox-alt:before
{
  content: "\e855";
}

.alIcon-fox:before
{
  content: "\e856";
}

.alIcon-frog-tracks:before
{
  content: "\e857";
}

.alIcon-frog:before
{
  content: "\e858";
}

.alIcon-froggy:before
{
  content: "\e859";
}

.alIcon-giraffe-head-1:before
{
  content: "\e85a";
}

.alIcon-giraffe-head-2:before
{
  content: "\e85b";
}

.alIcon-giraffe-head:before
{
  content: "\e85c";
}

.alIcon-giraffe:before
{
  content: "\e85d";
}

.alIcon-goat-head:before
{
  content: "\e85e";
}

.alIcon-gorilla:before
{
  content: "\e85f";
}

.alIcon-hen-tracks:before
{
  content: "\e860";
}

.alIcon-horse-head-1:before
{
  content: "\e861";
}

.alIcon-horse-head-2:before
{
  content: "\e862";
}

.alIcon-horse-head:before
{
  content: "\e863";
}

.alIcon-horse-tracks:before
{
  content: "\e864";
}

.alIcon-jellyfish:before
{
  content: "\e865";
}

.alIcon-kangaroo:before
{
  content: "\e866";
}

.alIcon-lemur:before
{
  content: "\e867";
}

.alIcon-lion-head-1:before
{
  content: "\e868";
}

.alIcon-lion-head-2:before
{
  content: "\e869";
}

.alIcon-lion-head:before
{
  content: "\e86a";
}

.alIcon-lion:before
{
  content: "\e86b";
}

.alIcon-monkey-2:before
{
  content: "\e86c";
}

.alIcon-monkey-3:before
{
  content: "\e86d";
}

.alIcon-monkey-face:before
{
  content: "\e86e";
}

.alIcon-monkey:before
{
  content: "\e86f";
}

.alIcon-octopus-alt:before
{
  content: "\e870";
}

.alIcon-octopus:before
{
  content: "\e871";
}

.alIcon-owl:before
{
  content: "\e872";
}

.alIcon-panda-face:before
{
  content: "\e873";
}

.alIcon-panda:before
{
  content: "\e874";
}

.alIcon-panther:before
{
  content: "\e875";
}

.alIcon-parrot-lip:before
{
  content: "\e876";
}

.alIcon-parrot:before
{
  content: "\e877";
}

.alIcon-paw:before
{
  content: "\e878";
}

.alIcon-pelican:before
{
  content: "\e879";
}

.alIcon-penguin:before
{
  content: "\e87a";
}

.alIcon-pig-face:before
{
  content: "\e87b";
}

.alIcon-pig:before
{
  content: "\e87c";
}

.alIcon-pigeon-1:before
{
  content: "\e87d";
}

.alIcon-pigeon-2:before
{
  content: "\e87e";
}

.alIcon-pigeon:before
{
  content: "\e87f";
}

.alIcon-rabbit:before
{
  content: "\e880";
}

.alIcon-rat:before
{
  content: "\e881";
}

.alIcon-rhino-head:before
{
  content: "\e882";
}

.alIcon-rhino:before
{
  content: "\e883";
}

.alIcon-rooster:before
{
  content: "\e884";
}

.alIcon-seahorse:before
{
  content: "\e885";
}

.alIcon-seal:before
{
  content: "\e886";
}

.alIcon-shrimp-alt:before
{
  content: "\e887";
}

.alIcon-shrimp:before
{
  content: "\e888";
}

.alIcon-snail-1:before
{
  content: "\e889";
}

.alIcon-snail-2:before
{
  content: "\e88a";
}

.alIcon-snail-3:before
{
  content: "\e88b";
}

.alIcon-snail:before
{
  content: "\e88c";
}

.alIcon-snake:before
{
  content: "\e88d";
}

.alIcon-squid:before
{
  content: "\e88e";
}

.alIcon-squirrel:before
{
  content: "\e88f";
}

.alIcon-tiger-face:before
{
  content: "\e890";
}

.alIcon-tiger:before
{
  content: "\e891";
}

.alIcon-turtle:before
{
  content: "\e892";
}

.alIcon-whale:before
{
  content: "\e893";
}

.alIcon-woodpecker:before
{
  content: "\e894";
}

.alIcon-zebra:before
{
  content: "\e895";
}

.alIcon-brand-acer:before
{
  content: "\e896";
}

.alIcon-brand-adidas:before
{
  content: "\e897";
}

.alIcon-brand-adobe:before
{
  content: "\e898";
}

.alIcon-brand-air-new-zealand:before
{
  content: "\e899";
}

.alIcon-brand-airbnb:before
{
  content: "\e89a";
}

.alIcon-brand-aircell:before
{
  content: "\e89b";
}

.alIcon-brand-airtel:before
{
  content: "\e89c";
}

.alIcon-brand-alcatel:before
{
  content: "\e89d";
}

.alIcon-brand-alibaba:before
{
  content: "\e89e";
}

.alIcon-brand-aliexpress:before
{
  content: "\e89f";
}

.alIcon-brand-alipay:before
{
  content: "\e8a0";
}

.alIcon-brand-amazon:before
{
  content: "\e8a1";
}

.alIcon-brand-amd:before
{
  content: "\e8a2";
}

.alIcon-brand-american-airlines:before
{
  content: "\e8a3";
}

.alIcon-brand-android-robot:before
{
  content: "\e8a4";
}

.alIcon-brand-android:before
{
  content: "\e8a5";
}

.alIcon-brand-aol:before
{
  content: "\e8a6";
}

.alIcon-brand-apple:before
{
  content: "\e8a7";
}

.alIcon-brand-appstore:before
{
  content: "\e8a8";
}

.alIcon-brand-asus:before
{
  content: "\e8a9";
}

.alIcon-brand-ati:before
{
  content: "\e8aa";
}

.alIcon-brand-att:before
{
  content: "\e8ab";
}

.alIcon-brand-audi:before
{
  content: "\e8ac";
}

.alIcon-brand-axiata:before
{
  content: "\e8ad";
}

.alIcon-brand-bada:before
{
  content: "\e8ae";
}

.alIcon-brand-bbc:before
{
  content: "\e8af";
}

.alIcon-brand-bing:before
{
  content: "\e8b0";
}

.alIcon-brand-blackberry:before
{
  content: "\e8b1";
}

.alIcon-brand-bmw:before
{
  content: "\e8b2";
}

.alIcon-brand-box:before
{
  content: "\e8b3";
}

.alIcon-brand-burger-king:before
{
  content: "\e8b4";
}

.alIcon-brand-business-insider:before
{
  content: "\e8b5";
}

.alIcon-brand-buzzfeed:before
{
  content: "\e8b6";
}

.alIcon-brand-cannon:before
{
  content: "\e8b7";
}

.alIcon-brand-casio:before
{
  content: "\e8b8";
}

.alIcon-brand-china-mobile:before
{
  content: "\e8b9";
}

.alIcon-brand-china-telecom:before
{
  content: "\e8ba";
}

.alIcon-brand-china-unicom:before
{
  content: "\e8bb";
}

.alIcon-brand-cisco:before
{
  content: "\e8bc";
}

.alIcon-brand-citibank:before
{
  content: "\e8bd";
}

.alIcon-brand-cnet:before
{
  content: "\e8be";
}

.alIcon-brand-cnn:before
{
  content: "\e8bf";
}

.alIcon-brand-cocal-cola:before
{
  content: "\e8c0";
}

.alIcon-brand-compaq:before
{
  content: "\e8c1";
}

.alIcon-brand-debian:before
{
  content: "\e8c2";
}

.alIcon-brand-delicious:before
{
  content: "\e8c3";
}

.alIcon-brand-dell:before
{
  content: "\e8c4";
}

.alIcon-brand-designbump:before
{
  content: "\e8c5";
}

.alIcon-brand-designfloat:before
{
  content: "\e8c6";
}

.alIcon-brand-disney:before
{
  content: "\e8c7";
}

.alIcon-brand-dodge:before
{
  content: "\e8c8";
}

.alIcon-brand-dove:before
{
  content: "\e8c9";
}

.alIcon-brand-drupal:before
{
  content: "\e8ca";
}

.alIcon-brand-ebay:before
{
  content: "\e8cb";
}

.alIcon-brand-eleven:before
{
  content: "\e8cc";
}

.alIcon-brand-emirates:before
{
  content: "\e8cd";
}

.alIcon-brand-espn:before
{
  content: "\e8ce";
}

.alIcon-brand-etihad-airways:before
{
  content: "\e8cf";
}

.alIcon-brand-etisalat:before
{
  content: "\e8d0";
}

.alIcon-brand-etsy:before
{
  content: "\e8d1";
}

.alIcon-brand-fastrack:before
{
  content: "\e8d2";
}

.alIcon-brand-fedex:before
{
  content: "\e8d3";
}

.alIcon-brand-ferrari:before
{
  content: "\e8d4";
}

.alIcon-brand-fitbit:before
{
  content: "\e8d5";
}

.alIcon-brand-flikr:before
{
  content: "\e8d6";
}

.alIcon-brand-forbes:before
{
  content: "\e8d7";
}

.alIcon-brand-foursquare:before
{
  content: "\e8d8";
}

.alIcon-brand-foxconn:before
{
  content: "\e8d9";
}

.alIcon-brand-fujitsu:before
{
  content: "\e8da";
}

.alIcon-brand-general-electric:before
{
  content: "\e8db";
}

.alIcon-brand-gillette:before
{
  content: "\e8dc";
}

.alIcon-brand-gizmodo:before
{
  content: "\e8dd";
}

.alIcon-brand-gnome:before
{
  content: "\e8de";
}

.alIcon-brand-google:before
{
  content: "\e8df";
}

.alIcon-brand-gopro:before
{
  content: "\e8e0";
}

.alIcon-brand-gucci:before
{
  content: "\e8e1";
}

.alIcon-brand-hallmark:before
{
  content: "\e8e2";
}

.alIcon-brand-hi5:before
{
  content: "\e8e3";
}

.alIcon-brand-honda:before
{
  content: "\e8e4";
}

.alIcon-brand-hp:before
{
  content: "\e8e5";
}

.alIcon-brand-hsbc:before
{
  content: "\e8e6";
}

.alIcon-brand-htc:before
{
  content: "\e8e7";
}

.alIcon-brand-huawei:before
{
  content: "\e8e8";
}

.alIcon-brand-hulu:before
{
  content: "\e8e9";
}

.alIcon-brand-hyundai:before
{
  content: "\e8ea";
}

.alIcon-brand-ibm:before
{
  content: "\e8eb";
}

.alIcon-brand-alIcon:before
{
  content: "\e8ec";
}

.alIcon-brand-icq:before
{
  content: "\e8ed";
}

.alIcon-brand-ikea:before
{
  content: "\e8ee";
}

.alIcon-brand-imdb:before
{
  content: "\e8ef";
}

.alIcon-brand-indiegogo:before
{
  content: "\e8f0";
}

.alIcon-brand-intel:before
{
  content: "\e8f1";
}

.alIcon-brand-ipair:before
{
  content: "\e8f2";
}

.alIcon-brand-jaguar:before
{
  content: "\e8f3";
}

.alIcon-brand-java:before
{
  content: "\e8f4";
}

.alIcon-brand-joomla:before
{
  content: "\e8f5";
}

.alIcon-brand-kickstarter:before
{
  content: "\e8f6";
}

.alIcon-brand-kik:before
{
  content: "\e8f7";
}

.alIcon-brand-lastfm:before
{
  content: "\e8f8";
}

.alIcon-brand-lego:before
{
  content: "\e8f9";
}

.alIcon-brand-lenovo:before
{
  content: "\e8fa";
}

.alIcon-brand-levis:before
{
  content: "\e8fb";
}

.alIcon-brand-lexus:before
{
  content: "\e8fc";
}

.alIcon-brand-lg:before
{
  content: "\e8fd";
}

.alIcon-brand-life-hacker:before
{
  content: "\e8fe";
}

.alIcon-brand-linux-mint:before
{
  content: "\e8ff";
}

.alIcon-brand-linux:before
{
  content: "\e900";
}

.alIcon-brand-lionix:before
{
  content: "\e901";
}

.alIcon-brand-loreal:before
{
  content: "\e902";
}

.alIcon-brand-louis-vuitton:before
{
  content: "\e903";
}

.alIcon-brand-mac-os:before
{
  content: "\e904";
}

.alIcon-brand-marvel-app:before
{
  content: "\e905";
}

.alIcon-brand-mashable:before
{
  content: "\e906";
}

.alIcon-brand-mazda:before
{
  content: "\e907";
}

.alIcon-brand-mcdonals:before
{
  content: "\e908";
}

.alIcon-brand-mercedes:before
{
  content: "\e909";
}

.alIcon-brand-micromax:before
{
  content: "\e90a";
}

.alIcon-brand-microsoft:before
{
  content: "\e90b";
}

.alIcon-brand-mobileme:before
{
  content: "\e90c";
}

.alIcon-brand-mobily:before
{
  content: "\e90d";
}

.alIcon-brand-motorola:before
{
  content: "\e90e";
}

.alIcon-brand-msi:before
{
  content: "\e90f";
}

.alIcon-brand-mts:before
{
  content: "\e910";
}

.alIcon-brand-myspace:before
{
  content: "\e911";
}

.alIcon-brand-mytv:before
{
  content: "\e912";
}

.alIcon-brand-nasa:before
{
  content: "\e913";
}

.alIcon-brand-natgeo:before
{
  content: "\e914";
}

.alIcon-brand-nbc:before
{
  content: "\e915";
}

.alIcon-brand-nescafe:before
{
  content: "\e916";
}

.alIcon-brand-nestle:before
{
  content: "\e917";
}

.alIcon-brand-netflix:before
{
  content: "\e918";
}

.alIcon-brand-nexus:before
{
  content: "\e919";
}

.alIcon-brand-nike:before
{
  content: "\e91a";
}

.alIcon-brand-nokia:before
{
  content: "\e91b";
}

.alIcon-brand-nvidia:before
{
  content: "\e91c";
}

.alIcon-brand-omega:before
{
  content: "\e91d";
}

.alIcon-brand-opensuse:before
{
  content: "\e91e";
}

.alIcon-brand-oracle:before
{
  content: "\e91f";
}

.alIcon-brand-panasonic:before
{
  content: "\e920";
}

.alIcon-brand-paypal:before
{
  content: "\e921";
}

.alIcon-brand-pepsi:before
{
  content: "\e922";
}

.alIcon-brand-philips:before
{
  content: "\e923";
}

.alIcon-brand-pizza-hut:before
{
  content: "\e924";
}

.alIcon-brand-playstation:before
{
  content: "\e925";
}

.alIcon-brand-puma:before
{
  content: "\e926";
}

.alIcon-brand-qatar-air:before
{
  content: "\e927";
}

.alIcon-brand-qvc:before
{
  content: "\e928";
}

.alIcon-brand-readernaut:before
{
  content: "\e929";
}

.alIcon-brand-redbull:before
{
  content: "\e92a";
}

.alIcon-brand-reebok:before
{
  content: "\e92b";
}

.alIcon-brand-reuters:before
{
  content: "\e92c";
}

.alIcon-brand-samsung:before
{
  content: "\e92d";
}

.alIcon-brand-sap:before
{
  content: "\e92e";
}

.alIcon-brand-saudia-airlines:before
{
  content: "\e92f";
}

.alIcon-brand-scribd:before
{
  content: "\e930";
}

.alIcon-brand-shell:before
{
  content: "\e931";
}

.alIcon-brand-siemens:before
{
  content: "\e932";
}

.alIcon-brand-sk-telecom:before
{
  content: "\e933";
}

.alIcon-brand-slideshare:before
{
  content: "\e934";
}

.alIcon-brand-smashing-magazine:before
{
  content: "\e935";
}

.alIcon-brand-snapchat:before
{
  content: "\e936";
}

.alIcon-brand-sony-ericsson:before
{
  content: "\e937";
}

.alIcon-brand-sony:before
{
  content: "\e938";
}

.alIcon-brand-soundcloud:before
{
  content: "\e939";
}

.alIcon-brand-sprint:before
{
  content: "\e93a";
}

.alIcon-brand-squidoo:before
{
  content: "\e93b";
}

.alIcon-brand-starbucks:before
{
  content: "\e93c";
}

.alIcon-brand-stc:before
{
  content: "\e93d";
}

.alIcon-brand-steam:before
{
  content: "\e93e";
}

.alIcon-brand-suzuki:before
{
  content: "\e93f";
}

.alIcon-brand-symbian:before
{
  content: "\e940";
}

.alIcon-brand-t-mobile:before
{
  content: "\e941";
}

.alIcon-brand-tango:before
{
  content: "\e942";
}

.alIcon-brand-target:before
{
  content: "\e943";
}

.alIcon-brand-tata-indicom:before
{
  content: "\e944";
}

.alIcon-brand-techcrunch:before
{
  content: "\e945";
}

.alIcon-brand-telenor:before
{
  content: "\e946";
}

.alIcon-brand-teliasonera:before
{
  content: "\e947";
}

.alIcon-brand-tesla:before
{
  content: "\e948";
}

.alIcon-brand-the-verge:before
{
  content: "\e949";
}

.alIcon-brand-thenextweb:before
{
  content: "\e94a";
}

.alIcon-brand-toshiba:before
{
  content: "\e94b";
}

.alIcon-brand-toyota:before
{
  content: "\e94c";
}

.alIcon-brand-tribenet:before
{
  content: "\e94d";
}

.alIcon-brand-ubuntu:before
{
  content: "\e94e";
}

.alIcon-brand-unilever:before
{
  content: "\e94f";
}

.alIcon-brand-vaio:before
{
  content: "\e950";
}

.alIcon-brand-verizon:before
{
  content: "\e951";
}

.alIcon-brand-viber:before
{
  content: "\e952";
}

.alIcon-brand-vodafone:before
{
  content: "\e953";
}

.alIcon-brand-volkswagen:before
{
  content: "\e954";
}

.alIcon-brand-walmart:before
{
  content: "\e955";
}

.alIcon-brand-warnerbros:before
{
  content: "\e956";
}

.alIcon-brand-whatsapp:before
{
  content: "\e957";
}

.alIcon-brand-wikipedia:before
{
  content: "\e958";
}

.alIcon-brand-windows:before
{
  content: "\e959";
}

.alIcon-brand-wire:before
{
  content: "\e95a";
}

.alIcon-brand-wordpress:before
{
  content: "\e95b";
}

.alIcon-brand-xiaomi:before
{
  content: "\e95c";
}

.alIcon-brand-yahoobuzz:before
{
  content: "\e95d";
}

.alIcon-brand-yamaha:before
{
  content: "\e95e";
}

.alIcon-brand-youtube:before
{
  content: "\e95f";
}

.alIcon-brand-zain:before
{
  content: "\e960";
}

.alIcon-bank-alt:before
{
  content: "\e961";
}

.alIcon-bank:before
{
  content: "\e962";
}

.alIcon-barcode:before
{
  content: "\e963";
}

.alIcon-bill-alt:before
{
  content: "\e964";
}

.alIcon-billboard:before
{
  content: "\e965";
}

.alIcon-briefcase-1:before
{
  content: "\e966";
}

.alIcon-briefcase-2:before
{
  content: "\e967";
}

.alIcon-businessman:before
{
  content: "\e968";
}

.alIcon-businesswoman:before
{
  content: "\e969";
}

.alIcon-chair:before
{
  content: "\e96a";
}

.alIcon-coins:before
{
  content: "\e96b";
}

.alIcon-company:before
{
  content: "\e96c";
}

.alIcon-contact-add:before
{
  content: "\e96d";
}

.alIcon-files-stack:before
{
  content: "\e96e";
}

.alIcon-handshake-deal:before
{
  content: "\e96f";
}

.alIcon-id-card:before
{
  content: "\e970";
}

.alIcon-meeting-add:before
{
  content: "\e971";
}

.alIcon-money-bag:before
{
  content: "\e972";
}

.alIcon-pie-chart:before
{
  content: "\e973";
}

.alIcon-presentation-alt:before
{
  content: "\e974";
}

.alIcon-presentation:before
{
  content: "\e975";
}

.alIcon-stamp:before
{
  content: "\e976";
}

.alIcon-stock-mobile:before
{
  content: "\e977";
}

.alIcon-chart-arrows-axis:before
{
  content: "\e978";
}

.alIcon-chart-bar-graph:before
{
  content: "\e979";
}

.alIcon-chart-flow-1:before
{
  content: "\e97a";
}

.alIcon-chart-flow-2:before
{
  content: "\e97b";
}

.alIcon-chart-flow:before
{
  content: "\e97c";
}

.alIcon-chart-growth:before
{
  content: "\e97d";
}

.alIcon-chart-histogram-alt:before
{
  content: "\e97e";
}

.alIcon-chart-histogram:before
{
  content: "\e97f";
}

.alIcon-chart-line-alt:before
{
  content: "\e980";
}

.alIcon-chart-line:before
{
  content: "\e981";
}

.alIcon-chart-pie-alt:before
{
  content: "\e982";
}

.alIcon-chart-pie:before
{
  content: "\e983";
}

.alIcon-chart-radar-graph:before
{
  content: "\e984";
}

.alIcon-architecture-alt:before
{
  content: "\e985";
}

.alIcon-architecture:before
{
  content: "\e986";
}

.alIcon-barricade:before
{
  content: "\e987";
}

.alIcon-bolt:before
{
  content: "\e988";
}

.alIcon-bricks:before
{
  content: "\e989";
}

.alIcon-building-alt:before
{
  content: "\e98a";
}

.alIcon-bull-dozer:before
{
  content: "\e98b";
}

.alIcon-calculations:before
{
  content: "\e98c";
}

.alIcon-cement-mix:before
{
  content: "\e98d";
}

.alIcon-cement-mixer:before
{
  content: "\e98e";
}

.alIcon-concrete-mixer:before
{
  content: "\e98f";
}

.alIcon-danger-zone:before
{
  content: "\e990";
}

.alIcon-drill:before
{
  content: "\e991";
}

.alIcon-eco-energy:before
{
  content: "\e992";
}

.alIcon-eco-environmen:before
{
  content: "\e993";
}

.alIcon-energy-air:before
{
  content: "\e994";
}

.alIcon-energy-oil:before
{
  content: "\e995";
}

.alIcon-energy-savings:before
{
  content: "\e996";
}

.alIcon-energy-solar:before
{
  content: "\e997";
}

.alIcon-energy-water:before
{
  content: "\e998";
}

.alIcon-engineer:before
{
  content: "\e999";
}

.alIcon-fire-extinguisher-alt:before
{
  content: "\e99a";
}

.alIcon-fire-extinguisher:before
{
  content: "\e99b";
}

.alIcon-fix-tools:before
{
  content: "\e99c";
}

.alIcon-fork-lift:before
{
  content: "\e99d";
}

.alIcon-glue-oil:before
{
  content: "\e99e";
}

.alIcon-hammer-alt:before
{
  content: "\e99f";
}

.alIcon-hammer:before
{
  content: "\e9a0";
}

.alIcon-help-robot:before
{
  content: "\e9a1";
}

.alIcon-industries-1:before
{
  content: "\e9a2";
}

.alIcon-industries-2:before
{
  content: "\e9a3";
}

.alIcon-industries-3:before
{
  content: "\e9a4";
}

.alIcon-industries-4:before
{
  content: "\e9a5";
}

.alIcon-industries-5:before
{
  content: "\e9a6";
}

.alIcon-industries:before
{
  content: "\e9a7";
}

.alIcon-labour:before
{
  content: "\e9a8";
}

.alIcon-mining:before
{
  content: "\e9a9";
}

.alIcon-paint-brush:before
{
  content: "\e9aa";
}

.alIcon-pollution:before
{
  content: "\e9ab";
}

.alIcon-power-zone:before
{
  content: "\e9ac";
}

.alIcon-radio-active:before
{
  content: "\e9ad";
}

.alIcon-recycle-alt:before
{
  content: "\e9ae";
}

.alIcon-recycling-man:before
{
  content: "\e9af";
}

.alIcon-safety-hat-light:before
{
  content: "\e9b0";
}

.alIcon-safety-hat:before
{
  content: "\e9b1";
}

.alIcon-saw:before
{
  content: "\e9b2";
}

.alIcon-screw-driver:before
{
  content: "\e9b3";
}

.alIcon-tools-1:before
{
  content: "\e9b4";
}

.alIcon-tools-bag:before
{
  content: "\e9b5";
}

.alIcon-tow-truck:before
{
  content: "\e9b6";
}

.alIcon-trolley:before
{
  content: "\e9b7";
}

.alIcon-trowel:before
{
  content: "\e9b8";
}

.alIcon-under-construction-alt:before
{
  content: "\e9b9";
}

.alIcon-under-construction:before
{
  content: "\e9ba";
}

.alIcon-vehicle-cement:before
{
  content: "\e9bb";
}

.alIcon-vehicle-crane:before
{
  content: "\e9bc";
}

.alIcon-vehicle-delivery-van:before
{
  content: "\e9bd";
}

.alIcon-vehicle-dozer:before
{
  content: "\e9be";
}

.alIcon-vehicle-excavator:before
{
  content: "\e9bf";
}

.alIcon-vehicle-trucktor:before
{
  content: "\e9c0";
}

.alIcon-vehicle-wrecking:before
{
  content: "\e9c1";
}

.alIcon-worker:before
{
  content: "\e9c2";
}

.alIcon-workers-group:before
{
  content: "\e9c3";
}

.alIcon-wrench:before
{
  content: "\e9c4";
}

.alIcon-afghani-false:before
{
  content: "\e9c5";
}

.alIcon-afghani-minus:before
{
  content: "\e9c6";
}

.alIcon-afghani-plus:before
{
  content: "\e9c7";
}

.alIcon-afghani-true:before
{
  content: "\e9c8";
}

.alIcon-afghani:before
{
  content: "\e9c9";
}

.alIcon-baht-false:before
{
  content: "\e9ca";
}

.alIcon-baht-minus:before
{
  content: "\e9cb";
}

.alIcon-baht-plus:before
{
  content: "\e9cc";
}

.alIcon-baht-true:before
{
  content: "\e9cd";
}

.alIcon-baht:before
{
  content: "\e9ce";
}

.alIcon-bitcoin-false:before
{
  content: "\e9cf";
}

.alIcon-bitcoin-minus:before
{
  content: "\e9d0";
}

.alIcon-bitcoin-plus:before
{
  content: "\e9d1";
}

.alIcon-bitcoin-true:before
{
  content: "\e9d2";
}

.alIcon-bitcoin:before
{
  content: "\e9d3";
}

.alIcon-dollar-flase:before
{
  content: "\e9d4";
}

.alIcon-dollar-minus:before
{
  content: "\e9d5";
}

.alIcon-dollar-plus:before
{
  content: "\e9d6";
}

.alIcon-dollar-true:before
{
  content: "\e9d7";
}

.alIcon-dollar:before
{
  content: "\e9d8";
}

.alIcon-dong-false:before
{
  content: "\e9d9";
}

.alIcon-dong-minus:before
{
  content: "\e9da";
}

.alIcon-dong-plus:before
{
  content: "\e9db";
}

.alIcon-dong-true:before
{
  content: "\e9dc";
}

.alIcon-dong:before
{
  content: "\e9dd";
}

.alIcon-euro-false:before
{
  content: "\e9de";
}

.alIcon-euro-minus:before
{
  content: "\e9df";
}

.alIcon-euro-plus:before
{
  content: "\e9e0";
}

.alIcon-euro-true:before
{
  content: "\e9e1";
}

.alIcon-euro:before
{
  content: "\e9e2";
}

.alIcon-frank-false:before
{
  content: "\e9e3";
}

.alIcon-frank-minus:before
{
  content: "\e9e4";
}

.alIcon-frank-plus:before
{
  content: "\e9e5";
}

.alIcon-frank-true:before
{
  content: "\e9e6";
}

.alIcon-frank:before
{
  content: "\e9e7";
}

.alIcon-hryvnia-false:before
{
  content: "\e9e8";
}

.alIcon-hryvnia-minus:before
{
  content: "\e9e9";
}

.alIcon-hryvnia-plus:before
{
  content: "\e9ea";
}

.alIcon-hryvnia-true:before
{
  content: "\e9eb";
}

.alIcon-hryvnia:before
{
  content: "\e9ec";
}

.alIcon-lira-false:before
{
  content: "\e9ed";
}

.alIcon-lira-minus:before
{
  content: "\e9ee";
}

.alIcon-lira-plus:before
{
  content: "\e9ef";
}

.alIcon-lira-true:before
{
  content: "\e9f0";
}

.alIcon-lira:before
{
  content: "\e9f1";
}

.alIcon-peseta-false:before
{
  content: "\e9f2";
}

.alIcon-peseta-minus:before
{
  content: "\e9f3";
}

.alIcon-peseta-plus:before
{
  content: "\e9f4";
}

.alIcon-peseta-true:before
{
  content: "\e9f5";
}

.alIcon-peseta:before
{
  content: "\e9f6";
}

.alIcon-peso-false:before
{
  content: "\e9f7";
}

.alIcon-peso-minus:before
{
  content: "\e9f8";
}

.alIcon-peso-plus:before
{
  content: "\e9f9";
}

.alIcon-peso-true:before
{
  content: "\e9fa";
}

.alIcon-peso:before
{
  content: "\e9fb";
}

.alIcon-pound-false:before
{
  content: "\e9fc";
}

.alIcon-pound-minus:before
{
  content: "\e9fd";
}

.alIcon-pound-plus:before
{
  content: "\e9fe";
}

.alIcon-pound-true:before
{
  content: "\e9ff";
}

.alIcon-pound:before
{
  content: "\ea00";
}

.alIcon-renminbi-false:before
{
  content: "\ea01";
}

.alIcon-renminbi-minus:before
{
  content: "\ea02";
}

.alIcon-renminbi-plus:before
{
  content: "\ea03";
}

.alIcon-renminbi-true:before
{
  content: "\ea04";
}

.alIcon-renminbi:before
{
  content: "\ea05";
}

.alIcon-riyal-false:before
{
  content: "\ea06";
}

.alIcon-riyal-minus:before
{
  content: "\ea07";
}

.alIcon-riyal-plus:before
{
  content: "\ea08";
}

.alIcon-riyal-true:before
{
  content: "\ea09";
}

.alIcon-riyal:before
{
  content: "\ea0a";
}

.alIcon-rouble-false:before
{
  content: "\ea0b";
}

.alIcon-rouble-minus:before
{
  content: "\ea0c";
}

.alIcon-rouble-plus:before
{
  content: "\ea0d";
}

.alIcon-rouble-true:before
{
  content: "\ea0e";
}

.alIcon-rouble:before
{
  content: "\ea0f";
}

.alIcon-rupee-false:before
{
  content: "\ea10";
}

.alIcon-rupee-minus:before
{
  content: "\ea11";
}

.alIcon-rupee-plus:before
{
  content: "\ea12";
}

.alIcon-rupee-true:before
{
  content: "\ea13";
}

.alIcon-rupee:before
{
  content: "\ea14";
}

.alIcon-taka-false:before
{
  content: "\ea15";
}

.alIcon-taka-minus:before
{
  content: "\ea16";
}

.alIcon-taka-plus:before
{
  content: "\ea17";
}

.alIcon-taka-true:before
{
  content: "\ea18";
}

.alIcon-taka:before
{
  content: "\ea19";
}

.alIcon-turkish-lira-false:before
{
  content: "\ea1a";
}

.alIcon-turkish-lira-minus:before
{
  content: "\ea1b";
}

.alIcon-turkish-lira-plus:before
{
  content: "\ea1c";
}

.alIcon-turkish-lira-true:before
{
  content: "\ea1d";
}

.alIcon-turkish-lira:before
{
  content: "\ea1e";
}

.alIcon-won-false:before
{
  content: "\ea1f";
}

.alIcon-won-minus:before
{
  content: "\ea20";
}

.alIcon-won-plus:before
{
  content: "\ea21";
}

.alIcon-won-true:before
{
  content: "\ea22";
}

.alIcon-won:before
{
  content: "\ea23";
}

.alIcon-yen-false:before
{
  content: "\ea24";
}

.alIcon-yen-minus:before
{
  content: "\ea25";
}

.alIcon-yen-plus:before
{
  content: "\ea26";
}

.alIcon-yen-true:before
{
  content: "\ea27";
}

.alIcon-yen:before
{
  content: "\ea28";
}

.alIcon-android-nexus:before
{
  content: "\ea29";
}

.alIcon-android-tablet:before
{
  content: "\ea2a";
}

.alIcon-apple-watch:before
{
  content: "\ea2b";
}

.alIcon-drawing-tablet:before
{
  content: "\ea2c";
}

.alIcon-earphone:before
{
  content: "\ea2d";
}

.alIcon-flash-drive:before
{
  content: "\ea2e";
}

.alIcon-game-console:before
{
  content: "\ea2f";
}

.alIcon-game-controller:before
{
  content: "\ea30";
}

.alIcon-game-pad:before
{
  content: "\ea31";
}

.alIcon-game:before
{
  content: "\ea32";
}

.alIcon-headphone-alt-1:before
{
  content: "\ea33";
}

.alIcon-headphone-alt-2:before
{
  content: "\ea34";
}

.alIcon-headphone-alt-3:before
{
  content: "\ea35";
}

.alIcon-headphone-alt:before
{
  content: "\ea36";
}

.alIcon-headphone:before
{
  content: "\ea37";
}

.alIcon-htc-one:before
{
  content: "\ea38";
}

.alIcon-imac:before
{
  content: "\ea39";
}

.alIcon-ipad:before
{
  content: "\ea3a";
}

.alIcon-iphone:before
{
  content: "\ea3b";
}

.alIcon-ipod-nano:before
{
  content: "\ea3c";
}

.alIcon-ipod-touch:before
{
  content: "\ea3d";
}

.alIcon-keyboard-alt:before
{
  content: "\ea3e";
}

.alIcon-keyboard-wireless:before
{
  content: "\ea3f";
}

.alIcon-keyboard:before
{
  content: "\ea40";
}

.alIcon-laptop-alt:before
{
  content: "\ea41";
}

.alIcon-laptop:before
{
  content: "\ea42";
}

.alIcon-macbook:before
{
  content: "\ea43";
}

.alIcon-magic-mouse:before
{
  content: "\ea44";
}

.alIcon-micro-chip:before
{
  content: "\ea45";
}

.alIcon-microphone-alt:before
{
  content: "\ea46";
}

.alIcon-microphone:before
{
  content: "\ea47";
}

.alIcon-monitor:before
{
  content: "\ea48";
}

.alIcon-mouse:before
{
  content: "\ea49";
}

.alIcon-mp3-player:before
{
  content: "\ea4a";
}

.alIcon-nintendo:before
{
  content: "\ea4b";
}

.alIcon-playstation-alt:before
{
  content: "\ea4c";
}

.alIcon-psvita:before
{
  content: "\ea4d";
}

.alIcon-radio-mic:before
{
  content: "\ea4e";
}

.alIcon-radio:before
{
  content: "\ea4f";
}

.alIcon-refrigerator:before
{
  content: "\ea50";
}

.alIcon-samsung-galaxy:before
{
  content: "\ea51";
}

.alIcon-surface-tablet:before
{
  content: "\ea52";
}

.alIcon-ui-head-phone:before
{
  content: "\ea53";
}

.alIcon-ui-keyboard:before
{
  content: "\ea54";
}

.alIcon-washing-machine:before
{
  content: "\ea55";
}

.alIcon-wifi-router:before
{
  content: "\ea56";
}

.alIcon-wii-u:before
{
  content: "\ea57";
}

.alIcon-windows-lumia:before
{
  content: "\ea58";
}

.alIcon-wireless-mouse:before
{
  content: "\ea59";
}

.alIcon-xbox-360:before
{
  content: "\ea5a";
}

.alIcon-arrow-down:before
{
  content: "\ea5b";
}

.alIcon-arrow-left:before
{
  content: "\ea5c";
}

.alIcon-arrow-right:before
{
  content: "\ea5d";
}

.alIcon-arrow-up:before
{
  content: "\ea5e";
}

.alIcon-block-down:before
{
  content: "\ea5f";
}

.alIcon-block-left:before
{
  content: "\ea60";
}

.alIcon-block-right:before
{
  content: "\ea61";
}

.alIcon-block-up:before
{
  content: "\ea62";
}

.alIcon-bubble-down:before
{
  content: "\ea63";
}

.alIcon-bubble-left:before
{
  content: "\ea64";
}

.alIcon-bubble-right:before
{
  content: "\ea65";
}

.alIcon-bubble-up:before
{
  content: "\ea66";
}

.alIcon-caret-down:before
{
  content: "\ea67";
}

.alIcon-caret-left:before
{
  content: "\ea68";
}

.alIcon-caret-right:before
{
  content: "\ea69";
}

.alIcon-caret-up:before
{
  content: "\ea6a";
}

.alIcon-circled-down:before
{
  content: "\ea6b";
}

.alIcon-circled-left:before
{
  content: "\ea6c";
}

.alIcon-circled-right:before
{
  content: "\ea6d";
}

.alIcon-circled-up:before
{
  content: "\ea6e";
}

.alIcon-collapse:before
{
  content: "\ea6f";
}

.alIcon-cursor-drag:before
{
  content: "\ea70";
}

.alIcon-curved-double-left:before
{
  content: "\ea71";
}

.alIcon-curved-double-right:before
{
  content: "\ea72";
}

.alIcon-curved-down:before
{
  content: "\ea73";
}

.alIcon-curved-left:before
{
  content: "\ea74";
}

.alIcon-curved-right:before
{
  content: "\ea75";
}

.alIcon-curved-up:before
{
  content: "\ea76";
}

.alIcon-dotted-down:before
{
  content: "\ea77";
}

.alIcon-dotted-left:before
{
  content: "\ea78";
}

.alIcon-dotted-right:before
{
  content: "\ea79";
}

.alIcon-dotted-up:before
{
  content: "\ea7a";
}

.alIcon-double-left:before
{
  content: "\ea7b";
}

.alIcon-double-right:before
{
  content: "\ea7c";
}

.alIcon-expand-alt:before
{
  content: "\ea7d";
}

.alIcon-hand-down:before
{
  content: "\ea7e";
}

.alIcon-hand-drag:before
{
  content: "\ea7f";
}

.alIcon-hand-drag1:before
{
  content: "\ea80";
}

.alIcon-hand-drag2:before
{
  content: "\ea81";
}

.alIcon-hand-drawn-alt-down:before
{
  content: "\ea82";
}

.alIcon-hand-drawn-alt-left:before
{
  content: "\ea83";
}

.alIcon-hand-drawn-alt-right:before
{
  content: "\ea84";
}

.alIcon-hand-drawn-alt-up:before
{
  content: "\ea85";
}

.alIcon-hand-drawn-down:before
{
  content: "\ea86";
}

.alIcon-hand-drawn-left:before
{
  content: "\ea87";
}

.alIcon-hand-drawn-right:before
{
  content: "\ea88";
}

.alIcon-hand-drawn-up:before
{
  content: "\ea89";
}

.alIcon-hand-grippers:before
{
  content: "\ea8a";
}

.alIcon-hand-left:before
{
  content: "\ea8b";
}

.alIcon-hand-right:before
{
  content: "\ea8c";
}

.alIcon-hand-up:before
{
  content: "\ea8d";
}

.alIcon-line-block-down:before
{
  content: "\ea8e";
}

.alIcon-line-block-left:before
{
  content: "\ea8f";
}

.alIcon-line-block-right:before
{
  content: "\ea90";
}

.alIcon-line-block-up:before
{
  content: "\ea91";
}

.alIcon-long-arrow-down:before
{
  content: "\ea92";
}

.alIcon-long-arrow-left:before
{
  content: "\ea93";
}

.alIcon-long-arrow-right:before
{
  content: "\ea94";
}

.alIcon-long-arrow-up:before
{
  content: "\ea95";
}

.alIcon-rounded-collapse:before
{
  content: "\ea96";
}

.alIcon-rounded-double-left:before
{
  content: "\ea97";
}

.alIcon-rounded-double-right:before
{
  content: "\ea98";
}

.alIcon-rounded-down:before
{
  content: "\ea99";
}

.alIcon-rounded-expand:before
{
  content: "\ea9a";
}

.alIcon-rounded-left-down:before
{
  content: "\ea9b";
}

.alIcon-rounded-left-up:before
{
  content: "\ea9c";
}

.alIcon-rounded-left:before
{
  content: "\ea9d";
}

.alIcon-rounded-right-down:before
{
  content: "\ea9e";
}

.alIcon-rounded-right-up:before
{
  content: "\ea9f";
}

.alIcon-rounded-right:before
{
  content: "\eaa0";
}

.alIcon-rounded-up:before
{
  content: "\eaa1";
}

.alIcon-scroll-bubble-down:before
{
  content: "\eaa2";
}

.alIcon-scroll-bubble-left:before
{
  content: "\eaa3";
}

.alIcon-scroll-bubble-right:before
{
  content: "\eaa4";
}

.alIcon-scroll-bubble-up:before
{
  content: "\eaa5";
}

.alIcon-scroll-double-down:before
{
  content: "\eaa6";
}

.alIcon-scroll-double-left:before
{
  content: "\eaa7";
}

.alIcon-scroll-double-right:before
{
  content: "\eaa8";
}

.alIcon-scroll-double-up:before
{
  content: "\eaa9";
}

.alIcon-scroll-down:before
{
  content: "\eaaa";
}

.alIcon-scroll-left:before
{
  content: "\eaab";
}

.alIcon-scroll-long-down:before
{
  content: "\eaac";
}

.alIcon-scroll-long-left:before
{
  content: "\eaad";
}

.alIcon-scroll-long-right:before
{
  content: "\eaae";
}

.alIcon-scroll-long-up:before
{
  content: "\eaaf";
}

.alIcon-scroll-right:before
{
  content: "\eab0";
}

.alIcon-scroll-up:before
{
  content: "\eab1";
}

.alIcon-simple-down:before
{
  content: "\eab2";
}

.alIcon-simple-left-down:before
{
  content: "\eab3";
}

.alIcon-simple-left-up:before
{
  content: "\eab4";
}

.alIcon-simple-left:before
{
  content: "\eab5";
}

.alIcon-simple-right-down:before
{
  content: "\eab6";
}

.alIcon-simple-right-up:before
{
  content: "\eab7";
}

.alIcon-simple-right:before
{
  content: "\eab8";
}

.alIcon-simple-up:before
{
  content: "\eab9";
}

.alIcon-square-down:before
{
  content: "\eaba";
}

.alIcon-square-left:before
{
  content: "\eabb";
}

.alIcon-square-right:before
{
  content: "\eabc";
}

.alIcon-square-up:before
{
  content: "\eabd";
}

.alIcon-stylish-down:before
{
  content: "\eabe";
}

.alIcon-stylish-left:before
{
  content: "\eabf";
}

.alIcon-stylish-right:before
{
  content: "\eac0";
}

.alIcon-stylish-up:before
{
  content: "\eac1";
}

.alIcon-swoosh-down:before
{
  content: "\eac2";
}

.alIcon-swoosh-left:before
{
  content: "\eac3";
}

.alIcon-swoosh-right:before
{
  content: "\eac4";
}

.alIcon-swoosh-up:before
{
  content: "\eac5";
}

.alIcon-thin-double-left:before
{
  content: "\eac6";
}

.alIcon-thin-double-right:before
{
  content: "\eac7";
}

.alIcon-thin-down:before
{
  content: "\eac8";
}

.alIcon-thin-left:before
{
  content: "\eac9";
}

.alIcon-thin-right:before
{
  content: "\eaca";
}

.alIcon-thin-up:before
{
  content: "\eacb";
}

.alIcon-abc:before
{
  content: "\eacc";
}

.alIcon-atom:before
{
  content: "\eacd";
}

.alIcon-award:before
{
  content: "\eace";
}

.alIcon-bell-alt:before
{
  content: "\eacf";
}

.alIcon-black-board:before
{
  content: "\ead0";
}

.alIcon-book-alt:before
{
  content: "\ead1";
}

.alIcon-book:before
{
  content: "\ead2";
}

.alIcon-brainstorming:before
{
  content: "\ead3";
}

.alIcon-certificate-alt-1:before
{
  content: "\ead4";
}

.alIcon-certificate-alt-2:before
{
  content: "\ead5";
}

.alIcon-certificate:before
{
  content: "\ead6";
}

.alIcon-education:before
{
  content: "\ead7";
}

.alIcon-electron:before
{
  content: "\ead8";
}

.alIcon-fountain-pen:before
{
  content: "\ead9";
}

.alIcon-globe-alt:before
{
  content: "\eada";
}

.alIcon-graduate-alt:before
{
  content: "\eadb";
}

.alIcon-graduate:before
{
  content: "\eadc";
}

.alIcon-group-students:before
{
  content: "\eadd";
}

.alIcon-hat-alt:before
{
  content: "\eade";
}

.alIcon-hat:before
{
  content: "\eadf";
}

.alIcon-instrument:before
{
  content: "\eae0";
}

.alIcon-lamp-light:before
{
  content: "\eae1";
}

.alIcon-medal:before
{
  content: "\eae2";
}

.alIcon-microscope-alt:before
{
  content: "\eae3";
}

.alIcon-microscope:before
{
  content: "\eae4";
}

.alIcon-paper:before
{
  content: "\eae5";
}

.alIcon-pen-alt-4:before
{
  content: "\eae6";
}

.alIcon-pen-nib:before
{
  content: "\eae7";
}

.alIcon-pencil-alt-5:before
{
  content: "\eae8";
}

.alIcon-quill-pen:before
{
  content: "\eae9";
}

.alIcon-read-book-alt:before
{
  content: "\eaea";
}

.alIcon-read-book:before
{
  content: "\eaeb";
}

.alIcon-school-bag:before
{
  content: "\eaec";
}

.alIcon-school-bus:before
{
  content: "\eaed";
}

.alIcon-student-alt:before
{
  content: "\eaee";
}

.alIcon-student:before
{
  content: "\eaef";
}

.alIcon-teacher:before
{
  content: "\eaf0";
}

.alIcon-test-bulb:before
{
  content: "\eaf1";
}

.alIcon-test-tube-alt:before
{
  content: "\eaf2";
}

.alIcon-university:before
{
  content: "\eaf3";
}

.alIcon-angry:before
{
  content: "\eaf4";
}

.alIcon-astonished:before
{
  content: "\eaf5";
}

.alIcon-confounded:before
{
  content: "\eaf6";
}

.alIcon-confused:before
{
  content: "\eaf7";
}

.alIcon-crying:before
{
  content: "\eaf8";
}

.alIcon-dizzy:before
{
  content: "\eaf9";
}

.alIcon-expressionless:before
{
  content: "\eafa";
}

.alIcon-heart-eyes:before
{
  content: "\eafb";
}

.alIcon-laughing:before
{
  content: "\eafc";
}

.alIcon-nerd-smile:before
{
  content: "\eafd";
}

.alIcon-open-mouth:before
{
  content: "\eafe";
}

.alIcon-rage:before
{
  content: "\eaff";
}

.alIcon-rolling-eyes:before
{
  content: "\eb00";
}

.alIcon-sad:before
{
  content: "\eb01";
}

.alIcon-simple-smile:before
{
  content: "\eb02";
}

.alIcon-slightly-smile:before
{
  content: "\eb03";
}

.alIcon-smirk:before
{
  content: "\eb04";
}

.alIcon-stuck-out-tongue:before
{
  content: "\eb05";
}

.alIcon-wink-smile:before
{
  content: "\eb06";
}

.alIcon-worried:before
{
  content: "\eb07";
}

.alIcon-file-alt:before
{
  content: "\eb08";
}

.alIcon-file-audio:before
{
  content: "\eb09";
}

.alIcon-file-avi-mp4:before
{
  content: "\eb0a";
}

.alIcon-file-bmp:before
{
  content: "\eb0b";
}

.alIcon-file-code:before
{
  content: "\eb0c";
}

.alIcon-file-css:before
{
  content: "\eb0d";
}

.alIcon-file-document:before
{
  content: "\eb0e";
}

.alIcon-file-eps:before
{
  content: "\eb0f";
}

.alIcon-file-excel:before
{
  content: "\eb10";
}

.alIcon-file-exe:before
{
  content: "\eb11";
}

.alIcon-file-file:before
{
  content: "\eb12";
}

.alIcon-file-flv:before
{
  content: "\eb13";
}

.alIcon-file-gif:before
{
  content: "\eb14";
}

.alIcon-file-html5:before
{
  content: "\eb15";
}

.alIcon-file-image:before
{
  content: "\eb16";
}

.alIcon-file-iso:before
{
  content: "\eb17";
}

.alIcon-file-java:before
{
  content: "\eb18";
}

.alIcon-file-javascript:before
{
  content: "\eb19";
}

.alIcon-file-jpg:before
{
  content: "\eb1a";
}

.alIcon-file-midi:before
{
  content: "\eb1b";
}

.alIcon-file-mov:before
{
  content: "\eb1c";
}

.alIcon-file-mp3:before
{
  content: "\eb1d";
}

.alIcon-file-pdf:before
{
  content: "\eb1e";
}

.alIcon-file-php:before
{
  content: "\eb1f";
}

.alIcon-file-png:before
{
  content: "\eb20";
}

.alIcon-file-powerpoint:before
{
  content: "\eb21";
}

.alIcon-file-presentation:before
{
  content: "\eb22";
}

.alIcon-file-psb:before
{
  content: "\eb23";
}

.alIcon-file-psd:before
{
  content: "\eb24";
}

.alIcon-file-python:before
{
  content: "\eb25";
}

.alIcon-file-ruby:before
{
  content: "\eb26";
}

.alIcon-file-spreadsheet:before
{
  content: "\eb27";
}

.alIcon-file-sql:before
{
  content: "\eb28";
}

.alIcon-file-svg:before
{
  content: "\eb29";
}

.alIcon-file-text:before
{
  content: "\eb2a";
}

.alIcon-file-tiff:before
{
  content: "\eb2b";
}

.alIcon-file-video:before
{
  content: "\eb2c";
}

.alIcon-file-wave:before
{
  content: "\eb2d";
}

.alIcon-file-wmv:before
{
  content: "\eb2e";
}

.alIcon-file-word:before
{
  content: "\eb2f";
}

.alIcon-file-zip:before
{
  content: "\eb30";
}

.alIcon-cycling-alt:before
{
  content: "\eb31";
}

.alIcon-cycling:before
{
  content: "\eb32";
}

.alIcon-dumbbell:before
{
  content: "\eb33";
}

.alIcon-dumbbells:before
{
  content: "\eb34";
}

.alIcon-gym-alt-1:before
{
  content: "\eb35";
}

.alIcon-gym-alt-2:before
{
  content: "\eb36";
}

.alIcon-gym-alt-3:before
{
  content: "\eb37";
}

.alIcon-gym:before
{
  content: "\eb38";
}

.alIcon-muscle-weight:before
{
  content: "\eb39";
}

.alIcon-muscle:before
{
  content: "\eb3a";
}

.alIcon-apple:before
{
  content: "\eb3b";
}

.alIcon-arabian-coffee:before
{
  content: "\eb3c";
}

.alIcon-artichoke:before
{
  content: "\eb3d";
}

.alIcon-asparagus:before
{
  content: "\eb3e";
}

.alIcon-avocado:before
{
  content: "\eb3f";
}

.alIcon-baby-food:before
{
  content: "\eb40";
}

.alIcon-banana:before
{
  content: "\eb41";
}

.alIcon-bbq:before
{
  content: "\eb42";
}

.alIcon-beans:before
{
  content: "\eb43";
}

.alIcon-beer:before
{
  content: "\eb44";
}

.alIcon-bell-pepper-capsicum:before
{
  content: "\eb45";
}

.alIcon-birthday-cake:before
{
  content: "\eb46";
}

.alIcon-bread:before
{
  content: "\eb47";
}

.alIcon-broccoli:before
{
  content: "\eb48";
}

.alIcon-burger:before
{
  content: "\eb49";
}

.alIcon-cabbage:before
{
  content: "\eb4a";
}

.alIcon-carrot:before
{
  content: "\eb4b";
}

.alIcon-cauli-flower:before
{
  content: "\eb4c";
}

.alIcon-cheese:before
{
  content: "\eb4d";
}

.alIcon-chef:before
{
  content: "\eb4e";
}

.alIcon-cherry:before
{
  content: "\eb4f";
}

.alIcon-chicken-fry:before
{
  content: "\eb50";
}

.alIcon-chicken:before
{
  content: "\eb51";
}

.alIcon-cocktail:before
{
  content: "\eb52";
}

.alIcon-coconut-water:before
{
  content: "\eb53";
}

.alIcon-coconut:before
{
  content: "\eb54";
}

.alIcon-coffee-alt:before
{
  content: "\eb55";
}

.alIcon-coffee-cup:before
{
  content: "\eb56";
}

.alIcon-coffee-mug:before
{
  content: "\eb57";
}

.alIcon-coffee-pot:before
{
  content: "\eb58";
}

.alIcon-cola:before
{
  content: "\eb59";
}

.alIcon-corn:before
{
  content: "\eb5a";
}

.alIcon-croissant:before
{
  content: "\eb5b";
}

.alIcon-crop-plant:before
{
  content: "\eb5c";
}

.alIcon-cucumber:before
{
  content: "\eb5d";
}

.alIcon-culinary:before
{
  content: "\eb5e";
}

.alIcon-cup-cake:before
{
  content: "\eb5f";
}

.alIcon-dining-table:before
{
  content: "\eb60";
}

.alIcon-donut:before
{
  content: "\eb61";
}

.alIcon-egg-plant:before
{
  content: "\eb62";
}

.alIcon-egg-poached:before
{
  content: "\eb63";
}

.alIcon-farmer-alt:before
{
  content: "\eb64";
}

.alIcon-farmer:before
{
  content: "\eb65";
}

.alIcon-fast-food:before
{
  content: "\eb66";
}

.alIcon-food-basket:before
{
  content: "\eb67";
}

.alIcon-food-cart:before
{
  content: "\eb68";
}

.alIcon-fork-and-knife:before
{
  content: "\eb69";
}

.alIcon-french-fries:before
{
  content: "\eb6a";
}

.alIcon-fruits:before
{
  content: "\eb6b";
}

.alIcon-grapes:before
{
  content: "\eb6c";
}

.alIcon-honey:before
{
  content: "\eb6d";
}

.alIcon-hot-dog:before
{
  content: "\eb6e";
}

.alIcon-ice-cream-alt:before
{
  content: "\eb6f";
}

.alIcon-ice-cream:before
{
  content: "\eb70";
}

.alIcon-juice:before
{
  content: "\eb71";
}

.alIcon-ketchup:before
{
  content: "\eb72";
}

.alIcon-kiwi:before
{
  content: "\eb73";
}

.alIcon-layered-cake:before
{
  content: "\eb74";
}

.alIcon-lemon-alt:before
{
  content: "\eb75";
}

.alIcon-lemon:before
{
  content: "\eb76";
}

.alIcon-lobster:before
{
  content: "\eb77";
}

.alIcon-mango:before
{
  content: "\eb78";
}

.alIcon-milk:before
{
  content: "\eb79";
}

.alIcon-mushroom:before
{
  content: "\eb7a";
}

.alIcon-noodles:before
{
  content: "\eb7b";
}

.alIcon-onion:before
{
  content: "\eb7c";
}

.alIcon-orange:before
{
  content: "\eb7d";
}

.alIcon-pear:before
{
  content: "\eb7e";
}

.alIcon-peas:before
{
  content: "\eb7f";
}

.alIcon-pepper:before
{
  content: "\eb80";
}

.alIcon-pie-alt:before
{
  content: "\eb81";
}

.alIcon-pie:before
{
  content: "\eb82";
}

.alIcon-pineapple:before
{
  content: "\eb83";
}

.alIcon-pizza-slice:before
{
  content: "\eb84";
}

.alIcon-pizza:before
{
  content: "\eb85";
}

.alIcon-plant:before
{
  content: "\eb86";
}

.alIcon-popcorn:before
{
  content: "\eb87";
}

.alIcon-potato:before
{
  content: "\eb88";
}

.alIcon-pumpkin:before
{
  content: "\eb89";
}

.alIcon-raddish:before
{
  content: "\eb8a";
}

.alIcon-restaurant-menu:before
{
  content: "\eb8b";
}

.alIcon-restaurant:before
{
  content: "\eb8c";
}

.alIcon-salt-and-pepper:before
{
  content: "\eb8d";
}

.alIcon-sandwich:before
{
  content: "\eb8e";
}

.alIcon-sausage:before
{
  content: "\eb8f";
}

.alIcon-soft-drinks:before
{
  content: "\eb90";
}

.alIcon-soup-bowl:before
{
  content: "\eb91";
}

.alIcon-spoon-and-fork:before
{
  content: "\eb92";
}

.alIcon-steak:before
{
  content: "\eb93";
}

.alIcon-strawberry:before
{
  content: "\eb94";
}

.alIcon-sub-sandwich:before
{
  content: "\eb95";
}

.alIcon-sushi:before
{
  content: "\eb96";
}

.alIcon-taco:before
{
  content: "\eb97";
}

.alIcon-tea-pot:before
{
  content: "\eb98";
}

.alIcon-tea:before
{
  content: "\eb99";
}

.alIcon-tomato:before
{
  content: "\eb9a";
}

.alIcon-watermelon:before
{
  content: "\eb9b";
}

.alIcon-wheat:before
{
  content: "\eb9c";
}

.alIcon-baby-backpack:before
{
  content: "\eb9d";
}

.alIcon-baby-cloth:before
{
  content: "\eb9e";
}

.alIcon-baby-milk-bottle:before
{
  content: "\eb9f";
}

.alIcon-baby-trolley:before
{
  content: "\eba0";
}

.alIcon-baby:before
{
  content: "\eba1";
}

.alIcon-candy:before
{
  content: "\eba2";
}

.alIcon-holding-hands:before
{
  content: "\eba3";
}

.alIcon-infant-nipple:before
{
  content: "\eba4";
}

.alIcon-kids-scooter:before
{
  content: "\eba5";
}

.alIcon-safety-pin:before
{
  content: "\eba6";
}

.alIcon-teddy-bear:before
{
  content: "\eba7";
}

.alIcon-toy-ball:before
{
  content: "\eba8";
}

.alIcon-toy-cat:before
{
  content: "\eba9";
}

.alIcon-toy-duck:before
{
  content: "\ebaa";
}

.alIcon-toy-elephant:before
{
  content: "\ebab";
}

.alIcon-toy-hand:before
{
  content: "\ebac";
}

.alIcon-toy-horse:before
{
  content: "\ebad";
}

.alIcon-toy-lattu:before
{
  content: "\ebae";
}

.alIcon-toy-train:before
{
  content: "\ebaf";
}

.alIcon-burglar:before
{
  content: "\ebb0";
}

.alIcon-cannon-firing:before
{
  content: "\ebb1";
}

.alIcon-cc-camera:before
{
  content: "\ebb2";
}

.alIcon-cop-badge:before
{
  content: "\ebb3";
}

.alIcon-cop:before
{
  content: "\ebb4";
}

.alIcon-court-hammer:before
{
  content: "\ebb5";
}

.alIcon-court:before
{
  content: "\ebb6";
}

.alIcon-finger-print:before
{
  content: "\ebb7";
}

.alIcon-gavel:before
{
  content: "\ebb8";
}

.alIcon-handcuff-alt:before
{
  content: "\ebb9";
}

.alIcon-handcuff:before
{
  content: "\ebba";
}

.alIcon-investigation:before
{
  content: "\ebbb";
}

.alIcon-investigator:before
{
  content: "\ebbc";
}

.alIcon-jail:before
{
  content: "\ebbd";
}

.alIcon-judge:before
{
  content: "\ebbe";
}

.alIcon-law-alt-1:before
{
  content: "\ebbf";
}

.alIcon-law-alt-2:before
{
  content: "\ebc0";
}

.alIcon-law-alt-3:before
{
  content: "\ebc1";
}

.alIcon-law-book:before
{
  content: "\ebc2";
}

.alIcon-law-document:before
{
  content: "\ebc3";
}

.alIcon-law-order:before
{
  content: "\ebc4";
}

.alIcon-law-protect:before
{
  content: "\ebc5";
}

.alIcon-law-scales:before
{
  content: "\ebc6";
}

.alIcon-law:before
{
  content: "\ebc7";
}

.alIcon-lawyer-alt-1:before
{
  content: "\ebc8";
}

.alIcon-lawyer-alt-2:before
{
  content: "\ebc9";
}

.alIcon-lawyer:before
{
  content: "\ebca";
}

.alIcon-legal:before
{
  content: "\ebcb";
}

.alIcon-pistol:before
{
  content: "\ebcc";
}

.alIcon-police-badge:before
{
  content: "\ebcd";
}

.alIcon-police-cap:before
{
  content: "\ebce";
}

.alIcon-police-car-alt-1:before
{
  content: "\ebcf";
}

.alIcon-police-car-alt-2:before
{
  content: "\ebd0";
}

.alIcon-police-car:before
{
  content: "\ebd1";
}

.alIcon-police-hat:before
{
  content: "\ebd2";
}

.alIcon-police-van:before
{
  content: "\ebd3";
}

.alIcon-police:before
{
  content: "\ebd4";
}

.alIcon-thief-alt:before
{
  content: "\ebd5";
}

.alIcon-thief:before
{
  content: "\ebd6";
}

.alIcon-abacus-alt:before
{
  content: "\ebd7";
}

.alIcon-abacus:before
{
  content: "\ebd8";
}

.alIcon-angle-180:before
{
  content: "\ebd9";
}

.alIcon-angle-45:before
{
  content: "\ebda";
}

.alIcon-angle-90:before
{
  content: "\ebdb";
}

.alIcon-angle:before
{
  content: "\ebdc";
}

.alIcon-calculator-alt-1:before
{
  content: "\ebdd";
}

.alIcon-calculator-alt-2:before
{
  content: "\ebde";
}

.alIcon-calculator:before
{
  content: "\ebdf";
}

.alIcon-circle-ruler-alt:before
{
  content: "\ebe0";
}

.alIcon-circle-ruler:before
{
  content: "\ebe1";
}

.alIcon-compass-alt-1:before
{
  content: "\ebe2";
}

.alIcon-compass-alt-2:before
{
  content: "\ebe3";
}

.alIcon-compass-alt-3:before
{
  content: "\ebe4";
}

.alIcon-compass-alt-4:before
{
  content: "\ebe5";
}

.alIcon-golden-ratio:before
{
  content: "\ebe6";
}

.alIcon-marker-alt-1:before
{
  content: "\ebe7";
}

.alIcon-marker-alt-2:before
{
  content: "\ebe8";
}

.alIcon-marker-alt-3:before
{
  content: "\ebe9";
}

.alIcon-marker:before
{
  content: "\ebea";
}

.alIcon-math:before
{
  content: "\ebeb";
}

.alIcon-mathematical-alt-1:before
{
  content: "\ebec";
}

.alIcon-mathematical-alt-2:before
{
  content: "\ebed";
}

.alIcon-mathematical:before
{
  content: "\ebee";
}

.alIcon-pen-alt-1:before
{
  content: "\ebef";
}

.alIcon-pen-alt-2:before
{
  content: "\ebf0";
}

.alIcon-pen-alt-3:before
{
  content: "\ebf1";
}

.alIcon-pen-holder-alt-1:before
{
  content: "\ebf2";
}

.alIcon-pen-holder:before
{
  content: "\ebf3";
}

.alIcon-pen:before
{
  content: "\ebf4";
}

.alIcon-pencil-alt-1:before
{
  content: "\ebf5";
}

.alIcon-pencil-alt-2:before
{
  content: "\ebf6";
}

.alIcon-pencil-alt-3:before
{
  content: "\ebf7";
}

.alIcon-pencil-alt-4:before
{
  content: "\ebf8";
}

.alIcon-pencil:before
{
  content: "\ebf9";
}

.alIcon-ruler-alt-1:before
{
  content: "\ebfa";
}

.alIcon-ruler-alt-2:before
{
  content: "\ebfb";
}

.alIcon-ruler-compass-alt:before
{
  content: "\ebfc";
}

.alIcon-ruler-compass:before
{
  content: "\ebfd";
}

.alIcon-ruler-pencil-alt-1:before
{
  content: "\ebfe";
}

.alIcon-ruler-pencil-alt-2:before
{
  content: "\ebff";
}

.alIcon-ruler-pencil:before
{
  content: "\ec00";
}

.alIcon-ruler:before
{
  content: "\ec01";
}

.alIcon-rulers-alt:before
{
  content: "\ec02";
}

.alIcon-rulers:before
{
  content: "\ec03";
}

.alIcon-square-root:before
{
  content: "\ec04";
}

.alIcon-ui-calculator:before
{
  content: "\ec05";
}

.alIcon-aids:before
{
  content: "\ec06";
}

.alIcon-ambulance-crescent:before
{
  content: "\ec07";
}

.alIcon-ambulance-cross:before
{
  content: "\ec08";
}

.alIcon-ambulance:before
{
  content: "\ec09";
}

.alIcon-autism:before
{
  content: "\ec0a";
}

.alIcon-bandage:before
{
  content: "\ec0b";
}

.alIcon-blind:before
{
  content: "\ec0c";
}

.alIcon-blood-drop:before
{
  content: "\ec0d";
}

.alIcon-blood-test:before
{
  content: "\ec0e";
}

.alIcon-blood:before
{
  content: "\ec0f";
}

.alIcon-brain-alt:before
{
  content: "\ec10";
}

.alIcon-brain:before
{
  content: "\ec11";
}

.alIcon-capsule:before
{
  content: "\ec12";
}

.alIcon-crutch:before
{
  content: "\ec13";
}

.alIcon-disabled:before
{
  content: "\ec14";
}

.alIcon-dna-alt-1:before
{
  content: "\ec15";
}

.alIcon-dna-alt-2:before
{
  content: "\ec16";
}

.alIcon-dna:before
{
  content: "\ec17";
}

.alIcon-doctor-alt:before
{
  content: "\ec18";
}

.alIcon-doctor:before
{
  content: "\ec19";
}

.alIcon-drug-pack:before
{
  content: "\ec1a";
}

.alIcon-drug:before
{
  content: "\ec1b";
}

.alIcon-first-aid-alt:before
{
  content: "\ec1c";
}

.alIcon-first-aid:before
{
  content: "\ec1d";
}

.alIcon-heart-beat-alt:before
{
  content: "\ec1e";
}

.alIcon-heart-beat:before
{
  content: "\ec1f";
}

.alIcon-heartbeat:before
{
  content: "\ec20";
}

.alIcon-herbal:before
{
  content: "\ec21";
}

.alIcon-hospital:before
{
  content: "\ec22";
}

.alIcon-icu:before
{
  content: "\ec23";
}

.alIcon-injection-syringe:before
{
  content: "\ec24";
}

.alIcon-laboratory:before
{
  content: "\ec25";
}

.alIcon-medical-sign-alt:before
{
  content: "\ec26";
}

.alIcon-medical-sign:before
{
  content: "\ec27";
}

.alIcon-nurse-alt:before
{
  content: "\ec28";
}

.alIcon-nurse:before
{
  content: "\ec29";
}

.alIcon-nursing-home:before
{
  content: "\ec2a";
}

.alIcon-operation-theater:before
{
  content: "\ec2b";
}

.alIcon-paralysis-disability:before
{
  content: "\ec2c";
}

.alIcon-patient-bed:before
{
  content: "\ec2d";
}

.alIcon-patient-file:before
{
  content: "\ec2e";
}

.alIcon-pills:before
{
  content: "\ec2f";
}

.alIcon-prescription:before
{
  content: "\ec30";
}

.alIcon-pulse:before
{
  content: "\ec31";
}

.alIcon-stethoscope-alt:before
{
  content: "\ec32";
}

.alIcon-stethoscope:before
{
  content: "\ec33";
}

.alIcon-stretcher:before
{
  content: "\ec34";
}

.alIcon-surgeon-alt:before
{
  content: "\ec35";
}

.alIcon-surgeon:before
{
  content: "\ec36";
}

.alIcon-tablets:before
{
  content: "\ec37";
}

.alIcon-test-bottle:before
{
  content: "\ec38";
}

.alIcon-test-tube:before
{
  content: "\ec39";
}

.alIcon-thermometer-alt:before
{
  content: "\ec3a";
}

.alIcon-thermometer:before
{
  content: "\ec3b";
}

.alIcon-tooth:before
{
  content: "\ec3c";
}

.alIcon-xray:before
{
  content: "\ec3d";
}

.alIcon-ui-add:before
{
  content: "\ec3e";
}

.alIcon-ui-alarm:before
{
  content: "\ec3f";
}

.alIcon-ui-battery:before
{
  content: "\ec40";
}

.alIcon-ui-block:before
{
  content: "\ec41";
}

.alIcon-ui-bluetooth:before
{
  content: "\ec42";
}

.alIcon-ui-brightness:before
{
  content: "\ec43";
}

.alIcon-ui-browser:before
{
  content: "\ec44";
}

.alIcon-ui-calendar:before
{
  content: "\ec45";
}

.alIcon-ui-call:before
{
  content: "\ec46";
}

.alIcon-ui-camera:before
{
  content: "\ec47";
}

.alIcon-ui-cart:before
{
  content: "\ec48";
}

.alIcon-ui-cell-phone:before
{
  content: "\ec49";
}

.alIcon-ui-chat:before
{
  content: "\ec4a";
}

.alIcon-ui-check:before
{
  content: "\ec4b";
}

.alIcon-ui-clip-board:before
{
  content: "\ec4c";
}

.alIcon-ui-clip:before
{
  content: "\ec4d";
}

.alIcon-ui-clock:before
{
  content: "\ec4e";
}

.alIcon-ui-close:before
{
  content: "\ec4f";
}

.alIcon-ui-contact-list:before
{
  content: "\ec50";
}

.alIcon-ui-copy:before
{
  content: "\ec51";
}

.alIcon-ui-cut:before
{
  content: "\ec52";
}

.alIcon-ui-delete:before
{
  content: "\ec53";
}

.alIcon-ui-dial-phone:before
{
  content: "\ec54";
}

.alIcon-ui-edit:before
{
  content: "\ec55";
}

.alIcon-ui-email:before
{
  content: "\ec56";
}

.alIcon-ui-file:before
{
  content: "\ec57";
}

.alIcon-ui-fire-wall:before
{
  content: "\ec58";
}

.alIcon-ui-flash-light:before
{
  content: "\ec59";
}

.alIcon-ui-flight:before
{
  content: "\ec5a";
}

.alIcon-ui-folder:before
{
  content: "\ec5b";
}

.alIcon-ui-game:before
{
  content: "\ec5c";
}

.alIcon-ui-handicapped:before
{
  content: "\ec5d";
}

.alIcon-ui-home:before
{
  content: "\ec5e";
}

.alIcon-ui-image:before
{
  content: "\ec5f";
}

.alIcon-ui-laoding:before
{
  content: "\ec60";
}

.alIcon-ui-lock:before
{
  content: "\ec61";
}

.alIcon-ui-love-add:before
{
  content: "\ec62";
}

.alIcon-ui-love-broken:before
{
  content: "\ec63";
}

.alIcon-ui-love-remove:before
{
  content: "\ec64";
}

.alIcon-ui-love:before
{
  content: "\ec65";
}

.alIcon-ui-map:before
{
  content: "\ec66";
}

.alIcon-ui-message:before
{
  content: "\ec67";
}

.alIcon-ui-messaging:before
{
  content: "\ec68";
}

.alIcon-ui-movie:before
{
  content: "\ec69";
}

.alIcon-ui-music-player:before
{
  content: "\ec6a";
}

.alIcon-ui-music:before
{
  content: "\ec6b";
}

.alIcon-ui-mute:before
{
  content: "\ec6c";
}

.alIcon-ui-network:before
{
  content: "\ec6d";
}

.alIcon-ui-next:before
{
  content: "\ec6e";
}

.alIcon-ui-note:before
{
  content: "\ec6f";
}

.alIcon-ui-office:before
{
  content: "\ec70";
}

.alIcon-ui-password:before
{
  content: "\ec71";
}

.alIcon-ui-pause:before
{
  content: "\ec72";
}

.alIcon-ui-play-stop:before
{
  content: "\ec73";
}

.alIcon-ui-play:before
{
  content: "\ec74";
}

.alIcon-ui-pointer:before
{
  content: "\ec75";
}

.alIcon-ui-power:before
{
  content: "\ec76";
}

.alIcon-ui-press:before
{
  content: "\ec77";
}

.alIcon-ui-previous:before
{
  content: "\ec78";
}

.alIcon-ui-rate-add:before
{
  content: "\ec79";
}

.alIcon-ui-rate-blank:before
{
  content: "\ec7a";
}

.alIcon-ui-rate-remove:before
{
  content: "\ec7b";
}

.alIcon-ui-rating:before
{
  content: "\ec7c";
}

.alIcon-ui-record:before
{
  content: "\ec7d";
}

.alIcon-ui-remove:before
{
  content: "\ec7e";
}

.alIcon-ui-reply:before
{
  content: "\ec7f";
}

.alIcon-ui-rotation:before
{
  content: "\ec80";
}

.alIcon-ui-rss:before
{
  content: "\ec81";
}

.alIcon-ui-search:before
{
  content: "\ec82";
}

.alIcon-ui-settings:before
{
  content: "\ec83";
}

.alIcon-ui-social-link:before
{
  content: "\ec84";
}

.alIcon-ui-tag:before
{
  content: "\ec85";
}

.alIcon-ui-text-chat:before
{
  content: "\ec86";
}

.alIcon-ui-text-loading:before
{
  content: "\ec87";
}

.alIcon-ui-theme:before
{
  content: "\ec88";
}

.alIcon-ui-timer:before
{
  content: "\ec89";
}

.alIcon-ui-touch-phone:before
{
  content: "\ec8a";
}

.alIcon-ui-travel:before
{
  content: "\ec8b";
}

.alIcon-ui-unlock:before
{
  content: "\ec8c";
}

.alIcon-ui-user-group:before
{
  content: "\ec8d";
}

.alIcon-ui-user:before
{
  content: "\ec8e";
}

.alIcon-ui-v-card:before
{
  content: "\ec8f";
}

.alIcon-ui-video-chat:before
{
  content: "\ec90";
}

.alIcon-ui-video-message:before
{
  content: "\ec91";
}

.alIcon-ui-video-play:before
{
  content: "\ec92";
}

.alIcon-ui-video:before
{
  content: "\ec93";
}

.alIcon-ui-volume:before
{
  content: "\ec94";
}

.alIcon-ui-weather:before
{
  content: "\ec95";
}

.alIcon-ui-wifi:before
{
  content: "\ec96";
}

.alIcon-ui-zoom-in:before
{
  content: "\ec97";
}

.alIcon-ui-zoom-out:before
{
  content: "\ec98";
}

.alIcon-cassette-player:before
{
  content: "\ec99";
}

.alIcon-cassette:before
{
  content: "\ec9a";
}

.alIcon-forward:before
{
  content: "\ec9b";
}

.alIcon-guiter:before
{
  content: "\ec9c";
}

.alIcon-movie:before
{
  content: "\ec9d";
}

.alIcon-multimedia:before
{
  content: "\ec9e";
}

.alIcon-music-alt:before
{
  content: "\ec9f";
}

.alIcon-music-disk:before
{
  content: "\eca0";
}

.alIcon-music-note:before
{
  content: "\eca1";
}

.alIcon-music-notes:before
{
  content: "\eca2";
}

.alIcon-music:before
{
  content: "\eca3";
}

.alIcon-mute-volume:before
{
  content: "\eca4";
}

.alIcon-pause:before
{
  content: "\eca5";
}

.alIcon-play-alt-1:before
{
  content: "\eca6";
}

.alIcon-play-alt-2:before
{
  content: "\eca7";
}

.alIcon-play-alt-3:before
{
  content: "\eca8";
}

.alIcon-play-pause:before
{
  content: "\eca9";
}

.alIcon-play:before
{
  content: "\ecaa";
}

.alIcon-record:before
{
  content: "\ecab";
}

.alIcon-retro-music-disk:before
{
  content: "\ecac";
}

.alIcon-rewind:before
{
  content: "\ecad";
}

.alIcon-song-notes:before
{
  content: "\ecae";
}

.alIcon-sound-wave-alt:before
{
  content: "\ecaf";
}

.alIcon-sound-wave:before
{
  content: "\ecb0";
}

.alIcon-stop:before
{
  content: "\ecb1";
}

.alIcon-video-alt:before
{
  content: "\ecb2";
}

.alIcon-video-cam:before
{
  content: "\ecb3";
}

.alIcon-video-clapper:before
{
  content: "\ecb4";
}

.alIcon-video:before
{
  content: "\ecb5";
}

.alIcon-volume-bar:before
{
  content: "\ecb6";
}

.alIcon-volume-down:before
{
  content: "\ecb7";
}

.alIcon-volume-mute:before
{
  content: "\ecb8";
}

.alIcon-volume-off:before
{
  content: "\ecb9";
}

.alIcon-volume-up:before
{
  content: "\ecba";
}

.alIcon-youtube-play:before
{
  content: "\ecbb";
}

.alIcon-2checkout-alt:before
{
  content: "\ecbc";
}

.alIcon-2checkout:before
{
  content: "\ecbd";
}

.alIcon-amazon-alt:before
{
  content: "\ecbe";
}

.alIcon-amazon:before
{
  content: "\ecbf";
}

.alIcon-american-express-alt:before
{
  content: "\ecc0";
}

.alIcon-american-express:before
{
  content: "\ecc1";
}

.alIcon-apple-pay-alt:before
{
  content: "\ecc2";
}

.alIcon-apple-pay:before
{
  content: "\ecc3";
}

.alIcon-bank-transfer-alt:before
{
  content: "\ecc4";
}

.alIcon-bank-transfer:before
{
  content: "\ecc5";
}

.alIcon-braintree-alt:before
{
  content: "\ecc6";
}

.alIcon-braintree:before
{
  content: "\ecc7";
}

.alIcon-cash-on-delivery-alt:before
{
  content: "\ecc8";
}

.alIcon-cash-on-delivery:before
{
  content: "\ecc9";
}

.alIcon-diners-club-alt-1:before
{
  content: "\ecca";
}

.alIcon-diners-club-alt-2:before
{
  content: "\eccb";
}

.alIcon-diners-club-alt-3:before
{
  content: "\eccc";
}

.alIcon-diners-club:before
{
  content: "\eccd";
}

.alIcon-discover-alt:before
{
  content: "\ecce";
}

.alIcon-discover:before
{
  content: "\eccf";
}

.alIcon-eway-alt:before
{
  content: "\ecd0";
}

.alIcon-eway:before
{
  content: "\ecd1";
}

.alIcon-google-wallet-alt-1:before
{
  content: "\ecd2";
}

.alIcon-google-wallet-alt-2:before
{
  content: "\ecd3";
}

.alIcon-google-wallet-alt-3:before
{
  content: "\ecd4";
}

.alIcon-google-wallet:before
{
  content: "\ecd5";
}

.alIcon-jcb-alt:before
{
  content: "\ecd6";
}

.alIcon-jcb:before
{
  content: "\ecd7";
}

.alIcon-maestro-alt:before
{
  content: "\ecd8";
}

.alIcon-maestro:before
{
  content: "\ecd9";
}

.alIcon-mastercard-alt:before
{
  content: "\ecda";
}

.alIcon-mastercard:before
{
  content: "\ecdb";
}

.alIcon-payoneer-alt:before
{
  content: "\ecdc";
}

.alIcon-payoneer:before
{
  content: "\ecdd";
}

.alIcon-paypal-alt:before
{
  content: "\ecde";
}

.alIcon-paypal:before
{
  content: "\ecdf";
}

.alIcon-sage-alt:before
{
  content: "\ece0";
}

.alIcon-sage:before
{
  content: "\ece1";
}

.alIcon-skrill-alt:before
{
  content: "\ece2";
}

.alIcon-skrill:before
{
  content: "\ece3";
}

.alIcon-stripe-alt:before
{
  content: "\ece4";
}

.alIcon-stripe:before
{
  content: "\ece5";
}

.alIcon-visa-alt:before
{
  content: "\ece6";
}

.alIcon-visa-electron:before
{
  content: "\ece7";
}

.alIcon-visa:before
{
  content: "\ece8";
}

.alIcon-western-union-alt:before
{
  content: "\ece9";
}

.alIcon-western-union:before
{
  content: "\ecea";
}

.alIcon-boy:before
{
  content: "\eceb";
}

.alIcon-business-man-alt-1:before
{
  content: "\ecec";
}

.alIcon-business-man-alt-2:before
{
  content: "\eced";
}

.alIcon-business-man-alt-3:before
{
  content: "\ecee";
}

.alIcon-business-man:before
{
  content: "\ecef";
}

.alIcon-female:before
{
  content: "\ecf0";
}

.alIcon-funky-man:before
{
  content: "\ecf1";
}

.alIcon-girl-alt:before
{
  content: "\ecf2";
}

.alIcon-girl:before
{
  content: "\ecf3";
}

.alIcon-group:before
{
  content: "\ecf4";
}

.alIcon-hotel-boy-alt:before
{
  content: "\ecf5";
}

.alIcon-hotel-boy:before
{
  content: "\ecf6";
}

.alIcon-kid:before
{
  content: "\ecf7";
}

.alIcon-man-in-glasses:before
{
  content: "\ecf8";
}

.alIcon-people:before
{
  content: "\ecf9";
}

.alIcon-support:before
{
  content: "\ecfa";
}

.alIcon-user-alt-1:before
{
  content: "\ecfb";
}

.alIcon-user-alt-2:before
{
  content: "\ecfc";
}

.alIcon-user-alt-3:before
{
  content: "\ecfd";
}

.alIcon-user-alt-4:before
{
  content: "\ecfe";
}

.alIcon-user-alt-5:before
{
  content: "\ecff";
}

.alIcon-user-alt-6:before
{
  content: "\ed00";
}

.alIcon-user-alt-7:before
{
  content: "\ed01";
}

.alIcon-user-female:before
{
  content: "\ed02";
}

.alIcon-user-male:before
{
  content: "\ed03";
}

.alIcon-user-suited:before
{
  content: "\ed04";
}

.alIcon-user:before
{
  content: "\ed05";
}

.alIcon-users-alt-1:before
{
  content: "\ed06";
}

.alIcon-users-alt-2:before
{
  content: "\ed07";
}

.alIcon-users-alt-3:before
{
  content: "\ed08";
}

.alIcon-users-alt-4:before
{
  content: "\ed09";
}

.alIcon-users-alt-5:before
{
  content: "\ed0a";
}

.alIcon-users-alt-6:before
{
  content: "\ed0b";
}

.alIcon-users-social:before
{
  content: "\ed0c";
}

.alIcon-users:before
{
  content: "\ed0d";
}

.alIcon-waiter-alt:before
{
  content: "\ed0e";
}

.alIcon-waiter:before
{
  content: "\ed0f";
}

.alIcon-woman-in-glasses:before
{
  content: "\ed10";
}

.alIcon-search-1:before
{
  content: "\ed11";
}

.alIcon-search-2:before
{
  content: "\ed12";
}

.alIcon-search-document:before
{
  content: "\ed13";
}

.alIcon-search-folder:before
{
  content: "\ed14";
}

.alIcon-search-job:before
{
  content: "\ed15";
}

.alIcon-search-map:before
{
  content: "\ed16";
}

.alIcon-search-property:before
{
  content: "\ed17";
}

.alIcon-search-restaurant:before
{
  content: "\ed18";
}

.alIcon-search-stock:before
{
  content: "\ed19";
}

.alIcon-search-user:before
{
  content: "\ed1a";
}

.alIcon-search:before
{
  content: "\ed1b";
}

.alIcon-500px:before
{
  content: "\ed1c";
}

.alIcon-aim:before
{
  content: "\ed1d";
}

.alIcon-badoo:before
{
  content: "\ed1e";
}

.alIcon-baidu-tieba:before
{
  content: "\ed1f";
}

.alIcon-bbm-messenger:before
{
  content: "\ed20";
}

.alIcon-bebo:before
{
  content: "\ed21";
}

.alIcon-behance:before
{
  content: "\ed22";
}

.alIcon-blogger:before
{
  content: "\ed23";
}

.alIcon-bootstrap:before
{
  content: "\ed24";
}

.alIcon-brightkite:before
{
  content: "\ed25";
}

.alIcon-cloudapp:before
{
  content: "\ed26";
}

.alIcon-concrete5:before
{
  content: "\ed27";
}

.alIcon-delicious:before
{
  content: "\ed28";
}

.alIcon-designbump:before
{
  content: "\ed29";
}

.alIcon-designfloat:before
{
  content: "\ed2a";
}

.alIcon-deviantart:before
{
  content: "\ed2b";
}

.alIcon-digg:before
{
  content: "\ed2c";
}

.alIcon-dotcms:before
{
  content: "\ed2d";
}

.alIcon-dribbble:before
{
  content: "\ed2e";
}

.alIcon-dribble:before
{
  content: "\ed2f";
}

.alIcon-dropbox:before
{
  content: "\ed30";
}

.alIcon-ebuddy:before
{
  content: "\ed31";
}

.alIcon-ello:before
{
  content: "\ed32";
}

.alIcon-ember:before
{
  content: "\ed33";
}

.alIcon-envato:before
{
  content: "\ed34";
}

.alIcon-evernote:before
{
  content: "\ed35";
}

.alIcon-facebook-messenger:before
{
  content: "\ed36";
}

.alIcon-facebook:before
{
  content: "\ed37";
}

.alIcon-feedburner:before
{
  content: "\ed38";
}

.alIcon-flikr:before
{
  content: "\ed39";
}

.alIcon-folkd:before
{
  content: "\ed3a";
}

.alIcon-foursquare:before
{
  content: "\ed3b";
}

.alIcon-friendfeed:before
{
  content: "\ed3c";
}

.alIcon-ghost:before
{
  content: "\ed3d";
}

.alIcon-github:before
{
  content: "\ed3e";
}

.alIcon-gnome:before
{
  content: "\ed3f";
}

.alIcon-google-buzz:before
{
  content: "\ed40";
}

.alIcon-google-hangouts:before
{
  content: "\ed41";
}

.alIcon-google-map:before
{
  content: "\ed42";
}

.alIcon-google-plus:before
{
  content: "\ed43";
}

.alIcon-google-talk:before
{
  content: "\ed44";
}

.alIcon-hype-machine:before
{
  content: "\ed45";
}

.alIcon-instagram:before
{
  content: "\ed46";
}

.alIcon-kakaotalk:before
{
  content: "\ed47";
}

.alIcon-kickstarter:before
{
  content: "\ed48";
}

.alIcon-kik:before
{
  content: "\ed49";
}

.alIcon-kiwibox:before
{
  content: "\ed4a";
}

.alIcon-line-messenger:before
{
  content: "\ed4b";
}

.alIcon-line:before
{
  content: "\ed4c";
}

.alIcon-linkedin:before
{
  content: "\ed4d";
}

.alIcon-linux-mint:before
{
  content: "\ed4e";
}

.alIcon-live-messenger:before
{
  content: "\ed4f";
}

.alIcon-livejournal:before
{
  content: "\ed50";
}

.alIcon-magento:before
{
  content: "\ed51";
}

.alIcon-meetme:before
{
  content: "\ed52";
}

.alIcon-meetup:before
{
  content: "\ed53";
}

.alIcon-mixx:before
{
  content: "\ed54";
}

.alIcon-newsvine:before
{
  content: "\ed55";
}

.alIcon-nimbuss:before
{
  content: "\ed56";
}

.alIcon-odnoklassniki:before
{
  content: "\ed57";
}

.alIcon-opencart:before
{
  content: "\ed58";
}

.alIcon-oscommerce:before
{
  content: "\ed59";
}

.alIcon-pandora:before
{
  content: "\ed5a";
}

.alIcon-photobucket:before
{
  content: "\ed5b";
}

.alIcon-picasa:before
{
  content: "\ed5c";
}

.alIcon-pinterest:before
{
  content: "\ed5d";
}

.alIcon-prestashop:before
{
  content: "\ed5e";
}

.alIcon-qik:before
{
  content: "\ed5f";
}

.alIcon-qq:before
{
  content: "\ed60";
}

.alIcon-readernaut:before
{
  content: "\ed61";
}

.alIcon-reddit:before
{
  content: "\ed62";
}

.alIcon-renren:before
{
  content: "\ed63";
}

.alIcon-rss:before
{
  content: "\ed64";
}

.alIcon-shopify:before
{
  content: "\ed65";
}

.alIcon-silverstripe:before
{
  content: "\ed66";
}

.alIcon-skype:before
{
  content: "\ed67";
}

.alIcon-slack:before
{
  content: "\ed68";
}

.alIcon-slashdot:before
{
  content: "\ed69";
}

.alIcon-slidshare:before
{
  content: "\ed6a";
}

.alIcon-smugmug:before
{
  content: "\ed6b";
}

.alIcon-snapchat:before
{
  content: "\ed6c";
}

.alIcon-soundcloud:before
{
  content: "\ed6d";
}

.alIcon-spotify:before
{
  content: "\ed6e";
}

.alIcon-stack-exchange:before
{
  content: "\ed6f";
}

.alIcon-stack-overflow:before
{
  content: "\ed70";
}

.alIcon-steam:before
{
  content: "\ed71";
}

.alIcon-stumbleupon:before
{
  content: "\ed72";
}

.alIcon-tagged:before
{
  content: "\ed73";
}

.alIcon-technorati:before
{
  content: "\ed74";
}

.alIcon-telegram:before
{
  content: "\ed75";
}

.alIcon-tinder:before
{
  content: "\ed76";
}

.alIcon-trello:before
{
  content: "\ed77";
}

.alIcon-tumblr:before
{
  content: "\ed78";
}

.alIcon-twitch:before
{
  content: "\ed79";
}

.alIcon-twitter:before
{
  content: "\ed7a";
}

.alIcon-typo3:before
{
  content: "\ed7b";
}

.alIcon-ubercart:before
{
  content: "\ed7c";
}

.alIcon-viber:before
{
  content: "\ed7d";
}

.alIcon-viddler:before
{
  content: "\ed7e";
}

.alIcon-vimeo:before
{
  content: "\ed7f";
}

.alIcon-vine:before
{
  content: "\ed80";
}

.alIcon-virb:before
{
  content: "\ed81";
}

.alIcon-virtuemart:before
{
  content: "\ed82";
}

.alIcon-vk:before
{
  content: "\ed83";
}

.alIcon-wechat:before
{
  content: "\ed84";
}

.alIcon-weibo:before
{
  content: "\ed85";
}

.alIcon-whatsapp:before
{
  content: "\ed86";
}

.alIcon-xing:before
{
  content: "\ed87";
}

.alIcon-yahoo:before
{
  content: "\ed88";
}

.alIcon-yelp:before
{
  content: "\ed89";
}

.alIcon-youku:before
{
  content: "\ed8a";
}

.alIcon-youtube:before
{
  content: "\ed8b";
}

.alIcon-zencart:before
{
  content: "\ed8c";
}

.alIcon-badminton-birdie:before
{
  content: "\ed8d";
}

.alIcon-baseball:before
{
  content: "\ed8e";
}

.alIcon-baseballer:before
{
  content: "\ed8f";
}

.alIcon-basketball-hoop:before
{
  content: "\ed90";
}

.alIcon-basketball:before
{
  content: "\ed91";
}

.alIcon-billiard-ball:before
{
  content: "\ed92";
}

.alIcon-boot-alt-1:before
{
  content: "\ed93";
}

.alIcon-boot-alt-2:before
{
  content: "\ed94";
}

.alIcon-boot:before
{
  content: "\ed95";
}

.alIcon-bowling-alt:before
{
  content: "\ed96";
}

.alIcon-bowling:before
{
  content: "\ed97";
}

.alIcon-canoe:before
{
  content: "\ed98";
}

.alIcon-cheer-leader:before
{
  content: "\ed99";
}

.alIcon-climbing:before
{
  content: "\ed9a";
}

.alIcon-corner:before
{
  content: "\ed9b";
}

.alIcon-field-alt:before
{
  content: "\ed9c";
}

.alIcon-field:before
{
  content: "\ed9d";
}

.alIcon-football-alt:before
{
  content: "\ed9e";
}

.alIcon-football-american:before
{
  content: "\ed9f";
}

.alIcon-football:before
{
  content: "\eda0";
}

.alIcon-foul:before
{
  content: "\eda1";
}

.alIcon-goal-keeper:before
{
  content: "\eda2";
}

.alIcon-goal:before
{
  content: "\eda3";
}

.alIcon-golf-alt:before
{
  content: "\eda4";
}

.alIcon-golf-bag:before
{
  content: "\eda5";
}

.alIcon-golf-cart:before
{
  content: "\eda6";
}

.alIcon-golf-field:before
{
  content: "\eda7";
}

.alIcon-golf:before
{
  content: "\eda8";
}

.alIcon-golfer:before
{
  content: "\eda9";
}

.alIcon-helmet:before
{
  content: "\edaa";
}

.alIcon-hockey-alt:before
{
  content: "\edab";
}

.alIcon-hockey:before
{
  content: "\edac";
}

.alIcon-ice-skate:before
{
  content: "\edad";
}

.alIcon-jersey-alt:before
{
  content: "\edae";
}

.alIcon-jersey:before
{
  content: "\edaf";
}

.alIcon-jumping:before
{
  content: "\edb0";
}

.alIcon-kick:before
{
  content: "\edb1";
}

.alIcon-leg:before
{
  content: "\edb2";
}

.alIcon-match-review:before
{
  content: "\edb3";
}

.alIcon-medal-sport:before
{
  content: "\edb4";
}

.alIcon-offside:before
{
  content: "\edb5";
}

.alIcon-olympic-logo:before
{
  content: "\edb6";
}

.alIcon-olympic:before
{
  content: "\edb7";
}

.alIcon-padding:before
{
  content: "\edb8";
}

.alIcon-penalty-card:before
{
  content: "\edb9";
}

.alIcon-racer:before
{
  content: "\edba";
}

.alIcon-racing-car:before
{
  content: "\edbb";
}

.alIcon-racing-flag-alt:before
{
  content: "\edbc";
}

.alIcon-racing-flag:before
{
  content: "\edbd";
}

.alIcon-racings-wheel:before
{
  content: "\edbe";
}

.alIcon-referee:before
{
  content: "\edbf";
}

.alIcon-refree-jersey:before
{
  content: "\edc0";
}

.alIcon-result-sport:before
{
  content: "\edc1";
}

.alIcon-rugby-ball:before
{
  content: "\edc2";
}

.alIcon-rugby-player:before
{
  content: "\edc3";
}

.alIcon-rugby:before
{
  content: "\edc4";
}

.alIcon-runner-alt-1:before
{
  content: "\edc5";
}

.alIcon-runner-alt-2:before
{
  content: "\edc6";
}

.alIcon-runner:before
{
  content: "\edc7";
}

.alIcon-score-board:before
{
  content: "\edc8";
}

.alIcon-skiing-man:before
{
  content: "\edc9";
}

.alIcon-skydiving-goggles:before
{
  content: "\edca";
}

.alIcon-snow-mobile:before
{
  content: "\edcb";
}

.alIcon-steering:before
{
  content: "\edcc";
}

.alIcon-stopwatch:before
{
  content: "\edcd";
}

.alIcon-substitute:before
{
  content: "\edce";
}

.alIcon-swimmer:before
{
  content: "\edcf";
}

.alIcon-table-tennis:before
{
  content: "\edd0";
}

.alIcon-team-alt:before
{
  content: "\edd1";
}

.alIcon-team:before
{
  content: "\edd2";
}

.alIcon-tennis-player:before
{
  content: "\edd3";
}

.alIcon-tennis:before
{
  content: "\edd4";
}

.alIcon-tracking:before
{
  content: "\edd5";
}

.alIcon-trophy-alt:before
{
  content: "\edd6";
}

.alIcon-trophy:before
{
  content: "\edd7";
}

.alIcon-volleyball-alt:before
{
  content: "\edd8";
}

.alIcon-volleyball-fire:before
{
  content: "\edd9";
}

.alIcon-volleyball:before
{
  content: "\edda";
}

.alIcon-water-bottle:before
{
  content: "\eddb";
}

.alIcon-whistle-alt:before
{
  content: "\eddc";
}

.alIcon-whistle:before
{
  content: "\eddd";
}

.alIcon-win-trophy:before
{
  content: "\edde";
}

.alIcon-align-center:before
{
  content: "\eddf";
}

.alIcon-align-left:before
{
  content: "\ede0";
}

.alIcon-align-right:before
{
  content: "\ede1";
}

.alIcon-all-caps:before
{
  content: "\ede2";
}

.alIcon-bold:before
{
  content: "\ede3";
}

.alIcon-brush:before
{
  content: "\ede4";
}

.alIcon-clip-board:before
{
  content: "\ede5";
}

.alIcon-code-alt:before
{
  content: "\ede6";
}

.alIcon-color-bucket:before
{
  content: "\ede7";
}

.alIcon-color-picker:before
{
  content: "\ede8";
}

.alIcon-copy-invert:before
{
  content: "\ede9";
}

.alIcon-copy:before
{
  content: "\edea";
}

.alIcon-cut:before
{
  content: "\edeb";
}

.alIcon-delete-alt:before
{
  content: "\edec";
}

.alIcon-edit-alt:before
{
  content: "\eded";
}

.alIcon-eraser-alt:before
{
  content: "\edee";
}

.alIcon-font:before
{
  content: "\edef";
}

.alIcon-heading:before
{
  content: "\edf0";
}

.alIcon-indent:before
{
  content: "\edf1";
}

.alIcon-italic-alt:before
{
  content: "\edf2";
}

.alIcon-italic:before
{
  content: "\edf3";
}

.alIcon-justify-all:before
{
  content: "\edf4";
}

.alIcon-justify-center:before
{
  content: "\edf5";
}

.alIcon-justify-left:before
{
  content: "\edf6";
}

.alIcon-justify-right:before
{
  content: "\edf7";
}

.alIcon-link-broken:before
{
  content: "\edf8";
}

.alIcon-outdent:before
{
  content: "\edf9";
}

.alIcon-paper-clip:before
{
  content: "\edfa";
}

.alIcon-paragraph:before
{
  content: "\edfb";
}

.alIcon-pin:before
{
  content: "\edfc";
}

.alIcon-printer:before
{
  content: "\edfd";
}

.alIcon-redo:before
{
  content: "\edfe";
}

.alIcon-rotation:before
{
  content: "\edff";
}

.alIcon-save:before
{
  content: "\ee00";
}

.alIcon-small-cap:before
{
  content: "\ee01";
}

.alIcon-strike-through:before
{
  content: "\ee02";
}

.alIcon-sub-listing:before
{
  content: "\ee03";
}

.alIcon-subscript:before
{
  content: "\ee04";
}

.alIcon-superscript:before
{
  content: "\ee05";
}

.alIcon-table:before
{
  content: "\ee06";
}

.alIcon-text-height:before
{
  content: "\ee07";
}

.alIcon-text-width:before
{
  content: "\ee08";
}

.alIcon-trash:before
{
  content: "\ee09";
}

.alIcon-underline:before
{
  content: "\ee0a";
}

.alIcon-undo:before
{
  content: "\ee0b";
}

.alIcon-air-balloon:before
{
  content: "\ee0c";
}

.alIcon-airplane-alt:before
{
  content: "\ee0d";
}

.alIcon-airplane:before
{
  content: "\ee0e";
}

.alIcon-articulated-truck:before
{
  content: "\ee0f";
}

.alIcon-auto-mobile:before
{
  content: "\ee10";
}

.alIcon-auto-rickshaw:before
{
  content: "\ee11";
}

.alIcon-bicycle-alt-1:before
{
  content: "\ee12";
}

.alIcon-bicycle-alt-2:before
{
  content: "\ee13";
}

.alIcon-bicycle:before
{
  content: "\ee14";
}

.alIcon-bus-alt-1:before
{
  content: "\ee15";
}

.alIcon-bus-alt-2:before
{
  content: "\ee16";
}

.alIcon-bus-alt-3:before
{
  content: "\ee17";
}

.alIcon-bus:before
{
  content: "\ee18";
}

.alIcon-cab:before
{
  content: "\ee19";
}

.alIcon-cable-car:before
{
  content: "\ee1a";
}

.alIcon-car-alt-1:before
{
  content: "\ee1b";
}

.alIcon-car-alt-2:before
{
  content: "\ee1c";
}

.alIcon-car-alt-3:before
{
  content: "\ee1d";
}

.alIcon-car-alt-4:before
{
  content: "\ee1e";
}

.alIcon-car:before
{
  content: "\ee1f";
}

.alIcon-delivery-time:before
{
  content: "\ee20";
}

.alIcon-fast-delivery:before
{
  content: "\ee21";
}

.alIcon-fire-truck-alt:before
{
  content: "\ee22";
}

.alIcon-fire-truck:before
{
  content: "\ee23";
}

.alIcon-free-delivery:before
{
  content: "\ee24";
}

.alIcon-helicopter:before
{
  content: "\ee25";
}

.alIcon-motor-bike-alt:before
{
  content: "\ee26";
}

.alIcon-motor-bike:before
{
  content: "\ee27";
}

.alIcon-motor-biker:before
{
  content: "\ee28";
}

.alIcon-oil-truck:before
{
  content: "\ee29";
}

.alIcon-rickshaw:before
{
  content: "\ee2a";
}

.alIcon-rocket-alt-1:before
{
  content: "\ee2b";
}

.alIcon-rocket-alt-2:before
{
  content: "\ee2c";
}

.alIcon-rocket:before
{
  content: "\ee2d";
}

.alIcon-sail-boat-alt-1:before
{
  content: "\ee2e";
}

.alIcon-sail-boat-alt-2:before
{
  content: "\ee2f";
}

.alIcon-sail-boat:before
{
  content: "\ee30";
}

.alIcon-scooter:before
{
  content: "\ee31";
}

.alIcon-sea-plane:before
{
  content: "\ee32";
}

.alIcon-ship-alt:before
{
  content: "\ee33";
}

.alIcon-ship:before
{
  content: "\ee34";
}

.alIcon-speed-boat:before
{
  content: "\ee35";
}

.alIcon-taxi:before
{
  content: "\ee36";
}

.alIcon-tractor:before
{
  content: "\ee37";
}

.alIcon-train-line:before
{
  content: "\ee38";
}

.alIcon-train-steam:before
{
  content: "\ee39";
}

.alIcon-tram:before
{
  content: "\ee3a";
}

.alIcon-truck-alt:before
{
  content: "\ee3b";
}

.alIcon-truck-loaded:before
{
  content: "\ee3c";
}

.alIcon-truck:before
{
  content: "\ee3d";
}

.alIcon-van-alt:before
{
  content: "\ee3e";
}

.alIcon-van:before
{
  content: "\ee3f";
}

.alIcon-yacht:before
{
  content: "\ee40";
}

.alIcon-5-star-hotel:before
{
  content: "\ee41";
}

.alIcon-air-ticket:before
{
  content: "\ee42";
}

.alIcon-beach-bed:before
{
  content: "\ee43";
}

.alIcon-beach:before
{
  content: "\ee44";
}

.alIcon-camping-vest:before
{
  content: "\ee45";
}

.alIcon-direction-sign:before
{
  content: "\ee46";
}

.alIcon-hill-side:before
{
  content: "\ee47";
}

.alIcon-hill:before
{
  content: "\ee48";
}

.alIcon-hotel:before
{
  content: "\ee49";
}

.alIcon-island-alt:before
{
  content: "\ee4a";
}

.alIcon-island:before
{
  content: "\ee4b";
}

.alIcon-sandals-female:before
{
  content: "\ee4c";
}

.alIcon-sandals-male:before
{
  content: "\ee4d";
}

.alIcon-travelling:before
{
  content: "\ee4e";
}

.alIcon-breakdown:before
{
  content: "\ee4f";
}

.alIcon-celsius:before
{
  content: "\ee50";
}

.alIcon-clouds:before
{
  content: "\ee51";
}

.alIcon-cloudy:before
{
  content: "\ee52";
}

.alIcon-dust:before
{
  content: "\ee53";
}

.alIcon-eclipse:before
{
  content: "\ee54";
}

.alIcon-fahrenheit:before
{
  content: "\ee55";
}

.alIcon-forest-fire:before
{
  content: "\ee56";
}

.alIcon-full-night:before
{
  content: "\ee57";
}

.alIcon-full-sunny:before
{
  content: "\ee58";
}

.alIcon-hail-night:before
{
  content: "\ee59";
}

.alIcon-hail-rainy-night:before
{
  content: "\ee5a";
}

.alIcon-hail-rainy-sunny:before
{
  content: "\ee5b";
}

.alIcon-hail-rainy:before
{
  content: "\ee5c";
}

.alIcon-hail-sunny:before
{
  content: "\ee5d";
}

.alIcon-hail-thunder-night:before
{
  content: "\ee5e";
}

.alIcon-hail-thunder-sunny:before
{
  content: "\ee5f";
}

.alIcon-hail-thunder:before
{
  content: "\ee60";
}

.alIcon-hail:before
{
  content: "\ee61";
}

.alIcon-hill-night:before
{
  content: "\ee62";
}

.alIcon-hill-sunny:before
{
  content: "\ee63";
}

.alIcon-hurricane:before
{
  content: "\ee64";
}

.alIcon-meteor:before
{
  content: "\ee65";
}

.alIcon-night:before
{
  content: "\ee66";
}

.alIcon-rainy-night:before
{
  content: "\ee67";
}

.alIcon-rainy-sunny:before
{
  content: "\ee68";
}

.alIcon-rainy-thunder:before
{
  content: "\ee69";
}

.alIcon-rainy:before
{
  content: "\ee6a";
}

.alIcon-snow-alt:before
{
  content: "\ee6b";
}

.alIcon-snow-flake:before
{
  content: "\ee6c";
}

.alIcon-snow-temp:before
{
  content: "\ee6d";
}

.alIcon-snow:before
{
  content: "\ee6e";
}

.alIcon-snowy-hail:before
{
  content: "\ee6f";
}

.alIcon-snowy-night-hail:before
{
  content: "\ee70";
}

.alIcon-snowy-night-rainy:before
{
  content: "\ee71";
}

.alIcon-snowy-night:before
{
  content: "\ee72";
}

.alIcon-snowy-rainy:before
{
  content: "\ee73";
}

.alIcon-snowy-sunny-hail:before
{
  content: "\ee74";
}

.alIcon-snowy-sunny-rainy:before
{
  content: "\ee75";
}

.alIcon-snowy-sunny:before
{
  content: "\ee76";
}

.alIcon-snowy-thunder-night:before
{
  content: "\ee77";
}

.alIcon-snowy-thunder-sunny:before
{
  content: "\ee78";
}

.alIcon-snowy-thunder:before
{
  content: "\ee79";
}

.alIcon-snowy-windy-night:before
{
  content: "\ee7a";
}

.alIcon-snowy-windy-sunny:before
{
  content: "\ee7b";
}

.alIcon-snowy-windy:before
{
  content: "\ee7c";
}

.alIcon-snowy:before
{
  content: "\ee7d";
}

.alIcon-sun-alt:before
{
  content: "\ee7e";
}

.alIcon-sun-rise:before
{
  content: "\ee7f";
}

.alIcon-sun-set:before
{
  content: "\ee80";
}

.alIcon-sun:before
{
  content: "\ee81";
}

.alIcon-sunny-day-temp:before
{
  content: "\ee82";
}

.alIcon-sunny:before
{
  content: "\ee83";
}

.alIcon-thunder-light:before
{
  content: "\ee84";
}

.alIcon-tornado:before
{
  content: "\ee85";
}

.alIcon-umbrella-alt:before
{
  content: "\ee86";
}

.alIcon-umbrella:before
{
  content: "\ee87";
}

.alIcon-volcano:before
{
  content: "\ee88";
}

.alIcon-wave:before
{
  content: "\ee89";
}

.alIcon-wind-scale-0:before
{
  content: "\ee8a";
}

.alIcon-wind-scale-1:before
{
  content: "\ee8b";
}

.alIcon-wind-scale-10:before
{
  content: "\ee8c";
}

.alIcon-wind-scale-11:before
{
  content: "\ee8d";
}

.alIcon-wind-scale-12:before
{
  content: "\ee8e";
}

.alIcon-wind-scale-2:before
{
  content: "\ee8f";
}

.alIcon-wind-scale-3:before
{
  content: "\ee90";
}

.alIcon-wind-scale-4:before
{
  content: "\ee91";
}

.alIcon-wind-scale-5:before
{
  content: "\ee92";
}

.alIcon-wind-scale-6:before
{
  content: "\ee93";
}

.alIcon-wind-scale-7:before
{
  content: "\ee94";
}

.alIcon-wind-scale-8:before
{
  content: "\ee95";
}

.alIcon-wind-scale-9:before
{
  content: "\ee96";
}

.alIcon-wind-waves:before
{
  content: "\ee97";
}

.alIcon-wind:before
{
  content: "\ee98";
}

.alIcon-windy-hail:before
{
  content: "\ee99";
}

.alIcon-windy-night:before
{
  content: "\ee9a";
}

.alIcon-windy-raining:before
{
  content: "\ee9b";
}

.alIcon-windy-sunny:before
{
  content: "\ee9c";
}

.alIcon-windy-thunder-raining:before
{
  content: "\ee9d";
}

.alIcon-windy-thunder:before
{
  content: "\ee9e";
}

.alIcon-windy:before
{
  content: "\ee9f";
}

.alIcon-addons:before
{
  content: "\eea0";
}

.alIcon-address-book:before
{
  content: "\eea1";
}

.alIcon-adjust:before
{
  content: "\eea2";
}

.alIcon-alarm:before
{
  content: "\eea3";
}

.alIcon-anchor:before
{
  content: "\eea4";
}

.alIcon-archive:before
{
  content: "\eea5";
}

.alIcon-at:before
{
  content: "\eea6";
}

.alIcon-attachment:before
{
  content: "\eea7";
}

.alIcon-audio:before
{
  content: "\eea8";
}

.alIcon-automation:before
{
  content: "\eea9";
}

.alIcon-badge:before
{
  content: "\eeaa";
}

.alIcon-bag-alt:before
{
  content: "\eeab";
}

.alIcon-bag:before
{
  content: "\eeac";
}

.alIcon-ban:before
{
  content: "\eead";
}

.alIcon-bar-code:before
{
  content: "\eeae";
}

.alIcon-bars:before
{
  content: "\eeaf";
}

.alIcon-basket:before
{
  content: "\eeb0";
}

.alIcon-battery-empty:before
{
  content: "\eeb1";
}

.alIcon-battery-full:before
{
  content: "\eeb2";
}

.alIcon-battery-half:before
{
  content: "\eeb3";
}

.alIcon-battery-low:before
{
  content: "\eeb4";
}

.alIcon-beaker:before
{
  content: "\eeb5";
}

.alIcon-beard:before
{
  content: "\eeb6";
}

.alIcon-bed:before
{
  content: "\eeb7";
}

.alIcon-bell:before
{
  content: "\eeb8";
}

.alIcon-beverage:before
{
  content: "\eeb9";
}

.alIcon-bill:before
{
  content: "\eeba";
}

.alIcon-bin:before
{
  content: "\eebb";
}

.alIcon-binary:before
{
  content: "\eebc";
}

.alIcon-binoculars:before
{
  content: "\eebd";
}

.alIcon-bluetooth:before
{
  content: "\eebe";
}

.alIcon-bomb:before
{
  content: "\eebf";
}

.alIcon-book-mark:before
{
  content: "\eec0";
}

.alIcon-box:before
{
  content: "\eec1";
}

.alIcon-briefcase:before
{
  content: "\eec2";
}

.alIcon-broken:before
{
  content: "\eec3";
}

.alIcon-bucket:before
{
  content: "\eec4";
}

.alIcon-bucket1:before
{
  content: "\eec5";
}

.alIcon-bucket2:before
{
  content: "\eec6";
}

.alIcon-bug:before
{
  content: "\eec7";
}

.alIcon-building:before
{
  content: "\eec8";
}

.alIcon-bulb-alt:before
{
  content: "\eec9";
}

.alIcon-bullet:before
{
  content: "\eeca";
}

.alIcon-bullhorn:before
{
  content: "\eecb";
}

.alIcon-bullseye:before
{
  content: "\eecc";
}

.alIcon-calendar:before
{
  content: "\eecd";
}

.alIcon-camera-alt:before
{
  content: "\eece";
}

.alIcon-camera:before
{
  content: "\eecf";
}

.alIcon-card:before
{
  content: "\eed0";
}

.alIcon-cart-alt:before
{
  content: "\eed1";
}

.alIcon-cart:before
{
  content: "\eed2";
}

.alIcon-cc:before
{
  content: "\eed3";
}

.alIcon-charging:before
{
  content: "\eed4";
}

.alIcon-chat:before
{
  content: "\eed5";
}

.alIcon-check-alt:before
{
  content: "\eed6";
}

.alIcon-check-circled:before
{
  content: "\eed7";
}

.alIcon-check:before
{
  content: "\eed8";
}

.alIcon-checked:before
{
  content: "\eed9";
}

.alIcon-children-care:before
{
  content: "\eeda";
}

.alIcon-clip:before
{
  content: "\eedb";
}

.alIcon-clock-time:before
{
  content: "\eedc";
}

.alIcon-close-circled:before
{
  content: "\eedd";
}

.alIcon-close-line-circled:before
{
  content: "\eede";
}

.alIcon-close-line-squared-alt:before
{
  content: "\eedf";
}

.alIcon-close-line-squared:before
{
  content: "\eee0";
}

.alIcon-close-line:before
{
  content: "\eee1";
}

.alIcon-close-squared-alt:before
{
  content: "\eee2";
}

.alIcon-close-squared:before
{
  content: "\eee3";
}

.alIcon-close:before
{
  content: "\eee4";
}

.alIcon-cloud-download:before
{
  content: "\eee5";
}

.alIcon-cloud-refresh:before
{
  content: "\eee6";
}

.alIcon-cloud-upload:before
{
  content: "\eee7";
}

.alIcon-cloud:before
{
  content: "\eee8";
}

.alIcon-code-not-allowed:before
{
  content: "\eee9";
}

.alIcon-code:before
{
  content: "\eeea";
}

.alIcon-comment:before
{
  content: "\eeeb";
}

.alIcon-compass-alt:before
{
  content: "\eeec";
}

.alIcon-compass:before
{
  content: "\eeed";
}

.alIcon-computer:before
{
  content: "\eeee";
}

.alIcon-connection:before
{
  content: "\eeef";
}

.alIcon-console:before
{
  content: "\eef0";
}

.alIcon-contacts:before
{
  content: "\eef1";
}

.alIcon-contrast:before
{
  content: "\eef2";
}

.alIcon-copyright:before
{
  content: "\eef3";
}

.alIcon-credit-card:before
{
  content: "\eef4";
}

.alIcon-crop:before
{
  content: "\eef5";
}

.alIcon-crown:before
{
  content: "\eef6";
}

.alIcon-cube:before
{
  content: "\eef7";
}

.alIcon-cubes:before
{
  content: "\eef8";
}

.alIcon-dashboard-web:before
{
  content: "\eef9";
}

.alIcon-dashboard:before
{
  content: "\eefa";
}

.alIcon-data:before
{
  content: "\eefb";
}

.alIcon-database-add:before
{
  content: "\eefc";
}

.alIcon-database-locked:before
{
  content: "\eefd";
}

.alIcon-database-remove:before
{
  content: "\eefe";
}

.alIcon-database:before
{
  content: "\eeff";
}

.alIcon-delete:before
{
  content: "\ef00";
}

.alIcon-diamond:before
{
  content: "\ef01";
}

.alIcon-dice-multiple:before
{
  content: "\ef02";
}

.alIcon-dice:before
{
  content: "\ef03";
}

.alIcon-disc:before
{
  content: "\ef04";
}

.alIcon-diskette:before
{
  content: "\ef05";
}

.alIcon-document-folder:before
{
  content: "\ef06";
}

.alIcon-download-alt:before
{
  content: "\ef07";
}

.alIcon-download:before
{
  content: "\ef08";
}

.alIcon-downloaded:before
{
  content: "\ef09";
}

.alIcon-drag:before
{
  content: "\ef0a";
}

.alIcon-drag1:before
{
  content: "\ef0b";
}

.alIcon-drag2:before
{
  content: "\ef0c";
}

.alIcon-drag3:before
{
  content: "\ef0d";
}

.alIcon-earth:before
{
  content: "\ef0e";
}

.alIcon-ebook:before
{
  content: "\ef0f";
}

.alIcon-edit:before
{
  content: "\ef10";
}

.alIcon-eject:before
{
  content: "\ef11";
}

.alIcon-email:before
{
  content: "\ef12";
}

.alIcon-envelope-open:before
{
  content: "\ef13";
}

.alIcon-envelope:before
{
  content: "\ef14";
}

.alIcon-eraser:before
{
  content: "\ef15";
}

.alIcon-error:before
{
  content: "\ef16";
}

.alIcon-excavator:before
{
  content: "\ef17";
}

.alIcon-exchange:before
{
  content: "\ef18";
}

.alIcon-exclamation-circle:before
{
  content: "\ef19";
}

.alIcon-exclamation-square:before
{
  content: "\ef1a";
}

.alIcon-exclamation-tringle:before
{
  content: "\ef1b";
}

.alIcon-exclamation:before
{
  content: "\ef1c";
}

.alIcon-exit:before
{
  content: "\ef1d";
}

.alIcon-expand:before
{
  content: "\ef1e";
}

.alIcon-external-link:before
{
  content: "\ef1f";
}

.alIcon-external:before
{
  content: "\ef20";
}

.alIcon-eye-alt:before
{
  content: "\ef21";
}

.alIcon-eye-blocked:before
{
  content: "\ef22";
}

.alIcon-eye-dropper:before
{
  content: "\ef23";
}

.alIcon-eye:before
{
  content: "\ef24";
}

.alIcon-favourite:before
{
  content: "\ef25";
}

.alIcon-fax:before
{
  content: "\ef26";
}

.alIcon-file-fill:before
{
  content: "\ef27";
}

.alIcon-film:before
{
  content: "\ef28";
}

.alIcon-filter:before
{
  content: "\ef29";
}

.alIcon-fire-alt:before
{
  content: "\ef2a";
}

.alIcon-fire-burn:before
{
  content: "\ef2b";
}

.alIcon-fire:before
{
  content: "\ef2c";
}

.alIcon-flag-alt-1:before
{
  content: "\ef2d";
}

.alIcon-flag-alt-2:before
{
  content: "\ef2e";
}

.alIcon-flag:before
{
  content: "\ef2f";
}

.alIcon-flame-torch:before
{
  content: "\ef30";
}

.alIcon-flash-light:before
{
  content: "\ef31";
}

.alIcon-flash:before
{
  content: "\ef32";
}

.alIcon-flask:before
{
  content: "\ef33";
}

.alIcon-focus:before
{
  content: "\ef34";
}

.alIcon-folder-open:before
{
  content: "\ef35";
}

.alIcon-folder:before
{
  content: "\ef36";
}

.alIcon-foot-print:before
{
  content: "\ef37";
}

.alIcon-garbage:before
{
  content: "\ef38";
}

.alIcon-gear-alt:before
{
  content: "\ef39";
}

.alIcon-gear:before
{
  content: "\ef3a";
}

.alIcon-gears:before
{
  content: "\ef3b";
}

.alIcon-gift:before
{
  content: "\ef3c";
}

.alIcon-glass:before
{
  content: "\ef3d";
}

.alIcon-globe:before
{
  content: "\ef3e";
}

.alIcon-graffiti:before
{
  content: "\ef3f";
}

.alIcon-grocery:before
{
  content: "\ef40";
}

.alIcon-hand:before
{
  content: "\ef41";
}

.alIcon-hanger:before
{
  content: "\ef42";
}

.alIcon-hard-disk:before
{
  content: "\ef43";
}

.alIcon-heart-alt:before
{
  content: "\ef44";
}

.alIcon-heart:before
{
  content: "\ef45";
}

.alIcon-history:before
{
  content: "\ef46";
}

.alIcon-home:before
{
  content: "\ef47";
}

.alIcon-horn:before
{
  content: "\ef48";
}

.alIcon-hour-glass:before
{
  content: "\ef49";
}

.alIcon-id:before
{
  content: "\ef4a";
}

.alIcon-image:before
{
  content: "\ef4b";
}

.alIcon-inbox:before
{
  content: "\ef4c";
}

.alIcon-infinite:before
{
  content: "\ef4d";
}

.alIcon-info-circle:before
{
  content: "\ef4e";
}

.alIcon-info-square:before
{
  content: "\ef4f";
}

.alIcon-info:before
{
  content: "\ef50";
}

.alIcon-institution:before
{
  content: "\ef51";
}

.alIcon-interface:before
{
  content: "\ef52";
}

.alIcon-invisible:before
{
  content: "\ef53";
}

.alIcon-jacket:before
{
  content: "\ef54";
}

.alIcon-jar:before
{
  content: "\ef55";
}

.alIcon-jewlery:before
{
  content: "\ef56";
}

.alIcon-karate:before
{
  content: "\ef57";
}

.alIcon-key-hole:before
{
  content: "\ef58";
}

.alIcon-key:before
{
  content: "\ef59";
}

.alIcon-label:before
{
  content: "\ef5a";
}

.alIcon-lamp:before
{
  content: "\ef5b";
}

.alIcon-layers:before
{
  content: "\ef5c";
}

.alIcon-layout:before
{
  content: "\ef5d";
}

.alIcon-leaf:before
{
  content: "\ef5e";
}

.alIcon-leaflet:before
{
  content: "\ef5f";
}

.alIcon-learn:before
{
  content: "\ef60";
}

.alIcon-lego:before
{
  content: "\ef61";
}

.alIcon-lens:before
{
  content: "\ef62";
}

.alIcon-letter:before
{
  content: "\ef63";
}

.alIcon-letterbox:before
{
  content: "\ef64";
}

.alIcon-library:before
{
  content: "\ef65";
}

.alIcon-license:before
{
  content: "\ef66";
}

.alIcon-life-bouy:before
{
  content: "\ef67";
}

.alIcon-life-buoy:before
{
  content: "\ef68";
}

.alIcon-life-jacket:before
{
  content: "\ef69";
}

.alIcon-life-ring:before
{
  content: "\ef6a";
}

.alIcon-light-bulb:before
{
  content: "\ef6b";
}

.alIcon-lighter:before
{
  content: "\ef6c";
}

.alIcon-lightning-ray:before
{
  content: "\ef6d";
}

.alIcon-like:before
{
  content: "\ef6e";
}

.alIcon-line-height:before
{
  content: "\ef6f";
}

.alIcon-link-alt:before
{
  content: "\ef70";
}

.alIcon-link:before
{
  content: "\ef71";
}

.alIcon-list:before
{
  content: "\ef72";
}

.alIcon-listening:before
{
  content: "\ef73";
}

.alIcon-listine-dots:before
{
  content: "\ef74";
}

.alIcon-listing-box:before
{
  content: "\ef75";
}

.alIcon-listing-number:before
{
  content: "\ef76";
}

.alIcon-live-support:before
{
  content: "\ef77";
}

.alIcon-location-arrow:before
{
  content: "\ef78";
}

.alIcon-location-pin:before
{
  content: "\ef79";
}

.alIcon-lock:before
{
  content: "\ef7a";
}

.alIcon-login:before
{
  content: "\ef7b";
}

.alIcon-logout:before
{
  content: "\ef7c";
}

.alIcon-lollipop:before
{
  content: "\ef7d";
}

.alIcon-long-drive:before
{
  content: "\ef7e";
}

.alIcon-look:before
{
  content: "\ef7f";
}

.alIcon-loop:before
{
  content: "\ef80";
}

.alIcon-luggage:before
{
  content: "\ef81";
}

.alIcon-lunch:before
{
  content: "\ef82";
}

.alIcon-lungs:before
{
  content: "\ef83";
}

.alIcon-magic-alt:before
{
  content: "\ef84";
}

.alIcon-magic:before
{
  content: "\ef85";
}

.alIcon-magnet:before
{
  content: "\ef86";
}

.alIcon-mail-box:before
{
  content: "\ef87";
}

.alIcon-mail:before
{
  content: "\ef88";
}

.alIcon-male:before
{
  content: "\ef89";
}

.alIcon-map-pins:before
{
  content: "\ef8a";
}

.alIcon-map:before
{
  content: "\ef8b";
}

.alIcon-maximize:before
{
  content: "\ef8c";
}

.alIcon-measure:before
{
  content: "\ef8d";
}

.alIcon-medicine:before
{
  content: "\ef8e";
}

.alIcon-mega-phone:before
{
  content: "\ef8f";
}

.alIcon-megaphone-alt:before
{
  content: "\ef90";
}

.alIcon-megaphone:before
{
  content: "\ef91";
}

.alIcon-memorial:before
{
  content: "\ef92";
}

.alIcon-memory-card:before
{
  content: "\ef93";
}

.alIcon-mic-mute:before
{
  content: "\ef94";
}

.alIcon-mic:before
{
  content: "\ef95";
}

.alIcon-military:before
{
  content: "\ef96";
}

.alIcon-mill:before
{
  content: "\ef97";
}

.alIcon-minus-circle:before
{
  content: "\ef98";
}

.alIcon-minus-square:before
{
  content: "\ef99";
}

.alIcon-minus:before
{
  content: "\ef9a";
}

.alIcon-mobile-phone:before
{
  content: "\ef9b";
}

.alIcon-molecule:before
{
  content: "\ef9c";
}

.alIcon-money:before
{
  content: "\ef9d";
}

.alIcon-moon:before
{
  content: "\ef9e";
}

.alIcon-mop:before
{
  content: "\ef9f";
}

.alIcon-muffin:before
{
  content: "\efa0";
}

.alIcon-mustache:before
{
  content: "\efa1";
}

.alIcon-navigation-menu:before
{
  content: "\efa2";
}

.alIcon-navigation:before
{
  content: "\efa3";
}

.alIcon-network-tower:before
{
  content: "\efa4";
}

.alIcon-network:before
{
  content: "\efa5";
}

.alIcon-news:before
{
  content: "\efa6";
}

.alIcon-newspaper:before
{
  content: "\efa7";
}

.alIcon-no-smoking:before
{
  content: "\efa8";
}

.alIcon-not-allowed:before
{
  content: "\efa9";
}

.alIcon-notebook:before
{
  content: "\efaa";
}

.alIcon-notepad:before
{
  content: "\efab";
}

.alIcon-notification:before
{
  content: "\efac";
}

.alIcon-numbered:before
{
  content: "\efad";
}

.alIcon-opposite:before
{
  content: "\efae";
}

.alIcon-optic:before
{
  content: "\efaf";
}

.alIcon-options:before
{
  content: "\efb0";
}

.alIcon-package:before
{
  content: "\efb1";
}

.alIcon-page:before
{
  content: "\efb2";
}

.alIcon-paint:before
{
  content: "\efb3";
}

.alIcon-paper-plane:before
{
  content: "\efb4";
}

.alIcon-paperclip:before
{
  content: "\efb5";
}

.alIcon-papers:before
{
  content: "\efb6";
}

.alIcon-pay:before
{
  content: "\efb7";
}

.alIcon-penguin-linux:before
{
  content: "\efb8";
}

.alIcon-pestle:before
{
  content: "\efb9";
}

.alIcon-phone-circle:before
{
  content: "\efba";
}

.alIcon-phone:before
{
  content: "\efbb";
}

.alIcon-picture:before
{
  content: "\efbc";
}

.alIcon-pine:before
{
  content: "\efbd";
}

.alIcon-pixels:before
{
  content: "\efbe";
}

.alIcon-plugin:before
{
  content: "\efbf";
}

.alIcon-plus-circle:before
{
  content: "\efc0";
}

.alIcon-plus-square:before
{
  content: "\efc1";
}

.alIcon-plus:before
{
  content: "\efc2";
}

.alIcon-polygonal:before
{
  content: "\efc3";
}

.alIcon-power:before
{
  content: "\efc4";
}

.alIcon-price:before
{
  content: "\efc5";
}

.alIcon-print:before
{
  content: "\efc6";
}

.alIcon-puzzle:before
{
  content: "\efc7";
}

.alIcon-qr-code:before
{
  content: "\efc8";
}

.alIcon-queen:before
{
  content: "\efc9";
}

.alIcon-question-circle:before
{
  content: "\efca";
}

.alIcon-question-square:before
{
  content: "\efcb";
}

.alIcon-question:before
{
  content: "\efcc";
}

.alIcon-quote-left:before
{
  content: "\efcd";
}

.alIcon-quote-right:before
{
  content: "\efce";
}

.alIcon-random:before
{
  content: "\efcf";
}

.alIcon-recycle:before
{
  content: "\efd0";
}

.alIcon-refresh:before
{
  content: "\efd1";
}

.alIcon-repair:before
{
  content: "\efd2";
}

.alIcon-reply-all:before
{
  content: "\efd3";
}

.alIcon-reply:before
{
  content: "\efd4";
}

.alIcon-resize:before
{
  content: "\efd5";
}

.alIcon-responsive:before
{
  content: "\efd6";
}

.alIcon-retweet:before
{
  content: "\efd7";
}

.alIcon-road:before
{
  content: "\efd8";
}

.alIcon-robot:before
{
  content: "\efd9";
}

.alIcon-royal:before
{
  content: "\efda";
}

.alIcon-rss-feed:before
{
  content: "\efdb";
}

.alIcon-safety:before
{
  content: "\efdc";
}

.alIcon-sale-discount:before
{
  content: "\efdd";
}

.alIcon-satellite:before
{
  content: "\efde";
}

.alIcon-send-mail:before
{
  content: "\efdf";
}

.alIcon-server:before
{
  content: "\efe0";
}

.alIcon-settings-alt:before
{
  content: "\efe1";
}

.alIcon-settings:before
{
  content: "\efe2";
}

.alIcon-share-alt:before
{
  content: "\efe3";
}

.alIcon-share-boxed:before
{
  content: "\efe4";
}

.alIcon-share:before
{
  content: "\efe5";
}

.alIcon-shield:before
{
  content: "\efe6";
}

.alIcon-shopping-cart:before
{
  content: "\efe7";
}

.alIcon-sign-in:before
{
  content: "\efe8";
}

.alIcon-sign-out:before
{
  content: "\efe9";
}

.alIcon-signal:before
{
  content: "\efea";
}

.alIcon-site-map:before
{
  content: "\efeb";
}

.alIcon-smart-phone:before
{
  content: "\efec";
}

.alIcon-soccer:before
{
  content: "\efed";
}

.alIcon-sort-alt:before
{
  content: "\efee";
}

.alIcon-sort:before
{
  content: "\efef";
}

.alIcon-space:before
{
  content: "\eff0";
}

.alIcon-spanner:before
{
  content: "\eff1";
}

.alIcon-speech-comments:before
{
  content: "\eff2";
}

.alIcon-speed-meter:before
{
  content: "\eff3";
}

.alIcon-spinner-alt-1:before
{
  content: "\eff4";
}

.alIcon-spinner-alt-2:before
{
  content: "\eff5";
}

.alIcon-spinner-alt-3:before
{
  content: "\eff6";
}

.alIcon-spinner-alt-4:before
{
  content: "\eff7";
}

.alIcon-spinner-alt-5:before
{
  content: "\eff8";
}

.alIcon-spinner-alt-6:before
{
  content: "\eff9";
}

.alIcon-spinner:before
{
  content: "\effa";
}

.alIcon-spreadsheet:before
{
  content: "\effb";
}

.alIcon-square:before
{
  content: "\effc";
}

.alIcon-ssl-security:before
{
  content: "\effd";
}

.alIcon-star-alt-1:before
{
  content: "\effe";
}

.alIcon-star-alt-2:before
{
  content: "\efff";
}

.alIcon-star:before
{
  content: "\f000";
}

.alIcon-street-view:before
{
  content: "\f001";
}

.alIcon-support-faq:before
{
  content: "\f002";
}

.alIcon-tack-pin:before
{
  content: "\f003";
}

.alIcon-tag:before
{
  content: "\f004";
}

.alIcon-tags:before
{
  content: "\f005";
}

.alIcon-tasks-alt:before
{
  content: "\f006";
}

.alIcon-tasks:before
{
  content: "\f007";
}

.alIcon-telephone:before
{
  content: "\f008";
}

.alIcon-telescope:before
{
  content: "\f009";
}

.alIcon-terminal:before
{
  content: "\f00a";
}

.alIcon-thumbs-down:before
{
  content: "\f00b";
}

.alIcon-thumbs-up:before
{
  content: "\f00c";
}

.alIcon-tick-boxed:before
{
  content: "\f00d";
}

.alIcon-tick-mark:before
{
  content: "\f00e";
}

.alIcon-ticket:before
{
  content: "\f00f";
}

.alIcon-tie:before
{
  content: "\f010";
}

.alIcon-toggle-off:before
{
  content: "\f011";
}

.alIcon-toggle-on:before
{
  content: "\f012";
}

.alIcon-tools-alt-2:before
{
  content: "\f013";
}

.alIcon-tools:before
{
  content: "\f014";
}

.alIcon-touch:before
{
  content: "\f015";
}

.alIcon-traffic-light:before
{
  content: "\f016";
}

.alIcon-transparent:before
{
  content: "\f017";
}

.alIcon-tree:before
{
  content: "\f018";
}

.alIcon-unique-idea:before
{
  content: "\f019";
}

.alIcon-unlock:before
{
  content: "\f01a";
}

.alIcon-unlocked:before
{
  content: "\f01b";
}

.alIcon-upload-alt:before
{
  content: "\f01c";
}

.alIcon-upload:before
{
  content: "\f01d";
}

.alIcon-usb-drive:before
{
  content: "\f01e";
}

.alIcon-usb:before
{
  content: "\f01f";
}

.alIcon-vector-path:before
{
  content: "\f020";
}

.alIcon-verification-check:before
{
  content: "\f021";
}

.alIcon-wall-clock:before
{
  content: "\f022";
}

.alIcon-wall:before
{
  content: "\f023";
}

.alIcon-wallet:before
{
  content: "\f024";
}

.alIcon-warning-alt:before
{
  content: "\f025";
}

.alIcon-warning:before
{
  content: "\f026";
}

.alIcon-water-drop:before
{
  content: "\f027";
}

.alIcon-web:before
{
  content: "\f028";
}

.alIcon-wheelchair:before
{
  content: "\f029";
}

.alIcon-wifi-alt:before
{
  content: "\f02a";
}

.alIcon-wifi:before
{
  content: "\f02b";
}

.alIcon-world:before
{
  content: "\f02c";
}

.alIcon-zigzag:before
{
  content: "\f02d";
}

.alIcon-zipped:before
{
  content: "\f02e";
}

.alIcon-xs
{
  font-size: .5em;
}

.alIcon-sm
{
  font-size: .75em;
}

.alIcon-md
{
  font-size: 1.25em;
}

.alIcon-lg
{
  font-size: 1.5em;
}

.alIcon-1x
{
  font-size: 1em;
}

.alIcon-2x
{
  font-size: 2em;
}

.alIcon-3x
{
  font-size: 3em;
}

.alIcon-4x
{
  font-size: 4em;
}

.alIcon-5x
{
  font-size: 5em;
}

.alIcon-6x
{
  font-size: 6em;
}

.alIcon-7x
{
  font-size: 7em;
}

.alIcon-8x
{
  font-size: 8em;
}

.alIcon-9x
{
  font-size: 9em;
}

.alIcon-10x
{
  font-size: 10em;
}

.alIcon-fw
{
  text-align: center;
  width: 1.25em;
}

.alIcon-ul
{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.alIcon-ul > li
{
  position: relative;
  line-height: 2em;
}

.alIcon-ul > li .alIcon
{
  display: inline-block;
  vertical-align: middle;
}

.alIcon-border
{
  border: solid 0.08em #f1f1f1;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.alIcon-pull-left
{
  float: left;
}

.alIcon-pull-right
{
  float: right;
}

.alIcon.alIcon-pull-left
{
  margin-right: .3em;
}

.alIcon.alIcon-pull-right
{
  margin-left: .3em;
}

.alIcon-spin
{
  -webkit-animation: alIcon-spin 2s infinite linear;
  animation: alIcon-spin 2s infinite linear;
  display: inline-block;
}

.alIcon-pulse
{
  -webkit-animation: alIcon-spin 1s infinite steps(8);
  animation: alIcon-spin 1s infinite steps(8);
  display: inline-block;
}

@-webkit-keyframes alIcon-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes alIcon-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.alIcon-rotate-90
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.alIcon-rotate-180
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.alIcon-rotate-270
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.alIcon-flip-horizontal
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.alIcon-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.alIcon-flip-horizontal.alIcon-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .alIcon-rotate-90,
	:root .alIcon-rotate-180,
	:root .alIcon-rotate-270,
	:root .alIcon-flip-horizontal,
	:root .alIcon-flip-vertical
{
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}

.alIcon-inverse
{
  color: #fff;
}

.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;
}
	
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 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 screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:3.4375rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:3.4375rem;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-right{right:0;left:auto}}.dropdown-menu-left{right:auto;left:0}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.dropdown-item:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(2.875rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.8125rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(2.875rem + 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(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input: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(2.25rem + 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:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;color:inherit;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card{overflow:hidden}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion .card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-3by4::before{padding-top:133.333333%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */
