/*!
 * jQCloud 2.0.3
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2014-2017 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.jqcloud {
  font: 10px "Barlow Condensed", "Arial", sans-serif;
  line-height: normal;
  overflow: hidden;
  position: relative;
}

.jqcloud-word {
  margin: 0;
  padding: 0;
}
.jqcloud-word.w1 {

  font-size:0.9rem;
  font-weight:400;
}
.jqcloud-word.w2 {
 
  font-size: 1rem;
  font-weight:500;
}
.jqcloud-word.w3 {

  font-size: 1.15rem;
  font-weight:400;
}
.jqcloud-word.w4 {

  font-size: 1.30rem;
  font-weight:500;
}
.jqcloud-word.w5 {

  font-size: 1.45rem;
  font-weight:400;
}
.jqcloud-word.w6 {

  font-size: 1.60rem;
  font-weight:500;
}
.jqcloud-word.w7 {

  font-size: 1.75rem;
  font-weight:400;
}
.jqcloud-word.w8 {

  font-size: 1.90rem;
  font-weight:500;
}
.jqcloud-word.w9 {

  font-size: 2.05rem;
  font-weight:400;
}
.jqcloud-word.w10 {

  font-size: 2.20rem;
  font-weight:500;
}
.jqcloud-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.jqcloud-word a:hover {
  color: #00ccff;
}
