@charset "UTF-8";

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-abacus:before {
  content: "\F640";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acorn:before {
  content: "\F6AE";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-conditioner:before {
  content: "\F8F4";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-alarm-clock:before {
  content: "\F34E";
}

.fa-alarm-exclamation:before {
  content: "\F843";
}

.fa-alarm-plus:before {
  content: "\F844";
}

.fa-alarm-snooze:before {
  content: "\F845";
}

.fa-album:before {
  content: "\F89F";
}

.fa-album-collection:before {
  content: "\F8A0";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-alicorn:before {
  content: "\F6B0";
}

.fa-alien:before {
  content: "\F8F5";
}

.fa-alien-monster:before {
  content: "\F8F6";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-slash:before {
  content: "\F846";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-amp-guitar:before {
  content: "\F8A1";
}

.fa-analytics:before {
  content: "\F643";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angel:before {
  content: "\F779";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-crate:before {
  content: "\F6B1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-alt-down:before {
  content: "\F354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\F346";
}

.fa-arrow-alt-from-left:before {
  content: "\F347";
}

.fa-arrow-alt-from-right:before {
  content: "\F348";
}

.fa-arrow-alt-from-top:before {
  content: "\F349";
}

.fa-arrow-alt-left:before {
  content: "\F355";
}

.fa-arrow-alt-right:before {
  content: "\F356";
}

.fa-arrow-alt-square-down:before {
  content: "\F350";
}

.fa-arrow-alt-square-left:before {
  content: "\F351";
}

.fa-arrow-alt-square-right:before {
  content: "\F352";
}

.fa-arrow-alt-square-up:before {
  content: "\F353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\F34A";
}

.fa-arrow-alt-to-left:before {
  content: "\F34B";
}

.fa-arrow-alt-to-right:before {
  content: "\F34C";
}

.fa-arrow-alt-to-top:before {
  content: "\F34D";
}

.fa-arrow-alt-up:before {
  content: "\F357";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-from-bottom:before {
  content: "\F342";
}

.fa-arrow-from-left:before {
  content: "\F343";
}

.fa-arrow-from-right:before {
  content: "\F344";
}

.fa-arrow-from-top:before {
  content: "\F345";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-square-down:before {
  content: "\F339";
}

.fa-arrow-square-left:before {
  content: "\F33A";
}

.fa-arrow-square-right:before {
  content: "\F33B";
}

.fa-arrow-square-up:before {
  content: "\F33C";
}

.fa-arrow-to-bottom:before {
  content: "\F33D";
}

.fa-arrow-to-left:before {
  content: "\F33E";
}

.fa-arrow-to-right:before {
  content: "\F340";
}

.fa-arrow-to-top:before {
  content: "\F341";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-atom-alt:before {
  content: "\F5D3";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-axe:before {
  content: "\F6B2";
}

.fa-axe-battle:before {
  content: "\F6B3";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backpack:before {
  content: "\F5D4";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-badge:before {
  content: "\F335";
}

.fa-badge-check:before {
  content: "\F336";
}

.fa-badge-dollar:before {
  content: "\F645";
}

.fa-badge-percent:before {
  content: "\F646";
}

.fa-badge-sheriff:before {
  content: "\F8A2";
}

.fa-badger-honey:before {
  content: "\F6B4";
}

.fa-bags-shopping:before {
  content: "\F847";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ball-pile:before {
  content: "\F77E";
}

.fa-ballot:before {
  content: "\F732";
}

.fa-ballot-check:before {
  content: "\F733";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-banjo:before {
  content: "\F8A3";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-barcode-alt:before {
  content: "\F463";
}

.fa-barcode-read:before {
  content: "\F464";
}

.fa-barcode-scan:before {
  content: "\F465";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball:before {
  content: "\F432";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-basketball-hoop:before {
  content: "\F435";
}

.fa-bat:before {
  content: "\F6B5";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-bolt:before {
  content: "\F376";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-slash:before {
  content: "\F377";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-bed-alt:before {
  content: "\F8F7";
}

.fa-bed-bunk:before {
  content: "\F8F8";
}

.fa-bed-empty:before {
  content: "\F8F9";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-exclamation:before {
  content: "\F848";
}

.fa-bell-on:before {
  content: "\F8FA";
}

.fa-bell-plus:before {
  content: "\F849";
}

.fa-bell-school:before {
  content: "\F5D5";
}

.fa-bell-school-slash:before {
  content: "\F5D6";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bells:before {
  content: "\F77F";
}

.fa-betamax:before {
  content: "\F8A4";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-biking-mountain:before {
  content: "\F84B";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blanket:before {
  content: "\F498";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blinds:before {
  content: "\F8FB";
}

.fa-blinds-open:before {
  content: "\F8FC";
}

.fa-blinds-raised:before {
  content: "\F8FD";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bone-break:before {
  content: "\F5D8";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-alt:before {
  content: "\F5D9";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-heart:before {
  content: "\F499";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-book-spells:before {
  content: "\F6B8";
}

.fa-book-user:before {
  content: "\F7E7";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-books:before {
  content: "\F5DB";
}

.fa-books-medical:before {
  content: "\F7E8";
}

.fa-boombox:before {
  content: "\F8A5";
}

.fa-boot:before {
  content: "\F782";
}

.fa-booth-curtain:before {
  content: "\F734";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-bottom:before {
  content: "\F84D";
}

.fa-border-center-h:before {
  content: "\F89C";
}

.fa-border-center-v:before {
  content: "\F89D";
}

.fa-border-inner:before {
  content: "\F84E";
}

.fa-border-left:before {
  content: "\F84F";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-outer:before {
  content: "\F851";
}

.fa-border-right:before {
  content: "\F852";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-border-style-alt:before {
  content: "\F854";
}

.fa-border-top:before {
  content: "\F855";
}

.fa-bow-arrow:before {
  content: "\F6B9";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-bowling-pins:before {
  content: "\F437";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-alt:before {
  content: "\F49A";
}

.fa-box-ballot:before {
  content: "\F735";
}

.fa-box-check:before {
  content: "\F467";
}

.fa-box-fragile:before {
  content: "\F49B";
}

.fa-box-full:before {
  content: "\F49C";
}

.fa-box-heart:before {
  content: "\F49D";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-box-up:before {
  content: "\F49F";
}

.fa-box-usd:before {
  content: "\F4A0";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-boxes-alt:before {
  content: "\F4A1";
}

.fa-boxing-glove:before {
  content: "\F438";
}

.fa-brackets:before {
  content: "\F7E9";
}

.fa-brackets-curly:before {
  content: "\F7EA";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-loaf:before {
  content: "\F7EB";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-bring-forward:before {
  content: "\F856";
}

.fa-bring-front:before {
  content: "\F857";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-browser:before {
  content: "\F37E";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-bullseye-arrow:before {
  content: "\F648";
}

.fa-bullseye-pointer:before {
  content: "\F649";
}

.fa-burger-soda:before {
  content: "\F858";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-burrito:before {
  content: "\F7ED";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-bus-school:before {
  content: "\F5DD";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-cabinet-filing:before {
  content: "\F64B";
}

.fa-cactus:before {
  content: "\F8A7";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calculator-alt:before {
  content: "\F64C";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-edit:before {
  content: "\F333";
}

.fa-calendar-exclamation:before {
  content: "\F334";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-star:before {
  content: "\F736";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camcorder:before {
  content: "\F8A8";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-alt:before {
  content: "\F332";
}

.fa-camera-home:before {
  content: "\F8FE";
}

.fa-camera-movie:before {
  content: "\F8A9";
}

.fa-camera-polaroid:before {
  content: "\F8AA";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campfire:before {
  content: "\F6BA";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candle-holder:before {
  content: "\F6BC";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-candy-corn:before {
  content: "\F6BD";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-building:before {
  content: "\F859";
}

.fa-car-bump:before {
  content: "\F5E0";
}

.fa-car-bus:before {
  content: "\F85A";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-garage:before {
  content: "\F5E2";
}

.fa-car-mechanic:before {
  content: "\F5E3";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-car-tilt:before {
  content: "\F5E5";
}

.fa-car-wash:before {
  content: "\F5E6";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caravan-alt:before {
  content: "\E000";
}

.fa-caret-circle-down:before {
  content: "\F32D";
}

.fa-caret-circle-left:before {
  content: "\F32E";
}

.fa-caret-circle-right:before {
  content: "\F330";
}

.fa-caret-circle-up:before {
  content: "\F331";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cars:before {
  content: "\F85B";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cassette-tape:before {
  content: "\F8AB";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cat-space:before {
  content: "\E001";
}

.fa-cauldron:before {
  content: "\F6BF";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cctv:before {
  content: "\F8AC";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chair-office:before {
  content: "\F6C1";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-line-down:before {
  content: "\F64D";
}

.fa-chart-network:before {
  content: "\F78A";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-chart-pie-alt:before {
  content: "\F64E";
}

.fa-chart-scatter:before {
  content: "\F7EE";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-cheese-swiss:before {
  content: "\F7F0";
}

.fa-cheeseburger:before {
  content: "\F7F1";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-bishop-alt:before {
  content: "\F43B";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-clock:before {
  content: "\F43D";
}

.fa-chess-clock-alt:before {
  content: "\F43E";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-king-alt:before {
  content: "\F440";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-knight-alt:before {
  content: "\F442";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-pawn-alt:before {
  content: "\F444";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-queen-alt:before {
  content: "\F446";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chess-rook-alt:before {
  content: "\F448";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-double-down:before {
  content: "\F322";
}

.fa-chevron-double-left:before {
  content: "\F323";
}

.fa-chevron-double-right:before {
  content: "\F324";
}

.fa-chevron-double-up:before {
  content: "\F325";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-square-down:before {
  content: "\F329";
}

.fa-chevron-square-left:before {
  content: "\F32A";
}

.fa-chevron-square-right:before {
  content: "\F32B";
}

.fa-chevron-square-up:before {
  content: "\F32C";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chimney:before {
  content: "\F78B";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clarinet:before {
  content: "\F8AD";
}

.fa-claw-marks:before {
  content: "\F6C2";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clipboard-list-check:before {
  content: "\F737";
}

.fa-clipboard-prescription:before {
  content: "\F5E8";
}

.fa-clipboard-user:before {
  content: "\F7F3";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-drizzle:before {
  content: "\F738";
}

.fa-cloud-hail:before {
  content: "\F739";
}

.fa-cloud-hail-mixed:before {
  content: "\F73A";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-music:before {
  content: "\F8AE";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-rainbow:before {
  content: "\F73E";
}

.fa-cloud-showers:before {
  content: "\F73F";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sleet:before {
  content: "\F741";
}

.fa-cloud-snow:before {
  content: "\F742";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-clouds:before {
  content: "\F744";
}

.fa-clouds-moon:before {
  content: "\F745";
}

.fa-clouds-sun:before {
  content: "\F746";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-club:before {
  content: "\F327";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-code-commit:before {
  content: "\F386";
}

.fa-code-merge:before {
  content: "\F387";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-coffee-pot:before {
  content: "\E002";
}

.fa-coffee-togo:before {
  content: "\F6C5";
}

.fa-coffin:before {
  content: "\F6C6";
}

.fa-coffin-cross:before {
  content: "\E051";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coin:before {
  content: "\F85C";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comet:before {
  content: "\E003";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-alt-check:before {
  content: "\F4A2";
}

.fa-comment-alt-dollar:before {
  content: "\F650";
}

.fa-comment-alt-dots:before {
  content: "\F4A3";
}

.fa-comment-alt-edit:before {
  content: "\F4A4";
}

.fa-comment-alt-exclamation:before {
  content: "\F4A5";
}

.fa-comment-alt-lines:before {
  content: "\F4A6";
}

.fa-comment-alt-medical:before {
  content: "\F7F4";
}

.fa-comment-alt-minus:before {
  content: "\F4A7";
}

.fa-comment-alt-music:before {
  content: "\F8AF";
}

.fa-comment-alt-plus:before {
  content: "\F4A8";
}

.fa-comment-alt-slash:before {
  content: "\F4A9";
}

.fa-comment-alt-smile:before {
  content: "\F4AA";
}

.fa-comment-alt-times:before {
  content: "\F4AB";
}

.fa-comment-check:before {
  content: "\F4AC";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-edit:before {
  content: "\F4AE";
}

.fa-comment-exclamation:before {
  content: "\F4AF";
}

.fa-comment-lines:before {
  content: "\F4B0";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-minus:before {
  content: "\F4B1";
}

.fa-comment-music:before {
  content: "\F8B0";
}

.fa-comment-plus:before {
  content: "\F4B2";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comment-smile:before {
  content: "\F4B4";
}

.fa-comment-times:before {
  content: "\F4B5";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-alt:before {
  content: "\F4B6";
}

.fa-comments-alt-dollar:before {
  content: "\F652";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compass-slash:before {
  content: "\F5E9";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-compress-wide:before {
  content: "\F326";
}

.fa-computer-classic:before {
  content: "\F8B1";
}

.fa-computer-speaker:before {
  content: "\F8B2";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-construction:before {
  content: "\F85D";
}

.fa-container-storage:before {
  content: "\F4B7";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-conveyor-belt:before {
  content: "\F46E";
}

.fa-conveyor-belt-alt:before {
  content: "\F46F";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-corn:before {
  content: "\F6C7";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cow:before {
  content: "\F6C8";
}

.fa-cowbell:before {
  content: "\F8B3";
}

.fa-cowbell-more:before {
  content: "\F8B4";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-credit-card-blank:before {
  content: "\F389";
}

.fa-credit-card-front:before {
  content: "\F38A";
}

.fa-cricket:before {
  content: "\F449";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-croissant:before {
  content: "\F7F6";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-crutches:before {
  content: "\F7F8";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-curling:before {
  content: "\F44A";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dagger:before {
  content: "\F6CB";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-debug:before {
  content: "\F7F9";
}

.fa-deer:before {
  content: "\F78E";
}

.fa-deer-rudolph:before {
  content: "\F78F";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-desktop-alt:before {
  content: "\F390";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dewpoint:before {
  content: "\F748";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d10:before {
  content: "\F6CD";
}

.fa-dice-d12:before {
  content: "\F6CE";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d4:before {
  content: "\F6D0";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-d8:before {
  content: "\F6D2";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digging:before {
  content: "\F85E";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-diploma:before {
  content: "\F5EA";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-disc-drive:before {
  content: "\F8B5";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-do-not-enter:before {
  content: "\F5EC";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dog-leashed:before {
  content: "\F6D4";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-empty:before {
  content: "\F473";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-dolly-flatbed-alt:before {
  content: "\F475";
}

.fa-dolly-flatbed-empty:before {
  content: "\F476";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-circle:before {
  content: "\F5ED";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-draw-square:before {
  content: "\F5EF";
}

.fa-dreidel:before {
  content: "\F792";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-drone:before {
  content: "\F85F";
}

.fa-drone-alt:before {
  content: "\F860";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick:before {
  content: "\F6D6";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dryer:before {
  content: "\F861";
}

.fa-dryer-alt:before {
  content: "\F862";
}

.fa-duck:before {
  content: "\F6D8";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-ear:before {
  content: "\F5F0";
}

.fa-ear-muffs:before {
  content: "\F795";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-eclipse:before {
  content: "\F749";
}

.fa-eclipse-alt:before {
  content: "\F74A";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-egg-fried:before {
  content: "\F7FC";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-elephant:before {
  content: "\F6DA";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-h-alt:before {
  content: "\F39B";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ellipsis-v-alt:before {
  content: "\F39C";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-empty-set:before {
  content: "\F656";
}

.fa-engine-warning:before {
  content: "\F5F2";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-dollar:before {
  content: "\F657";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-square:before {
  content: "\F321";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows:before {
  content: "\F31D";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expand-wide:before {
  content: "\F320";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-evil:before {
  content: "\F6DB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fan-table:before {
  content: "\E004";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-farm:before {
  content: "\F864";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-faucet-drip:before {
  content: "\E006";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-field-hockey:before {
  content: "\F44C";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-certificate:before {
  content: "\F5F3";
}

.fa-file-chart-line:before {
  content: "\F659";
}

.fa-file-chart-pie:before {
  content: "\F65A";
}

.fa-file-check:before {
  content: "\F316";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-edit:before {
  content: "\F31C";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-exclamation:before {
  content: "\F31A";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-minus:before {
  content: "\F318";
}

.fa-file-music:before {
  content: "\F8B6";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-plus:before {
  content: "\F319";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-search:before {
  content: "\F865";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-spreadsheet:before {
  content: "\F65B";
}

.fa-file-times:before {
  content: "\F317";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-user:before {
  content: "\F65C";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-files-medical:before {
  content: "\F7FD";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-film-alt:before {
  content: "\F3A0";
}

.fa-film-canister:before {
  content: "\F8B7";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-fire-smoke:before {
  content: "\F74B";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-fireplace:before {
  content: "\F79A";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fish-cooked:before {
  content: "\F7FE";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-alt:before {
  content: "\F74C";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flame:before {
  content: "\F6DF";
}

.fa-flashlight:before {
  content: "\F8B8";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flask-poison:before {
  content: "\F6E0";
}

.fa-flask-potion:before {
  content: "\F6E1";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flower:before {
  content: "\F7FF";
}

.fa-flower-daffodil:before {
  content: "\F800";
}

.fa-flower-tulip:before {
  content: "\F801";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-flute:before {
  content: "\F8B9";
}

.fa-flux-capacitor:before {
  content: "\F8BA";
}

.fa-fly:before {
  content: "\F417";
}

.fa-fog:before {
  content: "\F74E";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-download:before {
  content: "\E053";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-folder-times:before {
  content: "\F65F";
}

.fa-folder-tree:before {
  content: "\F802";
}

.fa-folder-upload:before {
  content: "\E054";
}

.fa-folders:before {
  content: "\F660";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-font-case:before {
  content: "\F866";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-football-helmet:before {
  content: "\F44F";
}

.fa-forklift:before {
  content: "\F47A";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-fragile:before {
  content: "\F4BB";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-french-fries:before {
  content: "\F803";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frosty-head:before {
  content: "\F79B";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-function:before {
  content: "\F661";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-galaxy:before {
  content: "\E008";
}

.fa-game-board:before {
  content: "\F867";
}

.fa-game-board-alt:before {
  content: "\F868";
}

.fa-game-console-handheld:before {
  content: "\F8BB";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gamepad-alt:before {
  content: "\F8BC";
}

.fa-garage:before {
  content: "\E009";
}

.fa-garage-car:before {
  content: "\E00A";
}

.fa-garage-open:before {
  content: "\E00B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gas-pump-slash:before {
  content: "\F5F4";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gift-card:before {
  content: "\F663";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-gingerbread-man:before {
  content: "\F79D";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass:before {
  content: "\F804";
}

.fa-glass-champagne:before {
  content: "\F79E";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-citrus:before {
  content: "\F869";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glass-whiskey-rocks:before {
  content: "\F7A1";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glasses-alt:before {
  content: "\F5F5";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-globe-snow:before {
  content: "\F7A3";
}

.fa-globe-stand:before {
  content: "\F5F6";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-golf-club:before {
  content: "\F451";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gramophone:before {
  content: "\F8BD";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-guitar-electric:before {
  content: "\F8BE";
}

.fa-guitars:before {
  content: "\F8BF";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-h1:before {
  content: "\F313";
}

.fa-h2:before {
  content: "\F314";
}

.fa-h3:before {
  content: "\F315";
}

.fa-h4:before {
  content: "\F86A";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hammer-war:before {
  content: "\F6E4";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-heart:before {
  content: "\F4BC";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-box:before {
  content: "\F47B";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-magic:before {
  content: "\F6E5";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-seedling:before {
  content: "\F4BF";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-receiving:before {
  content: "\F47C";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-heart:before {
  content: "\F4C3";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-usd:before {
  content: "\F4C5";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt:before {
  content: "\F4C6";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-chef:before {
  content: "\F86B";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-santa:before {
  content: "\F7A7";
}

.fa-hat-winter:before {
  content: "\F7A8";
}

.fa-hat-witch:before {
  content: "\F6E7";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side:before {
  content: "\F6E9";
}

.fa-head-side-brain:before {
  content: "\F808";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-headphones:before {
  content: "\F8C2";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-medical:before {
  content: "\F809";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-head-vr:before {
  content: "\F6EA";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heart-circle:before {
  content: "\F4C7";
}

.fa-heart-rate:before {
  content: "\F5F8";
}

.fa-heart-square:before {
  content: "\F4C8";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-heat:before {
  content: "\E00C";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-helmet-battle:before {
  content: "\F6EB";
}

.fa-hexagon:before {
  content: "\F312";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-mask:before {
  content: "\F6EE";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-hockey-sticks:before {
  content: "\F454";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-home-alt:before {
  content: "\F80A";
}

.fa-home-heart:before {
  content: "\F4C9";
}

.fa-home-lg:before {
  content: "\F80B";
}

.fa-home-lg-alt:before {
  content: "\F80C";
}

.fa-hood-cloak:before {
  content: "\F6EF";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-horizontal-rule:before {
  content: "\F86C";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-horse-saddle:before {
  content: "\F8C3";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hospitals:before {
  content: "\F80E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house:before {
  content: "\E00D";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-day:before {
  content: "\E00E";
}

.fa-house-flood:before {
  content: "\F74F";
}

.fa-house-leave:before {
  content: "\E00F";
}

.fa-house-night:before {
  content: "\E010";
}

.fa-house-return:before {
  content: "\E011";
}

.fa-house-signal:before {
  content: "\E012";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-humidity:before {
  content: "\F750";
}

.fa-hurricane:before {
  content: "\F751";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-ice-skate:before {
  content: "\F7AC";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-icons-alt:before {
  content: "\F86E";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-image-polaroid:before {
  content: "\F8C4";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-inbox-in:before {
  content: "\F310";
}

.fa-inbox-out:before {
  content: "\F311";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-industry-alt:before {
  content: "\F3B3";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-info-square:before {
  content: "\F30F";
}

.fa-inhaler:before {
  content: "\F5F9";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-integral:before {
  content: "\F667";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-intersection:before {
  content: "\F668";
}

.fa-inventory:before {
  content: "\F480";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-island-tropical:before {
  content: "\F811";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-jack-o-lantern:before {
  content: "\F30E";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-joystick:before {
  content: "\F8C5";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-jug:before {
  content: "\F8C6";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-kazoo:before {
  content: "\F8C7";
}

.fa-kerning:before {
  content: "\F86F";
}

.fa-key:before {
  content: "\F084";
}

.fa-key-skeleton:before {
  content: "\F6F3";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-keynote:before {
  content: "\F66C";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kidneys:before {
  content: "\F5FB";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kite:before {
  content: "\F6F4";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-knife-kitchen:before {
  content: "\F6F5";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-lambda:before {
  content: "\F66E";
}

.fa-lamp:before {
  content: "\F4CA";
}

.fa-lamp-desk:before {
  content: "\E014";
}

.fa-lamp-floor:before {
  content: "\E015";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-landmark-alt:before {
  content: "\F752";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lasso:before {
  content: "\F8C8";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-layer-minus:before {
  content: "\F5FE";
}

.fa-layer-plus:before {
  content: "\F5FF";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leaf-heart:before {
  content: "\F4CB";
}

.fa-leaf-maple:before {
  content: "\F6F6";
}

.fa-leaf-oak:before {
  content: "\F6F7";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-light-ceiling:before {
  content: "\E016";
}

.fa-light-switch:before {
  content: "\E017";
}

.fa-light-switch-off:before {
  content: "\E018";
}

.fa-light-switch-on:before {
  content: "\E019";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-lightbulb-dollar:before {
  content: "\F670";
}

.fa-lightbulb-exclamation:before {
  content: "\F671";
}

.fa-lightbulb-on:before {
  content: "\F672";
}

.fa-lightbulb-slash:before {
  content: "\F673";
}

.fa-lights-holiday:before {
  content: "\F7B2";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-line-columns:before {
  content: "\F870";
}

.fa-line-height:before {
  content: "\F871";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lips:before {
  content: "\F600";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-music:before {
  content: "\F8C9";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location:before {
  content: "\F601";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-location-circle:before {
  content: "\F602";
}

.fa-location-slash:before {
  content: "\F603";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-alt:before {
  content: "\F30D";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-lock-open-alt:before {
  content: "\F3C2";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-loveseat:before {
  content: "\F4CC";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luchador:before {
  content: "\F455";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-mace:before {
  content: "\F6F8";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailbox:before {
  content: "\F813";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-mandolin:before {
  content: "\F6F9";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-marker-alt-slash:before {
  content: "\F605";
}

.fa-map-marker-check:before {
  content: "\F606";
}

.fa-map-marker-edit:before {
  content: "\F607";
}

.fa-map-marker-exclamation:before {
  content: "\F608";
}

.fa-map-marker-minus:before {
  content: "\F609";
}

.fa-map-marker-plus:before {
  content: "\F60A";
}

.fa-map-marker-question:before {
  content: "\F60B";
}

.fa-map-marker-slash:before {
  content: "\F60C";
}

.fa-map-marker-smile:before {
  content: "\F60D";
}

.fa-map-marker-times:before {
  content: "\F60E";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-meat:before {
  content: "\F814";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaphone:before {
  content: "\F675";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microphone-stand:before {
  content: "\F8CB";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-microwave:before {
  content: "\E01B";
}

.fa-mind-share:before {
  content: "\F677";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-hexagon:before {
  content: "\F307";
}

.fa-minus-octagon:before {
  content: "\F308";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mistletoe:before {
  content: "\F7B4";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-mobile-android:before {
  content: "\F3CE";
}

.fa-mobile-android-alt:before {
  content: "\F3CF";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-money-check-edit:before {
  content: "\F872";
}

.fa-money-check-edit-alt:before {
  content: "\F873";
}

.fa-monitor-heart-rate:before {
  content: "\F611";
}

.fa-monkey:before {
  content: "\F6FB";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-moon-cloud:before {
  content: "\F754";
}

.fa-moon-stars:before {
  content: "\F755";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mountains:before {
  content: "\F6FD";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-alt:before {
  content: "\F8CD";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mp3-player:before {
  content: "\F8CE";
}

.fa-mug:before {
  content: "\F874";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-mug-marshmallows:before {
  content: "\F7B7";
}

.fa-mug-tea:before {
  content: "\F875";
}

.fa-music:before {
  content: "\F001";
}

.fa-music-alt:before {
  content: "\F8CF";
}

.fa-music-alt-slash:before {
  content: "\F8D0";
}

.fa-music-slash:before {
  content: "\F8D1";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-narwhal:before {
  content: "\F6FE";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octagon:before {
  content: "\F306";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-oil-temp:before {
  content: "\F614";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-omega:before {
  content: "\F67A";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-ornament:before {
  content: "\F7B8";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-outlet:before {
  content: "\E01C";
}

.fa-oven:before {
  content: "\E01D";
}

.fa-overline:before {
  content: "\F876";
}

.fa-page-break:before {
  content: "\F877";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-brush-alt:before {
  content: "\F5A9";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-pallet-alt:before {
  content: "\F483";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-paragraph-rtl:before {
  content: "\F878";
}

.fa-parking:before {
  content: "\F540";
}

.fa-parking-circle:before {
  content: "\F615";
}

.fa-parking-circle-slash:before {
  content: "\F616";
}

.fa-parking-slash:before {
  content: "\F617";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paw-alt:before {
  content: "\F701";
}

.fa-paw-claws:before {
  content: "\F702";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pegasus:before {
  content: "\F703";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-paintbrush:before {
  content: "\F618";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-pennant:before {
  content: "\F456";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-person-carry:before {
  content: "\F4CF";
}

.fa-person-dolly:before {
  content: "\F4D0";
}

.fa-person-dolly-empty:before {
  content: "\F4D1";
}

.fa-person-sign:before {
  content: "\F757";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-laptop:before {
  content: "\F87A";
}

.fa-phone-office:before {
  content: "\F67D";
}

.fa-phone-plus:before {
  content: "\F4D2";
}

.fa-phone-rotary:before {
  content: "\F8D3";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pi:before {
  content: "\F67E";
}

.fa-piano:before {
  content: "\F8D4";
}

.fa-piano-keyboard:before {
  content: "\F8D5";
}

.fa-pie:before {
  content: "\F705";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-pig:before {
  content: "\F706";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza:before {
  content: "\F817";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-alt:before {
  content: "\F3DE";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-planet-moon:before {
  content: "\E01F";
}

.fa-planet-ringed:before {
  content: "\E020";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-hexagon:before {
  content: "\F300";
}

.fa-plus-octagon:before {
  content: "\F301";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-podium:before {
  content: "\F680";
}

.fa-podium-star:before {
  content: "\F758";
}

.fa-police-box:before {
  content: "\E021";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poll-people:before {
  content: "\F759";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-popcorn:before {
  content: "\F819";
}

.fa-portal-enter:before {
  content: "\E022";
}

.fa-portal-exit:before {
  content: "\E023";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-presentation:before {
  content: "\F685";
}

.fa-print:before {
  content: "\F02F";
}

.fa-print-search:before {
  content: "\F81A";
}

.fa-print-slash:before {
  content: "\F686";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-projector:before {
  content: "\F8D6";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pumpkin:before {
  content: "\F707";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-question-square:before {
  content: "\F2FD";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-rabbit:before {
  content: "\F708";
}

.fa-rabbit-fast:before {
  content: "\F709";
}

.fa-racquet:before {
  content: "\F45A";
}

.fa-radar:before {
  content: "\E024";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-radio:before {
  content: "\F8D7";
}

.fa-radio-alt:before {
  content: "\F8D8";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-raindrops:before {
  content: "\F75C";
}

.fa-ram:before {
  content: "\F70A";
}

.fa-ramp-loading:before {
  content: "\F4D4";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-raygun:before {
  content: "\E025";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-rectangle-landscape:before {
  content: "\F2FA";
}

.fa-rectangle-portrait:before {
  content: "\F2FB";
}

.fa-rectangle-wide:before {
  content: "\F2FC";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-refrigerator:before {
  content: "\E026";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-repeat:before {
  content: "\F363";
}

.fa-repeat-1:before {
  content: "\F365";
}

.fa-repeat-1-alt:before {
  content: "\F366";
}

.fa-repeat-alt:before {
  content: "\F364";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-retweet-alt:before {
  content: "\F361";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-rings-wedding:before {
  content: "\F81B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocket-launch:before {
  content: "\E027";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-route-highway:before {
  content: "\F61A";
}

.fa-route-interstate:before {
  content: "\F61B";
}

.fa-router:before {
  content: "\F8DA";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-triangle:before {
  content: "\F61C";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-rv:before {
  content: "\F7BE";
}

.fa-sack:before {
  content: "\F81C";
}

.fa-sack-dollar:before {
  content: "\F81D";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salad:before {
  content: "\F81E";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sandwich:before {
  content: "\F81F";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-sausage:before {
  content: "\F820";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-sax-hot:before {
  content: "\F8DB";
}

.fa-saxophone:before {
  content: "\F8DC";
}

.fa-scalpel:before {
  content: "\F61D";
}

.fa-scalpel-path:before {
  content: "\F61E";
}

.fa-scanner:before {
  content: "\F488";
}

.fa-scanner-image:before {
  content: "\F8F3";
}

.fa-scanner-keyboard:before {
  content: "\F489";
}

.fa-scanner-touchscreen:before {
  content: "\F48A";
}

.fa-scarecrow:before {
  content: "\F70D";
}

.fa-scarf:before {
  content: "\F7C1";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-scroll-old:before {
  content: "\F70F";
}

.fa-scrubber:before {
  content: "\F2F8";
}

.fa-scythe:before {
  content: "\F710";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-send-back:before {
  content: "\F87E";
}

.fa-send-backward:before {
  content: "\F87F";
}

.fa-sensor:before {
  content: "\E028";
}

.fa-sensor-alert:before {
  content: "\E029";
}

.fa-sensor-fire:before {
  content: "\E02A";
}

.fa-sensor-on:before {
  content: "\E02B";
}

.fa-sensor-smoke:before {
  content: "\E02C";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-all:before {
  content: "\F367";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-sheep:before {
  content: "\F711";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield:before {
  content: "\F132";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-check:before {
  content: "\F2F7";
}

.fa-shield-cross:before {
  content: "\F712";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shipping-timed:before {
  content: "\F48C";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shish-kebab:before {
  content: "\F821";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shovel:before {
  content: "\F713";
}

.fa-shovel-snow:before {
  content: "\F7C3";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shredder:before {
  content: "\F68A";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-shuttlecock:before {
  content: "\F45B";
}

.fa-sickle:before {
  content: "\F822";
}

.fa-sigma:before {
  content: "\F68B";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signal-1:before {
  content: "\F68C";
}

.fa-signal-2:before {
  content: "\F68D";
}

.fa-signal-3:before {
  content: "\F68E";
}

.fa-signal-4:before {
  content: "\F68F";
}

.fa-signal-alt:before {
  content: "\F690";
}

.fa-signal-alt-1:before {
  content: "\F691";
}

.fa-signal-alt-2:before {
  content: "\F692";
}

.fa-signal-alt-3:before {
  content: "\F693";
}

.fa-signal-alt-slash:before {
  content: "\F694";
}

.fa-signal-slash:before {
  content: "\F695";
}

.fa-signal-stream:before {
  content: "\F8DD";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-siren:before {
  content: "\E02D";
}

.fa-siren-on:before {
  content: "\E02E";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-skeleton:before {
  content: "\F620";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-ski-jump:before {
  content: "\F7C7";
}

.fa-ski-lift:before {
  content: "\F7C8";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-cow:before {
  content: "\F8DE";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sledding:before {
  content: "\F7CB";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-sliders-h-square:before {
  content: "\F3F0";
}

.fa-sliders-v:before {
  content: "\F3F1";
}

.fa-sliders-v-square:before {
  content: "\F3F2";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-plus:before {
  content: "\F5B9";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoke:before {
  content: "\F760";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snake:before {
  content: "\F716";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snooze:before {
  content: "\F880";
}

.fa-snow-blowing:before {
  content: "\F761";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowflakes:before {
  content: "\F7CF";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowmobile:before {
  content: "\F7D1";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-solar-system:before {
  content: "\E02F";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-alt:before {
  content: "\F883";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-circle:before {
  content: "\E030";
}

.fa-sort-circle-down:before {
  content: "\E031";
}

.fa-sort-circle-up:before {
  content: "\E032";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-shapes-down:before {
  content: "\F888";
}

.fa-sort-shapes-down-alt:before {
  content: "\F889";
}

.fa-sort-shapes-up:before {
  content: "\F88A";
}

.fa-sort-shapes-up-alt:before {
  content: "\F88B";
}

.fa-sort-size-down:before {
  content: "\F88C";
}

.fa-sort-size-down-alt:before {
  content: "\F88D";
}

.fa-sort-size-up:before {
  content: "\F88E";
}

.fa-sort-size-up-alt:before {
  content: "\F88F";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-soup:before {
  content: "\F823";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-space-station-moon:before {
  content: "\E033";
}

.fa-space-station-moon-alt:before {
  content: "\E034";
}

.fa-spade:before {
  content: "\F2F4";
}

.fa-sparkles:before {
  content: "\F890";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker:before {
  content: "\F8DF";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-speakers:before {
  content: "\F8E0";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spider-black-widow:before {
  content: "\F718";
}

.fa-spider-web:before {
  content: "\F719";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-spinner-third:before {
  content: "\F3F4";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-sprinkler:before {
  content: "\E035";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root:before {
  content: "\F697";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-squirrel:before {
  content: "\F71A";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-staff:before {
  content: "\F71B";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-christmas:before {
  content: "\F7D4";
}

.fa-star-exclamation:before {
  content: "\F2F3";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-star-shooting:before {
  content: "\E036";
}

.fa-starfighter:before {
  content: "\E037";
}

.fa-starfighter-alt:before {
  content: "\E038";
}

.fa-stars:before {
  content: "\F762";
}

.fa-starship:before {
  content: "\E039";
}

.fa-starship-freighter:before {
  content: "\E03A";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steak:before {
  content: "\F824";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-steering-wheel:before {
  content: "\F622";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stocking:before {
  content: "\F7D5";
}

.fa-stomach:before {
  content: "\F623";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-stretcher:before {
  content: "\F825";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-sun-cloud:before {
  content: "\F763";
}

.fa-sun-dust:before {
  content: "\F764";
}

.fa-sun-haze:before {
  content: "\F765";
}

.fa-sunglasses:before {
  content: "\F892";
}

.fa-sunrise:before {
  content: "\F766";
}

.fa-sunset:before {
  content: "\F767";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-sword:before {
  content: "\F71C";
}

.fa-sword-laser:before {
  content: "\E03B";
}

.fa-sword-laser-alt:before {
  content: "\E03C";
}

.fa-swords:before {
  content: "\F71D";
}

.fa-swords-laser:before {
  content: "\E03D";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablet-android:before {
  content: "\F3FB";
}

.fa-tablet-android-alt:before {
  content: "\F3FC";
}

.fa-tablet-rugged:before {
  content: "\F48F";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer:before {
  content: "\F0E4";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tachometer-alt-average:before {
  content: "\F624";
}

.fa-tachometer-alt-fast:before {
  content: "\F625";
}

.fa-tachometer-alt-fastest:before {
  content: "\F626";
}

.fa-tachometer-alt-slow:before {
  content: "\F627";
}

.fa-tachometer-alt-slowest:before {
  content: "\F628";
}

.fa-tachometer-average:before {
  content: "\F629";
}

.fa-tachometer-fast:before {
  content: "\F62A";
}

.fa-tachometer-fastest:before {
  content: "\F62B";
}

.fa-tachometer-slow:before {
  content: "\F62C";
}

.fa-tachometer-slowest:before {
  content: "\F62D";
}

.fa-taco:before {
  content: "\F826";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tally:before {
  content: "\F69C";
}

.fa-tanakh:before {
  content: "\F827";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-tasks-alt:before {
  content: "\F828";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-telescope:before {
  content: "\E03E";
}

.fa-temperature-down:before {
  content: "\E03F";
}

.fa-temperature-frigid:before {
  content: "\F768";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-hot:before {
  content: "\F76A";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-temperature-up:before {
  content: "\E040";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-tennis-ball:before {
  content: "\F45E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text:before {
  content: "\F893";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-size:before {
  content: "\F894";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-theta:before {
  content: "\F69E";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-thunderstorm:before {
  content: "\F76C";
}

.fa-thunderstorm-moon:before {
  content: "\F76D";
}

.fa-thunderstorm-sun:before {
  content: "\F76E";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-tilde:before {
  content: "\F69F";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-times-hexagon:before {
  content: "\F2EE";
}

.fa-times-octagon:before {
  content: "\F2F0";
}

.fa-times-square:before {
  content: "\F2D3";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tire:before {
  content: "\F631";
}

.fa-tire-flat:before {
  content: "\F632";
}

.fa-tire-pressure-warning:before {
  content: "\F633";
}

.fa-tire-rugged:before {
  content: "\F634";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-alt:before {
  content: "\F71F";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-tombstone:before {
  content: "\F720";
}

.fa-tombstone-alt:before {
  content: "\F721";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-toothbrush:before {
  content: "\F635";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tornado:before {
  content: "\F76F";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-cone:before {
  content: "\F636";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-traffic-light-go:before {
  content: "\F638";
}

.fa-traffic-light-slow:before {
  content: "\F639";
}

.fa-traffic-light-stop:before {
  content: "\F63A";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-transporter:before {
  content: "\E042";
}

.fa-transporter-1:before {
  content: "\E043";
}

.fa-transporter-2:before {
  content: "\E044";
}

.fa-transporter-3:before {
  content: "\E045";
}

.fa-transporter-empty:before {
  content: "\E046";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-trash-undo:before {
  content: "\F895";
}

.fa-trash-undo-alt:before {
  content: "\F896";
}

.fa-treasure-chest:before {
  content: "\F723";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-tree-alt:before {
  content: "\F400";
}

.fa-tree-christmas:before {
  content: "\F7DB";
}

.fa-tree-decorated:before {
  content: "\F7DC";
}

.fa-tree-large:before {
  content: "\F7DD";
}

.fa-tree-palm:before {
  content: "\F82B";
}

.fa-trees:before {
  content: "\F724";
}

.fa-trello:before {
  content: "\F181";
}

.fa-triangle:before {
  content: "\F2EC";
}

.fa-triangle-music:before {
  content: "\F8E2";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-trophy-alt:before {
  content: "\F2EB";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-container:before {
  content: "\F4DC";
}

.fa-truck-couch:before {
  content: "\F4DD";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-truck-plow:before {
  content: "\F7DE";
}

.fa-truck-ramp:before {
  content: "\F4E0";
}

.fa-trumpet:before {
  content: "\F8E3";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-turkey:before {
  content: "\F725";
}

.fa-turntable:before {
  content: "\F8E4";
}

.fa-turtle:before {
  content: "\F726";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-tv-alt:before {
  content: "\F8E5";
}

.fa-tv-music:before {
  content: "\F8E6";
}

.fa-tv-retro:before {
  content: "\F401";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typewriter:before {
  content: "\F8E7";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-ufo:before {
  content: "\E047";
}

.fa-ufo-beam:before {
  content: "\E048";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-unicorn:before {
  content: "\F727";
}

.fa-union:before {
  content: "\F6A2";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-usb-drive:before {
  content: "\F8E9";
}

.fa-usd-circle:before {
  content: "\F2E8";
}

.fa-usd-square:before {
  content: "\F2E9";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alien:before {
  content: "\E04A";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-chart:before {
  content: "\F6A3";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-cowboy:before {
  content: "\F8EA";
}

.fa-user-crown:before {
  content: "\F6A4";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-hard-hat:before {
  content: "\F82C";
}

.fa-user-headset:before {
  content: "\F82D";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-md-chat:before {
  content: "\F82E";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-music:before {
  content: "\F8EB";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-robot:before {
  content: "\E04B";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-user-unlock:before {
  content: "\E058";
}

.fa-user-visor:before {
  content: "\E04C";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-class:before {
  content: "\F63D";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-crown:before {
  content: "\F6A5";
}

.fa-users-medical:before {
  content: "\F830";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-fork:before {
  content: "\F2E3";
}

.fa-utensil-knife:before {
  content: "\F2E4";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-utensils-alt:before {
  content: "\F2E6";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vacuum:before {
  content: "\E04D";
}

.fa-vacuum-robot:before {
  content: "\E04E";
}

.fa-value-absolute:before {
  content: "\F6A6";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vhs:before {
  content: "\F8EC";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-plus:before {
  content: "\F4E1";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-violin:before {
  content: "\F8ED";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volcano:before {
  content: "\F770";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume:before {
  content: "\F6A8";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-slash:before {
  content: "\F2E2";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-nay:before {
  content: "\F771";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-wagon-covered:before {
  content: "\F8EE";
}

.fa-walker:before {
  content: "\F831";
}

.fa-walkie-talkie:before {
  content: "\F8EF";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-wand:before {
  content: "\F72A";
}

.fa-wand-magic:before {
  content: "\F72B";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-warehouse-alt:before {
  content: "\F495";
}

.fa-washer:before {
  content: "\F898";
}

.fa-watch:before {
  content: "\F2E1";
}

.fa-watch-calculator:before {
  content: "\F8F0";
}

.fa-watch-fitness:before {
  content: "\F63E";
}

.fa-water:before {
  content: "\F773";
}

.fa-water-lower:before {
  content: "\F774";
}

.fa-water-rise:before {
  content: "\F775";
}

.fa-wave-sine:before {
  content: "\F899";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-wave-triangle:before {
  content: "\F89A";
}

.fa-waveform:before {
  content: "\F8F1";
}

.fa-waveform-path:before {
  content: "\F8F2";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-webcam:before {
  content: "\F832";
}

.fa-webcam-slash:before {
  content: "\F833";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whale:before {
  content: "\F72C";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheat:before {
  content: "\F72D";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whistle:before {
  content: "\F460";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wifi-1:before {
  content: "\F6AA";
}

.fa-wifi-2:before {
  content: "\F6AB";
}

.fa-wifi-slash:before {
  content: "\F6AC";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-wind-turbine:before {
  content: "\F89B";
}

.fa-wind-warning:before {
  content: "\F776";
}

.fa-window:before {
  content: "\F40E";
}

.fa-window-alt:before {
  content: "\F40F";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-frame:before {
  content: "\E04F";
}

.fa-window-frame-open:before {
  content: "\E050";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-windsock:before {
  content: "\F777";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wreath:before {
  content: "\F7E2";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.eot?fde04f8e6967b818c6fb3338d8b366d3);
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.eot?fde04f8e6967b818c6fb3338d8b366d3) format("embedded-opentype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.woff2?3e332211899360ab9380df4d50e1c33a) format("woff2"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.woff?4776aa52b579295cf651f6284793dac4) format("woff"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.ttf?faa0b37d4fdba1e304982f192c55bbe2) format("truetype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.svg?a7fe14be02125376c03aced162443080) format("svg");
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.eot?6c207a7b79c06c76e915eb8f30e51d8a);
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.eot?6c207a7b79c06c76e915eb8f30e51d8a) format("embedded-opentype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.woff2?150120b3d9b448dd116680b66eba9bbe) format("woff2"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.woff?fb2f453136d024f47f2463d0d2ea2f05) format("woff"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.ttf?749dd3651c1a97f03faa88723af2371a) format("truetype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.svg?29fd9e8a4f8962b6a48328553db58f2c) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.eot?a624ea3f4dd832cb54ea41286ded8fc3);
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.eot?a624ea3f4dd832cb54ea41286ded8fc3) format("embedded-opentype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.woff2?3d8af27a47bbfab857f96dbcf710b087) format("woff2"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.woff?0b4313e036624b29c8f651d0c9a5ecd8) format("woff"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.ttf?0e0b8b741276d5220c847d0be486609e) format("truetype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.svg?a83fcc84a08516a0e8bf77b2d982827a) format("svg");
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.eot?05c475fabceebae1f9d40ba6711cb41a);
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.eot?05c475fabceebae1f9d40ba6711cb41a) format("embedded-opentype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.woff2?7c0be8b6640f024b6f4505161bf1bfd4) format("woff2"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.woff?5d875e6a4dcceea77fa7d4b8e1440982) format("woff"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.ttf?8ca6e74eddaf8fce3cdcf8647b37cbf1) format("truetype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.svg?6c6d2066f4cf11ef750989386713bccd) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.eot?6bd3ad9dbce9c232c66bfaee1e4c374f);
  src: url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.eot?6bd3ad9dbce9c232c66bfaee1e4c374f) format("embedded-opentype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.woff2?c877e45db0614bba8e121510162149fc) format("woff2"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.woff?7bc112bc25c528dc4bbfec047c69d338) format("woff"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.ttf?d80e843337fcdf622266a3d6d0168991) format("truetype"), url(/static/isag.theme/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.svg?bd556a0aeb87d75e1425ef5443c630a6) format("svg");
}

.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse {
  color: #fff;
}

.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}

.fad.fa-abacus:after {
  content: "\10F640";
}

.fad.fa-acorn:after {
  content: "\10F6AE";
}

.fad.fa-ad:after {
  content: "\10F641";
}

.fad.fa-address-book:after {
  content: "\10F2B9";
}

.fad.fa-address-card:after {
  content: "\10F2BB";
}

.fad.fa-adjust:after {
  content: "\10F042";
}

.fad.fa-air-conditioner:after {
  content: "\10F8F4";
}

.fad.fa-air-freshener:after {
  content: "\10F5D0";
}

.fad.fa-alarm-clock:after {
  content: "\10F34E";
}

.fad.fa-alarm-exclamation:after {
  content: "\10F843";
}

.fad.fa-alarm-plus:after {
  content: "\10F844";
}

.fad.fa-alarm-snooze:after {
  content: "\10F845";
}

.fad.fa-album:after {
  content: "\10F89F";
}

.fad.fa-album-collection:after {
  content: "\10F8A0";
}

.fad.fa-alicorn:after {
  content: "\10F6B0";
}

.fad.fa-alien:after {
  content: "\10F8F5";
}

.fad.fa-alien-monster:after {
  content: "\10F8F6";
}

.fad.fa-align-center:after {
  content: "\10F037";
}

.fad.fa-align-justify:after {
  content: "\10F039";
}

.fad.fa-align-left:after {
  content: "\10F036";
}

.fad.fa-align-right:after {
  content: "\10F038";
}

.fad.fa-align-slash:after {
  content: "\10F846";
}

.fad.fa-allergies:after {
  content: "\10F461";
}

.fad.fa-ambulance:after {
  content: "\10F0F9";
}

.fad.fa-american-sign-language-interpreting:after {
  content: "\10F2A3";
}

.fad.fa-amp-guitar:after {
  content: "\10F8A1";
}

.fad.fa-analytics:after {
  content: "\10F643";
}

.fad.fa-anchor:after {
  content: "\10F13D";
}

.fad.fa-angel:after {
  content: "\10F779";
}

.fad.fa-angle-double-down:after {
  content: "\10F103";
}

.fad.fa-angle-double-left:after {
  content: "\10F100";
}

.fad.fa-angle-double-right:after {
  content: "\10F101";
}

.fad.fa-angle-double-up:after {
  content: "\10F102";
}

.fad.fa-angle-down:after {
  content: "\10F107";
}

.fad.fa-angle-left:after {
  content: "\10F104";
}

.fad.fa-angle-right:after {
  content: "\10F105";
}

.fad.fa-angle-up:after {
  content: "\10F106";
}

.fad.fa-angry:after {
  content: "\10F556";
}

.fad.fa-ankh:after {
  content: "\10F644";
}

.fad.fa-apple-alt:after {
  content: "\10F5D1";
}

.fad.fa-apple-crate:after {
  content: "\10F6B1";
}

.fad.fa-archive:after {
  content: "\10F187";
}

.fad.fa-archway:after {
  content: "\10F557";
}

.fad.fa-arrow-alt-circle-down:after {
  content: "\10F358";
}

.fad.fa-arrow-alt-circle-left:after {
  content: "\10F359";
}

.fad.fa-arrow-alt-circle-right:after {
  content: "\10F35A";
}

.fad.fa-arrow-alt-circle-up:after {
  content: "\10F35B";
}

.fad.fa-arrow-alt-down:after {
  content: "\10F354";
}

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10F346";
}

.fad.fa-arrow-alt-from-left:after {
  content: "\10F347";
}

.fad.fa-arrow-alt-from-right:after {
  content: "\10F348";
}

.fad.fa-arrow-alt-from-top:after {
  content: "\10F349";
}

.fad.fa-arrow-alt-left:after {
  content: "\10F355";
}

.fad.fa-arrow-alt-right:after {
  content: "\10F356";
}

.fad.fa-arrow-alt-square-down:after {
  content: "\10F350";
}

.fad.fa-arrow-alt-square-left:after {
  content: "\10F351";
}

.fad.fa-arrow-alt-square-right:after {
  content: "\10F352";
}

.fad.fa-arrow-alt-square-up:after {
  content: "\10F353";
}

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10F34A";
}

.fad.fa-arrow-alt-to-left:after {
  content: "\10F34B";
}

.fad.fa-arrow-alt-to-right:after {
  content: "\10F34C";
}

.fad.fa-arrow-alt-to-top:after {
  content: "\10F34D";
}

.fad.fa-arrow-alt-up:after {
  content: "\10F357";
}

.fad.fa-arrow-circle-down:after {
  content: "\10F0AB";
}

.fad.fa-arrow-circle-left:after {
  content: "\10F0A8";
}

.fad.fa-arrow-circle-right:after {
  content: "\10F0A9";
}

.fad.fa-arrow-circle-up:after {
  content: "\10F0AA";
}

.fad.fa-arrow-down:after {
  content: "\10F063";
}

.fad.fa-arrow-from-bottom:after {
  content: "\10F342";
}

.fad.fa-arrow-from-left:after {
  content: "\10F343";
}

.fad.fa-arrow-from-right:after {
  content: "\10F344";
}

.fad.fa-arrow-from-top:after {
  content: "\10F345";
}

.fad.fa-arrow-left:after {
  content: "\10F060";
}

.fad.fa-arrow-right:after {
  content: "\10F061";
}

.fad.fa-arrow-square-down:after {
  content: "\10F339";
}

.fad.fa-arrow-square-left:after {
  content: "\10F33A";
}

.fad.fa-arrow-square-right:after {
  content: "\10F33B";
}

.fad.fa-arrow-square-up:after {
  content: "\10F33C";
}

.fad.fa-arrow-to-bottom:after {
  content: "\10F33D";
}

.fad.fa-arrow-to-left:after {
  content: "\10F33E";
}

.fad.fa-arrow-to-right:after {
  content: "\10F340";
}

.fad.fa-arrow-to-top:after {
  content: "\10F341";
}

.fad.fa-arrow-up:after {
  content: "\10F062";
}

.fad.fa-arrows:after {
  content: "\10F047";
}

.fad.fa-arrows-alt:after {
  content: "\10F0B2";
}

.fad.fa-arrows-alt-h:after {
  content: "\10F337";
}

.fad.fa-arrows-alt-v:after {
  content: "\10F338";
}

.fad.fa-arrows-h:after {
  content: "\10F07E";
}

.fad.fa-arrows-v:after {
  content: "\10F07D";
}

.fad.fa-assistive-listening-systems:after {
  content: "\10F2A2";
}

.fad.fa-asterisk:after {
  content: "\10F069";
}

.fad.fa-at:after {
  content: "\10F1FA";
}

.fad.fa-atlas:after {
  content: "\10F558";
}

.fad.fa-atom:after {
  content: "\10F5D2";
}

.fad.fa-atom-alt:after {
  content: "\10F5D3";
}

.fad.fa-audio-description:after {
  content: "\10F29E";
}

.fad.fa-award:after {
  content: "\10F559";
}

.fad.fa-axe:after {
  content: "\10F6B2";
}

.fad.fa-axe-battle:after {
  content: "\10F6B3";
}

.fad.fa-baby:after {
  content: "\10F77C";
}

.fad.fa-baby-carriage:after {
  content: "\10F77D";
}

.fad.fa-backpack:after {
  content: "\10F5D4";
}

.fad.fa-backspace:after {
  content: "\10F55A";
}

.fad.fa-backward:after {
  content: "\10F04A";
}

.fad.fa-bacon:after {
  content: "\10F7E5";
}

.fad.fa-bacteria:after {
  content: "\10E059";
}

.fad.fa-bacterium:after {
  content: "\10E05A";
}

.fad.fa-badge:after {
  content: "\10F335";
}

.fad.fa-badge-check:after {
  content: "\10F336";
}

.fad.fa-badge-dollar:after {
  content: "\10F645";
}

.fad.fa-badge-percent:after {
  content: "\10F646";
}

.fad.fa-badge-sheriff:after {
  content: "\10F8A2";
}

.fad.fa-badger-honey:after {
  content: "\10F6B4";
}

.fad.fa-bags-shopping:after {
  content: "\10F847";
}

.fad.fa-bahai:after {
  content: "\10F666";
}

.fad.fa-balance-scale:after {
  content: "\10F24E";
}

.fad.fa-balance-scale-left:after {
  content: "\10F515";
}

.fad.fa-balance-scale-right:after {
  content: "\10F516";
}

.fad.fa-ball-pile:after {
  content: "\10F77E";
}

.fad.fa-ballot:after {
  content: "\10F732";
}

.fad.fa-ballot-check:after {
  content: "\10F733";
}

.fad.fa-ban:after {
  content: "\10F05E";
}

.fad.fa-band-aid:after {
  content: "\10F462";
}

.fad.fa-banjo:after {
  content: "\10F8A3";
}

.fad.fa-barcode:after {
  content: "\10F02A";
}

.fad.fa-barcode-alt:after {
  content: "\10F463";
}

.fad.fa-barcode-read:after {
  content: "\10F464";
}

.fad.fa-barcode-scan:after {
  content: "\10F465";
}

.fad.fa-bars:after {
  content: "\10F0C9";
}

.fad.fa-baseball:after {
  content: "\10F432";
}

.fad.fa-baseball-ball:after {
  content: "\10F433";
}

.fad.fa-basketball-ball:after {
  content: "\10F434";
}

.fad.fa-basketball-hoop:after {
  content: "\10F435";
}

.fad.fa-bat:after {
  content: "\10F6B5";
}

.fad.fa-bath:after {
  content: "\10F2CD";
}

.fad.fa-battery-bolt:after {
  content: "\10F376";
}

.fad.fa-battery-empty:after {
  content: "\10F244";
}

.fad.fa-battery-full:after {
  content: "\10F240";
}

.fad.fa-battery-half:after {
  content: "\10F242";
}

.fad.fa-battery-quarter:after {
  content: "\10F243";
}

.fad.fa-battery-slash:after {
  content: "\10F377";
}

.fad.fa-battery-three-quarters:after {
  content: "\10F241";
}

.fad.fa-bed:after {
  content: "\10F236";
}

.fad.fa-bed-alt:after {
  content: "\10F8F7";
}

.fad.fa-bed-bunk:after {
  content: "\10F8F8";
}

.fad.fa-bed-empty:after {
  content: "\10F8F9";
}

.fad.fa-beer:after {
  content: "\10F0FC";
}

.fad.fa-bell:after {
  content: "\10F0F3";
}

.fad.fa-bell-exclamation:after {
  content: "\10F848";
}

.fad.fa-bell-on:after {
  content: "\10F8FA";
}

.fad.fa-bell-plus:after {
  content: "\10F849";
}

.fad.fa-bell-school:after {
  content: "\10F5D5";
}

.fad.fa-bell-school-slash:after {
  content: "\10F5D6";
}

.fad.fa-bell-slash:after {
  content: "\10F1F6";
}

.fad.fa-bells:after {
  content: "\10F77F";
}

.fad.fa-betamax:after {
  content: "\10F8A4";
}

.fad.fa-bezier-curve:after {
  content: "\10F55B";
}

.fad.fa-bible:after {
  content: "\10F647";
}

.fad.fa-bicycle:after {
  content: "\10F206";
}

.fad.fa-biking:after {
  content: "\10F84A";
}

.fad.fa-biking-mountain:after {
  content: "\10F84B";
}

.fad.fa-binoculars:after {
  content: "\10F1E5";
}

.fad.fa-biohazard:after {
  content: "\10F780";
}

.fad.fa-birthday-cake:after {
  content: "\10F1FD";
}

.fad.fa-blanket:after {
  content: "\10F498";
}

.fad.fa-blender:after {
  content: "\10F517";
}

.fad.fa-blender-phone:after {
  content: "\10F6B6";
}

.fad.fa-blind:after {
  content: "\10F29D";
}

.fad.fa-blinds:after {
  content: "\10F8FB";
}

.fad.fa-blinds-open:after {
  content: "\10F8FC";
}

.fad.fa-blinds-raised:after {
  content: "\10F8FD";
}

.fad.fa-blog:after {
  content: "\10F781";
}

.fad.fa-bold:after {
  content: "\10F032";
}

.fad.fa-bolt:after {
  content: "\10F0E7";
}

.fad.fa-bomb:after {
  content: "\10F1E2";
}

.fad.fa-bone:after {
  content: "\10F5D7";
}

.fad.fa-bone-break:after {
  content: "\10F5D8";
}

.fad.fa-bong:after {
  content: "\10F55C";
}

.fad.fa-book:after {
  content: "\10F02D";
}

.fad.fa-book-alt:after {
  content: "\10F5D9";
}

.fad.fa-book-dead:after {
  content: "\10F6B7";
}

.fad.fa-book-heart:after {
  content: "\10F499";
}

.fad.fa-book-medical:after {
  content: "\10F7E6";
}

.fad.fa-book-open:after {
  content: "\10F518";
}

.fad.fa-book-reader:after {
  content: "\10F5DA";
}

.fad.fa-book-spells:after {
  content: "\10F6B8";
}

.fad.fa-book-user:after {
  content: "\10F7E7";
}

.fad.fa-bookmark:after {
  content: "\10F02E";
}

.fad.fa-books:after {
  content: "\10F5DB";
}

.fad.fa-books-medical:after {
  content: "\10F7E8";
}

.fad.fa-boombox:after {
  content: "\10F8A5";
}

.fad.fa-boot:after {
  content: "\10F782";
}

.fad.fa-booth-curtain:after {
  content: "\10F734";
}

.fad.fa-border-all:after {
  content: "\10F84C";
}

.fad.fa-border-bottom:after {
  content: "\10F84D";
}

.fad.fa-border-center-h:after {
  content: "\10F89C";
}

.fad.fa-border-center-v:after {
  content: "\10F89D";
}

.fad.fa-border-inner:after {
  content: "\10F84E";
}

.fad.fa-border-left:after {
  content: "\10F84F";
}

.fad.fa-border-none:after {
  content: "\10F850";
}

.fad.fa-border-outer:after {
  content: "\10F851";
}

.fad.fa-border-right:after {
  content: "\10F852";
}

.fad.fa-border-style:after {
  content: "\10F853";
}

.fad.fa-border-style-alt:after {
  content: "\10F854";
}

.fad.fa-border-top:after {
  content: "\10F855";
}

.fad.fa-bow-arrow:after {
  content: "\10F6B9";
}

.fad.fa-bowling-ball:after {
  content: "\10F436";
}

.fad.fa-bowling-pins:after {
  content: "\10F437";
}

.fad.fa-box:after {
  content: "\10F466";
}

.fad.fa-box-alt:after {
  content: "\10F49A";
}

.fad.fa-box-ballot:after {
  content: "\10F735";
}

.fad.fa-box-check:after {
  content: "\10F467";
}

.fad.fa-box-fragile:after {
  content: "\10F49B";
}

.fad.fa-box-full:after {
  content: "\10F49C";
}

.fad.fa-box-heart:after {
  content: "\10F49D";
}

.fad.fa-box-open:after {
  content: "\10F49E";
}

.fad.fa-box-tissue:after {
  content: "\10E05B";
}

.fad.fa-box-up:after {
  content: "\10F49F";
}

.fad.fa-box-usd:after {
  content: "\10F4A0";
}

.fad.fa-boxes:after {
  content: "\10F468";
}

.fad.fa-boxes-alt:after {
  content: "\10F4A1";
}

.fad.fa-boxing-glove:after {
  content: "\10F438";
}

.fad.fa-brackets:after {
  content: "\10F7E9";
}

.fad.fa-brackets-curly:after {
  content: "\10F7EA";
}

.fad.fa-braille:after {
  content: "\10F2A1";
}

.fad.fa-brain:after {
  content: "\10F5DC";
}

.fad.fa-bread-loaf:after {
  content: "\10F7EB";
}

.fad.fa-bread-slice:after {
  content: "\10F7EC";
}

.fad.fa-briefcase:after {
  content: "\10F0B1";
}

.fad.fa-briefcase-medical:after {
  content: "\10F469";
}

.fad.fa-bring-forward:after {
  content: "\10F856";
}

.fad.fa-bring-front:after {
  content: "\10F857";
}

.fad.fa-broadcast-tower:after {
  content: "\10F519";
}

.fad.fa-broom:after {
  content: "\10F51A";
}

.fad.fa-browser:after {
  content: "\10F37E";
}

.fad.fa-brush:after {
  content: "\10F55D";
}

.fad.fa-bug:after {
  content: "\10F188";
}

.fad.fa-building:after {
  content: "\10F1AD";
}

.fad.fa-bullhorn:after {
  content: "\10F0A1";
}

.fad.fa-bullseye:after {
  content: "\10F140";
}

.fad.fa-bullseye-arrow:after {
  content: "\10F648";
}

.fad.fa-bullseye-pointer:after {
  content: "\10F649";
}

.fad.fa-burger-soda:after {
  content: "\10F858";
}

.fad.fa-burn:after {
  content: "\10F46A";
}

.fad.fa-burrito:after {
  content: "\10F7ED";
}

.fad.fa-bus:after {
  content: "\10F207";
}

.fad.fa-bus-alt:after {
  content: "\10F55E";
}

.fad.fa-bus-school:after {
  content: "\10F5DD";
}

.fad.fa-business-time:after {
  content: "\10F64A";
}

.fad.fa-cabinet-filing:after {
  content: "\10F64B";
}

.fad.fa-cactus:after {
  content: "\10F8A7";
}

.fad.fa-calculator:after {
  content: "\10F1EC";
}

.fad.fa-calculator-alt:after {
  content: "\10F64C";
}

.fad.fa-calendar:after {
  content: "\10F133";
}

.fad.fa-calendar-alt:after {
  content: "\10F073";
}

.fad.fa-calendar-check:after {
  content: "\10F274";
}

.fad.fa-calendar-day:after {
  content: "\10F783";
}

.fad.fa-calendar-edit:after {
  content: "\10F333";
}

.fad.fa-calendar-exclamation:after {
  content: "\10F334";
}

.fad.fa-calendar-minus:after {
  content: "\10F272";
}

.fad.fa-calendar-plus:after {
  content: "\10F271";
}

.fad.fa-calendar-star:after {
  content: "\10F736";
}

.fad.fa-calendar-times:after {
  content: "\10F273";
}

.fad.fa-calendar-week:after {
  content: "\10F784";
}

.fad.fa-camcorder:after {
  content: "\10F8A8";
}

.fad.fa-camera:after {
  content: "\10F030";
}

.fad.fa-camera-alt:after {
  content: "\10F332";
}

.fad.fa-camera-home:after {
  content: "\10F8FE";
}

.fad.fa-camera-movie:after {
  content: "\10F8A9";
}

.fad.fa-camera-polaroid:after {
  content: "\10F8AA";
}

.fad.fa-camera-retro:after {
  content: "\10F083";
}

.fad.fa-campfire:after {
  content: "\10F6BA";
}

.fad.fa-campground:after {
  content: "\10F6BB";
}

.fad.fa-candle-holder:after {
  content: "\10F6BC";
}

.fad.fa-candy-cane:after {
  content: "\10F786";
}

.fad.fa-candy-corn:after {
  content: "\10F6BD";
}

.fad.fa-cannabis:after {
  content: "\10F55F";
}

.fad.fa-capsules:after {
  content: "\10F46B";
}

.fad.fa-car:after {
  content: "\10F1B9";
}

.fad.fa-car-alt:after {
  content: "\10F5DE";
}

.fad.fa-car-battery:after {
  content: "\10F5DF";
}

.fad.fa-car-building:after {
  content: "\10F859";
}

.fad.fa-car-bump:after {
  content: "\10F5E0";
}

.fad.fa-car-bus:after {
  content: "\10F85A";
}

.fad.fa-car-crash:after {
  content: "\10F5E1";
}

.fad.fa-car-garage:after {
  content: "\10F5E2";
}

.fad.fa-car-mechanic:after {
  content: "\10F5E3";
}

.fad.fa-car-side:after {
  content: "\10F5E4";
}

.fad.fa-car-tilt:after {
  content: "\10F5E5";
}

.fad.fa-car-wash:after {
  content: "\10F5E6";
}

.fad.fa-caravan:after {
  content: "\10F8FF";
}

.fad.fa-caravan-alt:after {
  content: "\10E000";
}

.fad.fa-caret-circle-down:after {
  content: "\10F32D";
}

.fad.fa-caret-circle-left:after {
  content: "\10F32E";
}

.fad.fa-caret-circle-right:after {
  content: "\10F330";
}

.fad.fa-caret-circle-up:after {
  content: "\10F331";
}

.fad.fa-caret-down:after {
  content: "\10F0D7";
}

.fad.fa-caret-left:after {
  content: "\10F0D9";
}

.fad.fa-caret-right:after {
  content: "\10F0DA";
}

.fad.fa-caret-square-down:after {
  content: "\10F150";
}

.fad.fa-caret-square-left:after {
  content: "\10F191";
}

.fad.fa-caret-square-right:after {
  content: "\10F152";
}

.fad.fa-caret-square-up:after {
  content: "\10F151";
}

.fad.fa-caret-up:after {
  content: "\10F0D8";
}

.fad.fa-carrot:after {
  content: "\10F787";
}

.fad.fa-cars:after {
  content: "\10F85B";
}

.fad.fa-cart-arrow-down:after {
  content: "\10F218";
}

.fad.fa-cart-plus:after {
  content: "\10F217";
}

.fad.fa-cash-register:after {
  content: "\10F788";
}

.fad.fa-cassette-tape:after {
  content: "\10F8AB";
}

.fad.fa-cat:after {
  content: "\10F6BE";
}

.fad.fa-cat-space:after {
  content: "\10E001";
}

.fad.fa-cauldron:after {
  content: "\10F6BF";
}

.fad.fa-cctv:after {
  content: "\10F8AC";
}

.fad.fa-certificate:after {
  content: "\10F0A3";
}

.fad.fa-chair:after {
  content: "\10F6C0";
}

.fad.fa-chair-office:after {
  content: "\10F6C1";
}

.fad.fa-chalkboard:after {
  content: "\10F51B";
}

.fad.fa-chalkboard-teacher:after {
  content: "\10F51C";
}

.fad.fa-charging-station:after {
  content: "\10F5E7";
}

.fad.fa-chart-area:after {
  content: "\10F1FE";
}

.fad.fa-chart-bar:after {
  content: "\10F080";
}

.fad.fa-chart-line:after {
  content: "\10F201";
}

.fad.fa-chart-line-down:after {
  content: "\10F64D";
}

.fad.fa-chart-network:after {
  content: "\10F78A";
}

.fad.fa-chart-pie:after {
  content: "\10F200";
}

.fad.fa-chart-pie-alt:after {
  content: "\10F64E";
}

.fad.fa-chart-scatter:after {
  content: "\10F7EE";
}

.fad.fa-check:after {
  content: "\10F00C";
}

.fad.fa-check-circle:after {
  content: "\10F058";
}

.fad.fa-check-double:after {
  content: "\10F560";
}

.fad.fa-check-square:after {
  content: "\10F14A";
}

.fad.fa-cheese:after {
  content: "\10F7EF";
}

.fad.fa-cheese-swiss:after {
  content: "\10F7F0";
}

.fad.fa-cheeseburger:after {
  content: "\10F7F1";
}

.fad.fa-chess:after {
  content: "\10F439";
}

.fad.fa-chess-bishop:after {
  content: "\10F43A";
}

.fad.fa-chess-bishop-alt:after {
  content: "\10F43B";
}

.fad.fa-chess-board:after {
  content: "\10F43C";
}

.fad.fa-chess-clock:after {
  content: "\10F43D";
}

.fad.fa-chess-clock-alt:after {
  content: "\10F43E";
}

.fad.fa-chess-king:after {
  content: "\10F43F";
}

.fad.fa-chess-king-alt:after {
  content: "\10F440";
}

.fad.fa-chess-knight:after {
  content: "\10F441";
}

.fad.fa-chess-knight-alt:after {
  content: "\10F442";
}

.fad.fa-chess-pawn:after {
  content: "\10F443";
}

.fad.fa-chess-pawn-alt:after {
  content: "\10F444";
}

.fad.fa-chess-queen:after {
  content: "\10F445";
}

.fad.fa-chess-queen-alt:after {
  content: "\10F446";
}

.fad.fa-chess-rook:after {
  content: "\10F447";
}

.fad.fa-chess-rook-alt:after {
  content: "\10F448";
}

.fad.fa-chevron-circle-down:after {
  content: "\10F13A";
}

.fad.fa-chevron-circle-left:after {
  content: "\10F137";
}

.fad.fa-chevron-circle-right:after {
  content: "\10F138";
}

.fad.fa-chevron-circle-up:after {
  content: "\10F139";
}

.fad.fa-chevron-double-down:after {
  content: "\10F322";
}

.fad.fa-chevron-double-left:after {
  content: "\10F323";
}

.fad.fa-chevron-double-right:after {
  content: "\10F324";
}

.fad.fa-chevron-double-up:after {
  content: "\10F325";
}

.fad.fa-chevron-down:after {
  content: "\10F078";
}

.fad.fa-chevron-left:after {
  content: "\10F053";
}

.fad.fa-chevron-right:after {
  content: "\10F054";
}

.fad.fa-chevron-square-down:after {
  content: "\10F329";
}

.fad.fa-chevron-square-left:after {
  content: "\10F32A";
}

.fad.fa-chevron-square-right:after {
  content: "\10F32B";
}

.fad.fa-chevron-square-up:after {
  content: "\10F32C";
}

.fad.fa-chevron-up:after {
  content: "\10F077";
}

.fad.fa-child:after {
  content: "\10F1AE";
}

.fad.fa-chimney:after {
  content: "\10F78B";
}

.fad.fa-church:after {
  content: "\10F51D";
}

.fad.fa-circle:after {
  content: "\10F111";
}

.fad.fa-circle-notch:after {
  content: "\10F1CE";
}

.fad.fa-city:after {
  content: "\10F64F";
}

.fad.fa-clarinet:after {
  content: "\10F8AD";
}

.fad.fa-claw-marks:after {
  content: "\10F6C2";
}

.fad.fa-clinic-medical:after {
  content: "\10F7F2";
}

.fad.fa-clipboard:after {
  content: "\10F328";
}

.fad.fa-clipboard-check:after {
  content: "\10F46C";
}

.fad.fa-clipboard-list:after {
  content: "\10F46D";
}

.fad.fa-clipboard-list-check:after {
  content: "\10F737";
}

.fad.fa-clipboard-prescription:after {
  content: "\10F5E8";
}

.fad.fa-clipboard-user:after {
  content: "\10F7F3";
}

.fad.fa-clock:after {
  content: "\10F017";
}

.fad.fa-clone:after {
  content: "\10F24D";
}

.fad.fa-closed-captioning:after {
  content: "\10F20A";
}

.fad.fa-cloud:after {
  content: "\10F0C2";
}

.fad.fa-cloud-download:after {
  content: "\10F0ED";
}

.fad.fa-cloud-download-alt:after {
  content: "\10F381";
}

.fad.fa-cloud-drizzle:after {
  content: "\10F738";
}

.fad.fa-cloud-hail:after {
  content: "\10F739";
}

.fad.fa-cloud-hail-mixed:after {
  content: "\10F73A";
}

.fad.fa-cloud-meatball:after {
  content: "\10F73B";
}

.fad.fa-cloud-moon:after {
  content: "\10F6C3";
}

.fad.fa-cloud-moon-rain:after {
  content: "\10F73C";
}

.fad.fa-cloud-music:after {
  content: "\10F8AE";
}

.fad.fa-cloud-rain:after {
  content: "\10F73D";
}

.fad.fa-cloud-rainbow:after {
  content: "\10F73E";
}

.fad.fa-cloud-showers:after {
  content: "\10F73F";
}

.fad.fa-cloud-showers-heavy:after {
  content: "\10F740";
}

.fad.fa-cloud-sleet:after {
  content: "\10F741";
}

.fad.fa-cloud-snow:after {
  content: "\10F742";
}

.fad.fa-cloud-sun:after {
  content: "\10F6C4";
}

.fad.fa-cloud-sun-rain:after {
  content: "\10F743";
}

.fad.fa-cloud-upload:after {
  content: "\10F0EE";
}

.fad.fa-cloud-upload-alt:after {
  content: "\10F382";
}

.fad.fa-clouds:after {
  content: "\10F744";
}

.fad.fa-clouds-moon:after {
  content: "\10F745";
}

.fad.fa-clouds-sun:after {
  content: "\10F746";
}

.fad.fa-club:after {
  content: "\10F327";
}

.fad.fa-cocktail:after {
  content: "\10F561";
}

.fad.fa-code:after {
  content: "\10F121";
}

.fad.fa-code-branch:after {
  content: "\10F126";
}

.fad.fa-code-commit:after {
  content: "\10F386";
}

.fad.fa-code-merge:after {
  content: "\10F387";
}

.fad.fa-coffee:after {
  content: "\10F0F4";
}

.fad.fa-coffee-pot:after {
  content: "\10E002";
}

.fad.fa-coffee-togo:after {
  content: "\10F6C5";
}

.fad.fa-coffin:after {
  content: "\10F6C6";
}

.fad.fa-coffin-cross:after {
  content: "\10E051";
}

.fad.fa-cog:after {
  content: "\10F013";
}

.fad.fa-cogs:after {
  content: "\10F085";
}

.fad.fa-coin:after {
  content: "\10F85C";
}

.fad.fa-coins:after {
  content: "\10F51E";
}

.fad.fa-columns:after {
  content: "\10F0DB";
}

.fad.fa-comet:after {
  content: "\10E003";
}

.fad.fa-comment:after {
  content: "\10F075";
}

.fad.fa-comment-alt:after {
  content: "\10F27A";
}

.fad.fa-comment-alt-check:after {
  content: "\10F4A2";
}

.fad.fa-comment-alt-dollar:after {
  content: "\10F650";
}

.fad.fa-comment-alt-dots:after {
  content: "\10F4A3";
}

.fad.fa-comment-alt-edit:after {
  content: "\10F4A4";
}

.fad.fa-comment-alt-exclamation:after {
  content: "\10F4A5";
}

.fad.fa-comment-alt-lines:after {
  content: "\10F4A6";
}

.fad.fa-comment-alt-medical:after {
  content: "\10F7F4";
}

.fad.fa-comment-alt-minus:after {
  content: "\10F4A7";
}

.fad.fa-comment-alt-music:after {
  content: "\10F8AF";
}

.fad.fa-comment-alt-plus:after {
  content: "\10F4A8";
}

.fad.fa-comment-alt-slash:after {
  content: "\10F4A9";
}

.fad.fa-comment-alt-smile:after {
  content: "\10F4AA";
}

.fad.fa-comment-alt-times:after {
  content: "\10F4AB";
}

.fad.fa-comment-check:after {
  content: "\10F4AC";
}

.fad.fa-comment-dollar:after {
  content: "\10F651";
}

.fad.fa-comment-dots:after {
  content: "\10F4AD";
}

.fad.fa-comment-edit:after {
  content: "\10F4AE";
}

.fad.fa-comment-exclamation:after {
  content: "\10F4AF";
}

.fad.fa-comment-lines:after {
  content: "\10F4B0";
}

.fad.fa-comment-medical:after {
  content: "\10F7F5";
}

.fad.fa-comment-minus:after {
  content: "\10F4B1";
}

.fad.fa-comment-music:after {
  content: "\10F8B0";
}

.fad.fa-comment-plus:after {
  content: "\10F4B2";
}

.fad.fa-comment-slash:after {
  content: "\10F4B3";
}

.fad.fa-comment-smile:after {
  content: "\10F4B4";
}

.fad.fa-comment-times:after {
  content: "\10F4B5";
}

.fad.fa-comments:after {
  content: "\10F086";
}

.fad.fa-comments-alt:after {
  content: "\10F4B6";
}

.fad.fa-comments-alt-dollar:after {
  content: "\10F652";
}

.fad.fa-comments-dollar:after {
  content: "\10F653";
}

.fad.fa-compact-disc:after {
  content: "\10F51F";
}

.fad.fa-compass:after {
  content: "\10F14E";
}

.fad.fa-compass-slash:after {
  content: "\10F5E9";
}

.fad.fa-compress:after {
  content: "\10F066";
}

.fad.fa-compress-alt:after {
  content: "\10F422";
}

.fad.fa-compress-arrows-alt:after {
  content: "\10F78C";
}

.fad.fa-compress-wide:after {
  content: "\10F326";
}

.fad.fa-computer-classic:after {
  content: "\10F8B1";
}

.fad.fa-computer-speaker:after {
  content: "\10F8B2";
}

.fad.fa-concierge-bell:after {
  content: "\10F562";
}

.fad.fa-construction:after {
  content: "\10F85D";
}

.fad.fa-container-storage:after {
  content: "\10F4B7";
}

.fad.fa-conveyor-belt:after {
  content: "\10F46E";
}

.fad.fa-conveyor-belt-alt:after {
  content: "\10F46F";
}

.fad.fa-cookie:after {
  content: "\10F563";
}

.fad.fa-cookie-bite:after {
  content: "\10F564";
}

.fad.fa-copy:after {
  content: "\10F0C5";
}

.fad.fa-copyright:after {
  content: "\10F1F9";
}

.fad.fa-corn:after {
  content: "\10F6C7";
}

.fad.fa-couch:after {
  content: "\10F4B8";
}

.fad.fa-cow:after {
  content: "\10F6C8";
}

.fad.fa-cowbell:after {
  content: "\10F8B3";
}

.fad.fa-cowbell-more:after {
  content: "\10F8B4";
}

.fad.fa-credit-card:after {
  content: "\10F09D";
}

.fad.fa-credit-card-blank:after {
  content: "\10F389";
}

.fad.fa-credit-card-front:after {
  content: "\10F38A";
}

.fad.fa-cricket:after {
  content: "\10F449";
}

.fad.fa-croissant:after {
  content: "\10F7F6";
}

.fad.fa-crop:after {
  content: "\10F125";
}

.fad.fa-crop-alt:after {
  content: "\10F565";
}

.fad.fa-cross:after {
  content: "\10F654";
}

.fad.fa-crosshairs:after {
  content: "\10F05B";
}

.fad.fa-crow:after {
  content: "\10F520";
}

.fad.fa-crown:after {
  content: "\10F521";
}

.fad.fa-crutch:after {
  content: "\10F7F7";
}

.fad.fa-crutches:after {
  content: "\10F7F8";
}

.fad.fa-cube:after {
  content: "\10F1B2";
}

.fad.fa-cubes:after {
  content: "\10F1B3";
}

.fad.fa-curling:after {
  content: "\10F44A";
}

.fad.fa-cut:after {
  content: "\10F0C4";
}

.fad.fa-dagger:after {
  content: "\10F6CB";
}

.fad.fa-database:after {
  content: "\10F1C0";
}

.fad.fa-deaf:after {
  content: "\10F2A4";
}

.fad.fa-debug:after {
  content: "\10F7F9";
}

.fad.fa-deer:after {
  content: "\10F78E";
}

.fad.fa-deer-rudolph:after {
  content: "\10F78F";
}

.fad.fa-democrat:after {
  content: "\10F747";
}

.fad.fa-desktop:after {
  content: "\10F108";
}

.fad.fa-desktop-alt:after {
  content: "\10F390";
}

.fad.fa-dewpoint:after {
  content: "\10F748";
}

.fad.fa-dharmachakra:after {
  content: "\10F655";
}

.fad.fa-diagnoses:after {
  content: "\10F470";
}

.fad.fa-diamond:after {
  content: "\10F219";
}

.fad.fa-dice:after {
  content: "\10F522";
}

.fad.fa-dice-d10:after {
  content: "\10F6CD";
}

.fad.fa-dice-d12:after {
  content: "\10F6CE";
}

.fad.fa-dice-d20:after {
  content: "\10F6CF";
}

.fad.fa-dice-d4:after {
  content: "\10F6D0";
}

.fad.fa-dice-d6:after {
  content: "\10F6D1";
}

.fad.fa-dice-d8:after {
  content: "\10F6D2";
}

.fad.fa-dice-five:after {
  content: "\10F523";
}

.fad.fa-dice-four:after {
  content: "\10F524";
}

.fad.fa-dice-one:after {
  content: "\10F525";
}

.fad.fa-dice-six:after {
  content: "\10F526";
}

.fad.fa-dice-three:after {
  content: "\10F527";
}

.fad.fa-dice-two:after {
  content: "\10F528";
}

.fad.fa-digging:after {
  content: "\10F85E";
}

.fad.fa-digital-tachograph:after {
  content: "\10F566";
}

.fad.fa-diploma:after {
  content: "\10F5EA";
}

.fad.fa-directions:after {
  content: "\10F5EB";
}

.fad.fa-disc-drive:after {
  content: "\10F8B5";
}

.fad.fa-disease:after {
  content: "\10F7FA";
}

.fad.fa-divide:after {
  content: "\10F529";
}

.fad.fa-dizzy:after {
  content: "\10F567";
}

.fad.fa-dna:after {
  content: "\10F471";
}

.fad.fa-do-not-enter:after {
  content: "\10F5EC";
}

.fad.fa-dog:after {
  content: "\10F6D3";
}

.fad.fa-dog-leashed:after {
  content: "\10F6D4";
}

.fad.fa-dollar-sign:after {
  content: "\10F155";
}

.fad.fa-dolly:after {
  content: "\10F472";
}

.fad.fa-dolly-empty:after {
  content: "\10F473";
}

.fad.fa-dolly-flatbed:after {
  content: "\10F474";
}

.fad.fa-dolly-flatbed-alt:after {
  content: "\10F475";
}

.fad.fa-dolly-flatbed-empty:after {
  content: "\10F476";
}

.fad.fa-donate:after {
  content: "\10F4B9";
}

.fad.fa-door-closed:after {
  content: "\10F52A";
}

.fad.fa-door-open:after {
  content: "\10F52B";
}

.fad.fa-dot-circle:after {
  content: "\10F192";
}

.fad.fa-dove:after {
  content: "\10F4BA";
}

.fad.fa-download:after {
  content: "\10F019";
}

.fad.fa-drafting-compass:after {
  content: "\10F568";
}

.fad.fa-dragon:after {
  content: "\10F6D5";
}

.fad.fa-draw-circle:after {
  content: "\10F5ED";
}

.fad.fa-draw-polygon:after {
  content: "\10F5EE";
}

.fad.fa-draw-square:after {
  content: "\10F5EF";
}

.fad.fa-dreidel:after {
  content: "\10F792";
}

.fad.fa-drone:after {
  content: "\10F85F";
}

.fad.fa-drone-alt:after {
  content: "\10F860";
}

.fad.fa-drum:after {
  content: "\10F569";
}

.fad.fa-drum-steelpan:after {
  content: "\10F56A";
}

.fad.fa-drumstick:after {
  content: "\10F6D6";
}

.fad.fa-drumstick-bite:after {
  content: "\10F6D7";
}

.fad.fa-dryer:after {
  content: "\10F861";
}

.fad.fa-dryer-alt:after {
  content: "\10F862";
}

.fad.fa-duck:after {
  content: "\10F6D8";
}

.fad.fa-dumbbell:after {
  content: "\10F44B";
}

.fad.fa-dumpster:after {
  content: "\10F793";
}

.fad.fa-dumpster-fire:after {
  content: "\10F794";
}

.fad.fa-dungeon:after {
  content: "\10F6D9";
}

.fad.fa-ear:after {
  content: "\10F5F0";
}

.fad.fa-ear-muffs:after {
  content: "\10F795";
}

.fad.fa-eclipse:after {
  content: "\10F749";
}

.fad.fa-eclipse-alt:after {
  content: "\10F74A";
}

.fad.fa-edit:after {
  content: "\10F044";
}

.fad.fa-egg:after {
  content: "\10F7FB";
}

.fad.fa-egg-fried:after {
  content: "\10F7FC";
}

.fad.fa-eject:after {
  content: "\10F052";
}

.fad.fa-elephant:after {
  content: "\10F6DA";
}

.fad.fa-ellipsis-h:after {
  content: "\10F141";
}

.fad.fa-ellipsis-h-alt:after {
  content: "\10F39B";
}

.fad.fa-ellipsis-v:after {
  content: "\10F142";
}

.fad.fa-ellipsis-v-alt:after {
  content: "\10F39C";
}

.fad.fa-empty-set:after {
  content: "\10F656";
}

.fad.fa-engine-warning:after {
  content: "\10F5F2";
}

.fad.fa-envelope:after {
  content: "\10F0E0";
}

.fad.fa-envelope-open:after {
  content: "\10F2B6";
}

.fad.fa-envelope-open-dollar:after {
  content: "\10F657";
}

.fad.fa-envelope-open-text:after {
  content: "\10F658";
}

.fad.fa-envelope-square:after {
  content: "\10F199";
}

.fad.fa-equals:after {
  content: "\10F52C";
}

.fad.fa-eraser:after {
  content: "\10F12D";
}

.fad.fa-ethernet:after {
  content: "\10F796";
}

.fad.fa-euro-sign:after {
  content: "\10F153";
}

.fad.fa-exchange:after {
  content: "\10F0EC";
}

.fad.fa-exchange-alt:after {
  content: "\10F362";
}

.fad.fa-exclamation:after {
  content: "\10F12A";
}

.fad.fa-exclamation-circle:after {
  content: "\10F06A";
}

.fad.fa-exclamation-square:after {
  content: "\10F321";
}

.fad.fa-exclamation-triangle:after {
  content: "\10F071";
}

.fad.fa-expand:after {
  content: "\10F065";
}

.fad.fa-expand-alt:after {
  content: "\10F424";
}

.fad.fa-expand-arrows:after {
  content: "\10F31D";
}

.fad.fa-expand-arrows-alt:after {
  content: "\10F31E";
}

.fad.fa-expand-wide:after {
  content: "\10F320";
}

.fad.fa-external-link:after {
  content: "\10F08E";
}

.fad.fa-external-link-alt:after {
  content: "\10F35D";
}

.fad.fa-external-link-square:after {
  content: "\10F14C";
}

.fad.fa-external-link-square-alt:after {
  content: "\10F360";
}

.fad.fa-eye:after {
  content: "\10F06E";
}

.fad.fa-eye-dropper:after {
  content: "\10F1FB";
}

.fad.fa-eye-evil:after {
  content: "\10F6DB";
}

.fad.fa-eye-slash:after {
  content: "\10F070";
}

.fad.fa-fan:after {
  content: "\10F863";
}

.fad.fa-fan-table:after {
  content: "\10E004";
}

.fad.fa-farm:after {
  content: "\10F864";
}

.fad.fa-fast-backward:after {
  content: "\10F049";
}

.fad.fa-fast-forward:after {
  content: "\10F050";
}

.fad.fa-faucet:after {
  content: "\10E005";
}

.fad.fa-faucet-drip:after {
  content: "\10E006";
}

.fad.fa-fax:after {
  content: "\10F1AC";
}

.fad.fa-feather:after {
  content: "\10F52D";
}

.fad.fa-feather-alt:after {
  content: "\10F56B";
}

.fad.fa-female:after {
  content: "\10F182";
}

.fad.fa-field-hockey:after {
  content: "\10F44C";
}

.fad.fa-fighter-jet:after {
  content: "\10F0FB";
}

.fad.fa-file:after {
  content: "\10F15B";
}

.fad.fa-file-alt:after {
  content: "\10F15C";
}

.fad.fa-file-archive:after {
  content: "\10F1C6";
}

.fad.fa-file-audio:after {
  content: "\10F1C7";
}

.fad.fa-file-certificate:after {
  content: "\10F5F3";
}

.fad.fa-file-chart-line:after {
  content: "\10F659";
}

.fad.fa-file-chart-pie:after {
  content: "\10F65A";
}

.fad.fa-file-check:after {
  content: "\10F316";
}

.fad.fa-file-code:after {
  content: "\10F1C9";
}

.fad.fa-file-contract:after {
  content: "\10F56C";
}

.fad.fa-file-csv:after {
  content: "\10F6DD";
}

.fad.fa-file-download:after {
  content: "\10F56D";
}

.fad.fa-file-edit:after {
  content: "\10F31C";
}

.fad.fa-file-excel:after {
  content: "\10F1C3";
}

.fad.fa-file-exclamation:after {
  content: "\10F31A";
}

.fad.fa-file-export:after {
  content: "\10F56E";
}

.fad.fa-file-image:after {
  content: "\10F1C5";
}

.fad.fa-file-import:after {
  content: "\10F56F";
}

.fad.fa-file-invoice:after {
  content: "\10F570";
}

.fad.fa-file-invoice-dollar:after {
  content: "\10F571";
}

.fad.fa-file-medical:after {
  content: "\10F477";
}

.fad.fa-file-medical-alt:after {
  content: "\10F478";
}

.fad.fa-file-minus:after {
  content: "\10F318";
}

.fad.fa-file-music:after {
  content: "\10F8B6";
}

.fad.fa-file-pdf:after {
  content: "\10F1C1";
}

.fad.fa-file-plus:after {
  content: "\10F319";
}

.fad.fa-file-powerpoint:after {
  content: "\10F1C4";
}

.fad.fa-file-prescription:after {
  content: "\10F572";
}

.fad.fa-file-search:after {
  content: "\10F865";
}

.fad.fa-file-signature:after {
  content: "\10F573";
}

.fad.fa-file-spreadsheet:after {
  content: "\10F65B";
}

.fad.fa-file-times:after {
  content: "\10F317";
}

.fad.fa-file-upload:after {
  content: "\10F574";
}

.fad.fa-file-user:after {
  content: "\10F65C";
}

.fad.fa-file-video:after {
  content: "\10F1C8";
}

.fad.fa-file-word:after {
  content: "\10F1C2";
}

.fad.fa-files-medical:after {
  content: "\10F7FD";
}

.fad.fa-fill:after {
  content: "\10F575";
}

.fad.fa-fill-drip:after {
  content: "\10F576";
}

.fad.fa-film:after {
  content: "\10F008";
}

.fad.fa-film-alt:after {
  content: "\10F3A0";
}

.fad.fa-film-canister:after {
  content: "\10F8B7";
}

.fad.fa-filter:after {
  content: "\10F0B0";
}

.fad.fa-fingerprint:after {
  content: "\10F577";
}

.fad.fa-fire:after {
  content: "\10F06D";
}

.fad.fa-fire-alt:after {
  content: "\10F7E4";
}

.fad.fa-fire-extinguisher:after {
  content: "\10F134";
}

.fad.fa-fire-smoke:after {
  content: "\10F74B";
}

.fad.fa-fireplace:after {
  content: "\10F79A";
}

.fad.fa-first-aid:after {
  content: "\10F479";
}

.fad.fa-fish:after {
  content: "\10F578";
}

.fad.fa-fish-cooked:after {
  content: "\10F7FE";
}

.fad.fa-fist-raised:after {
  content: "\10F6DE";
}

.fad.fa-flag:after {
  content: "\10F024";
}

.fad.fa-flag-alt:after {
  content: "\10F74C";
}

.fad.fa-flag-checkered:after {
  content: "\10F11E";
}

.fad.fa-flag-usa:after {
  content: "\10F74D";
}

.fad.fa-flame:after {
  content: "\10F6DF";
}

.fad.fa-flashlight:after {
  content: "\10F8B8";
}

.fad.fa-flask:after {
  content: "\10F0C3";
}

.fad.fa-flask-poison:after {
  content: "\10F6E0";
}

.fad.fa-flask-potion:after {
  content: "\10F6E1";
}

.fad.fa-flower:after {
  content: "\10F7FF";
}

.fad.fa-flower-daffodil:after {
  content: "\10F800";
}

.fad.fa-flower-tulip:after {
  content: "\10F801";
}

.fad.fa-flushed:after {
  content: "\10F579";
}

.fad.fa-flute:after {
  content: "\10F8B9";
}

.fad.fa-flux-capacitor:after {
  content: "\10F8BA";
}

.fad.fa-fog:after {
  content: "\10F74E";
}

.fad.fa-folder:after {
  content: "\10F07B";
}

.fad.fa-folder-download:after {
  content: "\10E053";
}

.fad.fa-folder-minus:after {
  content: "\10F65D";
}

.fad.fa-folder-open:after {
  content: "\10F07C";
}

.fad.fa-folder-plus:after {
  content: "\10F65E";
}

.fad.fa-folder-times:after {
  content: "\10F65F";
}

.fad.fa-folder-tree:after {
  content: "\10F802";
}

.fad.fa-folder-upload:after {
  content: "\10E054";
}

.fad.fa-folders:after {
  content: "\10F660";
}

.fad.fa-font:after {
  content: "\10F031";
}

.fad.fa-font-awesome-logo-full:after {
  content: "\10F4E6";
}

.fad.fa-font-case:after {
  content: "\10F866";
}

.fad.fa-football-ball:after {
  content: "\10F44E";
}

.fad.fa-football-helmet:after {
  content: "\10F44F";
}

.fad.fa-forklift:after {
  content: "\10F47A";
}

.fad.fa-forward:after {
  content: "\10F04E";
}

.fad.fa-fragile:after {
  content: "\10F4BB";
}

.fad.fa-french-fries:after {
  content: "\10F803";
}

.fad.fa-frog:after {
  content: "\10F52E";
}

.fad.fa-frosty-head:after {
  content: "\10F79B";
}

.fad.fa-frown:after {
  content: "\10F119";
}

.fad.fa-frown-open:after {
  content: "\10F57A";
}

.fad.fa-function:after {
  content: "\10F661";
}

.fad.fa-funnel-dollar:after {
  content: "\10F662";
}

.fad.fa-futbol:after {
  content: "\10F1E3";
}

.fad.fa-galaxy:after {
  content: "\10E008";
}

.fad.fa-game-board:after {
  content: "\10F867";
}

.fad.fa-game-board-alt:after {
  content: "\10F868";
}

.fad.fa-game-console-handheld:after {
  content: "\10F8BB";
}

.fad.fa-gamepad:after {
  content: "\10F11B";
}

.fad.fa-gamepad-alt:after {
  content: "\10F8BC";
}

.fad.fa-garage:after {
  content: "\10E009";
}

.fad.fa-garage-car:after {
  content: "\10E00A";
}

.fad.fa-garage-open:after {
  content: "\10E00B";
}

.fad.fa-gas-pump:after {
  content: "\10F52F";
}

.fad.fa-gas-pump-slash:after {
  content: "\10F5F4";
}

.fad.fa-gavel:after {
  content: "\10F0E3";
}

.fad.fa-gem:after {
  content: "\10F3A5";
}

.fad.fa-genderless:after {
  content: "\10F22D";
}

.fad.fa-ghost:after {
  content: "\10F6E2";
}

.fad.fa-gift:after {
  content: "\10F06B";
}

.fad.fa-gift-card:after {
  content: "\10F663";
}

.fad.fa-gifts:after {
  content: "\10F79C";
}

.fad.fa-gingerbread-man:after {
  content: "\10F79D";
}

.fad.fa-glass:after {
  content: "\10F804";
}

.fad.fa-glass-champagne:after {
  content: "\10F79E";
}

.fad.fa-glass-cheers:after {
  content: "\10F79F";
}

.fad.fa-glass-citrus:after {
  content: "\10F869";
}

.fad.fa-glass-martini:after {
  content: "\10F000";
}

.fad.fa-glass-martini-alt:after {
  content: "\10F57B";
}

.fad.fa-glass-whiskey:after {
  content: "\10F7A0";
}

.fad.fa-glass-whiskey-rocks:after {
  content: "\10F7A1";
}

.fad.fa-glasses:after {
  content: "\10F530";
}

.fad.fa-glasses-alt:after {
  content: "\10F5F5";
}

.fad.fa-globe:after {
  content: "\10F0AC";
}

.fad.fa-globe-africa:after {
  content: "\10F57C";
}

.fad.fa-globe-americas:after {
  content: "\10F57D";
}

.fad.fa-globe-asia:after {
  content: "\10F57E";
}

.fad.fa-globe-europe:after {
  content: "\10F7A2";
}

.fad.fa-globe-snow:after {
  content: "\10F7A3";
}

.fad.fa-globe-stand:after {
  content: "\10F5F6";
}

.fad.fa-golf-ball:after {
  content: "\10F450";
}

.fad.fa-golf-club:after {
  content: "\10F451";
}

.fad.fa-gopuram:after {
  content: "\10F664";
}

.fad.fa-graduation-cap:after {
  content: "\10F19D";
}

.fad.fa-gramophone:after {
  content: "\10F8BD";
}

.fad.fa-greater-than:after {
  content: "\10F531";
}

.fad.fa-greater-than-equal:after {
  content: "\10F532";
}

.fad.fa-grimace:after {
  content: "\10F57F";
}

.fad.fa-grin:after {
  content: "\10F580";
}

.fad.fa-grin-alt:after {
  content: "\10F581";
}

.fad.fa-grin-beam:after {
  content: "\10F582";
}

.fad.fa-grin-beam-sweat:after {
  content: "\10F583";
}

.fad.fa-grin-hearts:after {
  content: "\10F584";
}

.fad.fa-grin-squint:after {
  content: "\10F585";
}

.fad.fa-grin-squint-tears:after {
  content: "\10F586";
}

.fad.fa-grin-stars:after {
  content: "\10F587";
}

.fad.fa-grin-tears:after {
  content: "\10F588";
}

.fad.fa-grin-tongue:after {
  content: "\10F589";
}

.fad.fa-grin-tongue-squint:after {
  content: "\10F58A";
}

.fad.fa-grin-tongue-wink:after {
  content: "\10F58B";
}

.fad.fa-grin-wink:after {
  content: "\10F58C";
}

.fad.fa-grip-horizontal:after {
  content: "\10F58D";
}

.fad.fa-grip-lines:after {
  content: "\10F7A4";
}

.fad.fa-grip-lines-vertical:after {
  content: "\10F7A5";
}

.fad.fa-grip-vertical:after {
  content: "\10F58E";
}

.fad.fa-guitar:after {
  content: "\10F7A6";
}

.fad.fa-guitar-electric:after {
  content: "\10F8BE";
}

.fad.fa-guitars:after {
  content: "\10F8BF";
}

.fad.fa-h-square:after {
  content: "\10F0FD";
}

.fad.fa-h1:after {
  content: "\10F313";
}

.fad.fa-h2:after {
  content: "\10F314";
}

.fad.fa-h3:after {
  content: "\10F315";
}

.fad.fa-h4:after {
  content: "\10F86A";
}

.fad.fa-hamburger:after {
  content: "\10F805";
}

.fad.fa-hammer:after {
  content: "\10F6E3";
}

.fad.fa-hammer-war:after {
  content: "\10F6E4";
}

.fad.fa-hamsa:after {
  content: "\10F665";
}

.fad.fa-hand-heart:after {
  content: "\10F4BC";
}

.fad.fa-hand-holding:after {
  content: "\10F4BD";
}

.fad.fa-hand-holding-box:after {
  content: "\10F47B";
}

.fad.fa-hand-holding-heart:after {
  content: "\10F4BE";
}

.fad.fa-hand-holding-magic:after {
  content: "\10F6E5";
}

.fad.fa-hand-holding-medical:after {
  content: "\10E05C";
}

.fad.fa-hand-holding-seedling:after {
  content: "\10F4BF";
}

.fad.fa-hand-holding-usd:after {
  content: "\10F4C0";
}

.fad.fa-hand-holding-water:after {
  content: "\10F4C1";
}

.fad.fa-hand-lizard:after {
  content: "\10F258";
}

.fad.fa-hand-middle-finger:after {
  content: "\10F806";
}

.fad.fa-hand-paper:after {
  content: "\10F256";
}

.fad.fa-hand-peace:after {
  content: "\10F25B";
}

.fad.fa-hand-point-down:after {
  content: "\10F0A7";
}

.fad.fa-hand-point-left:after {
  content: "\10F0A5";
}

.fad.fa-hand-point-right:after {
  content: "\10F0A4";
}

.fad.fa-hand-point-up:after {
  content: "\10F0A6";
}

.fad.fa-hand-pointer:after {
  content: "\10F25A";
}

.fad.fa-hand-receiving:after {
  content: "\10F47C";
}

.fad.fa-hand-rock:after {
  content: "\10F255";
}

.fad.fa-hand-scissors:after {
  content: "\10F257";
}

.fad.fa-hand-sparkles:after {
  content: "\10E05D";
}

.fad.fa-hand-spock:after {
  content: "\10F259";
}

.fad.fa-hands:after {
  content: "\10F4C2";
}

.fad.fa-hands-heart:after {
  content: "\10F4C3";
}

.fad.fa-hands-helping:after {
  content: "\10F4C4";
}

.fad.fa-hands-usd:after {
  content: "\10F4C5";
}

.fad.fa-hands-wash:after {
  content: "\10E05E";
}

.fad.fa-handshake:after {
  content: "\10F2B5";
}

.fad.fa-handshake-alt:after {
  content: "\10F4C6";
}

.fad.fa-handshake-alt-slash:after {
  content: "\10E05F";
}

.fad.fa-handshake-slash:after {
  content: "\10E060";
}

.fad.fa-hanukiah:after {
  content: "\10F6E6";
}

.fad.fa-hard-hat:after {
  content: "\10F807";
}

.fad.fa-hashtag:after {
  content: "\10F292";
}

.fad.fa-hat-chef:after {
  content: "\10F86B";
}

.fad.fa-hat-cowboy:after {
  content: "\10F8C0";
}

.fad.fa-hat-cowboy-side:after {
  content: "\10F8C1";
}

.fad.fa-hat-santa:after {
  content: "\10F7A7";
}

.fad.fa-hat-winter:after {
  content: "\10F7A8";
}

.fad.fa-hat-witch:after {
  content: "\10F6E7";
}

.fad.fa-hat-wizard:after {
  content: "\10F6E8";
}

.fad.fa-hdd:after {
  content: "\10F0A0";
}

.fad.fa-head-side:after {
  content: "\10F6E9";
}

.fad.fa-head-side-brain:after {
  content: "\10F808";
}

.fad.fa-head-side-cough:after {
  content: "\10E061";
}

.fad.fa-head-side-cough-slash:after {
  content: "\10E062";
}

.fad.fa-head-side-headphones:after {
  content: "\10F8C2";
}

.fad.fa-head-side-mask:after {
  content: "\10E063";
}

.fad.fa-head-side-medical:after {
  content: "\10F809";
}

.fad.fa-head-side-virus:after {
  content: "\10E064";
}

.fad.fa-head-vr:after {
  content: "\10F6EA";
}

.fad.fa-heading:after {
  content: "\10F1DC";
}

.fad.fa-headphones:after {
  content: "\10F025";
}

.fad.fa-headphones-alt:after {
  content: "\10F58F";
}

.fad.fa-headset:after {
  content: "\10F590";
}

.fad.fa-heart:after {
  content: "\10F004";
}

.fad.fa-heart-broken:after {
  content: "\10F7A9";
}

.fad.fa-heart-circle:after {
  content: "\10F4C7";
}

.fad.fa-heart-rate:after {
  content: "\10F5F8";
}

.fad.fa-heart-square:after {
  content: "\10F4C8";
}

.fad.fa-heartbeat:after {
  content: "\10F21E";
}

.fad.fa-heat:after {
  content: "\10E00C";
}

.fad.fa-helicopter:after {
  content: "\10F533";
}

.fad.fa-helmet-battle:after {
  content: "\10F6EB";
}

.fad.fa-hexagon:after {
  content: "\10F312";
}

.fad.fa-highlighter:after {
  content: "\10F591";
}

.fad.fa-hiking:after {
  content: "\10F6EC";
}

.fad.fa-hippo:after {
  content: "\10F6ED";
}

.fad.fa-history:after {
  content: "\10F1DA";
}

.fad.fa-hockey-mask:after {
  content: "\10F6EE";
}

.fad.fa-hockey-puck:after {
  content: "\10F453";
}

.fad.fa-hockey-sticks:after {
  content: "\10F454";
}

.fad.fa-holly-berry:after {
  content: "\10F7AA";
}

.fad.fa-home:after {
  content: "\10F015";
}

.fad.fa-home-alt:after {
  content: "\10F80A";
}

.fad.fa-home-heart:after {
  content: "\10F4C9";
}

.fad.fa-home-lg:after {
  content: "\10F80B";
}

.fad.fa-home-lg-alt:after {
  content: "\10F80C";
}

.fad.fa-hood-cloak:after {
  content: "\10F6EF";
}

.fad.fa-horizontal-rule:after {
  content: "\10F86C";
}

.fad.fa-horse:after {
  content: "\10F6F0";
}

.fad.fa-horse-head:after {
  content: "\10F7AB";
}

.fad.fa-horse-saddle:after {
  content: "\10F8C3";
}

.fad.fa-hospital:after {
  content: "\10F0F8";
}

.fad.fa-hospital-alt:after {
  content: "\10F47D";
}

.fad.fa-hospital-symbol:after {
  content: "\10F47E";
}

.fad.fa-hospital-user:after {
  content: "\10F80D";
}

.fad.fa-hospitals:after {
  content: "\10F80E";
}

.fad.fa-hot-tub:after {
  content: "\10F593";
}

.fad.fa-hotdog:after {
  content: "\10F80F";
}

.fad.fa-hotel:after {
  content: "\10F594";
}

.fad.fa-hourglass:after {
  content: "\10F254";
}

.fad.fa-hourglass-end:after {
  content: "\10F253";
}

.fad.fa-hourglass-half:after {
  content: "\10F252";
}

.fad.fa-hourglass-start:after {
  content: "\10F251";
}

.fad.fa-house:after {
  content: "\10E00D";
}

.fad.fa-house-damage:after {
  content: "\10F6F1";
}

.fad.fa-house-day:after {
  content: "\10E00E";
}

.fad.fa-house-flood:after {
  content: "\10F74F";
}

.fad.fa-house-leave:after {
  content: "\10E00F";
}

.fad.fa-house-night:after {
  content: "\10E010";
}

.fad.fa-house-return:after {
  content: "\10E011";
}

.fad.fa-house-signal:after {
  content: "\10E012";
}

.fad.fa-house-user:after {
  content: "\10E065";
}

.fad.fa-hryvnia:after {
  content: "\10F6F2";
}

.fad.fa-humidity:after {
  content: "\10F750";
}

.fad.fa-hurricane:after {
  content: "\10F751";
}

.fad.fa-i-cursor:after {
  content: "\10F246";
}

.fad.fa-ice-cream:after {
  content: "\10F810";
}

.fad.fa-ice-skate:after {
  content: "\10F7AC";
}

.fad.fa-icicles:after {
  content: "\10F7AD";
}

.fad.fa-icons:after {
  content: "\10F86D";
}

.fad.fa-icons-alt:after {
  content: "\10F86E";
}

.fad.fa-id-badge:after {
  content: "\10F2C1";
}

.fad.fa-id-card:after {
  content: "\10F2C2";
}

.fad.fa-id-card-alt:after {
  content: "\10F47F";
}

.fad.fa-igloo:after {
  content: "\10F7AE";
}

.fad.fa-image:after {
  content: "\10F03E";
}

.fad.fa-image-polaroid:after {
  content: "\10F8C4";
}

.fad.fa-images:after {
  content: "\10F302";
}

.fad.fa-inbox:after {
  content: "\10F01C";
}

.fad.fa-inbox-in:after {
  content: "\10F310";
}

.fad.fa-inbox-out:after {
  content: "\10F311";
}

.fad.fa-indent:after {
  content: "\10F03C";
}

.fad.fa-industry:after {
  content: "\10F275";
}

.fad.fa-industry-alt:after {
  content: "\10F3B3";
}

.fad.fa-infinity:after {
  content: "\10F534";
}

.fad.fa-info:after {
  content: "\10F129";
}

.fad.fa-info-circle:after {
  content: "\10F05A";
}

.fad.fa-info-square:after {
  content: "\10F30F";
}

.fad.fa-inhaler:after {
  content: "\10F5F9";
}

.fad.fa-integral:after {
  content: "\10F667";
}

.fad.fa-intersection:after {
  content: "\10F668";
}

.fad.fa-inventory:after {
  content: "\10F480";
}

.fad.fa-island-tropical:after {
  content: "\10F811";
}

.fad.fa-italic:after {
  content: "\10F033";
}

.fad.fa-jack-o-lantern:after {
  content: "\10F30E";
}

.fad.fa-jedi:after {
  content: "\10F669";
}

.fad.fa-joint:after {
  content: "\10F595";
}

.fad.fa-journal-whills:after {
  content: "\10F66A";
}

.fad.fa-joystick:after {
  content: "\10F8C5";
}

.fad.fa-jug:after {
  content: "\10F8C6";
}

.fad.fa-kaaba:after {
  content: "\10F66B";
}

.fad.fa-kazoo:after {
  content: "\10F8C7";
}

.fad.fa-kerning:after {
  content: "\10F86F";
}

.fad.fa-key:after {
  content: "\10F084";
}

.fad.fa-key-skeleton:after {
  content: "\10F6F3";
}

.fad.fa-keyboard:after {
  content: "\10F11C";
}

.fad.fa-keynote:after {
  content: "\10F66C";
}

.fad.fa-khanda:after {
  content: "\10F66D";
}

.fad.fa-kidneys:after {
  content: "\10F5FB";
}

.fad.fa-kiss:after {
  content: "\10F596";
}

.fad.fa-kiss-beam:after {
  content: "\10F597";
}

.fad.fa-kiss-wink-heart:after {
  content: "\10F598";
}

.fad.fa-kite:after {
  content: "\10F6F4";
}

.fad.fa-kiwi-bird:after {
  content: "\10F535";
}

.fad.fa-knife-kitchen:after {
  content: "\10F6F5";
}

.fad.fa-lambda:after {
  content: "\10F66E";
}

.fad.fa-lamp:after {
  content: "\10F4CA";
}

.fad.fa-lamp-desk:after {
  content: "\10E014";
}

.fad.fa-lamp-floor:after {
  content: "\10E015";
}

.fad.fa-landmark:after {
  content: "\10F66F";
}

.fad.fa-landmark-alt:after {
  content: "\10F752";
}

.fad.fa-language:after {
  content: "\10F1AB";
}

.fad.fa-laptop:after {
  content: "\10F109";
}

.fad.fa-laptop-code:after {
  content: "\10F5FC";
}

.fad.fa-laptop-house:after {
  content: "\10E066";
}

.fad.fa-laptop-medical:after {
  content: "\10F812";
}

.fad.fa-lasso:after {
  content: "\10F8C8";
}

.fad.fa-laugh:after {
  content: "\10F599";
}

.fad.fa-laugh-beam:after {
  content: "\10F59A";
}

.fad.fa-laugh-squint:after {
  content: "\10F59B";
}

.fad.fa-laugh-wink:after {
  content: "\10F59C";
}

.fad.fa-layer-group:after {
  content: "\10F5FD";
}

.fad.fa-layer-minus:after {
  content: "\10F5FE";
}

.fad.fa-layer-plus:after {
  content: "\10F5FF";
}

.fad.fa-leaf:after {
  content: "\10F06C";
}

.fad.fa-leaf-heart:after {
  content: "\10F4CB";
}

.fad.fa-leaf-maple:after {
  content: "\10F6F6";
}

.fad.fa-leaf-oak:after {
  content: "\10F6F7";
}

.fad.fa-lemon:after {
  content: "\10F094";
}

.fad.fa-less-than:after {
  content: "\10F536";
}

.fad.fa-less-than-equal:after {
  content: "\10F537";
}

.fad.fa-level-down:after {
  content: "\10F149";
}

.fad.fa-level-down-alt:after {
  content: "\10F3BE";
}

.fad.fa-level-up:after {
  content: "\10F148";
}

.fad.fa-level-up-alt:after {
  content: "\10F3BF";
}

.fad.fa-life-ring:after {
  content: "\10F1CD";
}

.fad.fa-light-ceiling:after {
  content: "\10E016";
}

.fad.fa-light-switch:after {
  content: "\10E017";
}

.fad.fa-light-switch-off:after {
  content: "\10E018";
}

.fad.fa-light-switch-on:after {
  content: "\10E019";
}

.fad.fa-lightbulb:after {
  content: "\10F0EB";
}

.fad.fa-lightbulb-dollar:after {
  content: "\10F670";
}

.fad.fa-lightbulb-exclamation:after {
  content: "\10F671";
}

.fad.fa-lightbulb-on:after {
  content: "\10F672";
}

.fad.fa-lightbulb-slash:after {
  content: "\10F673";
}

.fad.fa-lights-holiday:after {
  content: "\10F7B2";
}

.fad.fa-line-columns:after {
  content: "\10F870";
}

.fad.fa-line-height:after {
  content: "\10F871";
}

.fad.fa-link:after {
  content: "\10F0C1";
}

.fad.fa-lips:after {
  content: "\10F600";
}

.fad.fa-lira-sign:after {
  content: "\10F195";
}

.fad.fa-list:after {
  content: "\10F03A";
}

.fad.fa-list-alt:after {
  content: "\10F022";
}

.fad.fa-list-music:after {
  content: "\10F8C9";
}

.fad.fa-list-ol:after {
  content: "\10F0CB";
}

.fad.fa-list-ul:after {
  content: "\10F0CA";
}

.fad.fa-location:after {
  content: "\10F601";
}

.fad.fa-location-arrow:after {
  content: "\10F124";
}

.fad.fa-location-circle:after {
  content: "\10F602";
}

.fad.fa-location-slash:after {
  content: "\10F603";
}

.fad.fa-lock:after {
  content: "\10F023";
}

.fad.fa-lock-alt:after {
  content: "\10F30D";
}

.fad.fa-lock-open:after {
  content: "\10F3C1";
}

.fad.fa-lock-open-alt:after {
  content: "\10F3C2";
}

.fad.fa-long-arrow-alt-down:after {
  content: "\10F309";
}

.fad.fa-long-arrow-alt-left:after {
  content: "\10F30A";
}

.fad.fa-long-arrow-alt-right:after {
  content: "\10F30B";
}

.fad.fa-long-arrow-alt-up:after {
  content: "\10F30C";
}

.fad.fa-long-arrow-down:after {
  content: "\10F175";
}

.fad.fa-long-arrow-left:after {
  content: "\10F177";
}

.fad.fa-long-arrow-right:after {
  content: "\10F178";
}

.fad.fa-long-arrow-up:after {
  content: "\10F176";
}

.fad.fa-loveseat:after {
  content: "\10F4CC";
}

.fad.fa-low-vision:after {
  content: "\10F2A8";
}

.fad.fa-luchador:after {
  content: "\10F455";
}

.fad.fa-luggage-cart:after {
  content: "\10F59D";
}

.fad.fa-lungs:after {
  content: "\10F604";
}

.fad.fa-lungs-virus:after {
  content: "\10E067";
}

.fad.fa-mace:after {
  content: "\10F6F8";
}

.fad.fa-magic:after {
  content: "\10F0D0";
}

.fad.fa-magnet:after {
  content: "\10F076";
}

.fad.fa-mail-bulk:after {
  content: "\10F674";
}

.fad.fa-mailbox:after {
  content: "\10F813";
}

.fad.fa-male:after {
  content: "\10F183";
}

.fad.fa-mandolin:after {
  content: "\10F6F9";
}

.fad.fa-map:after {
  content: "\10F279";
}

.fad.fa-map-marked:after {
  content: "\10F59F";
}

.fad.fa-map-marked-alt:after {
  content: "\10F5A0";
}

.fad.fa-map-marker:after {
  content: "\10F041";
}

.fad.fa-map-marker-alt:after {
  content: "\10F3C5";
}

.fad.fa-map-marker-alt-slash:after {
  content: "\10F605";
}

.fad.fa-map-marker-check:after {
  content: "\10F606";
}

.fad.fa-map-marker-edit:after {
  content: "\10F607";
}

.fad.fa-map-marker-exclamation:after {
  content: "\10F608";
}

.fad.fa-map-marker-minus:after {
  content: "\10F609";
}

.fad.fa-map-marker-plus:after {
  content: "\10F60A";
}

.fad.fa-map-marker-question:after {
  content: "\10F60B";
}

.fad.fa-map-marker-slash:after {
  content: "\10F60C";
}

.fad.fa-map-marker-smile:after {
  content: "\10F60D";
}

.fad.fa-map-marker-times:after {
  content: "\10F60E";
}

.fad.fa-map-pin:after {
  content: "\10F276";
}

.fad.fa-map-signs:after {
  content: "\10F277";
}

.fad.fa-marker:after {
  content: "\10F5A1";
}

.fad.fa-mars:after {
  content: "\10F222";
}

.fad.fa-mars-double:after {
  content: "\10F227";
}

.fad.fa-mars-stroke:after {
  content: "\10F229";
}

.fad.fa-mars-stroke-h:after {
  content: "\10F22B";
}

.fad.fa-mars-stroke-v:after {
  content: "\10F22A";
}

.fad.fa-mask:after {
  content: "\10F6FA";
}

.fad.fa-meat:after {
  content: "\10F814";
}

.fad.fa-medal:after {
  content: "\10F5A2";
}

.fad.fa-medkit:after {
  content: "\10F0FA";
}

.fad.fa-megaphone:after {
  content: "\10F675";
}

.fad.fa-meh:after {
  content: "\10F11A";
}

.fad.fa-meh-blank:after {
  content: "\10F5A4";
}

.fad.fa-meh-rolling-eyes:after {
  content: "\10F5A5";
}

.fad.fa-memory:after {
  content: "\10F538";
}

.fad.fa-menorah:after {
  content: "\10F676";
}

.fad.fa-mercury:after {
  content: "\10F223";
}

.fad.fa-meteor:after {
  content: "\10F753";
}

.fad.fa-microchip:after {
  content: "\10F2DB";
}

.fad.fa-microphone:after {
  content: "\10F130";
}

.fad.fa-microphone-alt:after {
  content: "\10F3C9";
}

.fad.fa-microphone-alt-slash:after {
  content: "\10F539";
}

.fad.fa-microphone-slash:after {
  content: "\10F131";
}

.fad.fa-microphone-stand:after {
  content: "\10F8CB";
}

.fad.fa-microscope:after {
  content: "\10F610";
}

.fad.fa-microwave:after {
  content: "\10E01B";
}

.fad.fa-mind-share:after {
  content: "\10F677";
}

.fad.fa-minus:after {
  content: "\10F068";
}

.fad.fa-minus-circle:after {
  content: "\10F056";
}

.fad.fa-minus-hexagon:after {
  content: "\10F307";
}

.fad.fa-minus-octagon:after {
  content: "\10F308";
}

.fad.fa-minus-square:after {
  content: "\10F146";
}

.fad.fa-mistletoe:after {
  content: "\10F7B4";
}

.fad.fa-mitten:after {
  content: "\10F7B5";
}

.fad.fa-mobile:after {
  content: "\10F10B";
}

.fad.fa-mobile-alt:after {
  content: "\10F3CD";
}

.fad.fa-mobile-android:after {
  content: "\10F3CE";
}

.fad.fa-mobile-android-alt:after {
  content: "\10F3CF";
}

.fad.fa-money-bill:after {
  content: "\10F0D6";
}

.fad.fa-money-bill-alt:after {
  content: "\10F3D1";
}

.fad.fa-money-bill-wave:after {
  content: "\10F53A";
}

.fad.fa-money-bill-wave-alt:after {
  content: "\10F53B";
}

.fad.fa-money-check:after {
  content: "\10F53C";
}

.fad.fa-money-check-alt:after {
  content: "\10F53D";
}

.fad.fa-money-check-edit:after {
  content: "\10F872";
}

.fad.fa-money-check-edit-alt:after {
  content: "\10F873";
}

.fad.fa-monitor-heart-rate:after {
  content: "\10F611";
}

.fad.fa-monkey:after {
  content: "\10F6FB";
}

.fad.fa-monument:after {
  content: "\10F5A6";
}

.fad.fa-moon:after {
  content: "\10F186";
}

.fad.fa-moon-cloud:after {
  content: "\10F754";
}

.fad.fa-moon-stars:after {
  content: "\10F755";
}

.fad.fa-mortar-pestle:after {
  content: "\10F5A7";
}

.fad.fa-mosque:after {
  content: "\10F678";
}

.fad.fa-motorcycle:after {
  content: "\10F21C";
}

.fad.fa-mountain:after {
  content: "\10F6FC";
}

.fad.fa-mountains:after {
  content: "\10F6FD";
}

.fad.fa-mouse:after {
  content: "\10F8CC";
}

.fad.fa-mouse-alt:after {
  content: "\10F8CD";
}

.fad.fa-mouse-pointer:after {
  content: "\10F245";
}

.fad.fa-mp3-player:after {
  content: "\10F8CE";
}

.fad.fa-mug:after {
  content: "\10F874";
}

.fad.fa-mug-hot:after {
  content: "\10F7B6";
}

.fad.fa-mug-marshmallows:after {
  content: "\10F7B7";
}

.fad.fa-mug-tea:after {
  content: "\10F875";
}

.fad.fa-music:after {
  content: "\10F001";
}

.fad.fa-music-alt:after {
  content: "\10F8CF";
}

.fad.fa-music-alt-slash:after {
  content: "\10F8D0";
}

.fad.fa-music-slash:after {
  content: "\10F8D1";
}

.fad.fa-narwhal:after {
  content: "\10F6FE";
}

.fad.fa-network-wired:after {
  content: "\10F6FF";
}

.fad.fa-neuter:after {
  content: "\10F22C";
}

.fad.fa-newspaper:after {
  content: "\10F1EA";
}

.fad.fa-not-equal:after {
  content: "\10F53E";
}

.fad.fa-notes-medical:after {
  content: "\10F481";
}

.fad.fa-object-group:after {
  content: "\10F247";
}

.fad.fa-object-ungroup:after {
  content: "\10F248";
}

.fad.fa-octagon:after {
  content: "\10F306";
}

.fad.fa-oil-can:after {
  content: "\10F613";
}

.fad.fa-oil-temp:after {
  content: "\10F614";
}

.fad.fa-om:after {
  content: "\10F679";
}

.fad.fa-omega:after {
  content: "\10F67A";
}

.fad.fa-ornament:after {
  content: "\10F7B8";
}

.fad.fa-otter:after {
  content: "\10F700";
}

.fad.fa-outdent:after {
  content: "\10F03B";
}

.fad.fa-outlet:after {
  content: "\10E01C";
}

.fad.fa-oven:after {
  content: "\10E01D";
}

.fad.fa-overline:after {
  content: "\10F876";
}

.fad.fa-page-break:after {
  content: "\10F877";
}

.fad.fa-pager:after {
  content: "\10F815";
}

.fad.fa-paint-brush:after {
  content: "\10F1FC";
}

.fad.fa-paint-brush-alt:after {
  content: "\10F5A9";
}

.fad.fa-paint-roller:after {
  content: "\10F5AA";
}

.fad.fa-palette:after {
  content: "\10F53F";
}

.fad.fa-pallet:after {
  content: "\10F482";
}

.fad.fa-pallet-alt:after {
  content: "\10F483";
}

.fad.fa-paper-plane:after {
  content: "\10F1D8";
}

.fad.fa-paperclip:after {
  content: "\10F0C6";
}

.fad.fa-parachute-box:after {
  content: "\10F4CD";
}

.fad.fa-paragraph:after {
  content: "\10F1DD";
}

.fad.fa-paragraph-rtl:after {
  content: "\10F878";
}

.fad.fa-parking:after {
  content: "\10F540";
}

.fad.fa-parking-circle:after {
  content: "\10F615";
}

.fad.fa-parking-circle-slash:after {
  content: "\10F616";
}

.fad.fa-parking-slash:after {
  content: "\10F617";
}

.fad.fa-passport:after {
  content: "\10F5AB";
}

.fad.fa-pastafarianism:after {
  content: "\10F67B";
}

.fad.fa-paste:after {
  content: "\10F0EA";
}

.fad.fa-pause:after {
  content: "\10F04C";
}

.fad.fa-pause-circle:after {
  content: "\10F28B";
}

.fad.fa-paw:after {
  content: "\10F1B0";
}

.fad.fa-paw-alt:after {
  content: "\10F701";
}

.fad.fa-paw-claws:after {
  content: "\10F702";
}

.fad.fa-peace:after {
  content: "\10F67C";
}

.fad.fa-pegasus:after {
  content: "\10F703";
}

.fad.fa-pen:after {
  content: "\10F304";
}

.fad.fa-pen-alt:after {
  content: "\10F305";
}

.fad.fa-pen-fancy:after {
  content: "\10F5AC";
}

.fad.fa-pen-nib:after {
  content: "\10F5AD";
}

.fad.fa-pen-square:after {
  content: "\10F14B";
}

.fad.fa-pencil:after {
  content: "\10F040";
}

.fad.fa-pencil-alt:after {
  content: "\10F303";
}

.fad.fa-pencil-paintbrush:after {
  content: "\10F618";
}

.fad.fa-pencil-ruler:after {
  content: "\10F5AE";
}

.fad.fa-pennant:after {
  content: "\10F456";
}

.fad.fa-people-arrows:after {
  content: "\10E068";
}

.fad.fa-people-carry:after {
  content: "\10F4CE";
}

.fad.fa-pepper-hot:after {
  content: "\10F816";
}

.fad.fa-percent:after {
  content: "\10F295";
}

.fad.fa-percentage:after {
  content: "\10F541";
}

.fad.fa-person-booth:after {
  content: "\10F756";
}

.fad.fa-person-carry:after {
  content: "\10F4CF";
}

.fad.fa-person-dolly:after {
  content: "\10F4D0";
}

.fad.fa-person-dolly-empty:after {
  content: "\10F4D1";
}

.fad.fa-person-sign:after {
  content: "\10F757";
}

.fad.fa-phone:after {
  content: "\10F095";
}

.fad.fa-phone-alt:after {
  content: "\10F879";
}

.fad.fa-phone-laptop:after {
  content: "\10F87A";
}

.fad.fa-phone-office:after {
  content: "\10F67D";
}

.fad.fa-phone-plus:after {
  content: "\10F4D2";
}

.fad.fa-phone-rotary:after {
  content: "\10F8D3";
}

.fad.fa-phone-slash:after {
  content: "\10F3DD";
}

.fad.fa-phone-square:after {
  content: "\10F098";
}

.fad.fa-phone-square-alt:after {
  content: "\10F87B";
}

.fad.fa-phone-volume:after {
  content: "\10F2A0";
}

.fad.fa-photo-video:after {
  content: "\10F87C";
}

.fad.fa-pi:after {
  content: "\10F67E";
}

.fad.fa-piano:after {
  content: "\10F8D4";
}

.fad.fa-piano-keyboard:after {
  content: "\10F8D5";
}

.fad.fa-pie:after {
  content: "\10F705";
}

.fad.fa-pig:after {
  content: "\10F706";
}

.fad.fa-piggy-bank:after {
  content: "\10F4D3";
}

.fad.fa-pills:after {
  content: "\10F484";
}

.fad.fa-pizza:after {
  content: "\10F817";
}

.fad.fa-pizza-slice:after {
  content: "\10F818";
}

.fad.fa-place-of-worship:after {
  content: "\10F67F";
}

.fad.fa-plane:after {
  content: "\10F072";
}

.fad.fa-plane-alt:after {
  content: "\10F3DE";
}

.fad.fa-plane-arrival:after {
  content: "\10F5AF";
}

.fad.fa-plane-departure:after {
  content: "\10F5B0";
}

.fad.fa-plane-slash:after {
  content: "\10E069";
}

.fad.fa-planet-moon:after {
  content: "\10E01F";
}

.fad.fa-planet-ringed:after {
  content: "\10E020";
}

.fad.fa-play:after {
  content: "\10F04B";
}

.fad.fa-play-circle:after {
  content: "\10F144";
}

.fad.fa-plug:after {
  content: "\10F1E6";
}

.fad.fa-plus:after {
  content: "\10F067";
}

.fad.fa-plus-circle:after {
  content: "\10F055";
}

.fad.fa-plus-hexagon:after {
  content: "\10F300";
}

.fad.fa-plus-octagon:after {
  content: "\10F301";
}

.fad.fa-plus-square:after {
  content: "\10F0FE";
}

.fad.fa-podcast:after {
  content: "\10F2CE";
}

.fad.fa-podium:after {
  content: "\10F680";
}

.fad.fa-podium-star:after {
  content: "\10F758";
}

.fad.fa-police-box:after {
  content: "\10E021";
}

.fad.fa-poll:after {
  content: "\10F681";
}

.fad.fa-poll-h:after {
  content: "\10F682";
}

.fad.fa-poll-people:after {
  content: "\10F759";
}

.fad.fa-poo:after {
  content: "\10F2FE";
}

.fad.fa-poo-storm:after {
  content: "\10F75A";
}

.fad.fa-poop:after {
  content: "\10F619";
}

.fad.fa-popcorn:after {
  content: "\10F819";
}

.fad.fa-portal-enter:after {
  content: "\10E022";
}

.fad.fa-portal-exit:after {
  content: "\10E023";
}

.fad.fa-portrait:after {
  content: "\10F3E0";
}

.fad.fa-pound-sign:after {
  content: "\10F154";
}

.fad.fa-power-off:after {
  content: "\10F011";
}

.fad.fa-pray:after {
  content: "\10F683";
}

.fad.fa-praying-hands:after {
  content: "\10F684";
}

.fad.fa-prescription:after {
  content: "\10F5B1";
}

.fad.fa-prescription-bottle:after {
  content: "\10F485";
}

.fad.fa-prescription-bottle-alt:after {
  content: "\10F486";
}

.fad.fa-presentation:after {
  content: "\10F685";
}

.fad.fa-print:after {
  content: "\10F02F";
}

.fad.fa-print-search:after {
  content: "\10F81A";
}

.fad.fa-print-slash:after {
  content: "\10F686";
}

.fad.fa-procedures:after {
  content: "\10F487";
}

.fad.fa-project-diagram:after {
  content: "\10F542";
}

.fad.fa-projector:after {
  content: "\10F8D6";
}

.fad.fa-pump-medical:after {
  content: "\10E06A";
}

.fad.fa-pump-soap:after {
  content: "\10E06B";
}

.fad.fa-pumpkin:after {
  content: "\10F707";
}

.fad.fa-puzzle-piece:after {
  content: "\10F12E";
}

.fad.fa-qrcode:after {
  content: "\10F029";
}

.fad.fa-question:after {
  content: "\10F128";
}

.fad.fa-question-circle:after {
  content: "\10F059";
}

.fad.fa-question-square:after {
  content: "\10F2FD";
}

.fad.fa-quidditch:after {
  content: "\10F458";
}

.fad.fa-quote-left:after {
  content: "\10F10D";
}

.fad.fa-quote-right:after {
  content: "\10F10E";
}

.fad.fa-quran:after {
  content: "\10F687";
}

.fad.fa-rabbit:after {
  content: "\10F708";
}

.fad.fa-rabbit-fast:after {
  content: "\10F709";
}

.fad.fa-racquet:after {
  content: "\10F45A";
}

.fad.fa-radar:after {
  content: "\10E024";
}

.fad.fa-radiation:after {
  content: "\10F7B9";
}

.fad.fa-radiation-alt:after {
  content: "\10F7BA";
}

.fad.fa-radio:after {
  content: "\10F8D7";
}

.fad.fa-radio-alt:after {
  content: "\10F8D8";
}

.fad.fa-rainbow:after {
  content: "\10F75B";
}

.fad.fa-raindrops:after {
  content: "\10F75C";
}

.fad.fa-ram:after {
  content: "\10F70A";
}

.fad.fa-ramp-loading:after {
  content: "\10F4D4";
}

.fad.fa-random:after {
  content: "\10F074";
}

.fad.fa-raygun:after {
  content: "\10E025";
}

.fad.fa-receipt:after {
  content: "\10F543";
}

.fad.fa-record-vinyl:after {
  content: "\10F8D9";
}

.fad.fa-rectangle-landscape:after {
  content: "\10F2FA";
}

.fad.fa-rectangle-portrait:after {
  content: "\10F2FB";
}

.fad.fa-rectangle-wide:after {
  content: "\10F2FC";
}

.fad.fa-recycle:after {
  content: "\10F1B8";
}

.fad.fa-redo:after {
  content: "\10F01E";
}

.fad.fa-redo-alt:after {
  content: "\10F2F9";
}

.fad.fa-refrigerator:after {
  content: "\10E026";
}

.fad.fa-registered:after {
  content: "\10F25D";
}

.fad.fa-remove-format:after {
  content: "\10F87D";
}

.fad.fa-repeat:after {
  content: "\10F363";
}

.fad.fa-repeat-1:after {
  content: "\10F365";
}

.fad.fa-repeat-1-alt:after {
  content: "\10F366";
}

.fad.fa-repeat-alt:after {
  content: "\10F364";
}

.fad.fa-reply:after {
  content: "\10F3E5";
}

.fad.fa-reply-all:after {
  content: "\10F122";
}

.fad.fa-republican:after {
  content: "\10F75E";
}

.fad.fa-restroom:after {
  content: "\10F7BD";
}

.fad.fa-retweet:after {
  content: "\10F079";
}

.fad.fa-retweet-alt:after {
  content: "\10F361";
}

.fad.fa-ribbon:after {
  content: "\10F4D6";
}

.fad.fa-ring:after {
  content: "\10F70B";
}

.fad.fa-rings-wedding:after {
  content: "\10F81B";
}

.fad.fa-road:after {
  content: "\10F018";
}

.fad.fa-robot:after {
  content: "\10F544";
}

.fad.fa-rocket:after {
  content: "\10F135";
}

.fad.fa-rocket-launch:after {
  content: "\10E027";
}

.fad.fa-route:after {
  content: "\10F4D7";
}

.fad.fa-route-highway:after {
  content: "\10F61A";
}

.fad.fa-route-interstate:after {
  content: "\10F61B";
}

.fad.fa-router:after {
  content: "\10F8DA";
}

.fad.fa-rss:after {
  content: "\10F09E";
}

.fad.fa-rss-square:after {
  content: "\10F143";
}

.fad.fa-ruble-sign:after {
  content: "\10F158";
}

.fad.fa-ruler:after {
  content: "\10F545";
}

.fad.fa-ruler-combined:after {
  content: "\10F546";
}

.fad.fa-ruler-horizontal:after {
  content: "\10F547";
}

.fad.fa-ruler-triangle:after {
  content: "\10F61C";
}

.fad.fa-ruler-vertical:after {
  content: "\10F548";
}

.fad.fa-running:after {
  content: "\10F70C";
}

.fad.fa-rupee-sign:after {
  content: "\10F156";
}

.fad.fa-rv:after {
  content: "\10F7BE";
}

.fad.fa-sack:after {
  content: "\10F81C";
}

.fad.fa-sack-dollar:after {
  content: "\10F81D";
}

.fad.fa-sad-cry:after {
  content: "\10F5B3";
}

.fad.fa-sad-tear:after {
  content: "\10F5B4";
}

.fad.fa-salad:after {
  content: "\10F81E";
}

.fad.fa-sandwich:after {
  content: "\10F81F";
}

.fad.fa-satellite:after {
  content: "\10F7BF";
}

.fad.fa-satellite-dish:after {
  content: "\10F7C0";
}

.fad.fa-sausage:after {
  content: "\10F820";
}

.fad.fa-save:after {
  content: "\10F0C7";
}

.fad.fa-sax-hot:after {
  content: "\10F8DB";
}

.fad.fa-saxophone:after {
  content: "\10F8DC";
}

.fad.fa-scalpel:after {
  content: "\10F61D";
}

.fad.fa-scalpel-path:after {
  content: "\10F61E";
}

.fad.fa-scanner:after {
  content: "\10F488";
}

.fad.fa-scanner-image:after {
  content: "\10F8F3";
}

.fad.fa-scanner-keyboard:after {
  content: "\10F489";
}

.fad.fa-scanner-touchscreen:after {
  content: "\10F48A";
}

.fad.fa-scarecrow:after {
  content: "\10F70D";
}

.fad.fa-scarf:after {
  content: "\10F7C1";
}

.fad.fa-school:after {
  content: "\10F549";
}

.fad.fa-screwdriver:after {
  content: "\10F54A";
}

.fad.fa-scroll:after {
  content: "\10F70E";
}

.fad.fa-scroll-old:after {
  content: "\10F70F";
}

.fad.fa-scrubber:after {
  content: "\10F2F8";
}

.fad.fa-scythe:after {
  content: "\10F710";
}

.fad.fa-sd-card:after {
  content: "\10F7C2";
}

.fad.fa-search:after {
  content: "\10F002";
}

.fad.fa-search-dollar:after {
  content: "\10F688";
}

.fad.fa-search-location:after {
  content: "\10F689";
}

.fad.fa-search-minus:after {
  content: "\10F010";
}

.fad.fa-search-plus:after {
  content: "\10F00E";
}

.fad.fa-seedling:after {
  content: "\10F4D8";
}

.fad.fa-send-back:after {
  content: "\10F87E";
}

.fad.fa-send-backward:after {
  content: "\10F87F";
}

.fad.fa-sensor:after {
  content: "\10E028";
}

.fad.fa-sensor-alert:after {
  content: "\10E029";
}

.fad.fa-sensor-fire:after {
  content: "\10E02A";
}

.fad.fa-sensor-on:after {
  content: "\10E02B";
}

.fad.fa-sensor-smoke:after {
  content: "\10E02C";
}

.fad.fa-server:after {
  content: "\10F233";
}

.fad.fa-shapes:after {
  content: "\10F61F";
}

.fad.fa-share:after {
  content: "\10F064";
}

.fad.fa-share-all:after {
  content: "\10F367";
}

.fad.fa-share-alt:after {
  content: "\10F1E0";
}

.fad.fa-share-alt-square:after {
  content: "\10F1E1";
}

.fad.fa-share-square:after {
  content: "\10F14D";
}

.fad.fa-sheep:after {
  content: "\10F711";
}

.fad.fa-shekel-sign:after {
  content: "\10F20B";
}

.fad.fa-shield:after {
  content: "\10F132";
}

.fad.fa-shield-alt:after {
  content: "\10F3ED";
}

.fad.fa-shield-check:after {
  content: "\10F2F7";
}

.fad.fa-shield-cross:after {
  content: "\10F712";
}

.fad.fa-shield-virus:after {
  content: "\10E06C";
}

.fad.fa-ship:after {
  content: "\10F21A";
}

.fad.fa-shipping-fast:after {
  content: "\10F48B";
}

.fad.fa-shipping-timed:after {
  content: "\10F48C";
}

.fad.fa-shish-kebab:after {
  content: "\10F821";
}

.fad.fa-shoe-prints:after {
  content: "\10F54B";
}

.fad.fa-shopping-bag:after {
  content: "\10F290";
}

.fad.fa-shopping-basket:after {
  content: "\10F291";
}

.fad.fa-shopping-cart:after {
  content: "\10F07A";
}

.fad.fa-shovel:after {
  content: "\10F713";
}

.fad.fa-shovel-snow:after {
  content: "\10F7C3";
}

.fad.fa-shower:after {
  content: "\10F2CC";
}

.fad.fa-shredder:after {
  content: "\10F68A";
}

.fad.fa-shuttle-van:after {
  content: "\10F5B6";
}

.fad.fa-shuttlecock:after {
  content: "\10F45B";
}

.fad.fa-sickle:after {
  content: "\10F822";
}

.fad.fa-sigma:after {
  content: "\10F68B";
}

.fad.fa-sign:after {
  content: "\10F4D9";
}

.fad.fa-sign-in:after {
  content: "\10F090";
}

.fad.fa-sign-in-alt:after {
  content: "\10F2F6";
}

.fad.fa-sign-language:after {
  content: "\10F2A7";
}

.fad.fa-sign-out:after {
  content: "\10F08B";
}

.fad.fa-sign-out-alt:after {
  content: "\10F2F5";
}

.fad.fa-signal:after {
  content: "\10F012";
}

.fad.fa-signal-1:after {
  content: "\10F68C";
}

.fad.fa-signal-2:after {
  content: "\10F68D";
}

.fad.fa-signal-3:after {
  content: "\10F68E";
}

.fad.fa-signal-4:after {
  content: "\10F68F";
}

.fad.fa-signal-alt:after {
  content: "\10F690";
}

.fad.fa-signal-alt-1:after {
  content: "\10F691";
}

.fad.fa-signal-alt-2:after {
  content: "\10F692";
}

.fad.fa-signal-alt-3:after {
  content: "\10F693";
}

.fad.fa-signal-alt-slash:after {
  content: "\10F694";
}

.fad.fa-signal-slash:after {
  content: "\10F695";
}

.fad.fa-signal-stream:after {
  content: "\10F8DD";
}

.fad.fa-signature:after {
  content: "\10F5B7";
}

.fad.fa-sim-card:after {
  content: "\10F7C4";
}

.fad.fa-sink:after {
  content: "\10E06D";
}

.fad.fa-siren:after {
  content: "\10E02D";
}

.fad.fa-siren-on:after {
  content: "\10E02E";
}

.fad.fa-sitemap:after {
  content: "\10F0E8";
}

.fad.fa-skating:after {
  content: "\10F7C5";
}

.fad.fa-skeleton:after {
  content: "\10F620";
}

.fad.fa-ski-jump:after {
  content: "\10F7C7";
}

.fad.fa-ski-lift:after {
  content: "\10F7C8";
}

.fad.fa-skiing:after {
  content: "\10F7C9";
}

.fad.fa-skiing-nordic:after {
  content: "\10F7CA";
}

.fad.fa-skull:after {
  content: "\10F54C";
}

.fad.fa-skull-cow:after {
  content: "\10F8DE";
}

.fad.fa-skull-crossbones:after {
  content: "\10F714";
}

.fad.fa-slash:after {
  content: "\10F715";
}

.fad.fa-sledding:after {
  content: "\10F7CB";
}

.fad.fa-sleigh:after {
  content: "\10F7CC";
}

.fad.fa-sliders-h:after {
  content: "\10F1DE";
}

.fad.fa-sliders-h-square:after {
  content: "\10F3F0";
}

.fad.fa-sliders-v:after {
  content: "\10F3F1";
}

.fad.fa-sliders-v-square:after {
  content: "\10F3F2";
}

.fad.fa-smile:after {
  content: "\10F118";
}

.fad.fa-smile-beam:after {
  content: "\10F5B8";
}

.fad.fa-smile-plus:after {
  content: "\10F5B9";
}

.fad.fa-smile-wink:after {
  content: "\10F4DA";
}

.fad.fa-smog:after {
  content: "\10F75F";
}

.fad.fa-smoke:after {
  content: "\10F760";
}

.fad.fa-smoking:after {
  content: "\10F48D";
}

.fad.fa-smoking-ban:after {
  content: "\10F54D";
}

.fad.fa-sms:after {
  content: "\10F7CD";
}

.fad.fa-snake:after {
  content: "\10F716";
}

.fad.fa-snooze:after {
  content: "\10F880";
}

.fad.fa-snow-blowing:after {
  content: "\10F761";
}

.fad.fa-snowboarding:after {
  content: "\10F7CE";
}

.fad.fa-snowflake:after {
  content: "\10F2DC";
}

.fad.fa-snowflakes:after {
  content: "\10F7CF";
}

.fad.fa-snowman:after {
  content: "\10F7D0";
}

.fad.fa-snowmobile:after {
  content: "\10F7D1";
}

.fad.fa-snowplow:after {
  content: "\10F7D2";
}

.fad.fa-soap:after {
  content: "\10E06E";
}

.fad.fa-socks:after {
  content: "\10F696";
}

.fad.fa-solar-panel:after {
  content: "\10F5BA";
}

.fad.fa-solar-system:after {
  content: "\10E02F";
}

.fad.fa-sort:after {
  content: "\10F0DC";
}

.fad.fa-sort-alpha-down:after {
  content: "\10F15D";
}

.fad.fa-sort-alpha-down-alt:after {
  content: "\10F881";
}

.fad.fa-sort-alpha-up:after {
  content: "\10F15E";
}

.fad.fa-sort-alpha-up-alt:after {
  content: "\10F882";
}

.fad.fa-sort-alt:after {
  content: "\10F883";
}

.fad.fa-sort-amount-down:after {
  content: "\10F160";
}

.fad.fa-sort-amount-down-alt:after {
  content: "\10F884";
}

.fad.fa-sort-amount-up:after {
  content: "\10F161";
}

.fad.fa-sort-amount-up-alt:after {
  content: "\10F885";
}

.fad.fa-sort-circle:after {
  content: "\10E030";
}

.fad.fa-sort-circle-down:after {
  content: "\10E031";
}

.fad.fa-sort-circle-up:after {
  content: "\10E032";
}

.fad.fa-sort-down:after {
  content: "\10F0DD";
}

.fad.fa-sort-numeric-down:after {
  content: "\10F162";
}

.fad.fa-sort-numeric-down-alt:after {
  content: "\10F886";
}

.fad.fa-sort-numeric-up:after {
  content: "\10F163";
}

.fad.fa-sort-numeric-up-alt:after {
  content: "\10F887";
}

.fad.fa-sort-shapes-down:after {
  content: "\10F888";
}

.fad.fa-sort-shapes-down-alt:after {
  content: "\10F889";
}

.fad.fa-sort-shapes-up:after {
  content: "\10F88A";
}

.fad.fa-sort-shapes-up-alt:after {
  content: "\10F88B";
}

.fad.fa-sort-size-down:after {
  content: "\10F88C";
}

.fad.fa-sort-size-down-alt:after {
  content: "\10F88D";
}

.fad.fa-sort-size-up:after {
  content: "\10F88E";
}

.fad.fa-sort-size-up-alt:after {
  content: "\10F88F";
}

.fad.fa-sort-up:after {
  content: "\10F0DE";
}

.fad.fa-soup:after {
  content: "\10F823";
}

.fad.fa-spa:after {
  content: "\10F5BB";
}

.fad.fa-space-shuttle:after {
  content: "\10F197";
}

.fad.fa-space-station-moon:after {
  content: "\10E033";
}

.fad.fa-space-station-moon-alt:after {
  content: "\10E034";
}

.fad.fa-spade:after {
  content: "\10F2F4";
}

.fad.fa-sparkles:after {
  content: "\10F890";
}

.fad.fa-speaker:after {
  content: "\10F8DF";
}

.fad.fa-speakers:after {
  content: "\10F8E0";
}

.fad.fa-spell-check:after {
  content: "\10F891";
}

.fad.fa-spider:after {
  content: "\10F717";
}

.fad.fa-spider-black-widow:after {
  content: "\10F718";
}

.fad.fa-spider-web:after {
  content: "\10F719";
}

.fad.fa-spinner:after {
  content: "\10F110";
}

.fad.fa-spinner-third:after {
  content: "\10F3F4";
}

.fad.fa-splotch:after {
  content: "\10F5BC";
}

.fad.fa-spray-can:after {
  content: "\10F5BD";
}

.fad.fa-sprinkler:after {
  content: "\10E035";
}

.fad.fa-square:after {
  content: "\10F0C8";
}

.fad.fa-square-full:after {
  content: "\10F45C";
}

.fad.fa-square-root:after {
  content: "\10F697";
}

.fad.fa-square-root-alt:after {
  content: "\10F698";
}

.fad.fa-squirrel:after {
  content: "\10F71A";
}

.fad.fa-staff:after {
  content: "\10F71B";
}

.fad.fa-stamp:after {
  content: "\10F5BF";
}

.fad.fa-star:after {
  content: "\10F005";
}

.fad.fa-star-and-crescent:after {
  content: "\10F699";
}

.fad.fa-star-christmas:after {
  content: "\10F7D4";
}

.fad.fa-star-exclamation:after {
  content: "\10F2F3";
}

.fad.fa-star-half:after {
  content: "\10F089";
}

.fad.fa-star-half-alt:after {
  content: "\10F5C0";
}

.fad.fa-star-of-david:after {
  content: "\10F69A";
}

.fad.fa-star-of-life:after {
  content: "\10F621";
}

.fad.fa-star-shooting:after {
  content: "\10E036";
}

.fad.fa-starfighter:after {
  content: "\10E037";
}

.fad.fa-starfighter-alt:after {
  content: "\10E038";
}

.fad.fa-stars:after {
  content: "\10F762";
}

.fad.fa-starship:after {
  content: "\10E039";
}

.fad.fa-starship-freighter:after {
  content: "\10E03A";
}

.fad.fa-steak:after {
  content: "\10F824";
}

.fad.fa-steering-wheel:after {
  content: "\10F622";
}

.fad.fa-step-backward:after {
  content: "\10F048";
}

.fad.fa-step-forward:after {
  content: "\10F051";
}

.fad.fa-stethoscope:after {
  content: "\10F0F1";
}

.fad.fa-sticky-note:after {
  content: "\10F249";
}

.fad.fa-stocking:after {
  content: "\10F7D5";
}

.fad.fa-stomach:after {
  content: "\10F623";
}

.fad.fa-stop:after {
  content: "\10F04D";
}

.fad.fa-stop-circle:after {
  content: "\10F28D";
}

.fad.fa-stopwatch:after {
  content: "\10F2F2";
}

.fad.fa-stopwatch-20:after {
  content: "\10E06F";
}

.fad.fa-store:after {
  content: "\10F54E";
}

.fad.fa-store-alt:after {
  content: "\10F54F";
}

.fad.fa-store-alt-slash:after {
  content: "\10E070";
}

.fad.fa-store-slash:after {
  content: "\10E071";
}

.fad.fa-stream:after {
  content: "\10F550";
}

.fad.fa-street-view:after {
  content: "\10F21D";
}

.fad.fa-stretcher:after {
  content: "\10F825";
}

.fad.fa-strikethrough:after {
  content: "\10F0CC";
}

.fad.fa-stroopwafel:after {
  content: "\10F551";
}

.fad.fa-subscript:after {
  content: "\10F12C";
}

.fad.fa-subway:after {
  content: "\10F239";
}

.fad.fa-suitcase:after {
  content: "\10F0F2";
}

.fad.fa-suitcase-rolling:after {
  content: "\10F5C1";
}

.fad.fa-sun:after {
  content: "\10F185";
}

.fad.fa-sun-cloud:after {
  content: "\10F763";
}

.fad.fa-sun-dust:after {
  content: "\10F764";
}

.fad.fa-sun-haze:after {
  content: "\10F765";
}

.fad.fa-sunglasses:after {
  content: "\10F892";
}

.fad.fa-sunrise:after {
  content: "\10F766";
}

.fad.fa-sunset:after {
  content: "\10F767";
}

.fad.fa-superscript:after {
  content: "\10F12B";
}

.fad.fa-surprise:after {
  content: "\10F5C2";
}

.fad.fa-swatchbook:after {
  content: "\10F5C3";
}

.fad.fa-swimmer:after {
  content: "\10F5C4";
}

.fad.fa-swimming-pool:after {
  content: "\10F5C5";
}

.fad.fa-sword:after {
  content: "\10F71C";
}

.fad.fa-sword-laser:after {
  content: "\10E03B";
}

.fad.fa-sword-laser-alt:after {
  content: "\10E03C";
}

.fad.fa-swords:after {
  content: "\10F71D";
}

.fad.fa-swords-laser:after {
  content: "\10E03D";
}

.fad.fa-synagogue:after {
  content: "\10F69B";
}

.fad.fa-sync:after {
  content: "\10F021";
}

.fad.fa-sync-alt:after {
  content: "\10F2F1";
}

.fad.fa-syringe:after {
  content: "\10F48E";
}

.fad.fa-table:after {
  content: "\10F0CE";
}

.fad.fa-table-tennis:after {
  content: "\10F45D";
}

.fad.fa-tablet:after {
  content: "\10F10A";
}

.fad.fa-tablet-alt:after {
  content: "\10F3FA";
}

.fad.fa-tablet-android:after {
  content: "\10F3FB";
}

.fad.fa-tablet-android-alt:after {
  content: "\10F3FC";
}

.fad.fa-tablet-rugged:after {
  content: "\10F48F";
}

.fad.fa-tablets:after {
  content: "\10F490";
}

.fad.fa-tachometer:after {
  content: "\10F0E4";
}

.fad.fa-tachometer-alt:after {
  content: "\10F3FD";
}

.fad.fa-tachometer-alt-average:after {
  content: "\10F624";
}

.fad.fa-tachometer-alt-fast:after {
  content: "\10F625";
}

.fad.fa-tachometer-alt-fastest:after {
  content: "\10F626";
}

.fad.fa-tachometer-alt-slow:after {
  content: "\10F627";
}

.fad.fa-tachometer-alt-slowest:after {
  content: "\10F628";
}

.fad.fa-tachometer-average:after {
  content: "\10F629";
}

.fad.fa-tachometer-fast:after {
  content: "\10F62A";
}

.fad.fa-tachometer-fastest:after {
  content: "\10F62B";
}

.fad.fa-tachometer-slow:after {
  content: "\10F62C";
}

.fad.fa-tachometer-slowest:after {
  content: "\10F62D";
}

.fad.fa-taco:after {
  content: "\10F826";
}

.fad.fa-tag:after {
  content: "\10F02B";
}

.fad.fa-tags:after {
  content: "\10F02C";
}

.fad.fa-tally:after {
  content: "\10F69C";
}

.fad.fa-tanakh:after {
  content: "\10F827";
}

.fad.fa-tape:after {
  content: "\10F4DB";
}

.fad.fa-tasks:after {
  content: "\10F0AE";
}

.fad.fa-tasks-alt:after {
  content: "\10F828";
}

.fad.fa-taxi:after {
  content: "\10F1BA";
}

.fad.fa-teeth:after {
  content: "\10F62E";
}

.fad.fa-teeth-open:after {
  content: "\10F62F";
}

.fad.fa-telescope:after {
  content: "\10E03E";
}

.fad.fa-temperature-down:after {
  content: "\10E03F";
}

.fad.fa-temperature-frigid:after {
  content: "\10F768";
}

.fad.fa-temperature-high:after {
  content: "\10F769";
}

.fad.fa-temperature-hot:after {
  content: "\10F76A";
}

.fad.fa-temperature-low:after {
  content: "\10F76B";
}

.fad.fa-temperature-up:after {
  content: "\10E040";
}

.fad.fa-tenge:after {
  content: "\10F7D7";
}

.fad.fa-tennis-ball:after {
  content: "\10F45E";
}

.fad.fa-terminal:after {
  content: "\10F120";
}

.fad.fa-text:after {
  content: "\10F893";
}

.fad.fa-text-height:after {
  content: "\10F034";
}

.fad.fa-text-size:after {
  content: "\10F894";
}

.fad.fa-text-width:after {
  content: "\10F035";
}

.fad.fa-th:after {
  content: "\10F00A";
}

.fad.fa-th-large:after {
  content: "\10F009";
}

.fad.fa-th-list:after {
  content: "\10F00B";
}

.fad.fa-theater-masks:after {
  content: "\10F630";
}

.fad.fa-thermometer:after {
  content: "\10F491";
}

.fad.fa-thermometer-empty:after {
  content: "\10F2CB";
}

.fad.fa-thermometer-full:after {
  content: "\10F2C7";
}

.fad.fa-thermometer-half:after {
  content: "\10F2C9";
}

.fad.fa-thermometer-quarter:after {
  content: "\10F2CA";
}

.fad.fa-thermometer-three-quarters:after {
  content: "\10F2C8";
}

.fad.fa-theta:after {
  content: "\10F69E";
}

.fad.fa-thumbs-down:after {
  content: "\10F165";
}

.fad.fa-thumbs-up:after {
  content: "\10F164";
}

.fad.fa-thumbtack:after {
  content: "\10F08D";
}

.fad.fa-thunderstorm:after {
  content: "\10F76C";
}

.fad.fa-thunderstorm-moon:after {
  content: "\10F76D";
}

.fad.fa-thunderstorm-sun:after {
  content: "\10F76E";
}

.fad.fa-ticket:after {
  content: "\10F145";
}

.fad.fa-ticket-alt:after {
  content: "\10F3FF";
}

.fad.fa-tilde:after {
  content: "\10F69F";
}

.fad.fa-times:after {
  content: "\10F00D";
}

.fad.fa-times-circle:after {
  content: "\10F057";
}

.fad.fa-times-hexagon:after {
  content: "\10F2EE";
}

.fad.fa-times-octagon:after {
  content: "\10F2F0";
}

.fad.fa-times-square:after {
  content: "\10F2D3";
}

.fad.fa-tint:after {
  content: "\10F043";
}

.fad.fa-tint-slash:after {
  content: "\10F5C7";
}

.fad.fa-tire:after {
  content: "\10F631";
}

.fad.fa-tire-flat:after {
  content: "\10F632";
}

.fad.fa-tire-pressure-warning:after {
  content: "\10F633";
}

.fad.fa-tire-rugged:after {
  content: "\10F634";
}

.fad.fa-tired:after {
  content: "\10F5C8";
}

.fad.fa-toggle-off:after {
  content: "\10F204";
}

.fad.fa-toggle-on:after {
  content: "\10F205";
}

.fad.fa-toilet:after {
  content: "\10F7D8";
}

.fad.fa-toilet-paper:after {
  content: "\10F71E";
}

.fad.fa-toilet-paper-alt:after {
  content: "\10F71F";
}

.fad.fa-toilet-paper-slash:after {
  content: "\10E072";
}

.fad.fa-tombstone:after {
  content: "\10F720";
}

.fad.fa-tombstone-alt:after {
  content: "\10F721";
}

.fad.fa-toolbox:after {
  content: "\10F552";
}

.fad.fa-tools:after {
  content: "\10F7D9";
}

.fad.fa-tooth:after {
  content: "\10F5C9";
}

.fad.fa-toothbrush:after {
  content: "\10F635";
}

.fad.fa-torah:after {
  content: "\10F6A0";
}

.fad.fa-torii-gate:after {
  content: "\10F6A1";
}

.fad.fa-tornado:after {
  content: "\10F76F";
}

.fad.fa-tractor:after {
  content: "\10F722";
}

.fad.fa-trademark:after {
  content: "\10F25C";
}

.fad.fa-traffic-cone:after {
  content: "\10F636";
}

.fad.fa-traffic-light:after {
  content: "\10F637";
}

.fad.fa-traffic-light-go:after {
  content: "\10F638";
}

.fad.fa-traffic-light-slow:after {
  content: "\10F639";
}

.fad.fa-traffic-light-stop:after {
  content: "\10F63A";
}

.fad.fa-trailer:after {
  content: "\10E041";
}

.fad.fa-train:after {
  content: "\10F238";
}

.fad.fa-tram:after {
  content: "\10F7DA";
}

.fad.fa-transgender:after {
  content: "\10F224";
}

.fad.fa-transgender-alt:after {
  content: "\10F225";
}

.fad.fa-transporter:after {
  content: "\10E042";
}

.fad.fa-transporter-1:after {
  content: "\10E043";
}

.fad.fa-transporter-2:after {
  content: "\10E044";
}

.fad.fa-transporter-3:after {
  content: "\10E045";
}

.fad.fa-transporter-empty:after {
  content: "\10E046";
}

.fad.fa-trash:after {
  content: "\10F1F8";
}

.fad.fa-trash-alt:after {
  content: "\10F2ED";
}

.fad.fa-trash-restore:after {
  content: "\10F829";
}

.fad.fa-trash-restore-alt:after {
  content: "\10F82A";
}

.fad.fa-trash-undo:after {
  content: "\10F895";
}

.fad.fa-trash-undo-alt:after {
  content: "\10F896";
}

.fad.fa-treasure-chest:after {
  content: "\10F723";
}

.fad.fa-tree:after {
  content: "\10F1BB";
}

.fad.fa-tree-alt:after {
  content: "\10F400";
}

.fad.fa-tree-christmas:after {
  content: "\10F7DB";
}

.fad.fa-tree-decorated:after {
  content: "\10F7DC";
}

.fad.fa-tree-large:after {
  content: "\10F7DD";
}

.fad.fa-tree-palm:after {
  content: "\10F82B";
}

.fad.fa-trees:after {
  content: "\10F724";
}

.fad.fa-triangle:after {
  content: "\10F2EC";
}

.fad.fa-triangle-music:after {
  content: "\10F8E2";
}

.fad.fa-trophy:after {
  content: "\10F091";
}

.fad.fa-trophy-alt:after {
  content: "\10F2EB";
}

.fad.fa-truck:after {
  content: "\10F0D1";
}

.fad.fa-truck-container:after {
  content: "\10F4DC";
}

.fad.fa-truck-couch:after {
  content: "\10F4DD";
}

.fad.fa-truck-loading:after {
  content: "\10F4DE";
}

.fad.fa-truck-monster:after {
  content: "\10F63B";
}

.fad.fa-truck-moving:after {
  content: "\10F4DF";
}

.fad.fa-truck-pickup:after {
  content: "\10F63C";
}

.fad.fa-truck-plow:after {
  content: "\10F7DE";
}

.fad.fa-truck-ramp:after {
  content: "\10F4E0";
}

.fad.fa-trumpet:after {
  content: "\10F8E3";
}

.fad.fa-tshirt:after {
  content: "\10F553";
}

.fad.fa-tty:after {
  content: "\10F1E4";
}

.fad.fa-turkey:after {
  content: "\10F725";
}

.fad.fa-turntable:after {
  content: "\10F8E4";
}

.fad.fa-turtle:after {
  content: "\10F726";
}

.fad.fa-tv:after {
  content: "\10F26C";
}

.fad.fa-tv-alt:after {
  content: "\10F8E5";
}

.fad.fa-tv-music:after {
  content: "\10F8E6";
}

.fad.fa-tv-retro:after {
  content: "\10F401";
}

.fad.fa-typewriter:after {
  content: "\10F8E7";
}

.fad.fa-ufo:after {
  content: "\10E047";
}

.fad.fa-ufo-beam:after {
  content: "\10E048";
}

.fad.fa-umbrella:after {
  content: "\10F0E9";
}

.fad.fa-umbrella-beach:after {
  content: "\10F5CA";
}

.fad.fa-underline:after {
  content: "\10F0CD";
}

.fad.fa-undo:after {
  content: "\10F0E2";
}

.fad.fa-undo-alt:after {
  content: "\10F2EA";
}

.fad.fa-unicorn:after {
  content: "\10F727";
}

.fad.fa-union:after {
  content: "\10F6A2";
}

.fad.fa-universal-access:after {
  content: "\10F29A";
}

.fad.fa-university:after {
  content: "\10F19C";
}

.fad.fa-unlink:after {
  content: "\10F127";
}

.fad.fa-unlock:after {
  content: "\10F09C";
}

.fad.fa-unlock-alt:after {
  content: "\10F13E";
}

.fad.fa-upload:after {
  content: "\10F093";
}

.fad.fa-usb-drive:after {
  content: "\10F8E9";
}

.fad.fa-usd-circle:after {
  content: "\10F2E8";
}

.fad.fa-usd-square:after {
  content: "\10F2E9";
}

.fad.fa-user:after {
  content: "\10F007";
}

.fad.fa-user-alien:after {
  content: "\10E04A";
}

.fad.fa-user-alt:after {
  content: "\10F406";
}

.fad.fa-user-alt-slash:after {
  content: "\10F4FA";
}

.fad.fa-user-astronaut:after {
  content: "\10F4FB";
}

.fad.fa-user-chart:after {
  content: "\10F6A3";
}

.fad.fa-user-check:after {
  content: "\10F4FC";
}

.fad.fa-user-circle:after {
  content: "\10F2BD";
}

.fad.fa-user-clock:after {
  content: "\10F4FD";
}

.fad.fa-user-cog:after {
  content: "\10F4FE";
}

.fad.fa-user-cowboy:after {
  content: "\10F8EA";
}

.fad.fa-user-crown:after {
  content: "\10F6A4";
}

.fad.fa-user-edit:after {
  content: "\10F4FF";
}

.fad.fa-user-friends:after {
  content: "\10F500";
}

.fad.fa-user-graduate:after {
  content: "\10F501";
}

.fad.fa-user-hard-hat:after {
  content: "\10F82C";
}

.fad.fa-user-headset:after {
  content: "\10F82D";
}

.fad.fa-user-injured:after {
  content: "\10F728";
}

.fad.fa-user-lock:after {
  content: "\10F502";
}

.fad.fa-user-md:after {
  content: "\10F0F0";
}

.fad.fa-user-md-chat:after {
  content: "\10F82E";
}

.fad.fa-user-minus:after {
  content: "\10F503";
}

.fad.fa-user-music:after {
  content: "\10F8EB";
}

.fad.fa-user-ninja:after {
  content: "\10F504";
}

.fad.fa-user-nurse:after {
  content: "\10F82F";
}

.fad.fa-user-plus:after {
  content: "\10F234";
}

.fad.fa-user-robot:after {
  content: "\10E04B";
}

.fad.fa-user-secret:after {
  content: "\10F21B";
}

.fad.fa-user-shield:after {
  content: "\10F505";
}

.fad.fa-user-slash:after {
  content: "\10F506";
}

.fad.fa-user-tag:after {
  content: "\10F507";
}

.fad.fa-user-tie:after {
  content: "\10F508";
}

.fad.fa-user-times:after {
  content: "\10F235";
}

.fad.fa-user-unlock:after {
  content: "\10E058";
}

.fad.fa-user-visor:after {
  content: "\10E04C";
}

.fad.fa-users:after {
  content: "\10F0C0";
}

.fad.fa-users-class:after {
  content: "\10F63D";
}

.fad.fa-users-cog:after {
  content: "\10F509";
}

.fad.fa-users-crown:after {
  content: "\10F6A5";
}

.fad.fa-users-medical:after {
  content: "\10F830";
}

.fad.fa-users-slash:after {
  content: "\10E073";
}

.fad.fa-utensil-fork:after {
  content: "\10F2E3";
}

.fad.fa-utensil-knife:after {
  content: "\10F2E4";
}

.fad.fa-utensil-spoon:after {
  content: "\10F2E5";
}

.fad.fa-utensils:after {
  content: "\10F2E7";
}

.fad.fa-utensils-alt:after {
  content: "\10F2E6";
}

.fad.fa-vacuum:after {
  content: "\10E04D";
}

.fad.fa-vacuum-robot:after {
  content: "\10E04E";
}

.fad.fa-value-absolute:after {
  content: "\10F6A6";
}

.fad.fa-vector-square:after {
  content: "\10F5CB";
}

.fad.fa-venus:after {
  content: "\10F221";
}

.fad.fa-venus-double:after {
  content: "\10F226";
}

.fad.fa-venus-mars:after {
  content: "\10F228";
}

.fad.fa-vhs:after {
  content: "\10F8EC";
}

.fad.fa-vial:after {
  content: "\10F492";
}

.fad.fa-vials:after {
  content: "\10F493";
}

.fad.fa-video:after {
  content: "\10F03D";
}

.fad.fa-video-plus:after {
  content: "\10F4E1";
}

.fad.fa-video-slash:after {
  content: "\10F4E2";
}

.fad.fa-vihara:after {
  content: "\10F6A7";
}

.fad.fa-violin:after {
  content: "\10F8ED";
}

.fad.fa-virus:after {
  content: "\10E074";
}

.fad.fa-virus-slash:after {
  content: "\10E075";
}

.fad.fa-viruses:after {
  content: "\10E076";
}

.fad.fa-voicemail:after {
  content: "\10F897";
}

.fad.fa-volcano:after {
  content: "\10F770";
}

.fad.fa-volleyball-ball:after {
  content: "\10F45F";
}

.fad.fa-volume:after {
  content: "\10F6A8";
}

.fad.fa-volume-down:after {
  content: "\10F027";
}

.fad.fa-volume-mute:after {
  content: "\10F6A9";
}

.fad.fa-volume-off:after {
  content: "\10F026";
}

.fad.fa-volume-slash:after {
  content: "\10F2E2";
}

.fad.fa-volume-up:after {
  content: "\10F028";
}

.fad.fa-vote-nay:after {
  content: "\10F771";
}

.fad.fa-vote-yea:after {
  content: "\10F772";
}

.fad.fa-vr-cardboard:after {
  content: "\10F729";
}

.fad.fa-wagon-covered:after {
  content: "\10F8EE";
}

.fad.fa-walker:after {
  content: "\10F831";
}

.fad.fa-walkie-talkie:after {
  content: "\10F8EF";
}

.fad.fa-walking:after {
  content: "\10F554";
}

.fad.fa-wallet:after {
  content: "\10F555";
}

.fad.fa-wand:after {
  content: "\10F72A";
}

.fad.fa-wand-magic:after {
  content: "\10F72B";
}

.fad.fa-warehouse:after {
  content: "\10F494";
}

.fad.fa-warehouse-alt:after {
  content: "\10F495";
}

.fad.fa-washer:after {
  content: "\10F898";
}

.fad.fa-watch:after {
  content: "\10F2E1";
}

.fad.fa-watch-calculator:after {
  content: "\10F8F0";
}

.fad.fa-watch-fitness:after {
  content: "\10F63E";
}

.fad.fa-water:after {
  content: "\10F773";
}

.fad.fa-water-lower:after {
  content: "\10F774";
}

.fad.fa-water-rise:after {
  content: "\10F775";
}

.fad.fa-wave-sine:after {
  content: "\10F899";
}

.fad.fa-wave-square:after {
  content: "\10F83E";
}

.fad.fa-wave-triangle:after {
  content: "\10F89A";
}

.fad.fa-waveform:after {
  content: "\10F8F1";
}

.fad.fa-waveform-path:after {
  content: "\10F8F2";
}

.fad.fa-webcam:after {
  content: "\10F832";
}

.fad.fa-webcam-slash:after {
  content: "\10F833";
}

.fad.fa-weight:after {
  content: "\10F496";
}

.fad.fa-weight-hanging:after {
  content: "\10F5CD";
}

.fad.fa-whale:after {
  content: "\10F72C";
}

.fad.fa-wheat:after {
  content: "\10F72D";
}

.fad.fa-wheelchair:after {
  content: "\10F193";
}

.fad.fa-whistle:after {
  content: "\10F460";
}

.fad.fa-wifi:after {
  content: "\10F1EB";
}

.fad.fa-wifi-1:after {
  content: "\10F6AA";
}

.fad.fa-wifi-2:after {
  content: "\10F6AB";
}

.fad.fa-wifi-slash:after {
  content: "\10F6AC";
}

.fad.fa-wind:after {
  content: "\10F72E";
}

.fad.fa-wind-turbine:after {
  content: "\10F89B";
}

.fad.fa-wind-warning:after {
  content: "\10F776";
}

.fad.fa-window:after {
  content: "\10F40E";
}

.fad.fa-window-alt:after {
  content: "\10F40F";
}

.fad.fa-window-close:after {
  content: "\10F410";
}

.fad.fa-window-frame:after {
  content: "\10E04F";
}

.fad.fa-window-frame-open:after {
  content: "\10E050";
}

.fad.fa-window-maximize:after {
  content: "\10F2D0";
}

.fad.fa-window-minimize:after {
  content: "\10F2D1";
}

.fad.fa-window-restore:after {
  content: "\10F2D2";
}

.fad.fa-windsock:after {
  content: "\10F777";
}

.fad.fa-wine-bottle:after {
  content: "\10F72F";
}

.fad.fa-wine-glass:after {
  content: "\10F4E3";
}

.fad.fa-wine-glass-alt:after {
  content: "\10F5CE";
}

.fad.fa-won-sign:after {
  content: "\10F159";
}

.fad.fa-wreath:after {
  content: "\10F7E2";
}

.fad.fa-wrench:after {
  content: "\10F0AD";
}

.fad.fa-x-ray:after {
  content: "\10F497";
}

.fad.fa-yen-sign:after {
  content: "\10F157";
}

.fad.fa-yin-yang:after {
  content: "\10F6AD";
}

.fa-checkout-step-cart:before {
  content: "\F07A";
}

.fa-checkout-step-login:before {
  content: "\F502";
}

.fa-checkout-step-customer:before {
  content: "\F2BB";
}

.fa-checkout-step-details:before {
  content: "\F09D";
}

.fa-checkout-step-overview:before {
  content: "\F53D";
}


@charset "UTF-8";

.flag-icon-background,
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: "\A0";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ad.svg?4fc7c4c1505769826e43061122a9549d);
}

.flag-icon-ad.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ad.svg?486d25a79ba1ee551360a5d18bfe7a2e);
}

.flag-icon-ae {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ae.svg?9fd1fcbfedb5ace0e6e61a88b3fc3402);
}

.flag-icon-ae.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ae.svg?7847726d0663899a3e31b3e21b6d2b68);
}

.flag-icon-af {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/af.svg?b040d0176a79dd3b732066c4959be347);
}

.flag-icon-af.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/af.svg?26d0dcc74a1febaea3cf306686e1290b);
}

.flag-icon-ag {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ag.svg?5c33e55d155844898cddc1b33b3fb7eb);
}

.flag-icon-ag.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ag.svg?53a600867bab3b2284da8445e7d9cc93);
}

.flag-icon-ai {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ai.svg?2bb08d7d607bfc13c34c18c28dfbcf5f);
}

.flag-icon-ai.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ai.svg?7445e66f4bd50d3b016a7f86fa949d0b);
}

.flag-icon-al {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/al.svg?01225bebffa3b3d92a5f0c9d553a3c9e);
}

.flag-icon-al.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/al.svg?633e8642cac145652ccd7d445f14b40a);
}

.flag-icon-am {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/am.svg?06509258e6113e2e0e54592337ac8171);
}

.flag-icon-am.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/am.svg?c86a9e1691e7ab36234a070301467f01);
}

.flag-icon-ao {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ao.svg?4e70ca93b1286e2d049fc0bf3e681e61);
}

.flag-icon-ao.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ao.svg?8484ac5ace453f56e8562f5aaf18a5bc);
}

.flag-icon-aq {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/aq.svg?b95845ac31dcda104cf59a4948cd5035);
}

.flag-icon-aq.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/aq.svg?c61dd4213d496831c11205c3687723c9);
}

.flag-icon-ar {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ar.svg?4d01e57804727af96e6b9c926f0b33b7);
}

.flag-icon-ar.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ar.svg?cab4b98a2a589b0fe7762a29ace6bcf2);
}

.flag-icon-as {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/as.svg?e753c5e98283ce2fc1cb3814b62ecc4e);
}

.flag-icon-as.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/as.svg?83064c6f65a1ebc67981caf7910485a6);
}

.flag-icon-at {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/at.svg?7824152b6e660004d8323754e25476ac);
}

.flag-icon-at.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/at.svg?dc2457a23381d13940918ec3f5aba250);
}

.flag-icon-au {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/au.svg?37a544275a1a5fbbe0662dc634d7abd7);
}

.flag-icon-au.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/au.svg?da96b2e8d07bf4acc3176d10417219d0);
}

.flag-icon-aw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/aw.svg?29aeb3f91f4da71e6766492ca2de716d);
}

.flag-icon-aw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/aw.svg?f159ec168ea083c41505dce64eb31923);
}

.flag-icon-ax {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ax.svg?1aaab70377fb8b75181cdf72b459e716);
}

.flag-icon-ax.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ax.svg?fdd00c438df18b3216076ae0e145673b);
}

.flag-icon-az {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/az.svg?451284cedf7277f87440e014c3c11557);
}

.flag-icon-az.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/az.svg?0b4258df02490e0504d93c20984c467d);
}

.flag-icon-ba {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ba.svg?71010dff44cc2c8dfb46906c7add051f);
}

.flag-icon-ba.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ba.svg?a9dbadd71245f7d220448c10b6939fd1);
}

.flag-icon-bb {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bb.svg?7bd8b0ac4adce55a674f8579188e3339);
}

.flag-icon-bb.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bb.svg?e08360acef490330a17ff317af323b86);
}

.flag-icon-bd {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bd.svg?5102bab03db6e13a165043eedab1e332);
}

.flag-icon-bd.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bd.svg?c4a1485f3606f93b55fa19d86ec3219c);
}

.flag-icon-be {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/be.svg?27d8ca49197f90010475d2b3646ce6b5);
}

.flag-icon-be.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/be.svg?f1e78c8b3266b110a4a523c4cde8d7f2);
}

.flag-icon-bf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bf.svg?9a958401fd126a3c08686ece9477cea3);
}

.flag-icon-bf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bf.svg?48eb94de0b25013f341693acc2abb3b2);
}

.flag-icon-bg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bg.svg?3d762564b2be000f52ca9038e8f42ad4);
}

.flag-icon-bg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bg.svg?7163fe7683bf09611884f33ebf512d6a);
}

.flag-icon-bh {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bh.svg?392927ca04d16448d14ec44908cc41c5);
}

.flag-icon-bh.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bh.svg?290519a3ed05bbfa54c4d8bd7490706a);
}

.flag-icon-bi {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bi.svg?9b802ccabfab6dc5ddf8cb8fcf709fa0);
}

.flag-icon-bi.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bi.svg?3e29b35ccab81ed71fa4a38bcaca903b);
}

.flag-icon-bj {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bj.svg?148de921897066d0f2146606bb7d97ee);
}

.flag-icon-bj.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bj.svg?b6387659d755f8364b76c2bc8ca15d65);
}

.flag-icon-bl {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bl.svg?38e27b684c0a7f079cc7e1762e5e1ade);
}

.flag-icon-bl.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bl.svg?4d724b8ec2c508cf9abf4abef61289bc);
}

.flag-icon-bm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bm.svg?ca26b6f54cd34e40839ccbfab782d8ec);
}

.flag-icon-bm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bm.svg?a523291dab46eb5ea5696a5d3ad77a65);
}

.flag-icon-bn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bn.svg?80c35c4c3177156ff0e1caf84da15d9e);
}

.flag-icon-bn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bn.svg?4f010489273c99561205355c8fbe6d09);
}

.flag-icon-bo {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bo.svg?c83fd441e19d431768ed732ce2f6b467);
}

.flag-icon-bo.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bo.svg?cd93219fe50df8d489de9f9e189adc24);
}

.flag-icon-bq {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bq.svg?b551016fbdf64b9d22f1c7b34a6a3a8d);
}

.flag-icon-bq.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bq.svg?d6da2e848d831d87d51683d9340dbd38);
}

.flag-icon-br {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/br.svg?c834cb5b54aadf9673f6cd32f5b163ee);
}

.flag-icon-br.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/br.svg?a82efeaff853f1cf8cf85c2d526c0d9e);
}

.flag-icon-bs {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bs.svg?910d4bd079b869f493912f6959dc0d77);
}

.flag-icon-bs.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bs.svg?6fe877e157af3feb09878e657d8ad1f7);
}

.flag-icon-bt {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bt.svg?acfa822b42353a0e163384d46298a1b1);
}

.flag-icon-bt.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bt.svg?e502aa33ba1facb42dc71770fcbf6bc3);
}

.flag-icon-bv {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bv.svg?07434a841ad80dc5ab4512c03a6bf947);
}

.flag-icon-bv.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bv.svg?b70ab2f2a1fdb7d66f6870a4f243f843);
}

.flag-icon-bw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bw.svg?d1585fdf351c0bcd56a04ab460d51b3c);
}

.flag-icon-bw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bw.svg?d9e5e45f7cabb9c0790ba95948c30609);
}

.flag-icon-by {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/by.svg?26a195de8eed70c1be4afe687905189f);
}

.flag-icon-by.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/by.svg?80b2d2dd15003da07957e37b5d7aef23);
}

.flag-icon-bz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/bz.svg?e7e7013d46d9e770ca3a3a6f6b9d1256);
}

.flag-icon-bz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/bz.svg?510d2519e35c7735178e2785d1057b1e);
}

.flag-icon-ca {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ca.svg?ce1431089b9cba8ed19a763287a27bac);
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ca.svg?5916ba94ac216d2e1c238c5327a4d236);
}

.flag-icon-cc {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cc.svg?ecc0e32127e3e743df24051cd5a119dd);
}

.flag-icon-cc.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cc.svg?722f0576fc03cb0b7dc0ac8cf979e3ce);
}

.flag-icon-cd {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cd.svg?cd346cdc7caa416803025986e843a600);
}

.flag-icon-cd.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cd.svg?b43f872e1441147e938995ee5a709e19);
}

.flag-icon-cf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cf.svg?667c7a422ea1e92f971848ef8bb347ce);
}

.flag-icon-cf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cf.svg?1bc217dc2a400899db46ee10cdd913d8);
}

.flag-icon-cg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cg.svg?c8c05bfe0d270cc8c717e7622fe46185);
}

.flag-icon-cg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cg.svg?8373836c83f0ae012b428ab2308e4352);
}

.flag-icon-ch {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ch.svg?9c26f60a63bf575c6b7be3eec11e3043);
}

.flag-icon-ch.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ch.svg?252c409ba2d2600aaf08946b9280b670);
}

.flag-icon-ci {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ci.svg?d939dcac611747f6857eb4b92cb14c8e);
}

.flag-icon-ci.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ci.svg?26a62321690cd175f47305c05a55f409);
}

.flag-icon-ck {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ck.svg?bd3a061cfdfb9a0c9e100e5d487b2477);
}

.flag-icon-ck.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ck.svg?d66de29cda9f7872d1a346194e41643c);
}

.flag-icon-cl {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cl.svg?7709f09f2086cc6f774c6a90fc56936a);
}

.flag-icon-cl.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cl.svg?6d63ff70245fe5abcbf9ccc50cecf8c2);
}

.flag-icon-cm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cm.svg?5799ad4c126b0a6b1a3f01599f862ad2);
}

.flag-icon-cm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cm.svg?c972441e6e4522441d18c0390c143d32);
}

.flag-icon-cn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cn.svg?02c229de4d98ea1668384d2ed4cc558d);
}

.flag-icon-cn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cn.svg?a94c93941a4d8907fc2be5a61841c2b9);
}

.flag-icon-co {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/co.svg?3b252a1a91262604a52801ec3dda088d);
}

.flag-icon-co.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/co.svg?41244c207c1c8c92c0140d5fad3b08b1);
}

.flag-icon-cr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cr.svg?7b4ebd50f5274e5bfca82408ca79c32d);
}

.flag-icon-cr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cr.svg?657d7dbcfdeb67b9324dc45f99a1e17c);
}

.flag-icon-cu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cu.svg?ff754a33d53402c4661515c94370dec7);
}

.flag-icon-cu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cu.svg?0b42edabb93ec1c4862f441f4151996e);
}

.flag-icon-cv {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cv.svg?b50df3fb841396412190948312d54900);
}

.flag-icon-cv.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cv.svg?20a8cfffe0e96905132967daae5e2578);
}

.flag-icon-cw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cw.svg?6c845a30476494ef2a3426a01f11a865);
}

.flag-icon-cw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cw.svg?a5487f569726e06687f0b49008a5318e);
}

.flag-icon-cx {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cx.svg?6f47bd14b8c7a627cf455b048be75994);
}

.flag-icon-cx.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cx.svg?9faec396778b1eea7c912660ee7e5560);
}

.flag-icon-cy {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cy.svg?f0e266512201fe79b63b76ff41f034e6);
}

.flag-icon-cy.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cy.svg?1c8c05115b97c88502b683839f256b3d);
}

.flag-icon-cz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/cz.svg?052ec527b4bb18cd4e482c2c6a6ad4f6);
}

.flag-icon-cz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/cz.svg?490443104ecbfc24e2580b16a4d811b7);
}

.flag-icon-de {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/de.svg?3e726c2b6a59e6e4543c0a1534d93796);
}

.flag-icon-de.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/de.svg?4d7bac3b0b9ab578b009c54fecd5d06f);
}

.flag-icon-dj {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/dj.svg?3cf620d9f1db1057948ca29c96d0221c);
}

.flag-icon-dj.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/dj.svg?0c386d224ea283b79429a3097c055388);
}

.flag-icon-dk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/dk.svg?eb1416e02baeee91a39f721e871caf23);
}

.flag-icon-dk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/dk.svg?d046fb5b6363db6e655b3c1011c6f779);
}

.flag-icon-dm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/dm.svg?2910f70a40909e4caedd1f0ade7fd40c);
}

.flag-icon-dm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/dm.svg?5966a127bf0ab8e0f6e3551fa7e54b73);
}

.flag-icon-do {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/do.svg?06e1cfe3c337fb27d7e55aecc3f1cfbb);
}

.flag-icon-do.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/do.svg?e31ff1fdfd0b527ed1b4038d89b9a8e0);
}

.flag-icon-dz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/dz.svg?7c2261f0f9478d4df62a06afc7cd22d4);
}

.flag-icon-dz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/dz.svg?dea7ef634f60d171b144bb0b6235cff0);
}

.flag-icon-ec {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ec.svg?a12f3b495c5217f9f5826b62a557f18b);
}

.flag-icon-ec.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ec.svg?e1ea3417b5d1b8e2e657ce8d630b7d85);
}

.flag-icon-ee {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ee.svg?6088c9ceb092913b54d7235ee2e56f2c);
}

.flag-icon-ee.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ee.svg?9e932a62565e7ddda05182b706b4e48f);
}

.flag-icon-eg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/eg.svg?c39a7f7e272fb477e69712f5767a22e3);
}

.flag-icon-eg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/eg.svg?4259fc9ef85ca62812dff66861ecc01a);
}

.flag-icon-eh {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/eh.svg?61674b9fd1c02414abde982aa277e9a0);
}

.flag-icon-eh.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/eh.svg?7af606702cfc4e5a49b7cdd6e459500e);
}

.flag-icon-er {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/er.svg?c9799558f7907ccbe07be65870c92631);
}

.flag-icon-er.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/er.svg?976db2b72f1dcc39f35755b9ed945efb);
}

.flag-icon-es {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/es.svg?cc1b41b0e9485796cebb98fb04a7c10e);
}

.flag-icon-es.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/es.svg?d18de46b69ab3e7efb07840699cd31a4);
}

.flag-icon-et {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/et.svg?919059a46d59bd47f6ad9dbb6f9a1847);
}

.flag-icon-et.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/et.svg?2c1adbb55f047445e01c6714ff4556e3);
}

.flag-icon-fi {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/fi.svg?2649533e1d44a2ef75d5679ef6839b9e);
}

.flag-icon-fi.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/fi.svg?b48413bec5778656a773aab237f031a4);
}

.flag-icon-fj {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/fj.svg?3e230d8e827f6c2cccb0a0a02cec3ed5);
}

.flag-icon-fj.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/fj.svg?7cc3769d5415c64f7e14b49f68054e20);
}

.flag-icon-fk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/fk.svg?dd7bc357e2bee86baca858ecccb78593);
}

.flag-icon-fk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/fk.svg?2d1b653b364be637310ad1a9bacac160);
}

.flag-icon-fm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/fm.svg?2b14fecb01ff1af11129008a123f4713);
}

.flag-icon-fm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/fm.svg?3f19d612c1d987a0948edbf753d9b96f);
}

.flag-icon-fo {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/fo.svg?b08620b37d2f4e306b5f687e63b0a8ab);
}

.flag-icon-fo.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/fo.svg?329cbed566020b8e0d7a7b87fe977d28);
}

.flag-icon-fr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/fr.svg?b1156355de9691d768df19a8a2b44da4);
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/fr.svg?f8952213641bba462c7314007909d394);
}

.flag-icon-ga {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ga.svg?29f203bb2828c1aed048b446c8abb0ae);
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ga.svg?33d27fe1d14e7a989255f6c1d24e5882);
}

.flag-icon-gb {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gb.svg?4f1b7af5c0bae6aae85c3e7ba9401a85);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gb.svg?50f7fd14ca63b8b05bdbf0554a5092d8);
}

.flag-icon-gd {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gd.svg?b402c8c6fdfc7cab982e8fb011413fd9);
}

.flag-icon-gd.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gd.svg?3c05bb4957011ec7d56f913e1bd9d4d5);
}

.flag-icon-ge {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ge.svg?292fa4585c8ab314c207c401fac8996f);
}

.flag-icon-ge.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ge.svg?5f68e7f370e90338682ffa228db024a2);
}

.flag-icon-gf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gf.svg?2ab15edf97187860137f7b508981965a);
}

.flag-icon-gf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gf.svg?23d8b419461e2b4bec1aa799ecef34bf);
}

.flag-icon-gg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gg.svg?98f67a6ff36afda7a5ec44ec59eb5033);
}

.flag-icon-gg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gg.svg?357e1e33666fb0844d0416d5b0879d57);
}

.flag-icon-gh {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gh.svg?caedb9129bf6bd63ff4081a0ba91e113);
}

.flag-icon-gh.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gh.svg?77872d15b6a675d391e8355c98f9c020);
}

.flag-icon-gi {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gi.svg?e829d66edd3fc4e28c3c969e6a9d1ec2);
}

.flag-icon-gi.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gi.svg?6ecace1817c2609b2a9baaac4fa04715);
}

.flag-icon-gl {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gl.svg?28a07cffa1bb4b3152f32912c867ef1e);
}

.flag-icon-gl.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gl.svg?28bf64e497ad74bc4ea1dcb1cc8a69bd);
}

.flag-icon-gm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gm.svg?f06a98cd5c0b07d6c3d0d7cc2f6a40b8);
}

.flag-icon-gm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gm.svg?414139d5039a0584ac0475034a3ad8c7);
}

.flag-icon-gn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gn.svg?36a3e9a3dd82736bfcf23f28bb3ebc10);
}

.flag-icon-gn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gn.svg?1ce64523708a4513c00768eced01f5d5);
}

.flag-icon-gp {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gp.svg?fa4cab3e4ee1b865a975e5eb6ab70d03);
}

.flag-icon-gp.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gp.svg?c2c4da0e6afbe97dffaa2ee25972ae72);
}

.flag-icon-gq {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gq.svg?385ac47e2485d7dfb0bcdac986bc6cb0);
}

.flag-icon-gq.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gq.svg?0c1057b34b46bc63471a9a62d3febb5d);
}

.flag-icon-gr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gr.svg?db77f48c7f332561c119c5b644c2247a);
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gr.svg?6911d46028b1431a16071c70cd9a166e);
}

.flag-icon-gs {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gs.svg?175a61d9f7540ab6d862966fe40cfd60);
}

.flag-icon-gs.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gs.svg?1def7829b26a04ff77d34753077427b1);
}

.flag-icon-gt {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gt.svg?58f35af655d658aced08074bbc676a8c);
}

.flag-icon-gt.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gt.svg?7fe64e01367794301fee1af548f1f1e8);
}

.flag-icon-gu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gu.svg?d0da25e7e2c4f411345e9e63c88e6cbf);
}

.flag-icon-gu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gu.svg?243ab68e3dca89514d9aa5d4fa9cca97);
}

.flag-icon-gw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gw.svg?c1e88a916be1c72f688c9e488cdd4516);
}

.flag-icon-gw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gw.svg?5ecbd93cc2eeec1d063377170a3d83ee);
}

.flag-icon-gy {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gy.svg?79fcf270400edca30d7790872057d26c);
}

.flag-icon-gy.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gy.svg?0653b318bc72188902840668e70e269f);
}

.flag-icon-hk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/hk.svg?9502d7167e62fb1be4becfc187f16989);
}

.flag-icon-hk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/hk.svg?e671691512658bbbc7bfeffca43fe086);
}

.flag-icon-hm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/hm.svg?fe514431ce7922c28d2d322faa28b7f6);
}

.flag-icon-hm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/hm.svg?fc838ac0bb4f5ff27231f59d9480f842);
}

.flag-icon-hn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/hn.svg?9b9bee13c67ab85cd468d1c5fe38ad3e);
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/hn.svg?c94622ad395a0173231ae8ac41bf45a4);
}

.flag-icon-hr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/hr.svg?8f6905ab9a3f09b7ad72e4d6772e2223);
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/hr.svg?d01a1866ccd70d013c40d4832ab3f02e);
}

.flag-icon-ht {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ht.svg?a0b173aaef73a37242b23ee59ac0609a);
}

.flag-icon-ht.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ht.svg?18b350ac2dd74dfb68c13c01f3740620);
}

.flag-icon-hu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/hu.svg?0d7409f88bca8325938e46e3ef672716);
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/hu.svg?e5e334fdd028898fe762fe6b9d47b6f1);
}

.flag-icon-id {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/id.svg?17b996767ee0373a262c32a16248a3b6);
}

.flag-icon-id.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/id.svg?9f708fe5bf604f5bf38ad5ca2c00c14b);
}

.flag-icon-ie {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ie.svg?c68ff961baf04c04f9beac2c32cd2458);
}

.flag-icon-ie.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ie.svg?798a56e04350344c5937927fea36fabc);
}

.flag-icon-il {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/il.svg?f62b32f0be82b0a6d6942467ca871fa8);
}

.flag-icon-il.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/il.svg?c36a011de460eb2d3b8c5674b9496d45);
}

.flag-icon-im {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/im.svg?ed29d9ff19c46202628ebd71cdb4f0ef);
}

.flag-icon-im.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/im.svg?6cf57263ebd4071f3af5c61b08855597);
}

.flag-icon-in {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/in.svg?e4ab7bd057c6d49f21b3460a1bf914a9);
}

.flag-icon-in.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/in.svg?209ae8e9585774eb4fe32c001f7c63cc);
}

.flag-icon-io {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/io.svg?550553a764e49600498f1d17cd42da40);
}

.flag-icon-io.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/io.svg?2d90626cf903f5aa04980cc208d6e342);
}

.flag-icon-iq {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/iq.svg?30dee02831c80a89cb49b94e7d6e6209);
}

.flag-icon-iq.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/iq.svg?e1922026e8c0bedf3b61e1e214f098b4);
}

.flag-icon-ir {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ir.svg?9023419c73718709ef9631a6303991a8);
}

.flag-icon-ir.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ir.svg?717422e60d025fa48a0b7460792cdcbf);
}

.flag-icon-is {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/is.svg?cff140f41d09ba1961eb5e6fd9f36331);
}

.flag-icon-is.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/is.svg?ae44c07e894b0a298c57b1380c5c11be);
}

.flag-icon-it {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/it.svg?8d15de04f5f6e8e89cab4e5eb237f607);
}

.flag-icon-it.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/it.svg?22b99ae704f3de63285bc9b9411c5031);
}

.flag-icon-je {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/je.svg?2026b139288b127cab015ff45ee5da76);
}

.flag-icon-je.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/je.svg?862cd38b23ba01053db49d0e3f063b30);
}

.flag-icon-jm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/jm.svg?67f96b2f0df34ce53d7651ade04d1e0b);
}

.flag-icon-jm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/jm.svg?b7b13124a4068892dc2452d744a42cc1);
}

.flag-icon-jo {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/jo.svg?118c5546136b7d67daa584332e9c15ed);
}

.flag-icon-jo.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/jo.svg?5130279865a7759012e11ea127f87f9d);
}

.flag-icon-jp {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/jp.svg?95c2abfe2fa7c438741349c18ee3a976);
}

.flag-icon-jp.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/jp.svg?ae89446a56bc49a83f0947772c68adc5);
}

.flag-icon-ke {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ke.svg?0bbfd05193b7ca75f1b75e33fbb48c53);
}

.flag-icon-ke.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ke.svg?1c54a4899948c14d27f59aa67622a729);
}

.flag-icon-kg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/kg.svg?e588babc47e6eb59d65bf06527d7d004);
}

.flag-icon-kg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/kg.svg?c6895000555d24749137f2a92513af1e);
}

.flag-icon-kh {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/kh.svg?7f27fa7392df9f355609b77c216192c1);
}

.flag-icon-kh.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/kh.svg?25b4be5d47e920ba3a1057a3d13d52b2);
}

.flag-icon-ki {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ki.svg?bf675826e286eeb617c7368b9caca2b3);
}

.flag-icon-ki.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ki.svg?ca42f7e38b41cb0e0f04ee01c97f2dac);
}

.flag-icon-km {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/km.svg?0f12d30cd1bc75d3d38768f1aa7d4d90);
}

.flag-icon-km.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/km.svg?e0df62e410baf1d711869d58f0d8eaa6);
}

.flag-icon-kn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/kn.svg?b0fd5e10c0f172cd3cb36b93dda2d585);
}

.flag-icon-kn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/kn.svg?4ad12564dce8cd72eac5f2761c8bf03d);
}

.flag-icon-kp {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/kp.svg?07ebeb5c6be5c8f85ba2bff84abda65d);
}

.flag-icon-kp.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/kp.svg?f08daf335790f99ff297feab4ed1dcec);
}

.flag-icon-kr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/kr.svg?6d3d963fd85ce15d80cc7dd3ed6f0b52);
}

.flag-icon-kr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/kr.svg?68586ef8dee277d9cf13d0d9a2715b02);
}

.flag-icon-kw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/kw.svg?0d0ac54c4acaab7536baee3de6fbee11);
}

.flag-icon-kw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/kw.svg?33b3292eb3089a10a5cb93cfda9efda2);
}

.flag-icon-ky {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ky.svg?93a85a5572efe8d2f51df2e2853f7bf3);
}

.flag-icon-ky.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ky.svg?7a1c98fc66b1959ad6cdb286069cde39);
}

.flag-icon-kz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/kz.svg?d37cbd6165219d5bf58b37787d7acdbd);
}

.flag-icon-kz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/kz.svg?156c054bd0432d52e81d7b5bdccb3ee3);
}

.flag-icon-la {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/la.svg?b61549ab9a32b7ce90b879b197dfbb4d);
}

.flag-icon-la.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/la.svg?562dda7446562f8135467380261eaec5);
}

.flag-icon-lb {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/lb.svg?23f85946df6ad8b8700c224a292056e9);
}

.flag-icon-lb.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/lb.svg?8e9c186c24f3fed17b0bee1c30f57bbe);
}

.flag-icon-lc {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/lc.svg?1c3a5554a0d8d1afaaf56164415da91c);
}

.flag-icon-lc.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/lc.svg?c056c2a721c5bd992bd4945d10f82541);
}

.flag-icon-li {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/li.svg?9e40c74ae0f4cc1c48321772ac1d4981);
}

.flag-icon-li.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/li.svg?7787a5f8f647a73a6973bd15d4e45523);
}

.flag-icon-lk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/lk.svg?96cf4c4f16a30890687d4b101369e497);
}

.flag-icon-lk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/lk.svg?bf15b308ab139ff72d9204219b59fd0d);
}

.flag-icon-lr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/lr.svg?039251e3b986c21ad72336c16b0cf940);
}

.flag-icon-lr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/lr.svg?6656f943933fa3febede9e123fdfbc73);
}

.flag-icon-ls {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ls.svg?c0799ebf1d583d0d38408484bb56ec44);
}

.flag-icon-ls.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ls.svg?533cb320083af55b894a7bbe12cf015c);
}

.flag-icon-lt {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/lt.svg?c3aeac0dad1dfcc917a721a975ea29dd);
}

.flag-icon-lt.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/lt.svg?70975be09055c7db032d5a56a452d5d5);
}

.flag-icon-lu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/lu.svg?c858787cf95b92f694dbe1d296a8a5d4);
}

.flag-icon-lu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/lu.svg?2585715a069b9b8234825e2ce1ef8ed6);
}

.flag-icon-lv {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/lv.svg?8b293d984cea7db72e62598083dc759d);
}

.flag-icon-lv.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/lv.svg?f3c1274d166407a222fa7326129821b7);
}

.flag-icon-ly {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ly.svg?ae438f5a0664546bd81c71a56a0275be);
}

.flag-icon-ly.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ly.svg?8b64bcbd55eb077964963c5501c4efc6);
}

.flag-icon-ma {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ma.svg?60fbc221d84de9fb44f0d70882a393fc);
}

.flag-icon-ma.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ma.svg?bee9c05416fd66f6bc4434f6d721bcac);
}

.flag-icon-mc {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mc.svg?b4f4b90da30103ef9cb0554e0111ea0d);
}

.flag-icon-mc.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mc.svg?78528abed80a64294f9a7141e62a394f);
}

.flag-icon-md {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/md.svg?8f2e0071fcabb0ad40b65185ec76d5f0);
}

.flag-icon-md.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/md.svg?63bbfb2eaec4d73ec13a52ad14dfbd18);
}

.flag-icon-me {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/me.svg?8096e4aa56b12c0d56d10b1ba8e17f10);
}

.flag-icon-me.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/me.svg?a0dbae6fcc7fe3946c553730b93725c8);
}

.flag-icon-mf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mf.svg?5b9ff36c7fed044c253162373820d80a);
}

.flag-icon-mf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mf.svg?487f7bd7fd30eec81e74e5cf1f699833);
}

.flag-icon-mg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mg.svg?67f5922d788548be9d4900bebf2b5e63);
}

.flag-icon-mg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mg.svg?91e10ba084cc7f7b2498ce81f9680a84);
}

.flag-icon-mh {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mh.svg?6d60cee3ee8d6bee9a372599dea4a426);
}

.flag-icon-mh.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mh.svg?8f1f91348e69c8bf64d85e59272d6349);
}

.flag-icon-mk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mk.svg?ed091b887cafb2adbf04a411d7ac40fa);
}

.flag-icon-mk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mk.svg?2413b10706c9e29c439b0dcf94ec8cfe);
}

.flag-icon-ml {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ml.svg?e6f097f93a69b28225c43e25fdcaf709);
}

.flag-icon-ml.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ml.svg?204b0da4b499bc3694416d547a8fa0c0);
}

.flag-icon-mm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mm.svg?92e9f832a28fd293035e21d9b6983790);
}

.flag-icon-mm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mm.svg?8d6d26bc590adff8e84dc5a3342a2bfc);
}

.flag-icon-mn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mn.svg?b6529a3b13ea5080793aac3f2310c297);
}

.flag-icon-mn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mn.svg?3995293775c1a1837f0517594a205182);
}

.flag-icon-mo {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mo.svg?44f9c5552cf0d423c84ae0625cc2791f);
}

.flag-icon-mo.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mo.svg?1f249f5176c0bb29ed367559d4faabd2);
}

.flag-icon-mp {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mp.svg?aa6f2a40fea9a33e788546e0d0536e02);
}

.flag-icon-mp.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mp.svg?2671eebebb38b8e05f01e208125a2a56);
}

.flag-icon-mq {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mq.svg?bfeadb02a0e0566b376450d23682c523);
}

.flag-icon-mq.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mq.svg?a09e48650a204ba97073a30c5510f63f);
}

.flag-icon-mr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mr.svg?a3c31876aadbd5083efc027fe44f3004);
}

.flag-icon-mr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mr.svg?b293ed8922aead7af253e20fd0f51a1e);
}

.flag-icon-ms {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ms.svg?d5390a0cb1e74972fee66b17765915d4);
}

.flag-icon-ms.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ms.svg?058b028b04940b18ad8489ceab227aa9);
}

.flag-icon-mt {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mt.svg?51f074ae3fd129831ce090b23936bb34);
}

.flag-icon-mt.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mt.svg?fd8576042757f9d905d0a7b53e96c003);
}

.flag-icon-mu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mu.svg?896330b72092b57179e09d43f831211b);
}

.flag-icon-mu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mu.svg?67c8f3621446645a9008ef039b0dbc69);
}

.flag-icon-mv {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mv.svg?3c896bfdad2f76fe0945fe43d776a9ab);
}

.flag-icon-mv.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mv.svg?0fdc08c6985e30f2a3bfd6b5069c6757);
}

.flag-icon-mw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mw.svg?59519962a87a994a082dbe67037a5320);
}

.flag-icon-mw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mw.svg?290d49f1d0a391614960ce24723aa5ea);
}

.flag-icon-mx {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mx.svg?fc563797b5d4dad9f97cc96dbb7e73c8);
}

.flag-icon-mx.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mx.svg?cb47c8bfd8d9a04cb0d8ae2617a84d3f);
}

.flag-icon-my {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/my.svg?c52af28edb1430a5e22ee2b298c86f2a);
}

.flag-icon-my.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/my.svg?5991a60d506f7dff3c8c5aad18755a47);
}

.flag-icon-mz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/mz.svg?1044789cd1ad77a7c37d8cad963dcd04);
}

.flag-icon-mz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/mz.svg?e8801c33d8204a7ffa94fc0dcf3596d9);
}

.flag-icon-na {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/na.svg?05f127b04c4f59ded6048a65a9755f13);
}

.flag-icon-na.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/na.svg?2a5f6f2b12334e8e742ff50ff4ce5ca2);
}

.flag-icon-nc {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/nc.svg?b6c1c6b3a086590ca3a627860d0f63d1);
}

.flag-icon-nc.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/nc.svg?0dba674e34d031aa3f55ad682fb7db24);
}

.flag-icon-ne {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ne.svg?b7369ec74cd2a2ccf698ab0416ba2711);
}

.flag-icon-ne.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ne.svg?e56edd30b77ac6f1cae9bf153b1f9ec7);
}

.flag-icon-nf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/nf.svg?82cb457affa8dbc92d613c757ff9ddf0);
}

.flag-icon-nf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/nf.svg?8f8df7a2569c67b8a13f035bfe60e92b);
}

.flag-icon-ng {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ng.svg?992459a3d0f22849b493a540e1564bb0);
}

.flag-icon-ng.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ng.svg?520463e155c2f4a38079df87c20a0423);
}

.flag-icon-ni {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ni.svg?b828dceb2ed17972a58379486d52c9d3);
}

.flag-icon-ni.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ni.svg?c90e4163df5c3a680181ce863e10bc1f);
}

.flag-icon-nl {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/nl.svg?e336d50a0531bb958fa92165c55ff083);
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/nl.svg?9bfd784cc633d04cc5f358a816085af4);
}

.flag-icon-no {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/no.svg?0b41df77e951a30bbfccfd0a3714a1a3);
}

.flag-icon-no.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/no.svg?b7a21f544f617a59abff3dac02d9101b);
}

.flag-icon-np {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/np.svg?3ce0600ca4d79b3fb47aa964fc4dcc99);
}

.flag-icon-np.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/np.svg?a754e9e8e0d385e0cbc31ac1bef500d5);
}

.flag-icon-nr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/nr.svg?34ed2f24b50edf07808df2d0917363a7);
}

.flag-icon-nr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/nr.svg?2ef5b7c8f28f9c85d7c2da25b825ba5f);
}

.flag-icon-nu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/nu.svg?caaabfca4613ea4e884c7d5dd92fc628);
}

.flag-icon-nu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/nu.svg?4a4641b3a3309eaa1b6841b346d85ffa);
}

.flag-icon-nz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/nz.svg?a8f100c79b238a528c1cf9640f609322);
}

.flag-icon-nz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/nz.svg?380c4a3a4ec8da2aaae7e98751b6e1e7);
}

.flag-icon-om {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/om.svg?7332c94cc6d893097dd3ff6d962a9520);
}

.flag-icon-om.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/om.svg?397d3f2b9cb371836f79e970628eab11);
}

.flag-icon-pa {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pa.svg?0d16b0e8d8769ea32bc60c91491a6759);
}

.flag-icon-pa.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pa.svg?beb40ab6cce7b2d196d2d4eb94848625);
}

.flag-icon-pe {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pe.svg?4fb8c00609a28dbedb5113f8903d403a);
}

.flag-icon-pe.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pe.svg?3777e89e375c7ce2926b85051eeeec63);
}

.flag-icon-pf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pf.svg?8e525621c88b974fb4ce23ad5eaf26ef);
}

.flag-icon-pf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pf.svg?a68f0f63a6036a071912cc724b68742e);
}

.flag-icon-pg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pg.svg?9b228e6c353c0b8526b527863a803ca0);
}

.flag-icon-pg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pg.svg?e3c208b910d2461947b3dcee89eb8133);
}

.flag-icon-ph {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ph.svg?4e44ea60eb7a1ebb6c0288161bfbb9a1);
}

.flag-icon-ph.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ph.svg?03c78e38a895fc103769dd3e1cbe1d6a);
}

.flag-icon-pk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pk.svg?3238f8e2bdaefa2a62b837a3c516b557);
}

.flag-icon-pk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pk.svg?3a1264711c7dbaeeff3c9a68d1fa5ac6);
}

.flag-icon-pl {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pl.svg?562edca5bb39d66f4c9238a36295187b);
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pl.svg?3fe3bd51a504e4239ca5adaeb17a1651);
}

.flag-icon-pm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pm.svg?1e97e8d76fe2d553eedddc23f833bfe5);
}

.flag-icon-pm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pm.svg?89993b1ff27bb0107946d29ffebcfcfa);
}

.flag-icon-pn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pn.svg?2d4ce20974609ea74c8c6176a6b9bbde);
}

.flag-icon-pn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pn.svg?3b9532b71c6c9fc76cf5e6718ddacfb4);
}

.flag-icon-pr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pr.svg?b55721a59f693ffb8690234d56c218cf);
}

.flag-icon-pr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pr.svg?1d278b022fba04fb58b4ed40b7562ae0);
}

.flag-icon-ps {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ps.svg?07005a7fd06016e6ceadc545e3296f7a);
}

.flag-icon-ps.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ps.svg?2992f9b92974b68d8a59bdcc30bfd63f);
}

.flag-icon-pt {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pt.svg?c31a6c496e2c66def3f6dd80ac80e710);
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pt.svg?09cd4ef9ba4cd30ef4628216bfd5caee);
}

.flag-icon-pw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/pw.svg?005061a12212476b40148b18e89739fd);
}

.flag-icon-pw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/pw.svg?8207f6249da98267d859282dd4ed7e65);
}

.flag-icon-py {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/py.svg?13233f64e8bc61551916a3ba4e2c710c);
}

.flag-icon-py.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/py.svg?c5bbbec11160887362f45012cff44f55);
}

.flag-icon-qa {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/qa.svg?b314986b75f2a81f557544f73e2cd203);
}

.flag-icon-qa.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/qa.svg?78909a6f9bc32e8d2bb779b121cb0630);
}

.flag-icon-re {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/re.svg?17909e3784b7d4ef90efeae63ef194b4);
}

.flag-icon-re.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/re.svg?01fea3b62ac2440a5785d9de95dbc3d9);
}

.flag-icon-ro {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ro.svg?625aca9e928c0eb9f463099945b9b115);
}

.flag-icon-ro.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ro.svg?22278e1314d8e81440639fe8d1e6061a);
}

.flag-icon-rs {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/rs.svg?0b9d64b2f235138bd7da1187d40b8eb3);
}

.flag-icon-rs.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/rs.svg?14899009a0b2aec429196760ff14c448);
}

.flag-icon-ru {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ru.svg?0cacf46e6f473fa88781120f370d6107);
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ru.svg?e3ee3b099783ef393f2f4dabdc75d5bc);
}

.flag-icon-rw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/rw.svg?7fe5146baf52818fc8f0845a0b36d3da);
}

.flag-icon-rw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/rw.svg?997fe41bfffc77e0073f10d589ae6d27);
}

.flag-icon-sa {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sa.svg?01b40f18ecddca75f50f6a3471b2af25);
}

.flag-icon-sa.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sa.svg?02710800a40dda55c6b77fdc9d3eb654);
}

.flag-icon-sb {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sb.svg?c23eab6d60cb87d15c513db36b08fe63);
}

.flag-icon-sb.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sb.svg?d64e984857cd493cbe1176acaba792a4);
}

.flag-icon-sc {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sc.svg?30759b7aada6d9489543086f1e388fbe);
}

.flag-icon-sc.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sc.svg?ad1bcb4c714e0ca8c7355ecd4b0c3cbb);
}

.flag-icon-sd {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sd.svg?9b0974f16dc3e254519c26f9414d9a41);
}

.flag-icon-sd.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sd.svg?7ab061d859c16996f2bd42f650274f8e);
}

.flag-icon-se {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/se.svg?fe725901338e5651e1429ef0b241538a);
}

.flag-icon-se.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/se.svg?b039bdb8e50c968b6c50c8110676061f);
}

.flag-icon-sg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sg.svg?45fb3666e5f08303c564532a00e88afa);
}

.flag-icon-sg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sg.svg?ae32bb355a409636967840f82a26e0bc);
}

.flag-icon-sh {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sh.svg?73751467467171c36dd477eb9bad97e8);
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sh.svg?50626aa71bf595c0c0c9cc659c4be8db);
}

.flag-icon-si {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/si.svg?fb87a78663039fc23f32cebebbc19805);
}

.flag-icon-si.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/si.svg?8be67718e83099e4c3310672b6555906);
}

.flag-icon-sj {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sj.svg?ae547dbec390990657f9d8acd33fbea4);
}

.flag-icon-sj.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sj.svg?ecbc9e939c3823f82f4ffa804f7d4dd4);
}

.flag-icon-sk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sk.svg?1da1c0abd4c671c9cf2446e880ad2bcf);
}

.flag-icon-sk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sk.svg?e7c5539e3b7e3dec8dc71f48a7614720);
}

.flag-icon-sl {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sl.svg?ddbd1d9b113b2688102f56c63a431475);
}

.flag-icon-sl.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sl.svg?f6315f743d7d62adc0f130ec0b4d13a5);
}

.flag-icon-sm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sm.svg?f1d07953e03ce42c723da59b9c1c52f4);
}

.flag-icon-sm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sm.svg?9591e46a702f0f8f036e9e59b362f84b);
}

.flag-icon-sn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sn.svg?5b654e1a7246e45c6577b66c7b935620);
}

.flag-icon-sn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sn.svg?d2bec7efb0241ffa5077b53dae7e54a1);
}

.flag-icon-so {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/so.svg?28889c60642fd3d81b003fb3d308d2f1);
}

.flag-icon-so.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/so.svg?c1561217671d8bdde531130cc9997d03);
}

.flag-icon-sr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sr.svg?788f3e2af54fdedc56e32d20777fcf5b);
}

.flag-icon-sr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sr.svg?be27d1ae7006588ccd01ae8083081944);
}

.flag-icon-ss {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ss.svg?67001d2a8840b34f8407526c30a399d5);
}

.flag-icon-ss.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ss.svg?e3933b4455dc06b90bba00e59fba0f59);
}

.flag-icon-st {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/st.svg?1f545eb99b323d22b91e51b9e56df808);
}

.flag-icon-st.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/st.svg?d0a56dbbee36540ebf27ff196ea1626f);
}

.flag-icon-sv {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sv.svg?46858d61ae1bdfbb547f0fd8e46486b5);
}

.flag-icon-sv.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sv.svg?4dd6d709841ff46dc6cb62043a9046d9);
}

.flag-icon-sx {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sx.svg?73a3a178768304ec82fe58b4b53ebead);
}

.flag-icon-sx.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sx.svg?788763923582f724fa11e480f0fb6bb6);
}

.flag-icon-sy {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sy.svg?64f0d2d7a590e22c8d0c415ba7d729af);
}

.flag-icon-sy.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sy.svg?73690f50d6d4106fbd4c8ac3a556b985);
}

.flag-icon-sz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/sz.svg?fa1a994d9c1fcf5c559ea963c3e529d7);
}

.flag-icon-sz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/sz.svg?1e261ba080ba07a0f96d4e62b607a89d);
}

.flag-icon-tc {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tc.svg?c61ef06abf4474b5d2af370c6b90589c);
}

.flag-icon-tc.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tc.svg?c3867f8dbaf12f6ceb7bdac49a858485);
}

.flag-icon-td {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/td.svg?a0923ddc3c8abed20bfdfbd559c8d7b0);
}

.flag-icon-td.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/td.svg?f37a395c81f2cfe3b51e5f254970b8b7);
}

.flag-icon-tf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tf.svg?4ab43cc9db2814759ac2990c761f60a3);
}

.flag-icon-tf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tf.svg?2e7dc1af2d97ea62c34756b7f838fa77);
}

.flag-icon-tg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tg.svg?e602a907e1228d0fc75e6278e916e13d);
}

.flag-icon-tg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tg.svg?29fa137c095a6ace1adc5d8de4a19309);
}

.flag-icon-th {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/th.svg?76fca72f6d180d3f14a55653b8937b5e);
}

.flag-icon-th.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/th.svg?904dd7853b623153a82acf5c4abd297b);
}

.flag-icon-tj {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tj.svg?9853139b446ddf94d5f1dde4fc2d397f);
}

.flag-icon-tj.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tj.svg?09418f138f5581e3c49a750001b5b700);
}

.flag-icon-tk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tk.svg?1959d9de338fea49559ebcdbc11d7185);
}

.flag-icon-tk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tk.svg?7aaccddb93a504f69855f07491550439);
}

.flag-icon-tl {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tl.svg?7942bccbe6f775c88769deca528b85ab);
}

.flag-icon-tl.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tl.svg?0616faaafebb8abad85242c3b67f7ec5);
}

.flag-icon-tm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tm.svg?bdd29cb93d94d36b6d3dcf4dff99024f);
}

.flag-icon-tm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tm.svg?64aa750d7b27817b8d1fd0c71d065c29);
}

.flag-icon-tn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tn.svg?89a384a0709264d3f4b9b8d37f627189);
}

.flag-icon-tn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tn.svg?440d3505fe97c32cac8929ba17c45e36);
}

.flag-icon-to {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/to.svg?79354e72ad0559ef82e28d0f2e88033f);
}

.flag-icon-to.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/to.svg?238ef1cd63bf158a8679f40a3fd2ae4d);
}

.flag-icon-tr {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tr.svg?ed6d5f37779af38911b0b7cb2212e30d);
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tr.svg?ce2e2e8e0650cfed7548dd59c2c184c5);
}

.flag-icon-tt {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tt.svg?c3647d9bc890d2ebd383b80a3812e52f);
}

.flag-icon-tt.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tt.svg?27c618af43e3f072906916a4fafc98d1);
}

.flag-icon-tv {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tv.svg?d78bd31e5a11723db4d4ca9a01075817);
}

.flag-icon-tv.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tv.svg?f4b7afec4d58a73acc185cdcd045c4eb);
}

.flag-icon-tw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tw.svg?21291ae9738c4cdacdac9d5da4bbf702);
}

.flag-icon-tw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tw.svg?eb5ac13798e16da73d0e7425d20b0e74);
}

.flag-icon-tz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/tz.svg?d3df42da90c6a077c532fad041b2246e);
}

.flag-icon-tz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/tz.svg?d02545a1e6ca8ee2c217c28e7c44dedc);
}

.flag-icon-ua {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ua.svg?a8b13525ee3b82f901196668f4733097);
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ua.svg?841d259d582b4c6f5585da31b4aab774);
}

.flag-icon-ug {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ug.svg?278e456e685ba419e2b3baed28100daa);
}

.flag-icon-ug.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ug.svg?1c8fcdc4a4d91ad1ead179ad0af49c0f);
}

.flag-icon-um {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/um.svg?05615112706e0396ff8c91eb9b6c05f2);
}

.flag-icon-um.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/um.svg?3d347682d5c526a37719f5ab8a890f11);
}

.flag-icon-us {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/us.svg?ae65659236a7e348402799477237e6fa);
}

.flag-icon-us.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/us.svg?8ec583188aba7e9426580350312d97a5);
}

.flag-icon-uy {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/uy.svg?79b02850081e27b3ba209e6ae60ad50f);
}

.flag-icon-uy.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/uy.svg?adbc4992aa0cb87499df3323234076f3);
}

.flag-icon-uz {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/uz.svg?eb1e00b870d7f0784288d76eb3bfc1d5);
}

.flag-icon-uz.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/uz.svg?ca892343cb962d42bc4cc36d776d63e8);
}

.flag-icon-va {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/va.svg?0e3b3cc1a9ecdad8993aa9068279c25b);
}

.flag-icon-va.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/va.svg?56a808f752bba8da66f93cd5cbffbd2d);
}

.flag-icon-vc {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/vc.svg?4ac5124fbf60fcff6808515904a79f04);
}

.flag-icon-vc.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/vc.svg?bbb52fa0756298590332a07e5d69f2c2);
}

.flag-icon-ve {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ve.svg?b2cd5a9a011fd43f115a2c5e2c9f91e5);
}

.flag-icon-ve.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ve.svg?9f23d9626b92963d5502674c91463b51);
}

.flag-icon-vg {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/vg.svg?e1c461f74da3c3a9c03312dfbc7c8bce);
}

.flag-icon-vg.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/vg.svg?68763b7f309901d80c3e6a3bddccd165);
}

.flag-icon-vi {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/vi.svg?9af6bfa678419ab72df48c3bf8449fc0);
}

.flag-icon-vi.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/vi.svg?b41b18d98e3931a28af0fb4b145ca0eb);
}

.flag-icon-vn {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/vn.svg?a62ad62f354af546c5d9df10b183f995);
}

.flag-icon-vn.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/vn.svg?a0081482192375c70656860e843b3c8d);
}

.flag-icon-vu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/vu.svg?5c33b1e789de1ff9e75e660e485f7b20);
}

.flag-icon-vu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/vu.svg?9b6cbbe930942b2cef6c4479119524a5);
}

.flag-icon-wf {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/wf.svg?e3ac728c6286182ecee6047ba2d84627);
}

.flag-icon-wf.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/wf.svg?05522b9f19236d09cc79eee2588b6992);
}

.flag-icon-ws {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ws.svg?405a2c5f036343f54f0e46ab054e7cf8);
}

.flag-icon-ws.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ws.svg?3ea6d44f91f0accab1ba37b5b7a80f55);
}

.flag-icon-ye {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ye.svg?b5840a84dc1fc44424947f817a83b8ce);
}

.flag-icon-ye.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ye.svg?d13e1629bdb0f80baef6f33d88503231);
}

.flag-icon-yt {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/yt.svg?f06d254d5978e4b0223fa242514e55e1);
}

.flag-icon-yt.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/yt.svg?b6042b9cfb432f844e964ddb24b4f341);
}

.flag-icon-za {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/za.svg?70a290afe3dffa54924e7ddffd767687);
}

.flag-icon-za.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/za.svg?67ff2e108ce38abcf3f68b4e1ba3c7af);
}

.flag-icon-zm {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/zm.svg?b7864d5c330b306eb3d2106725690e5f);
}

.flag-icon-zm.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/zm.svg?71bdc28b46f99807803f1785bf8a4e2a);
}

.flag-icon-zw {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/zw.svg?a21f533de8561217cb8c0792d82a0bcc);
}

.flag-icon-zw.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/zw.svg?ad4ad36d51c5c76a774f3bb11a2f0e99);
}

.flag-icon-es-ct {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/es-ct.svg?46e9ce9e95b5b9c125e2a707cc5fcce9);
}

.flag-icon-es-ct.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/es-ct.svg?9429ea9cc9f9eae02e83fa174a4b9021);
}

.flag-icon-eu {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/eu.svg?ee7f4712ac4553621d85503cb9a130e5);
}

.flag-icon-eu.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/eu.svg?4c73f57cb89b48ebae5e4d8be33e83b8);
}

.flag-icon-gb-eng {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gb-eng.svg?14167f77f128b0f57a6263843017fc0f);
}

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gb-eng.svg?eabfeadc28e73c627eb8c65999d93aae);
}

.flag-icon-gb-nir {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gb-nir.svg?5b44fea7baad0f213d7dfddb0c789423);
}

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gb-nir.svg?42b69bbde9298fb21d4c2ce03c2218a0);
}

.flag-icon-gb-sct {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gb-sct.svg?4c2c379f607fe46e0cec999154ea0ba8);
}

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gb-sct.svg?31ef8bcf9416bbd5b8c6ef29d1411e5f);
}

.flag-icon-gb-wls {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gb-wls.svg?8742b3d61adec7352b6e56cb8c8b7856);
}

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gb-wls.svg?ca26c224b36b361e8433c2ecf1b5a0e2);
}

.flag-icon-un {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/un.svg?3835716fbdb5281c231d2f31a29738bf);
}

.flag-icon-un.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/un.svg?c366cfa86e7874f3155d1a1763b8b46a);
}

.flag-icon-xk {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/xk.svg?de2602071a8fce352950a01cfaecd4ca);
}

.flag-icon-xk.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/xk.svg?2750d8e7e2952ec3d3ddcf2e0197071e);
}

.flag-icon-en {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/gb.svg?4f1b7af5c0bae6aae85c3e7ba9401a85);
}

.flag-icon-en.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/gb.svg?50f7fd14ca63b8b05bdbf0554a5092d8);
}

.flag-icon-us-en {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/us.svg?ae65659236a7e348402799477237e6fa);
}

.flag-icon-us-en.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/us.svg?8ec583188aba7e9426580350312d97a5);
}

.flag-icon-ch-de {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/ch.svg?9c26f60a63bf575c6b7be3eec11e3043);
}

.flag-icon-ch-de.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/ch.svg?252c409ba2d2600aaf08946b9280b670);
}

.flag-icon-se-sv {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/4x3/se.svg?fe725901338e5651e1429ef0b241538a);
}

.flag-icon-se-sv.flag-icon-squared {
  background-image: url(/static/isag.theme/img/vendor/flag-icon-css/flags/1x1/se.svg?b039bdb8e50c968b6c50c8110676061f);
}

.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(/static/isag.theme/img/vendor/intl-tel-input/build/flags.png?416250f60d785a2e02f17e054d2e4e44);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url(/static/isag.theme/img/vendor/intl-tel-input/build/flags@2x.png?d429a5777afaf2fc349652e812e9bb11);
  }
}

.iti-flag.np {
  background-color: transparent;
}

/*!
 * bootstrap-fileinput v5.2.8
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2022, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */

input[type=file].file-loading,
.file-loading input[type=file] {
  width: 0;
  height: 0;
}

.file-input-ajax-new .no-browse .input-group-btn,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button,
.file-input-new .no-browse .input-group-btn,
.file-input-new .fileinput-upload-button,
.file-input-new .fileinput-remove-button,
.file-input-new .glyphicon-file,
.file-input-new .close,
.file-input-new .file-preview,
.file-zoom-dialog .modal-header:after,
.file-zoom-dialog .modal-header:before,
.file-caption-icon,
.hide-content .kv-file-content,
.kv-hidden {
  display: none;
}

.file-zoom-dialog .floating-buttons,
.file-zoom-dialog .btn-navigate,
.krajee-default .file-thumb-progress,
.file-preview .fileinput-remove,
.file-caption-icon,
.btn-file input[type=file],
.file-no-browse {
  position: absolute;
}

.file-zoom-dialog .modal-dialog,
.krajee-default .file-thumbnail-footer,
.krajee-default.file-preview-frame,
.file-preview,
.file-caption,
.btn-file,
.file-loading:before,
.file-input {
  position: relative;
}

.krajee-default .file-other-error,
.krajee-default .file-actions,
.file-error-message ul,
.file-error-message pre {
  text-align: left;
}

.file-error-message ul,
.file-error-message pre {
  margin: 0;
}

.krajee-default .file-upload-indicator,
.krajee-default .file-drag-handle {
  float: left;
  margin-top: 10px;
  width: 16px;
  height: 16px;
}

.krajee-default .file-thumb-progress .progress-bar,
.krajee-default .file-thumb-progress .progress {
  height: 11px;
  font-size: 9px;
}

.krajee-default .file-size-info,
.krajee-default .file-caption-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}

.file-zoom-content > .file-object.type-image,
.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.file-zoom-content > .file-object.type-flash,
.file-zoom-content > .file-object.type-video {
  height: 100%;
}

.file-zoom-content > .file-object.type-default,
.file-zoom-content > .file-object.type-text,
.file-zoom-content > .file-object.type-html,
.file-zoom-content > .file-object.type-pdf {
  width: 100%;
}

.file-no-browse {
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}

.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(/static/isag.theme/img/vendor/bootstrap-fileinput/loading.gif?13630905267b809161e71d0f8a0c017b) top left no-repeat;
}

.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}

.btn-file {
  overflow: hidden;
}

.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}

.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}

.file-caption .input-group {
  align-items: center;
}

.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}

.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
  padding-left: 1.875rem;
}

.file-caption.icon-visible > .input-group-lg .file-caption-name {
  padding-left: 2.1rem;
}

.file-caption.icon-visible > .input-group-sm .file-caption-name {
  padding-left: 1.5rem;
}

.file-caption-icon {
  left: 8px;
  padding: 0.5rem;
}

.input-group-lg .file-caption-icon {
  font-size: 1.25rem;
}

.input-group-sm .file-caption-icon {
  font-size: 0.875rem;
  padding: 0.25rem;
}

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}

.file-error-message pre {
  margin: 5px 0;
}

.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}

.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}

.file-preview .clickable {
  cursor: pointer;
}

.file-preview .kv-zoom-cache {
  display: none;
}

.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #008000;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 6px;
  float: left;
  text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default.file-preview-frame[data-template=audio] .kv-file-content {
  width: 240px;
  height: 55px;
}

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}

.krajee-default .file-other-icon {
  font-size: 6em;
  line-height: 1;
}

.krajee-default .file-footer-buttons {
  float: right;
}

.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}

.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}

.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}

.krajee-default .file-thumb-progress .progress {
  color: #ccc;
}

.krajee-default .file-thumb-progress .progress-bar {
  font-family: Verdana, Helvetica, sans-serif;
}

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}

.file-upload-stats {
  font-size: 9px;
  text-align: center;
  width: 100%;
}

.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
  color: #ccc;
}

.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}

.kv-upload-progress .file-upload-stats {
  font-size: 11px;
  margin: -10px 0 5px;
}

.file-thumb-progress .progress {
  background-color: #ccc;
}

.file-thumb-progress .progress-bar {
  font-size: 0.7rem;
  font-family: Verdana, Helvetica, sans-serif;
}

.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
  width: auto;
}

.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
  margin: -1.2rem 0.1rem 0;
  padding: 0;
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  border-radius: 50%;
  text-align: center;
}

.file-zoom-dialog .btn-navigate * {
  width: auto;
}

.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}

.file-zoom-dialog .btn-kv-prev {
  left: 0;
}

.file-zoom-dialog .btn-kv-next {
  right: 0;
}

.file-zoom-dialog .kv-zoom-header {
  padding: 0.5rem;
}

.file-zoom-dialog .kv-zoom-body {
  padding: 0.25rem 0.5rem 0.25rem 0;
}

.file-zoom-dialog .kv-zoom-description {
  position: absolute;
  opacity: 0.8;
  font-size: 0.8rem;
  background-color: #1a1a1a;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  color: #fff;
  left: 15%;
  right: 15%;
  bottom: 15%;
}

.file-zoom-dialog .kv-desc-hide {
  float: right;
  color: #fff;
  padding: 0 0.1rem;
  background: none;
  border: none;
}

.file-zoom-dialog .kv-desc-hide:hover,
.file-zoom-dialog .kv-desc-hide:focus {
  opacity: 0.7;
}

.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-caption-main {
  width: 100%;
}

.file-thumb-loading {
  background: transparent url(/static/isag.theme/img/vendor/bootstrap-fileinput/loading.gif?13630905267b809161e71d0f8a0c017b) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  min-height: 260px;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}

.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}

.file-uploading {
  background: url(/static/isag.theme/img/vendor/bootstrap-fileinput/loading-sm.gif?e5ad074b7969cc386b387f08dba4fcec) no-repeat center bottom 10px;
  opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
}

.file-zoom-fullscreen .kv-zoom-body {
  overflow-y: auto;
}

.floating-buttons {
  z-index: 3000;
}

.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}

.kv-zoom-actions {
  min-width: 140px;
}

.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}

.file-zoom-content {
  min-height: 300px;
  text-align: center;
  white-space: nowrap;
}

.file-zoom-content .file-preview-image {
  max-height: 100%;
}

.file-zoom-content .file-preview-video {
  max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}

.file-zoom-content:hover {
  background: transparent;
}

@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .file-preview-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .file-zoom-dialog .modal-header {
    flex-direction: column;
  }
}

@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content {
    width: 160px;
  }
}

@media (max-width: 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 100%;
  }
}

.file-loading[dir=rtl]:before {
  background: transparent url(/static/isag.theme/img/vendor/bootstrap-fileinput/loading.gif?13630905267b809161e71d0f8a0c017b) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}

.clickable .file-drop-zone-title {
  cursor: pointer;
}

.file-sortable .file-drag-handle {
  cursor: grab;
  opacity: 1;
}

.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}

.file-grabbing,
.file-grabbing * {
  cursor: not-allowed !important;
}

.file-grabbing .file-preview-thumbnails * {
  cursor: grabbing !important;
}

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
  border-color: #17a2b8;
  box-shadow: none;
}

.file-preview-other-frame,
.file-preview-object,
.kv-zoom-body {
  display: flex;
  align-items: center;
  justify-content: center;
}


/*


   Magic Zoom Plus v5.3.7 
   Copyright 2021 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}


@media not screen and (max-device-width: 767px) {
    .mz-expanded-view-open,
    .mz-expanded-view-open body {
        overflow: hidden !important;
    }
    .mz-expanded-view-open body { height: auto !important; }
}

@media screen and (max-device-width: 767px) {
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
        overflow: hidden !important;
    }
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body { height: auto !important; }
}


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}
.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
            transition: opacity 0.4s ease, z-index 0.4s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    opacity: 0;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    vertical-align: middle;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-perspective: 600px;
            perspective: 600px;

    -webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
            transform: translate3d(0, 0 ,0) scale(7) rotate(0.01deg);
}

.mz-expand .mz-expand-bg > img  {
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > img  {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}


.mz-expand .mz-image-stage > figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    flex: 1 0;
    width: 100%;
    height: 100%;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
    pointer-events: none;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
    flex: 0 0;
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 30px;
    font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
    display: none;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
@media screen and (max-device-width: 767px) {
    .mobile-magic .mz-expand .mz-image-stage .mz-caption {
        display: none !important;
    }
}

/**
 * Buttons & Arrows
 */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

.mz-nav-controls {
    z-index: 2100000000;
}

button.mz-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000 !important;
    background-color: transparent !important;
    border: 0 solid transparent !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(.9);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: rgba(180, 180, 180, 1) !important;
}

button.mz-button:active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
    background-color: rgba(49, 51, 61, .7) !important;
}


button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
    transform: rotateZ(180deg) !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

button.mz-button.mz-button-close:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    button.mz-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    button.mz-button.mz-button-close:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    }

    button.mz-button.mz-button-prev:before,
    button.mz-button.mz-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button.mz-button-close {
        width: 50px !important;
        height: 50px !important;
        color: rgb(180, 180, 180) !important;
    }

    .mobile-magic .mz-expand button.mz-button:before {
        transform: scale(.8);
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 32px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
    display: block;
}



/**
 * Thumbnails
 */

/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
    flex: 0 0 80px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 50;
    overflow: hidden;
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
    height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
    .mz-expand.expand-thumbnails-left .mz-expand-stage {
        flex-direction: row-reverse;
    }

    .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        padding: 0 10px;
        height: 100%;
        overflow: hidden;
    }

    .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
    :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        width: 80px;
        height: 100%;
    }

    @media not screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    @media screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}


/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
    border: 0 !important;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(.7);
            filter: brightness(.7);

}
.thumbnails-style-shaded.mz-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
    border: 0 ;
    padding-bottom: 0;
    box-shadow:0 0 5px 1px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(.75);
            filter: brightness(.75);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
    background: #000;
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
    position: relative;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 100;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
    background-color: rgba(0, 0, 0, 0.2);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
    position: relative;
    z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 40px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 100%;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    width: 33px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

.magic-thumbs button.magic-thumbs-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    color: rgba(180, 180, 180, 1) !important;
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    background-color: rgba(49, 51, 61, .7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
    transform: rotateZ(180deg) !important;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 3px auto;
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
    top: 0;
    transform: rotateZ(-90deg) !important;
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
    bottom: 0;
    transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    .magic-thumbs button.magic-thumbs-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    .magic-thumbs .magic-thumbs-button-prev:before,
    .magic-thumbs .magic-thumbs-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

/*


   Magic Scroll v2.0.52 
   Copyright 2021 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magicscroll/
   License agreement: https://www.magictoolbox.com/license/


*/
.MagicScroll,
.mcs-caption,
.mcs-button,
.mcs-item,
.mcs-item img,
.mcs-item > *,
.mcs-bullet,
.mcs-bullet:before,
.mcs-bullet:after,
.mcs-wrapper,
.mcs-items-container {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.MagicScroll,
.mcs-item,
.mcs-item a,
.mcs-item img,
.mcs-items-container {
    position: relative;
}
.MagicScroll,
.mcs-item,
.mcs-wrapper,
.mcs-items-container {
    overflow: hidden;
    direction: ltr;
}
.mcs-wrapper,
.mcs-item img {
    line-height: 100%;
}

.MagicScroll {
    z-index: 1;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.MagicScroll.mcs-height-auto .mcs-item > a {
    width: 100%;
}

.MagicScroll > a {
    height: 100%;
}

.MagicScroll > a > img {
    max-height: 100%;
}

.MagicScroll.mcs-height-auto {
    height: auto !important;
}

.MagicScroll.MagicScroll-horizontal {
    -moz-touch-action: pan-y;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.MagicScroll.MagicScroll-vertical {
    -moz-touch-action: pan-x;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

body.mcs-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
body.mcs-dragging .MagicScroll,
body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow {
    cursor: inherit;
}

.mcs-item,
.MagicScroll figure,
/*.mcs-item img,*/
.mcs-item .mcs-caption {
    display: inline-block;
}

.MagicScroll .mcs-item img {
    pointer-events: none;
}

.mcs-item img {
    display: inline-block !important;
}

.MagicScroll > * {
    display: inline-block;
    max-width: 100%;
}
.MagicScroll > *:first-child {
    visibility: hidden;
}
.MagicScroll > *:nth-child(n+2) {
    display: none;
}

.MagicScroll > a {
    line-height: 100%;
}

.MagicScroll img {
    visibility: hidden;
}
.MagicScroll .mcs-item img {
    visibility: visible;
    float: none !important;
}

.mcs-button,
.mcs-bullets,
.mcs-wrapper {
    position: absolute;
}

.MagicScroll:before,
.MagicScroll figcaption:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 0;
}
.mcs-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    z-index: 100;
}

.mcs-items-container {
    text-align: center;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.mcs-item {
    top: 0;
    left: 0;
    zoom: 1;
    /*font-size: 9pt !important;*/
    font-size: 0;
    line-height: 100%;
    max-width: 100%;
}

.mcs-item:after,
.mcs-item > a:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.MagicScroll-horizontal .mcs-item {
    height: 100%;
}

.MagicScroll-vertical .mcs-item {
    display: block;
    width: 100%;
}

.mcs-item > a,
.MagicScroll-horizontal .mcs-items-container > * {
    display: inline-block;
}
.mcs-item a,
.mcs-item img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}
.mcs-item a {
    height: 100%;
}

.mcs-item img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.MagicScroll figure {
    position: relative;
    vertical-align: middle;
    font-size: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    line-height: normal;
}

.lt-ie9-magic .mcs-item > a > img {
    position: static;
}
.lt-ie9-magic figcaption {
    display: block;
}
.lt-ie10-magic .mcs-item a img {
    border: none;
}

.ie7-magic .mcs-item img,
.ie7-magic .MagicScroll-vertical .mcs-item a {
    display: inline-block;
}

.ie7-magic .MagicScroll-horizontal .mcs-item  {
    display: inline;
}

.mcs-button {
    display: block;
}

.MagicScroll .mcs-hidden {
    display: none !important;
    visibility: hidden !important;
}

.ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container,
.MagicScroll[data-mode="carousel"] .mcs-items-container,
.MagicScroll[data-mode="cover-flow"] .mcs-items-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;

    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
}
.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicScroll figcaption {
    display: inline-block;
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    line-height: 100%;
    clear: both;
    z-index: 150;
}
.MagicScroll figcaption,
.MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption {
    left: 50%;
    -webkit-transform: translateZ(1px) translateX(-50%);
    transform: translateZ(1px) translateX(-50%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.lt-ie9-magic .MagicScroll figcaption,
.lt-ie9-magic .MagicScroll figure img {
    float: right;
}
.MagicScroll .mcs-reflection {
    -webkit-transform: translateZ(-1px);
    position: absolute;
    display: inline-block;
    left: 0px;
    z-index: 1;
}

.MagicScroll .mcs-item.mcs-noimg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAGB0lEQVRIS5WXa2wUVRTH/3dmn2136b5a2u2LsoogEiGGBGnlYUJMiEpi1MSYGNHvoAjfNEQ/iaL4XTAmxkQSE3zFaESQrZIQIxHlaVtK22273Udhtt3nPDx3Zmc7u9ttdZLN7s6ce37nf885995h+G8X+yXUMSho4l4wbTtjiADMZwzV5jQNw0xjvylM+XZHYjrKb67kli1ncBQQHg+GDzKRHW/u74F3QwTNa7rhDPogNrn0oUo2j0JyDgu3JyFd+wcLo+PQFO3Q2WTsBI1XG/lvCI6GOl9mgnjKv3UT2h7fBpudZKSTUKW70HJZaHJJ98noAXM3QfC2gvmD4Ldnz15E+tIVaKqyfzAx9clS8CXBF9rCb7v8vjd7XnwaTocKZWJUh9EUG7AaT+a80pTrQYjd/SgUBYx/9hXy6bl3HpuNvVULrwNHQ+ETnkjvge5n9wBjN6Fm7ulAVsY1mqIKnNLLAxA8q4C+dRg//QPmR8Y/GkzEDlrhVX6iwa53vev6jvTs2wHlxp+AXKwDmqprFXCYXmrlB4QHbA6I6x/G+JnzyNwYe28gOXnEHFcB85y62gKn+l94Asr1ywTUdGjt9K6suBwAcTmcexHXb8Ho598jP5uq5Fz3cxoQw6u75f6XnoIYuwGmyBVoOplERpJ0b16vF4Fg0MhzOSLNlEr3UmQrlW09ZOsLBA24aIMSfgCjn36N2MyE7TlqBh0cDYZfDzzy4PFQ2AEtcxdCWWk6nUYmk0H7lxd1WPyZbfB6PAgGAnWFmkylINXYesjW5/NTT5FuTysSsSJSv189NJiMfcDBbKi9S408vxtC7JahVFcE3JmMVaAmSYe3tCDka63AE3N3Ic3PL2nbEw7reefK1fB9GP7iHAbikwK7EFy9w7Om53w44gaoZYQylMPHpuN1zirKm5sQWuVF4p4EaSHb0K63o12vcn0loVaLDeeQuT2+k/FKXj340BGvHDeUWsDpzAIyuVxjuNsNaZnnHrcLPk+LDjZUA5KtHTPRv44x6tto3+6NAw5pSocKes8u9m06m4OULzSEm/m3Jp2nw+N0ItDsLlc2KS7DC95OjP98NcqG2sIza7f3tQsLcxaoATZbKZXLQyqU0HnmUl1R1d6Y2rcVXqcdAVJrKNU7Wv9wuNrsw8ivY3ECdxUiW/wOFPNVas0p11uHtwqBpZKM3u8uN4Tf2bsZXrsNfgLza3GKDTgHw+HC8B/pog5eu8HlYJq6LJg7SpUUSLKKyI9/18GH92yE1yYgYBcXV69KbhfBGhMwci3PweGZ7vud7TaBes2S31rFcyUV84qK9eduNlR8fdc6tIgCWu28N+oV8xmQVYaJW4W4XlxtkeYBp61UDbbsRFxljqCbhkZXzPGVgX64Ce4h9Yvwcp4JXJDtSAxnqbiCXce8fd7DTS5j2zPXYrO4sgTNU3I2X7xTB728rbfhfSe1RxMFYCDL7UQ/s3k37o1ljukLiCu46rzHX6hqJx5CgfJeXAbKnReWeW4nJS6yMQuLf2fSTuST93YaS2Zbl+rpESFSMS7mmRayFZya4BIlr9GMmGCeX4VOJ5kJFT/FJ8TKJuEIOI47fIpFNcNSDvn08lE2y8Ysk1eFHNfCua2NbM3FozgnopgqVjYJfVvsbO+WHR0MgnNRtZlU0yF3ZKxu1buyvkAQnH9bba25VQtAcVrDVNyyLXIDOgjsF9z2k2IbLedUkOaUi/TDxJgr0JKlzc9bluLkm4LCg9ETTL9nqdBypVcHElMn+fiq0HmFo4UdBt/ruZOaKq8bYImg6shjqWJ9GpL0mdeWPvqYPvhhD03CASVIC4rRivplbbOlFFvbxnxOTQExSSOz6vKHPXMAV645cbjkJ3cOQ7n1qvlb99qgH3OLgD1NaSqgSmmtkDoRQ6HOV0jyx3IzUPLQ6cFWH0DtIP1YKxMww2Bb4POtVnJaa1sbfNXzo8YrzGtMYO/LVO2yS4PsMILQzCW1DLMVCZanD1Wvpmpv0CvMhzT+/7/CWCPgAewKdQwwTXySMe1Rmvq1NS9tIxq9tGlM+eZcYnpoOaDp91/hrs4Y2r7FDQAAAABJRU5ErkJggg==") center center no-repeat;
}


/*
 * Caption
 */
.mcs-item .mcs-caption {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    z-index: 150;
}

.MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption,
.MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption {
    top: 100%;
}

.MagicScroll[data-mode="scroll"] .mcs-item figure,
.MagicScroll[data-mode="animation"] .mcs-item figure {
    overflow: hidden;
}

.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transition: -webkit-transform .25s;
            transition: transform .25s;
    -webkit-transform: translateY(150%);
            -ms-transform: translate(0, 150%);
            transform: translateY(150%);
}

.MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    -webkit-transform: translateY(0%);
        -ms-transform: translate(0, 0%);
            transform: translateY(0%);
}

.MagicScroll[data-mode="scroll"].caption-below .mcs-caption,
.MagicScroll[data-mode="animation"].caption-below .mcs-caption {
    -webkit-transition: none;
            transition: none;
    -webkit-transform: none;
            -ms-transform: none;
            transform: none;
}

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    bottom: -150%;
}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    bottom: 0%;
}

/**
 * Buttons & Arrows
 */
.mcs-button {
    cursor: pointer;
    z-index: 1000;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.MagicScroll:hover > .mcs-button:hover {
    opacity: 1;
}

.mcs-button-arrow {
    z-index: 120;
}
.MagicScroll-horizontal .mcs-button-arrow {
    width: 40px;
    height: 100%;
    top: 0;
}
.MagicScroll-vertical .mcs-button-arrow {
    width: 100%;
    height: 40px;
    left: 0;
}

.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }


.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
    overflow: visible;
}

/*
 * Bullets
 */
.mcs-bullets {
    text-align: center;
    display: inline-block !important;
    opacity: 0;
    top: 100%;
}
.mcs-bullets.show {
    opacity: 1.0;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.MagicScroll-horizontal .mcs-bullets {
    width: 100%;
    left: 0;
}
.MagicScroll-vertical .mcs-bullets {
    top: 0;
    left: 100%;
    display: inline-block;
    vertical-align: middle;
}
.mcs-bullet {
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-indent: 9999px;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    outline: none;
}
.mcs-bullet.active {
    cursor: default;
}


/**
 * Animation mode
 */
[data-mode="animation"] div[data-action="exit"],
[data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
[data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
}
[data-mode="animation"] .mcs-item {
    -webkit-animation-duration: 0;
    -webkit-transform: none;
            animation-name: none;
            animation-duration: 0;
}

[data-mode="animation"] .mcs-item[data-animation-nth="1"] {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="2"] {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="3"] {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="4"] {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="5"] {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="6"] {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="7"] {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="8"] {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="9"] {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="10"] {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateX(100000px);
            transform: translateX(100000px);
}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateX(-100000px);
            transform: translateX(-100000px);
}
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateY(-100000px);
            transform: translateY(-100000px);
}
/**
 * SlideIn animation
 */
[data-mode="animation"] .mcs-item[data-action="exit"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
}
[data-mode="animation"] .mcs-item[data-action="enter"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
}

/* Horizontal Forward */
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-slidein;
            animation-name: h-forward-exit-slidein;
}
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-slidein;
            animation-name: h-forward-enter-slidein;
}
@-webkit-keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
                transform: translateX(-600px);
    }
}
@keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
                transform: translateX(-600px);
    }
}
@-webkit-keyframes h-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(180px);
                transform: translateX(180px);
    }
    100%   {
        opacity: 1;
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(180px);
                transform: translateX(180px);
    }
    100%   {
        opacity: 1;
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Horizontal Backward */
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-slidein;
            animation-name: h-backward-exit-slidein;
}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-slidein;
            animation-name: h-backward-enter-slidein;
}
@-webkit-keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
                transform: translateX(600px);
    }
}
@keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
                transform: translateX(600px);
    }
}
@-webkit-keyframes h-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-180px);
                transform: translateX(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@keyframes h-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-180px);
                transform: translateX(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

/* Vertical Forward */
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-slidein;
            animation-name: v-forward-exit-slidein;
}
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-slidein;
            animation-name: v-forward-enter-slidein;
}
@-webkit-keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
                transform: translateY(-600px);
    }
}
@keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
                transform: translateY(-600px);
    }
}
@-webkit-keyframes v-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(180px);
                transform: translateY(180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes v-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(180px);
                transform: translateY(180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

/* Vertical Backward */
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-slidein;
            animation-name: v-backward-exit-slidein;
}
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-slidein;
            animation-name: v-backward-enter-slidein;
}
@-webkit-keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
                transform: translateY(600px);
    }
}
@keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
                transform: translateY(600px);
    }
}
@-webkit-keyframes v-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-180px);
                transform: translateY(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes v-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-180px);
                transform: translateY(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
/**
 * Bounce animation
 */
.mcs-bounce[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: cubic-bezier(.84,0,1,1);
            animation-timing-function: cubic-bezier(.84,0,1,1);
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    /*-webkit-animation-delay: 0s;
            animation-delay: 0s;*/
}

.mcs-bounce[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
}

/* Horizontal Forward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-bounce;
            animation-name: h-forward-exit-bounce;
}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-bounce;
            animation-name: h-forward-enter-bounce;
}

@-webkit-keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
                transform: translateX(-2000px) translateZ(-1px);
    }
}
@keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
                transform: translateX(-2000px) translateZ(-1px);
    }
}
@-webkit-keyframes h-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    75% {
        -webkit-transform:translateX(10px);
                transform:translateX(10px);
    }
    90% {
        -webkit-transform:translateX(-5px);
                transform:translateX(-5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    75% {
        -webkit-transform:translateX(10px);
                transform:translateX(10px);
    }
    90% {
        -webkit-transform:translateX(-5px);
                transform:translateX(-5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Horizontal Backward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-bounce;
            animation-name: h-backward-exit-bounce;
}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-bounce;
            animation-name: h-backward-enter-bounce;
}
@-webkit-keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
                transform: translateX(2000px) translateZ(-1px);
    }
}
@keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
                transform: translateX(2000px) translateZ(-1px);
    }
}
@-webkit-keyframes h-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    75% {
        -webkit-transform:translateX(-10px);
                transform:translateX(-10px);
    }
    90% {
        -webkit-transform:translateX(5px);
                transform:translateX(5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    75% {
        -webkit-transform:translateX(-10px);
                transform:translateX(-10px);
    }
    90% {
        -webkit-transform:translateX(5px);
                transform:translateX(5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Vertical Forward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-bounce;
            animation-name: v-forward-exit-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-bounce;
            animation-name: v-forward-enter-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
@-webkit-keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px);
    }
}
@keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px);
    }
}
@-webkit-keyframes v-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(3000px);
                transform: translateY(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    75% {
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    90% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
@keyframes v-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(3000px);
                transform: translateY(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    75% {
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    90% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}

/* Vertical Backward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-bounce;
            animation-name: v-backward-exit-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-bounce;
            animation-name: v-backward-enter-bounce;
}
@-webkit-keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
                transform: translateY(2000px);
    }
}
@keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
                transform: translateY(2000px);
    }
}
@-webkit-keyframes v-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
                transform: translateY(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }
    75% {
        -webkit-transform:translateY(-10px);
                transform:translateY(-10px);
    }
    90% {
        -webkit-transform:translateY(5px);
                transform:translateY(5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
@keyframes v-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
                transform: translateY(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }
    75% {
        -webkit-transform:translateY(-10px);
                transform:translateY(-10px);
    }
    90% {
        -webkit-transform:translateY(5px);
                transform:translateY(5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
/*
 * Arrows
 */
.MagicScroll-horizontal .mcs-button-arrow-prev:before,
.MagicScroll-horizontal .mcs-button-arrow-next:before,
.MagicScroll-vertical .mcs-button-arrow-prev:before,
.MagicScroll-vertical .mcs-button-arrow-next:before {
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    border-width: 3px;
    border-color: rgba(49,51,61,0.6);
    border-style: solid;
    border-right: none;
    border-bottom: none;
    -webkit-transition: border-color .15s linear;
            transition: border-color .15s linear;
}

.MagicScroll-horizontal .mcs-button-arrow-prev:before {
    left: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
            transform: translate(-50%, -50%) rotateZ(-45deg);
}

.MagicScroll-horizontal .mcs-button-arrow-next:before {
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
            transform: translate(-50%, -50%) rotateZ(135deg);

}
.MagicScroll-vertical .mcs-button-arrow-prev:before {
    top: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
            transform: translate(-50%, -50%) rotateZ(45deg);
}
.MagicScroll-vertical .mcs-button-arrow-next:before {
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-135deg);
            transform: translate(-50%, -50%) rotateZ(-135deg);
}
.mcs-button-arrow.mcs-disabled {
    opacity: 0.01 !important;
}
.MagicScroll > .mcs-button-arrow {
    /*font-size: 20px;*/
    width: 30px;
    height: 30px;
    margin: auto;
    opacity: 0.6;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    opacity: 1;
}

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before {
    border-color: rgba(49,51,61,1);
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
    -webkit-transition: background-color .15s linear;
            transition: background-color .15s linear;
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    width: 8px;
    height: 8px;
}

.MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    background-color: rgba(255, 255, 255, .96);
}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    left: 5px;
}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    right: 5px;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    top: 5px;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    bottom: 5px;
}

.lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    border: 1px solid rgba(153, 153, 153, .5);
}
.lt-ie9-magic .mcs-button-arrow:before {
    border-color: #83858B;
}
.lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover:before {
    border-color: #31333D;
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    border-color: #31333D;
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    border: 1px solid #999;
    filter: alpha(opacity = 60);
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
    filter: alpha(opacity = 96);
}
.lt-ie9-magic .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity = 0.01) !important;
}

/*
 * Bullets
 */
.MagicScroll-horizontal .mcs-bullets {
    margin-top: 10px;
}
.MagicScroll-horizontal.MagicScroll-bullets {
    margin-bottom: 35px;
}
.MagicScroll-vertical .mcs-bullets {
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.MagicScroll-vertical.MagicScroll-bullets {
    margin-right: 35px;
}

.mcs-bullet {
    width: 10px;
    height: 10px;
    background-color: #83858B;
}
.mcs-bullet:hover {
    background-color: #5a5a5a;
}
.mcs-bullet.active {
    background-color: transparent;
    border: 1px solid #5a5a5a;
}


/* Caption */
.mcs-item .mcs-caption {
    color: white;
    padding: 5px 0;
    font: normal 9pt/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
    text-rendering: geometricPrecision;
}
.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    background-color: #31333D;
    background-color: rgba(49,51,61,0.7);
}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    filter: alpha(opacity=60);
}

/* Carousel & Cover Flow */
.MagicScroll[data-mode="carousel"],
.MagicScroll[data-mode="cover-flow"] {
    background: #4f4f4f;
}
.MagicScroll[data-mode="carousel"] img,
.MagicScroll[data-mode="cover-flow"] img {
    box-shadow: 0px 15px 30px -10px #000;
}
.MagicScroll[data-mode="carousel"] figcaption,
.MagicScroll[data-mode="cover-flow"] figcaption {
    padding: 4px 0 0;
    font-size: 10pt;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


/* Misc */
.MagicScroll.mcs-shadows {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
}

.MagicScroll.mcs-border .mcs-item {
    background: #fff;
    border: 1px solid #efefef;
}
.MagicScroll-horizontal.mcs-border .mcs-item {
    margin: 0 3px;
}
.MagicScroll-vertical.mcs-border .mcs-item {
    margin: 3px 0;
}
/*
 * Loader
 */
.mcs-loader {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.mcs-loader .mcs-loader-text {
    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;

    width:70px;
    height:20px;
}

.mcs-loader-circles {
    position:absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width:60px;
    height:60px;
    opacity: 1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}

.mcs-loader-circle {
    position:absolute;
    background-color:#ffffff;
    height:11px;
    width:11px;
    border-radius:50%;

    -webkit-animation-name:MagicCircle;
    -webkit-animation-duration:0.48s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;

    animation-name:MagicCircle;
    animation-duration:0.48s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

.mcs-loader-circle_01 {
    left:0;
    top:25px;
    -webkit-animation-delay:0.18s;
    animation-delay:0.18s;
}

.mcs-loader-circle_02 {
    left:7px;
    top:7px;
    -webkit-animation-delay:0.24s;
    animation-delay:0.24s;
}

.mcs-loader-circle_03{
    left:25px;
    top:0;
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
}

.mcs-loader-circle_04 {
    right:7px;
    top:7px;
    -webkit-animation-delay:0.36s;
    animation-delay:0.36s;
}

.mcs-loader-circle_05 {
    right:0;
    top:25px;
    -webkit-animation-delay:0.42s;
    animation-delay:0.42s;
}

.mcs-loader-circle_06 {
    right:7px;
    bottom:7px;
    -webkit-animation-delay:0.48s;
    animation-delay:0.48s;
}

.mcs-loader-circle_07{
    left:25px;
    bottom:0;
    -webkit-animation-delay:0.54s;
    animation-delay:0.54s;
}

.mcs-loader-circle_08 {
    left:7px;
    bottom:7px;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
}

@-webkit-keyframes MagicCircle {
    0%{background-color:#000000}
    100%{background-color:#ffffff}
}


@keyframes MagicCircle {
    0%{background-color:#000000}
    100%{background-color:#ffffff}
}

.mcs-item-loader {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url('data:image/gif;base64,R0lGODlhKgAqAOZyAFlWV/X09ERAQS0pKt7d3rKwscjHyJyam3BtboaDhOfm5vf399XV1XNwcdbW1rW0tIOBgcXExGJfYJSSkj46O/b29pGPj+Pj48jHx/39/eDf39vb26Sio7u6uqyqq8rJyfHx8fn5+a2rrO3s7c/Oz+rq6qinp0dEReLi4ltYWbq4ufDw8JCOj/v7+/Pz825sbOjo6IKAgZWTlPj4+NDP0Obl5vX19fz8/Pr6+vz7+9fW1+Hg4Ozs7Le2tuTk5GdlZY2LjNrZ2djX18vKyujn556cnaGgoJaUlb28vMLBwjAsLe/v7+/u7sTDw87Nze7t7eXl5cG/wNLR0d3d3dnY2HVzc398fW9tbdTT06OhorCvrzo3OLSys7a1tWRhYlBNTuLh4dHQ0KKhofLy8rm4uJ2bnMzLy8nIyXl2d5iWlp+dnaakpXx6eoqIiMHAwdzc3M7OziIeH////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgByACwAAAAAKgAqAAAH/4BygoOEhYaHiImKhipxcSqLkZKCAI4Ak5gMPywghZVxl4U4MxmYhRSOLJ6WogEBFaaESo5xF4SfoYIZrgE2sYNFtLlyuIQLvC2/g6iOGIPFgje8sMqCGLQUz6yCFbw31drNggwUFAzRvAuYOidbWYUXtOeHu66lhCsaKCGGVwP/Jz4QUlHFg6IWIXIQqoCCgEMYho78mygBSrUWChxqZGJojMSJ/5D8CqBx4z1DUCSAZPOrREkFyRZ9OPFPyy8XDlFQm/RBR7UQO8EJHUpUTpMGSJM22CA0gIOnUB08ESSgqtWqKYSSMMC1K1eqV61mBbfVa1dBR5UiZQrOadSnU9aLyp2bSUO1FTxMMXgBAECUX2AKFOiQd1EJCH37pvn1QbDgCL4OBfCQOPGQXwocOxaCwxDlyhBKVLMRQXMBIYaAJH4xT5CUMmcUBXFjdxCPDo4FFtLwwkuXQiMQCPeBaMSB4y4KTenRYQWmCcIRsC2hRo1oOTWOH3gwdEP0GINEWLAgYpAJ7TWExojOVo548oOyHzcBLkr0CYTelx/0QDuWamhEN0J+4+0niAvaiVHNegj0UIh+hTgxXzU+lNFDUO4VWEgITnQwIF0Q0pXIG+O9IeKJggQCACH5BAUKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGKnFxKouRkoIAjgCTmDpXR2OFlXGXhCAsPwyYhScDA0eeloUsjhSnhFuqA1CEn6GCF45xSrODWbYSua6Dn3FFwYOpqh/Ix3IYvrLMgh+2J9GggxS+GNeDErbQcgwUFKbTvruRGylfIoVQtjqIDL4XhS02FRmGrAgYmIIGISRstCjyUAXSoBsVAkicYcjIwIsNiFzLsECiRxyGXFi8OLBJsBwePyYi0oBkm2AhUi4AuIhGioFkgrWQWOHGKRobNvoUR7So0UFDIChdCkED0RAKokpVEIASgKtYAbwgioKA169erWa9ulVcV7BfBSVlqtSpOKhT2qNWPUq3LqYNPq4FAHFqQwwECM4EK2HAAAm+i0ZMAAx4TbAghQs7oHioQg/GjKUEexI58oUchi5jnjDi2gwHnQ3sK1SGcYygg6h4CKMIDAkFokhEDmLIRww0UQotSUAcBqIVBZLbKKTADIm5kjgQT7BD0AgTJkrL4ZG8QISiO6bLGPTgwIEHgzp050FUxvTqgsqfH8Q9eQdxH6ZzICQf/aAI3U1xDRDTLcGfef4JYkN3PVzjXgJJFNJfIULYdw0MHiSxgIQIFoKDEB+sYJccE46IiAbmuWXiiIEAACH5BAkKAHIALAEAAQAoACgAAAf/gHKCg4SFg0gDA0iGjI2OhhKJEo+UhhtWRi6FkQOTlZ9yKQICRpuSoJ9fowJEhJyeqI8iqw2up7GUoqM0g6+4lDSrKb23v44Nq7xyOicnOsZyGi9eXYVEqxu/RUoUDIRAAOEv3oNNbWS4GBRx7D+EHuHxECXQFwDs+CyEAfDx4UO/VODLB8JQCQj+0vyqMhDAhUcMXoSL8ssDOwoYQDHQAI1BRmggQ4qUI2WCyZMTfITMsKClywU5EMicKTNGyAoBcurMSZOmTZA4d+osidKkSpAsX7bMMbKp0087YEALUQHUDhkJEoT55YIAARRVHS3hkDUrl18wvHpV0MLQgiRlpstS+RVArVomGQjBjcthCbQWCuwSYPKurIwdhDR0CPKoxJQnhCqgUCt1EAwZQD4UcnGg84hGAQyInlFohQYUIT496HyghqAVHTqsEARCtAEHIGuwNjEoQoECEQaRsF3QmAnWrgX5Bj6otmgSxrCwfkBoefBBDmwr+CWGtabev68LmmHbzK/jB5wUsl7owvNfIzo4SV09fKEcF4IEeMr+aSMFv22HSyAAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZNAgJNi5GSgg2ODZOYGkAeAYWVApeEY0dXOpiFLwAAHp6WhUcDAyenhF6qACWEn6GCULEDW7SDXbcQuq6DEr9ZwoOpqgyDu4Mfv7PNggy3L9LIcie/H9iDELfRchspKRuC1bESmD4xaFGFJbcaiDq/UIVFShTOESqDoGAMdoOGpKmXSAsbJIQwUIhD8YehHgUzThiB7QIAiiBZGKqAMWNBKcJUgAwJAtGICSbXCKuyEsCFSBtiFDwjzANFChhObfCBjUHQcUiTKh1EhYPTpxxgINV265YKQQmyas0qA+nElSCxbtXaddxXsHEENYXqVOo4qlXXAVxdSrcuphocm2W4caqGiQMHgghrESBABb6LXDwADNiNsBmFCy/IgCiEE8aM89HKETkyjkOXMT9wgS3Dgs4BPhfqwNhEDUIKPoBR5KJEp0E3KkSeYWiECTFYCtkoQHxFZQLIWxRqYaMC5UkRiBfgISgACRK3KyAnoCApD+kdBjkwYMDBIBTbKyDtIJ26oPHlB2lHjmLcFOkRCME3P0jBduPN9CCdDfqRx58gLWynmTDsFSBEIfsVwgR92KzwgRCqiWdgIRkwAUMIdskRYYiIPEHeEySmGAgAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZDAABDi5GSghCOEJOYPmU9FYWVAJeELkZWG5iFMQgIPZ6WhUYCAimnhGiqCCOEn6GCRLECX7SDUbcTuq6DDb8iwoOpqqaUyHI0v7PNghu3MYO7gym/NNiDE7fRGi8vGoLVsQ2YMDJAH4Ujtz6IG79EhVlbJzoMeUhAUMYOQlLWnFFEpk0TQh9ODJh4xVASghg5LMEGRcLEj0cMLbiIkSAVYUg+ghyDaAmHklyEsVEpAUqkHTIIhhGmZeIJeph2wMCmA+i4o0iTCtLwoKnTB7nGMXBE1ZEKQQeyas1q4iiFOGDDgsW6VWvXcV/Fhl361GlUbFPTq1pVSrfuKR4r4GK426FAATDCPIClsHeRjQh+/ZIQ9kMsgAuIcAhJnFiBMBVq47AAYWgy5Qg2sF0AoJaFoQ+JO/Ag9CRICUUtQuQghCFtnB+GVnToMaXQDAPAAyDKEKB4hkJFlFBggMkBcAOc5YRAgSKEoBvFAyxACuL5YkEKCBCwLKhC9htHSTyPLif8+EHYi3fCpuC5A0LuyQtakL0FNjPPzYCfePrJQVxxoTWjngGQDfgeITjIh00AQVwwm4MFCoLDDMfZlZ9digQgnnAglihHIAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYNSCAhShoyNjoYTiROPlIYwHkkLhZEIk4QBHkAalYYyCQlJm5KFHgAAL6SFQKcJS4ScnoIlrgBesYQftBy3q4MQvF2/hKanO4O4gwy8sMqDO7Qyz8VyL7wM1YQctM5yPjExPoLSrhCkIyZiWIVLtDCNGrwlhSJfKRuEHQ4INFGDEBUuYR5FSTOEEI0UAiJaIeREoMUHLsAJItIgokcjhEJUtChwVLUmHj9mLOTiAUk34NqkbEDkUQ0TAoOAIxMxBY1YNUZolLPh59CjSJPKURChqdMIK5DqkEC1qgQkBbJqzdoB6YkBYMOC3bq169GvYsMyfdo06tGpVq6pIlFKty4pEAHsOgJBwoABfXoJzXDg1++UwIJyXChc+AliOYsZO5jxWE6QwiRAfIKxspGHKipiBSBhRkGhFgRSh2jEII7rC0gVpCZQQVCGChUyCMLgOg6AoxVmoxi0IEAATYIo9MYwFMXs2oKKHx/E2zUFjStmmyZuHLkgAL2LgNMwuwUh6d4h91YCzjkBJoXQF2JhHVwIGEx0n+9eCASLH9/UJV9lg+RgXA7gBAIAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZUCQlUi5GSghyOHJOYIx1OIYWVCZeEFT1lPpiFJgcHTp6WhT0ICDGnhGKqBy6En6GCI7EIaLSDWLcPuq6DE79RwoOpqjWDu4Mbv7PNgjW3JtLIcjG/G9iDD7fRcjAyMjCC1bETmCsdPVOFLrcjiD6/+YRdXi80GPpQoGAHHoQ0uAmi6MwaKYQYvABAEYghIQUzRrCBrQQEiiA9GMKBMWNBBcKGgAwZAJGNCCZJCEuzEkKJSDw6FAQjLArFFwxO8ViBTUPQcUiTKh30xIHTpw5ajtvQoKrVBk0EGdjKdavMcSkEiB0rVmtXrl+xhSU7VlBTqE7apWKjerVq1qV482Kq0KmZjg+nKqAgQCAXLS0DBpwAvKiFAsKEb9K6kjixBCiIMjCBDFkuJiSVKx8ZY2gzZwUtsEGREHrAEUMwIKOoQCjHjNSJPFRRQejDicpXDIVAoYEooQwBkmdAxCCO8wuFsmw5oQPTguQBbghiQIHCUQzO4wBIegM7bUEAnI8XRCE8BqQVsGtHr34QeOcUxrXAvoBQevH+hVcENjZgt9wg/60nyAXhKYFNfAHgUEiChbCAHzYZzCDhhPURAgILPxyVF4V6JaKCc7yVqKIcgQAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYaBwcai5GSgg+OD5OYKx9COIWVB5eEC0keMJiFHQUFQp6WhUkJCTKnhD2qBTaEn6GCS7EJQLSDU7cRuq6DHL8fwoOpqjyDu4M7v7PNgjy3HdLIcjK/O9iDEbfRciMmJiOC1bEcmAEkZgqFNrcriDC/S4VRaDF8GApioCAJEIQUkACjKAwXKoQ2xEBAsYyhCwUzOpiBbcQEiiB7GMqBMWPBJ8KkgAxZAdEMByanCFuzcgK7RSBIFCwh7AzFGBtOgQiAzUfQcUiTKh0UQIHTpwpCINUAoapVCEMEEdjKdSsKpC8AiB0rVmtXrl/HhSU7VlBTqE7cpY6jerVq1qV482K6kQHbBhqnblQIEKCFMDICBKQAvCjDAsKE5Z6ykjhxAyKJcECGnENYk8qVjbgwpHnzgr7NiDQALcCIoRmQK9wgpOKHB0Va2CAhRCNFZSuGMlSwYZjQhTjIGSDSMaA5lEIivqQ4KgkA8jgYBDGgQEG5nA/NB0hIiuE6hUHW4wAYdCI8s3EUrmcXlH69IPDNT4wrct0+feT+ySFBeFlgo8R1FxBSHyFQhLcFNvHFwUIhCxJyRH7YMPADCwgpCGAhYxxxhQ56yVFhiYeogJwKKLYYCAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYMKBQUKhoyNjoYRiRGPlIYBQRc5hZEFk4QhTh0jlYYkBgYXm5KFTgcHJqSFZqcGM4ScnoIurgdisYQKtA63q4MPvFi/hKanIIO4gzW8sMqDILQkz8VyJrw11YQOtM5yKx0dK4LSrg+kISga6YQztAGNI7wuhR9AMjCEMAgIRFGB0JMpJR4FcaOB0A4ZCSJ6IMREoEUFLcAJWsIhosckhDJUtCjQXjUqHj8uMNRCAcmE1bik5LDkUQUUAvVVCxNRxo5YFUJolAPj59CjSJPKybGgqdMFGZD6mEC16gQpAbJqzVrwaAwEYMOC3bq169CvYsMyfdo06tGpVqapSlFKty4pDAyGash7l0KcOBOrRQEA4AXfRhcA/P1bBRwQwoQhwCQEgsXixSrADYEM2YNJQZYvA0ilsQQEzgACC/qxmAKGamTaNCHE4AVkILQpKCkCboOA30QKdfHyoqFGHSdO6BBE47eABnYFSRgwQMKgFM5pRJ9efVDz3ym2U7c+qIFzEXa5kxdExPmX9OMLGQEPvzshF0asbKi/PnohJNQhAU4gACH5BAkKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGTwYGT4uRkoIOjg6TmCEwTBmFlQaXhDhCHyuYhSgEBEyeloVCBQUdp4QaqgQthJ+hgjaxBT20gyu3CrqugxG/U8KDqaoVg7uDPL+zzYIVtyjSyHIdvzzYgwq30XIBJCQBgtWxEZgZFTa5hC23IYgrvzaFWGImRhiaEaBghRuEApRwoQgMCWODapg4QPGaqIIYF3Rq5uIBxY9ODuHAiDGHMA0fQeY7lGEByZWn3KR8wHDRjQoF650KQtFEjVM3Ngob8XOc0aNIB6kAwLQpAAZGS4iYSlXEG0FxsmrNSsGoGgtgw4LFulVr13FfxYYVtNQpU6jj06RWnXo1qd27mDDAFVbiwikMFLJ6EMYArBq/iy4A2FpFGBexIkAgAsGibBwVwt6otYBhhqHKWwEgFgZChFoMhn6YRT0IyRUtiqKkGULoQloLXAwxoKCkSCEoA4LrQKShaYlCcNKoOT5JQvABHwRtSJFigyAGTSEc/fD8xKAGAgQ0GPSi6d5mJ55HFwRe/CDsTF+My/JcAqH24wdBaNoF25bnUNwXXn6ClNCUF9ikN8ARheBXiAfxYaPDFUeM0eCAhQTgARAa4CWHgx4i0kR4TYRoYiAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYBBAQBi5GSggqOCpOYGTM4hpUEl4Q5F0GQmIQVAQGchJ6ggxcGBiSmhDapARmsloQzsQZmtIMttwu6n4QOvq7BqKk3g62DIL6zwYM3txXQu4IkviDWhAu3z3IhKCghgtOxDpgMFEpFhRm3uYcBvjOFUz0dK4Z+xBlIAUOoEC0UlZjyhBCPDgUifjDEYqBFABfC2YgQsaMQQyAqWhyoIpiCjh5XGboAYGSVYCRQRrARCQOFgR6CgYnYgYcpDAzCrfAZrqjRo4dUAFjKFEDQoiMeSJ36QIOgkSMpGDVxoKvXrlexEtz69asgpU2XPg0XlapUq0jV48oN9kFHOBg7TH04MWCAlmBhEiSQkXcRFAl9+7IJ5kGwYA5LEI05kjgxkmBUHDtOUqwQ5coSoIRbwkFzgiSGriQ+MXFQEytkFJ1ZI4XQDhmOcxbScWJLlkJEBAjfgMgHguMjCn0AIgMGpgbCBdAQpOHFC7gbjiOYcJRG9BSDICyFMCiGduJFU0SfLkg8APKCsh+PUVRE9AaE3MMXNEF7lHBfREdEfuMRMoJ2aISjngBGFKJfIT3MF84GVhjhgoMFntJDGT7M1V6GHiIyxFJDhGiiIIEAACH5BAUKAHIALAEAAQAoACgAAAf/gHKCg4SFgzkBATmGjI2OhguJC4+Uhgw/LCCFkQGThBlMMCGVhhRxcSybkoVMBAQopIVKp3EXhJyegi2uBBqxhEW0ALergwq8K7+EpqcYg7iDFbywyoMYtBTPxXIovBXVhAC0znIZFRUZgtKuCuCEF7QMjSG8LYUKZiQBsSpVHo8uSuwbBIKEgYNB3JGa4eCgQ1sKHz1x+HBRREdTKDqYcZFSiYMkNHWsFEDkyJMoKSGRwLKlBB0XV0SYSTOCggE4c+I8cbFDgZ9Af+rUyTOiz6BAV7pkCTOizJoz26WcSnUQjQ0KR9SIRSOFAAFkwAU5cMDEVkdEGnz92gZcB7JkrR+4MOTCyNq1TcBpgAvXyahBdu82IKLQxQO+B5wQsrI2BQ1CQ4BEeRSGCxVCNUzA7UBoQ4ovIgqVAEDaFyMYCVIvKYRFjIkRpCCQBiBPjo8YMXwI2pE6AYeIDGa/GDQBAYIJg2T03qHwxezacoofH8Q7tQx3XWZDICQd+SAOvT+A8zK7BHfj3gUt6Q0EnHMA/85PJ5TEul4gHgYSR78piQcYKXVXlSFSGCcFOIEAADs=') no-repeat center center;
}

.MagicScroll.mcs-rounded {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden !important;
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside {
    overflow: hidden !important;
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-outside {
    overflow: visible !important;
}
.MagicScroll.mcs-rounded .mcs-button-arrow {
    color: rgba(49,51,61,0.6);
    -webkit-transition: color .15s linear, background-color .15s linear;
    transition: color .15s linear, background-color .15s linear;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow {
    width: 30px;
    height: 100%;
}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow {
    width: 100%;
    height: 30px;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev {
    left: 0;
    border-radius: 10px 0 0 10px;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next {
    right: 0;
    border-radius: 0 10px 10px 0;
}

.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev {
    top: 0;
    border-radius: 10px 10px 0 0;
}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next {
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
    opacity: 1 !important;
    color: rgba(49,51,61,.1);
    text-shadow: none !important;
}

.MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow {
    background: #efefef;
    opacity: 1;
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
}

.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled) {
    background-color: rgba(255, 255, 255, .96);
    color: rgba(49,51,61,1);
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow {
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
}

.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 1px 0 0;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 0 0 0 1px;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 0 1px 0;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 1px 0 0 0;
}
.lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow {
    color: #83858B;
}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    filter: alpha(opacity = 75);
}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
    filter: alpha(opacity = 96);
}
.lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity = 75) !important;
    color: #ccc;
}
/*


   Magic Thumb v3.0.18 
   Copyright 2021 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magicthumb/
   License agreement: https://www.magictoolbox.com/license/


*/
.MagicThumb > span {
    display: none;
}

.mgt-hint,
.mgt-loading {
    color: #eee;
    direction: ltr;
    text-align: center;
    text-decoration: none;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.mgt-hint {
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 0 10%;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mgt-hint-message {
    border-radius: 2em;
    padding: .7em 1.1em;
    background: rgba(49,51,61,0.7);
}

.mgt-hint-message:before {
    speak: none;
    font-size: 1.5em;
    content: '\02295';
    margin-right: 6px;
    font-family: serif;
    text-align: center;
    vertical-align: -2px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mobile-magic .mgt-hint-message:before {
    display: none;
}

.mgt-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}

.mgt-loading {
    top: 50%;
    left: 50%;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 0;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.mgt-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;

    -webkit-animation: thumb-loading .9s infinite linear;
            animation: thumb-loading .9s infinite linear;
}

@-webkit-keyframes thumb-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes thumb-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Style of the small image link */
.MagicThumb, .MagicThumb:hover {
    z-index: 1;
    direction: ltr;
    max-width: 100%;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: inline-block;
    position: relative;
}

/* Style of the small image */
.MagicThumb img {
    height: auto;
}

.MagicThumb > img {
    display: inline-block !important;
    width: 100%;
}

td > .MagicThumb > img,
td > .MagicThumb.magic-for-ie8 > img {
    max-width: none;
    width: auto;
}


/* Style of the expanded image */
.MagicThumb-expanded {
    outline: 0;
    padding: 0;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    background-color: transparent;
    background-color: #f2f2f2;
    border: 0px solid #f2f2f2;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.MagicThumb-expanded.mgt-video {
    cursor: default;
}

/* Style of the caption for the expanded image */
.mgt-caption {
    color: #333;
    padding: 8px;
    text-align: left;
    line-height: 18px;
    background-color: transparent;
    background-color: #f2f2f2;
    font: normal 10pt/1.5 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Helvetica;
}

.mgt-caption-right {
    padding-right: 300px;
}

.mgt-caption-right .mgt-caption {
    max-width: 300px;
}

.mgt-caption-bottom .mgt-caption {
    height: 54px;
}

.MagicThumb-expanded .mgt-caption {
    transition: color .25s ease !important;
    opacity: 1;
}

.mgt-expand-stage .MagicThumb-buttons .mgt-button {
    opacity: .6;
    width: 44px;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.25);
    -webkit-transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
            transition: background-color .25s, border-radius 0.5s, opacity 0.5s !important;
}

.MagicThumb-buttons .mgt-button:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
    content: "";
    top: 50%;
    width: 40%;
    height: 40%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}

:root:not(.mobile-magic) .MagicThumb-buttons:not(.compact-buttons) .mgt-button:hover,
:root.mobile-magic .MagicThumb-buttons:not(.compact-buttons) .mgt-button:active {
    opacity: 1;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
}

.MagicThumb-buttons .mgt-button[rel=prev],
.MagicThumb-buttons .mgt-button[rel=next] {
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    margin: auto 10px;
    z-index: 90;
}
.MagicThumb-buttons .mgt-button[rel=prev] {
    left: 0 !important;
}
.MagicThumb-buttons .mgt-button[rel=next] {
    right: 0 !important;
}

.MagicThumb-buttons .mgt-button[rel=prev]:before {
    left: 40%;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.MagicThumb-buttons .mgt-button[rel=next]:before {
    left: 15%;
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.MagicThumb-buttons .mgt-button[rel=close] {
    top: 0 !important;
    right: 0 !important;
    margin: 10px !important;
    z-index: 95;
}

.MagicThumb-buttons .mgt-button[rel=close]:before,
.MagicThumb-buttons .mgt-button[rel=close]:after {
    left: 50%;
    width: 80%;
    height: 1px;
    background-color: white;
}

.MagicThumb-buttons .mgt-button[rel=close]:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.MagicThumb-buttons .mgt-button[rel=close]:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mac-magic .MagicThumb-buttons .mgt-button[rel=close] {
    left: 0 !important;
    right: auto !important;
}

.MagicThumb-buttons.compact-buttons {
    position: absolute;
}
.MagicThumb-buttons.tl {
    top: 5px;
    left: 5px;
}
.MagicThumb-buttons.tr {
    top: 5px;
    right: 5px;
}
.MagicThumb-buttons.bl {
    bottom: 5px;
    left: 5px;
}
.MagicThumb-buttons.br {
    bottom: 5px;
    right: 5px;
}

.MagicThumb-buttons.compact-buttons .mgt-button {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 !important;
    background-color: rgba(0,0,0,.75);
    border: 1px solid rgba(255,255,255,0.1);
}
.MagicThumb-buttons.compact-buttons .mgt-button:hover {
    background-color: rgba(0,0,0,1);
    border-radius: 0;
}
.MagicThumb-buttons.compact-buttons .mgt-button+.mgt-button {
    margin-left: 2px !important;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=prev]:before {
    background-position: -48px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=next]:before {
    background-position: -72px 0px;
}
.MagicThumb-buttons.compact-buttons .mgt-button[rel=close]:before {
    background-position: -24px 0px;
}

@media screen and (max-device-width: 767px) {
    .mobile-magic.mgt-expand-open .MagicThumb-expanded,
    .mobile-magic.mgt-expand-open .MagicThumb-expanded .mgt-figure {
        overflow: visible !important;
    }
}

.lt-ie9-magic .MagicThumb-expanded { filter: none !important; }
.lt-ie9-magic .MagicThumb-buttons a {
    background-color: #000;
    filter: alpha(opacity=60);
}
.lt-ie9-magic .MagicThumb-buttons a:hover {
    filter: alpha(opacity=100);
}

.mgt-bg {
    opacity: 0;
    background-color: #000;
}

.mgt-bg.onexpand {
    opacity: .8;
}

.mgt-selector, .mgt-selector:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

.mgt-visible {
    opacity: 1;
}

/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
    cursor: default;
}

/* Style of the small images which swap the main image */
.MagicThumb-swap {
}

/* Style to hide caption on page. Only needed for #id method. */
.MagicThumb-external-caption {
    display: none;
}

.mgt-selector:hover img {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.mgt-selector.mgt-active img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.mgt-video-icon {
    position: relative;
    display: inline-block;
}

.mgt-video-icon:before,
.mgt-video-icon:after {
    content: '' !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute !important;
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
            transform: translateY(-50%) translateX(-50%) !important;
}

.mgt-video-icon:before {
    color: #fff;
    text-shadow: 0px 1px 10px #000;
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,0.5);
    background-size: 50%;
    background-position: center center !important;
    z-index: 1 !important;
}

.mgt-video-icon:after {
    width: 12px !important;
    height: 16px !important;
    border-style: solid !important;
    border-top-width: 8px !important;
    border-top-color: transparent !important;
    border-left-width: 12px !important;
    border-left-color: rgba(255,255,255,0.8);
    border-bottom-width: 8px !important;
    border-bottom-color: transparent !important;
    border-right-width: 0px !important;
    margin-left: 1px !important;
    z-index: 2 !important;
}

.mgt-video-reset:before,
.mgt-video-reset:after {
    content: none !important;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu-list>li>.wsshoptabing {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu-list>li:hover .wsshoptabing {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
/*
 * Plugin: Web Slide Navigation System
 * Demo Link: https://uxwing.com/webslide/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/* ======== Find Below Table of Content Points to Go Relevant Section  =========
[Table of contents DESKTOP]
Desktop Base CSS
Desktop Main Menu CSS
- Main Search Bar CSS
- My Account Dropdown
- Main Menu Cart Icon
Desktop Tabing Mega Menus CSS
- Tabing Leftside
- Tabing Rightside
- Mega Menu Content Formatting
- Brand Mega Menu
Desktop Mega Menus CSS
Desktop Half Menus CSS
Desktop Extra CSS

[Table of contents MOBILE ]
Mobile Menu Change Brake Point
Mobile Base CSS
Mobile Main Menu CSS
Mobile Dropdown CSS
Mobile Mega Menu CSS
Mobile Header CSS
 -> Mobile Search Bar
 -> Mobile Toggle Menu icon (X ICON)
Mobile Overlay/Drawer CSS
Mobile Sub Menu Expander Arrows
Extra @Media Query
===============================================================================*/
/* ================== Desktop Base CSS  ================== */
.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/* ================== Desktop Main Menu CSS ================== */
.headerfull {
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.smllogo {
  padding: 9px 0px 0 16px;
  margin: 0;
  float: left;
  width: 6%;
}

.smllogo a {
  display: block;
  float: left;
  padding: 0;
}

.wsmain {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1300px;
}

.wsmenu {
  width: 94%;
  float: left;
  font-family: Helvetica, sans-serif;
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 0;
  display: block;
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
}

.wsmenu>.wsmenu-list>li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.wsmenu>.wsmenu-list>li>.navtext {
  line-height: 16px;
  text-align: right;
  padding: 14px 20px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li>a {
  display: block;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  line-height: 10px;
  margin-left: 0px;
  position: relative;
  right: -7px;
  text-align: right;
  top: 1px;

}

.wsmenu>.wsmenu-list>li>.navtext>span {
  display: block;
  font-size: 11px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 16px;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
}

.wsmenu>.wsmenu-list>li a:hover .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li a.active .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li:hover>a .arrow:after {
  border-top-color: #b3b3b3
}

/* Main Search Bar CSS*/
.wsmenu>.wsmenu-list>li.wssearchbar {
  width: 40%;
  float: left;
  padding-left: 15px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch {
  float: right;
  width: 100%;
  height: 42px;
  position: relative;
  margin: 9px 0 0 0;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 12px;
  height: 42px;
  z-index: 2;
  outline: none;
  color: #7d7d7d;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
  color: #fff;
  opacity: 0.9;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle>i {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #9c9c9c;
}

/* My Account Dropdown */
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
  margin-right: 9px;
  font-size: 14px;
}



.wsmenu>.wsmenu-list>li.wsshopmyaccount {
  float: right;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
  display: block;
  padding: 0 24px 0 24px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}



.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 11px;
}

/* Main Menu Cart Icon*/
.wsmenu>.wsmenu-list>li.wscarticon {
  float: right;
  clear: right;
}

.wsmenu>.wsmenu-list>li.wscarticon>a {
  display: block;
  color: #828181;
  padding: 0 26px 0 22px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
  display: none;
}

.wsmenu>.wsmenu-list>li.wscarticon > a {
  padding: 0 27px 0 23px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list>li.wscarticon a i {
  font-size: 16px;
}

.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  position: absolute;
  top: 14px;
  right: 21px;
  width: 17px;
  height: 17px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  color: #fff;
}

.wsmenu>.wsmenu-list>li.wscarticon i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 2px;
  color: #7b7b7b;
}

/* ================== Desktop Tabing Mega Menus CSS  ================== */
/* Tabing Leftside */
.wsmenu>.wsmenu-list>li>.wsshoptabing {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 60px;
  background-color: #f8f8f8;
  left: 0;
  border-bottom: solid 2px #376cb7;
  border-top: solid 0px;
  z-index: 101;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
  background: #fff;
  border-bottom: solid 1px #d1d3d4;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:before,
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  content: "";
  display: table;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  clear: both;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
  width: 100%;
  list-style: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
  display: block;
  padding: 15px 11px;
  font-size: 13px;
  color: #606060;
  border-bottom: solid 1px #e5e5e5;
  width: 23%;
  float: left;
  position: relative;
  border-left: 3px solid #fff;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a>i {
  color: #848484;
  margin-right: 5px;
  text-align: center;
  width: 24px;
  font-size: 16px;
}

/* Tabing Rightside */
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  color: #000;
  display: block;
  float: left;
  padding: 10px 8px 0px 8px;
  width: 77%;
  min-height: 400px;
}

.wsmenu>.wsmenu-list>li:hover>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.wstitemright {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Content Formatting */
.carousel-caption {
  width: 100%;
  display: block;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.carousel-caption h3 {
  width: 100%;
  display: block;
  padding: 7px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.wsmenu>.wsmenu-list>li .wstbootslider {
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr {
  display: block;
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstheading {
  width: 100%;
  display: block;
  padding: 10px 0px 6px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li .wstliststy01 {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  text-align: left;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading {
  line-height: normal;
  padding-left: 0px;
  margin-top: 0px;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
  padding-left: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li {
  width: 100%;
  list-style: none;
  line-height: 24px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy03 {
  width: 100%;
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 {
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading {
  line-height: normal;
  text-align: center;
  padding: 12px 0px;
  font-size: 13px;
  margin-bottom: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy05 {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr03 {
  padding-top: 10px;
  padding-left: 20px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstmorebtn {
  border-radius: 2px;
  color: #9b9b9b;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 1px 7px;
  text-align: right;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstmenutag {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: -0.0px;
}

.wsmenu>.wsmenu-list>li .wstmenutag:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: 0px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag {
  background-color: #fe7b8f;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after {
  border-color: transparent #fe7b8f transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag {
  background-color: #00c853;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag:after {
  border-color: transparent #00c853 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag {
  background-color: #4fc3f7;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag:after {
  border-color: transparent #4fc3f7 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag {
  background-color: #FE7000;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag:after {
  border-color: transparent #FE7000 transparent transparent;
}

.wsmenu>.wsmenu-list>li .kitchenmenuimg {
  background-image: url(../images/kitchen-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .computermenubg {
  background-image: url(../images/computer-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .wstpngsml {
  padding-left: 18px;
}

.wsmenu>.wsmenu-list>li .wstfullwtag {
  width: 100%;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}

/* Brand Mega Menu */
.wsmenu>.wsmenu-list>li .wstbrandbottom {
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  padding: 9px 6px;
}

.wsmenu-list>li:hover>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li.wsshoplink-active>.wstbrandbottom {
  opacity: 1;
  visibility: visible;
}

.wsmenu>.wsmenu-list>li .wstabitem02 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
  display: table;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li {
  display: table-cell;
  list-style: outside none none;
  text-align: center;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a {
  display: block;
  padding: 14px 0px;
  font-size: 13px;
  color: #717171;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a:after {
  position: absolute;
  content: '';
  top: 42px;
  right: 50%;
  width: 13px;
  height: 13px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #ffffff;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a>i {
  opacity: 1;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a i {
  margin-right: 5px;
  text-align: center;
  width: 25px;
  font-size: 17px;
  opacity: 0.5;
}

.wsmenu>.wsmenu-list>li .brandcolor01 {
  color: #424242;
}

.wsmenu>.wsmenu-list>li .brandcolor02 {
  color: #00bcf2;
}

.wsmenu>.wsmenu-list>li .brandcolor03 {
  color: #00aff0;
}

.wsmenu>.wsmenu-list>li .brandcolor04 {
  color: #003087;
}

.wsmenu>.wsmenu-list>li .brandcolor05 {
  color: #a82400;
}

.wsmenu>.wsmenu-list>li .brandcolor06 {
  color: #ff3300;
}

.wsmenu>.wsmenu-list>li .brandcolor07 {
  color: #7ac142;
}

.wsmenu>.wsmenu-list>li .brandcolor08 {
  color: #ef4056;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 60px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  background: transparent;
  text-decoration: underline;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li i {
  font-size: 11px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/* ================== Desktop Half Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
  width: 35%;
  right: 0px;
  left: auto;
}

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.wsmenu .wsmenu-click03 {
  display: none;
}

.hometext {
  display: none;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

  /* ================== Mobile Base CSS ================== */
  html {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body.wsactive {
    overflow: hidden;
  }


  /* ================== Mobile Main Menu CSS ================== */
  .smllogo {
    display: none;
  }

  .wsmain {
    margin: 0px;
    background-color: transparent;
  }

  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
    border-left: none;
  }

  .wsmenu>.wsmenu-list {
    height: auto;
    min-height: 100%;
    width: 260px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -260px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: static;
  }

  .wsmenu>.wsmenu-list>li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    .wsmenu>.wsmenu-list>li:last-child {
      padding-bottom: 110px;
    }
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 9px 32px 9px 18px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    position: static;
  }

  .wsmenu>.wsmenu-list>li>.navtext {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    font-size: 16px;
    color: #bfbfbf;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a i {
    margin-right: 7px;
    font-size: 15px;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
    display: inline-block;
    right: auto;
    left: 27px;
  }

  .wsmenu>.wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .wsmenu>.wsmenu-list>li>a>.hometext {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wssearchbar {
    display: none;
  }



  .wsmenu>.wsmenu-list>li.wscarticon {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    text-align: left;
    font-size: 13px;
  }

  /* ================== Mobile Dropdown CSS ================== */
  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 13px 0px 13px 16px;
    color: #6e6e6e;
    border-bottom: solid 1px rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
    padding-right: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
    background-color: #e7e7e7;
    color: #666666;
  }

  /* ================== Mobile Mega Menu CSS  ================== */
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    background-color: #fff;
    padding-top: 5px;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 8px 0px 8px 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
  }

  .wstabitem02>.wsshoplink-active>a:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
    position: relative;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
    width: 100%;
    margin: 0px;
    float: none;
    font-size: 12px;
    padding: 14px 11px 14px 11px;
    font-weight: bold;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 0px;
    opacity: 1;
    visibility: visible;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li .wstbootslider {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstmegamenucolr {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstliststy01>li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy03 li {
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li .wstliststy05 {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }

  .wsmenu>.wsmenu-list>li .kitchenmenuimg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .computermenubg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .wstbrandbottom {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 5px 15px 5px;
    opacity: 1;
    visibility: visible;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li .wstabitem02 {
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li {
    position: relative;
    text-align: left;
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    padding: 13px 11px;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    padding-left: 0px;
  }

  .wsmenu-list>li>.navtext {
    margin: 0px;
  }

  .wsmenu .wsmenu-list>li .wsshoptabingwp {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing {
    background-color: #ffffff;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
    width: 100%;
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a:after {
    border: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a i {
    display: none;
  }

  /* ================== Mobile Header CSS ================== */
  .wsmobileheader {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    height: 60px;
    background-color: #eaecf0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
  }

  .wsactive .wsmobileheader {
    margin-left: 260px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmobileheader>.smllogo {
    display: block;
    width: 80px;
    margin: 7px auto 0px auto;
    float: none;
    padding-left: 0px;
  }

  .mobiletext {
    display: inline-block;
  }

  /*Mobile Search Bar*/
  .wsmobileheader .wssearch {
    background-color: transparent;
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 18px 22px;
    cursor: pointer;
  }

  .wsmobileheader .wssearch i {
    font-size: 18px;
    color: #9196a0;
  }

  .wsmobileheader .wssearchform {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 44px;
    top: 0px;
    left: 0;
    padding: 13px 15px;
    cursor: default;
  }

  .wsmobileheader .wssearch.wsopensearch {
    width: 100%;
    background-color: #000;
  }

  .wsmobileheader .wssearch.wsopensearch .wssearchform {
    display: block;
  }

  .wsmobileheader .wssearchform form {
    width: calc((100% - 10px) - 45px);
    display: block;
    position: relative;
  }

  .wsmobileheader .wssearchform form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 12px;
    position: absolute;
    top: 0;
    color: #777777;
    height: 34px;
    line-height: 36px;
    font-size: 15px
  }

  .wsmobileheader .wssearchform input {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 0px;
    text-indent: 33px;
    margin: 0px;
    line-height: 18px;
    padding: 0px;
    display: block;
  }

  .wsmobileheader .wssearch.wsopensearch {
    left: 0px;
    right: auto;
    width: 100%;
    height: 60px;
  }

  .wsmobileheader .wssearch i.wsclosesearch {
    display: none;
  }

  .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
    display: inline-block;
    float: right;
    font-size: 23px;
  }

  .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
    display: none;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  .wsanimated-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 12px 0 0 15px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #9196a0;
    position: absolute;
    display: block;
    content: '';
  }

  .wsanimated-arrow span:before {
    top: -7px;
    width: 23px;
  }

  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 23px;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */
  .wsmenu>.overlapblackbg {
    right: 0;
    width: calc(100% - 260px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .wsactive .wsmenu>.overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }

  .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenucontainer {
    margin-left: 260px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
  }

  .wsactive .wsmenu>.wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    border-left: 1px solid;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 23px 21px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
    transform: rotate(-45deg);
    margin-top: 27px;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f5f5f5;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f3f3f3;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03.ws-activearrow03>i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }

  /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1262px) {
  .wsmenu>.wsmenu-list>li.wssearchbar {
    width: 21%;
  }

  .smllogo {
    width: 7%;
  }

  .wsmenu {
    width: 93%
  }
}
/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
.cookie-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 2098;
}
.cookie-message {
  background-color: #efefef;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2099;
  padding: 10px;
}
.cookie-message .block {
  display: inline-block;
  width: 100%;
  max-width: 1050px;
  text-align: left;
}
.cookie-message .option {
  float: left;
  margin-right: 10px;
}
.cookie-message .actions {
  text-align: right;
}
.cookie-message .btn {
  padding: 2px 12px !important;
  margin-bottom: 2px;
}
.cookie-message .info-extend {
  cursor: pointer;
}
.cookie-message .info-extend:hover {
  text-decoration: underline;
}
.cookie-message .info-details {
  margin-top: 20px;
}
.cookie-message input[type="checkbox"] {
  margin-right: 0.25em;
}
.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.intl-tel-input .selected-flag .iti-arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width:500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.intl-tel-input .country-list .country{padding:5px 10px;outline:0}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container{right:auto;left:0}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.separate-dial-code .selected-dial-code{margin-left:6px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti-flag{background-size:5652px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:14px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:14px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.id{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.un{height:14px;background-position:-5241px 0}.iti-flag.us{height:11px;background-position:-5263px 0}.iti-flag.uy{height:14px;background-position:-5285px 0}.iti-flag.uz{height:10px;background-position:-5307px 0}.iti-flag.va{height:15px;background-position:-5329px 0}.iti-flag.vc{height:14px;background-position:-5346px 0}.iti-flag.ve{height:14px;background-position:-5368px 0}.iti-flag.vg{height:10px;background-position:-5390px 0}.iti-flag.vi{height:14px;background-position:-5412px 0}.iti-flag.vn{height:14px;background-position:-5434px 0}.iti-flag.vu{height:12px;background-position:-5456px 0}.iti-flag.wf{height:14px;background-position:-5478px 0}.iti-flag.ws{height:10px;background-position:-5500px 0}.iti-flag.xk{height:15px;background-position:-5522px 0}.iti-flag.ye{height:14px;background-position:-5544px 0}.iti-flag.yt{height:14px;background-position:-5566px 0}.iti-flag.za{height:14px;background-position:-5588px 0}.iti-flag.zm{height:14px;background-position:-5610px 0}.iti-flag.zw{height:10px;background-position:-5632px 0}.iti-flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti-flag{background-image:url(../img/flags@2x.png)}}.iti-flag.np{background-color:transparent}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap{display:block}.select2-container--bootstrap .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#555;font-size:14px;outline:0}.select2-container--bootstrap .select2-selection.form-control{border-radius:4px}.select2-container--bootstrap .select2-search--dropdown .select2-search__field{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#555;font-size:14px}.select2-container--bootstrap .select2-search__field{outline:0}.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder{color:#999}.select2-container--bootstrap .select2-search__field:-moz-placeholder{color:#999}.select2-container--bootstrap .select2-search__field::-moz-placeholder{color:#999;opacity:1}.select2-container--bootstrap .select2-search__field:-ms-input-placeholder{color:#999}.select2-container--bootstrap .select2-results__option{padding:6px 12px}.select2-container--bootstrap .select2-results__option[role=group]{padding:0}.select2-container--bootstrap .select2-results__option[aria-disabled=true]{color:#777;cursor:not-allowed}.select2-container--bootstrap .select2-results__option[aria-selected=true]{background-color:#f5f5f5;color:#262626}.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{background-color:#337ab7;color:#fff}.select2-container--bootstrap .select2-results__option .select2-results__option{padding:6px 12px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option{margin-left:-12px;padding-left:24px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-24px;padding-left:36px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-36px;padding-left:48px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-48px;padding-left:60px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-60px;padding-left:72px}.select2-container--bootstrap .select2-results__group{color:#777;display:block;padding:6px 12px;font-size:12px;line-height:1.42857143;white-space:nowrap}.select2-container--bootstrap.select2-container--focus .select2-selection,.select2-container--bootstrap.select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;border-color:#66afe9}.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 4px 4px}.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-color:transparent}.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{border-top-right-radius:0;border-top-left-radius:0;border-top-color:transparent}.select2-container--bootstrap .select2-selection__clear{color:#999;cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--bootstrap .select2-selection__clear:hover{color:#333}.select2-container--bootstrap.select2-container--disabled .select2-selection{border-color:#ccc;-webkit-box-shadow:none;box-shadow:none}.select2-container--bootstrap.select2-container--disabled .select2-search__field,.select2-container--bootstrap.select2-container--disabled .select2-selection{cursor:not-allowed}.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{background-color:#eee}.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,.select2-container--bootstrap.select2-container--disabled .select2-selection__clear{display:none}.select2-container--bootstrap .select2-dropdown{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);border-color:#66afe9;overflow-x:hidden;margin-top:-1px}.select2-container--bootstrap .select2-dropdown--above{-webkit-box-shadow:0 -6px 12px rgba(0,0,0,.175);box-shadow:0 -6px 12px rgba(0,0,0,.175);margin-top:1px}.select2-container--bootstrap .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--bootstrap .select2-selection--single{height:34px;line-height:1.42857143;padding:6px 24px 6px 12px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow{position:absolute;bottom:0;right:12px;top:0;width:4px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{border-color:#999 transparent transparent;border-style:solid;border-width:4px 4px 0;height:0;left:0;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{color:#555;padding:0}.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--bootstrap .select2-selection--multiple{min-height:34px;padding:0;height:auto}.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;line-height:1.42857143;list-style:none;margin:0;overflow:hidden;padding:0;width:100%;text-overflow:ellipsis;white-space:nowrap}.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{color:#555;background:#fff;border:1px solid #ccc;border-radius:4px;cursor:default;float:left;margin:5px 0 0 6px;padding:0 6px}.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{background:0 0;padding:0 12px;height:32px;line-height:1.42857143;margin-top:0;min-width:5em}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:3px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{margin-top:6px}.form-group-sm .select2-container--bootstrap .select2-selection--single,.input-group-sm .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap .select2-selection--single.input-sm{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 22px 5px 10px}.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b{margin-left:-5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple,.input-group-sm .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap .select2-selection--multiple.input-sm{min-height:30px;border-radius:3px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice{font-size:12px;line-height:1.5;margin:4px 0 0 5px;padding:0 5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field{padding:0 10px;font-size:12px;height:28px;line-height:1.5}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear{margin-top:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single,.input-group-lg .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap .select2-selection--single.input-lg{border-radius:6px;font-size:18px;height:46px;line-height:1.3333333;padding:10px 31px 10px 16px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow{width:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b{border-width:5px 5px 0;margin-left:-10px;margin-top:-2.5px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple,.input-group-lg .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap .select2-selection--multiple.input-lg{min-height:46px;border-radius:6px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice{font-size:18px;line-height:1.3333333;border-radius:4px;margin:9px 0 0 8px;padding:0 10px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field{padding:0 16px;font-size:18px;height:44px;line-height:1.3333333}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear{margin-top:10px}.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 5px 5px}.select2-container--bootstrap[dir=rtl] .select2-selection--single{padding-left:24px;padding-right:12px}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:0;padding-left:0;text-align:right}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow{left:12px;right:auto}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b{margin-left:0}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:0;margin-right:6px}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.has-warning .select2-dropdown,.has-warning .select2-selection{border-color:#8a6d3b}.has-warning .select2-container--focus .select2-selection,.has-warning .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;border-color:#66512c}.has-warning.select2-drop-active{border-color:#66512c}.has-warning.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#66512c}.has-error .select2-dropdown,.has-error .select2-selection{border-color:#a94442}.has-error .select2-container--focus .select2-selection,.has-error .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;border-color:#843534}.has-error.select2-drop-active{border-color:#843534}.has-error.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#843534}.has-success .select2-dropdown,.has-success .select2-selection{border-color:#3c763d}.has-success .select2-container--focus .select2-selection,.has-success .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;border-color:#2b542c}.has-success.select2-drop-active{border-color:#2b542c}.has-success.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#2b542c}.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection,.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.form-control{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection,.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.form-control{border-radius:0}.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection,.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.form-control{border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.select2-container--bootstrap{display:table;table-layout:fixed;position:relative;z-index:2;width:100%;margin-bottom:0}.input-group>.select2-container--bootstrap>.selection>.select2-selection.form-control{float:none}.input-group>.select2-container--bootstrap.select2-container--focus,.input-group>.select2-container--bootstrap.select2-container--open{z-index:3}.input-group>.select2-container--bootstrap,.input-group>.select2-container--bootstrap .input-group-btn,.input-group>.select2-container--bootstrap .input-group-btn .btn{vertical-align:top}.form-control.select2-hidden-accessible{position:absolute!important;width:1px!important}@media (min-width:768px){.form-inline .select2-container--bootstrap{display:inline-block}}

/*! instantsearch.js 2.10.5 | © Algolia Inc. and other contributors; Licensed MIT | github.com/algolia/instantsearch.js */
@-webkit-keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}.ais-search-box{position:relative;max-width:300px;width:100%}.ais-search-box--input{padding-left:24px;height:100%;width:100%}.ais-search-box--magnifier{top:4px;left:7px}.ais-search-box--magnifier svg{display:block}.ais-search-box--loading-indicator-wrapper,.ais-search-box--magnifier,.ais-search-box--reset{background:0 0;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ais-search-box--loading-indicator-wrapper{display:none;left:7px;top:4px}.ais-search-box--loading-indicator-wrapper svg,.ais-search-box--magnifier svg{vertical-align:middle;height:14px;width:14px}.ais-search-box--reset{cursor:pointer;top:5px;right:5px;margin:0;border:0;padding:0}.ais-search-box--reset svg{display:block;width:12px;height:12px}.ais-search-box--powered-by{font-size:.8em;text-align:right;margin-top:2px}.ais-search-box--powered-by-link{display:inline-block;width:45px;height:16px;text-indent:101%;overflow:hidden;white-space:nowrap;background-image:url('data:image/svg+xml;utf8,<svg width="169" height="54" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1366 362"><linearGradient id="a" x1="428.3" x2="434.1" y1="404.1" y2="409.9" gradientTransform="matrix(94.045 0 0 -94.072 -40381.5 38479.5)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%2300aeff"/><stop offset="1" stop-color="%233369e7"/></linearGradient><path fill="url(%23a)" d="M61.8 15.4h242.8A43.4 43.4 0 0 1 348 58.8v242.9a43.4 43.4 0 0 1-43.4 43.4H61.8a43.4 43.4 0 0 1-43.4-43.4v-243a43.3 43.3 0 0 1 43.4-43.3z"/><path fill="%23fff" d="M187 98.7a93.1 93.1 0 1 0 0 186.3 93.1 93.1 0 0 0 0-186.3zm0 158.8a65.6 65.6 0 1 1 0-131.3 65.6 65.6 0 0 1 0 131.3zm0-117.8v48.9c0 1.4 1.5 2.4 2.8 1.7l43.4-22.5c1-.5 1.3-1.7.8-2.7a54 54 0 0 0-45-27.3c-1 0-2 .8-2 1.9zm-60.8-35.9l-5.7-5.7a14.2 14.2 0 0 0-20.2 0l-6.8 6.8a14.2 14.2 0 0 0 0 20.2l5.6 5.6c.9.9 2.2.7 3-.2a110 110 0 0 1 23.8-23.8c1-.6 1.1-2 .3-2.9zM217.5 89V77.7c0-7.9-6.4-14.3-14.3-14.3h-33.3c-7.9 0-14.3 6.4-14.3 14.3v11.6c0 1.3 1.2 2.2 2.5 1.9a104.2 104.2 0 0 1 57-.3 2 2 0 0 0 2.4-1.9z"/><path fill="%23182359" d="M842.5 267.6c0 26.7-6.8 46.2-20.5 58.6-13.7 12.4-34.6 18.6-62.8 18.6-10.3 0-31.7-2-48.8-5.8l6.3-31c14.3 3 33.2 3.8 43.1 3.8 15.7 0 26.9-3.2 33.6-9.6s10-15.9 10-28.5v-6.4c-3.9 1.9-9 3.8-15.3 5.8a75.7 75.7 0 0 1-21.8 2.9 82 82 0 0 1-29.5-5.1 61.7 61.7 0 0 1-37.7-39.8 144.7 144.7 0 0 1 .3-78.3 72.1 72.1 0 0 1 42.8-43.3 96.3 96.3 0 0 1 35.5-6.7 214 214 0 0 1 35.8 3.5c11.4 1.9 21.1 3.9 29 6.1v155.2zm-108.7-77.2c0 16.4 3.6 34.6 10.8 42.2a36.7 36.7 0 0 0 27.9 11.4 59.5 59.5 0 0 0 31-8.7v-97.1c-2.8-.6-14.5-3-25.8-3.3a39 39 0 0 0-32.6 14.7c-7.5 9.3-11.3 25.6-11.3 40.8zm294.3 0c0 13.2-1.9 23.2-5.8 34.1s-9.4 20.2-16.5 27.9c-7.1 7.7-15.6 13.7-25.6 17.9s-25.4 6.6-33.1 6.6a102 102 0 0 1-32.9-6.6 74.5 74.5 0 0 1-25.5-17.9 92.8 92.8 0 0 1-22.6-62 107 107 0 0 1 5.8-36.7c4-10.8 9.6-20 16.8-27.7s15.8-13.6 25.6-17.8c9.9-4.2 20.8-6.2 32.6-6.2s22.7 2.1 32.7 6.2a71.5 71.5 0 0 1 25.6 17.8 82.5 82.5 0 0 1 16.6 27.7c4.2 10.8 6.3 23.5 6.3 36.7zm-40 .1c0-16.9-3.7-31-10.9-40.8a35.2 35.2 0 0 0-30.2-14.8c-12.9 0-23 4.9-30.2 14.8a69 69 0 0 0-10.7 40.8c0 17.1 3.6 28.6 10.8 38.5a35 35 0 0 0 30.2 14.9c12.9 0 23-5 30.2-14.9a61.4 61.4 0 0 0 10.8-38.5zm127.1 86.4c-64.1.3-64.1-51.8-64.1-60.1L1051 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9zm68.9 0h-39.3V108.1l39.3-6.2v175zm-19.7-193.5a23.7 23.7 0 0 0 0-47.4 23.7 23.7 0 1 0 0 47.4zm117.4 18.6c12.9 0 23.8 1.6 32.6 4.8 8.8 3.2 15.9 7.7 21.1 13.4s8.9 13.5 11.1 21.7a100 100 0 0 1 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6s-25.9 2.7-41.1 2.7c-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3a45 45 0 0 1-13.9-16.6c-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2a65.8 65.8 0 0 1 22.4-9 128.3 128.3 0 0 1 55.4.8v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7-2.7-3.1-6.2-5.5-10.6-7.2s-10-3-16.7-3a142.7 142.7 0 0 0-43.1 6.9l-4.7-32.1a170.2 170.2 0 0 1 51.9-7.7zm3.3 141.9c12 0 20.9-.7 27.1-1.9v-39.8a93.2 93.2 0 0 0-36.1-1.9c-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2a13.6 13.6 0 0 0-3.2 9.6c0 9.2 3.2 14.5 9 18a44.9 44.9 0 0 0 23.6 5.3zM512.9 103c12.9 0 23.8 1.6 32.6 4.8a52.2 52.2 0 0 1 21.1 13.4 52.1 52.1 0 0 1 11.1 21.7 100 100 0 0 1 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6a283.4 283.4 0 0 1-41.1 2.7c-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3a45 45 0 0 1-13.9-16.6c-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2a65.8 65.8 0 0 1 22.4-9 128.3 128.3 0 0 1 55.4.8v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7a26.3 26.3 0 0 0-10.6-7.2c-4.4-1.7-10-3-16.7-3a142.7 142.7 0 0 0-43.1 6.9l-4.7-32.1c4.9-1.7 12.2-3.4 21.6-5.1 9.4-1.8 19.5-2.6 30.3-2.6zm3.4 142c12 0 20.9-.7 27.1-1.9v-39.8a93.2 93.2 0 0 0-36.1-1.9c-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2a13.6 13.6 0 0 0-3.2 9.6c0 9.2 3.2 14.5 9 18s13.7 5.3 23.6 5.3zm158.5 31.9c-64.1.3-64.1-51.8-64.1-60.1L610.6 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9z"/></svg>');background-repeat:no-repeat;background-size:contain;vertical-align:middle}.ais-search-box.ais-stalled-search .ais-search-box--magnifier-wrapper{display:none}.ais-search-box.ais-stalled-search .ais-search-box--loading-indicator-wrapper{display:block}.sbx-sffv{display:inline-block;position:relative;width:100%;height:26px;white-space:nowrap;box-sizing:border-box;font-size:14px}.sbx-sffv__input,.sbx-sffv__wrapper{width:100%;height:100%}.sbx-sffv__input{display:inline-block;transition:box-shadow .4s ease,background .4s ease;border:0;border-radius:4px;box-shadow:inset 0 0 0 1px #ccc;background:#fff;padding:0 20px 0 26px;vertical-align:middle;white-space:normal;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sbx-sffv__input::-webkit-search-cancel-button,.sbx-sffv__input::-webkit-search-decoration,.sbx-sffv__input::-webkit-search-results-button,.sbx-sffv__input::-webkit-search-results-decoration{display:none}.sbx-sffv__input:hover{box-shadow:inset 0 0 0 1px #b3b3b3}.sbx-sffv__input:active,.sbx-sffv__input:focus{outline:0;box-shadow:inset 0 0 0 1px #337ab7;background:#fff}.sbx-sffv__input::-webkit-input-placeholder{color:#bbb}.sbx-sffv__input::-ms-input-placeholder{color:#bbb}.sbx-sffv__input::placeholder{color:#bbb}.sbx-sffv__submit{position:absolute;top:0;right:inherit;left:0;margin:0;border:0;border-radius:3px 0 0 3px;background-color:transparent;padding:0;width:26px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sbx-sffv__submit::before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:''}.sbx-sffv__submit:active,.sbx-sffv__submit:hover{cursor:pointer}.sbx-sffv__reset:focus,.sbx-sffv__submit:focus{outline:0}.sbx-sffv__submit svg{width:14px;height:14px;vertical-align:middle;fill:#337ab7}.sbx-sffv__reset{display:none;position:absolute;top:2px;right:2px;margin:0;border:0;background:0 0;cursor:pointer;padding:0;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:rgba(0,0,0,.5)}.sbx-sffv__reset svg{display:block;margin:4px;width:14px;height:14px}.sbx-sffv__input:valid~.sbx-sffv__reset{display:block;-webkit-animation-name:sbx-reset-in;animation-name:sbx-reset-in;-webkit-animation-duration:.15s;animation-duration:.15s}.ais-refinement-list--item em{font-style:normal;font-weight:700}.ais-pagination--item{display:inline-block;padding:3px}.ais-pagination--item__disabled{visibility:hidden}.ais-hierarchical-menu--list__lvl1,.ais-hierarchical-menu--list__lvl2{margin-left:10px}.ais-range-input--fieldset{margin:0;padding:0;border:0}.ais-range-input--labelMin{display:inline-block}.ais-range-input--inputMin{min-width:165px}.ais-range-input--inputMax:hover:disabled,.ais-range-input--inputMin:hover:disabled{cursor:not-allowed}.ais-range-input--separator{margin:0 5px}.ais-range-input--labelMax{display:inline-block}.ais-range-input--inputMax{min-width:165px}.ais-range-input--submit{margin-left:5px}.ais-range-input--submit:disabled,.ais-range-input--submit:hover:disabled{cursor:not-allowed;background-color:#c9c9c9}.ais-range-slider .ais-range-slider--disabled{cursor:not-allowed}.ais-range-slider .ais-range-slider--disabled .ais-range-slider--handle{border-color:#ddd;cursor:not-allowed}.ais-range-slider .ais-range-slider--disabled .rheostat-horizontal .rheostat-progress{background-color:#ddd}.ais-range-slider .rheostat{overflow:visible;margin-top:2em;margin-bottom:2em}.ais-range-slider .rheostat-background{background-color:#fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd;border-left:2px solid #ddd;border-right:2px solid #ddd;position:relative}.ais-range-slider .rheostat-horizontal .rheostat-background{height:6px;top:0;width:100%}.ais-range-slider .rheostat-horizontal .rheostat-progress{background-color:#46aeda;position:absolute;height:4px;top:1px}.ais-range-slider .rheostat-horizontal .rheostat-handle{margin-left:-12px;top:-7px}.ais-range-slider .rheostat-horizontal .rheostat-handle .ais-range-slider--tooltip{text-align:center;margin-left:-10px;width:40px}.ais-range-slider .rheostat-horizontal .rheostat-handle::after,.ais-range-slider .rheostat-horizontal .rheostat-handle::before{top:7px;height:10px;width:1px}.ais-range-slider .rheostat-horizontal .rheostat-handle::before{left:10px}.ais-range-slider .rheostat-horizontal .rheostat-handle::after{left:13px}.ais-range-slider--handle{width:20px;height:20px;position:relative;z-index:1;background:#fff;border:1px solid #46aeda;border-radius:50%;cursor:pointer}.ais-range-slider--tooltip{position:absolute;background:#fff;top:-22px;font-size:.8em}.ais-range-slider--value{width:40px;position:absolute;text-align:center;margin-left:-20px;padding-top:15px;font-size:.8em}.ais-range-slider--marker{position:absolute;background:#ddd;margin-left:-1px;width:1px;height:5px}.ais-star-rating--item{vertical-align:middle}.ais-star-rating--item__active{font-weight:700}.ais-star-rating--star,.ais-star-rating--star__empty{display:inline-block;width:1em;height:1em}.ais-star-rating--star::before{content:'\2605';color:#fbae00}.ais-star-rating--star__empty::before{content:'\2606';color:#fbae00}.ais-star-rating--link__disabled .ais-star-rating--star::before,.ais-star-rating--link__disabled .ais-star-rating--star__empty::before{color:#c9c9c9}.ais-root__collapsible .ais-header{cursor:pointer}.ais-root__collapsed .ais-body,.ais-root__collapsed .ais-footer{display:none}.ais-breadcrumb--home,.ais-breadcrumb--label,.ais-breadcrumb--separator{display:inline;color:#3369e7}.ais-breadcrumb--item{display:inline}.ais-breadcrumb--disabledLabel{color:#444;display:inline}.ais-geo-search,.ais-geo-search--map{height:100%}.ais-geo-search--toggle-label{display:flex;align-items:center}
/*# sourceMappingURL=instantsearch.min.css.map */