/*
Color
Font Size
Font Color
Font Family


*/
/*********Color*********/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
/*********Font Family*********/
/*********End Font Color*********/
/****************Pie chart 1****************/
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
.pie_chart_1 .pie-chart {
  font-family: "Open Sans", Arial;
}
.pie_chart_1 .pie-chart--wrapper {
  width: 400px;
  margin: 30px auto;
  text-align: center;
}
.pie_chart_1 .pie-chart__pie,
.pie_chart_1 .pie-chart__legend {
  display: inline-block;
  vertical-align: top;
}
.pie_chart_1 .pie-chart__pie {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 10px auto 35px;
}
.pie_chart_1 .pie-chart__pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}
.pie_chart_1 .pie-chart__pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto;
}
.pie_chart_1 .slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
}
.pie_chart_1 .slice.active {
  animation: bake-pie 1s;
}
.pie_chart_1 .slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.pie_chart_1 .pie-chart__legend {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  background: #FFF;
  padding: 0.75em 0.75em 0.05em;
  font-size: 13px;
  box-shadow: 1px 1px 0 #DDD, 2px 2px 0 #BBB;
  text-align: left;
  width: 65%;
}
.pie_chart_1 .pie-chart__legend li {
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
  display: block;
  display: flex;
  justify-content: space-between;
}
.pie_chart_1 .pie-chart__legend em {
  font-style: normal;
}
.pie_chart_1 .pie-chart__legend span {
  /*float: right;*/
}
.pie_chart_1 .pie-charts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 500px) {
  .pie_chart_1 .pie-charts {
    flex-direction: column;
  }
}
/**********End pie chart 1 ***********/
.chartBarsWrap {
  padding-left: 40px;
  margin: 0 30px 0 20px;
}
.chartBars {
  position: relative;
  max-width: 600px;
  height: 300px;
  margin: 50px auto 100px;
}
.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.chartBars .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  -webkit-transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBars .bars li .bar:after {
  content: '%';
  font-size: 22px !important;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}
.chartBars .bars li b {
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}
.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #1d1d1d;
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}
.chartBars2 {
  max-width: 350px;
}
.chartBars2 .bars {
  padding: 0;
  width: 130%;
}
.chartBars2 .bars li {
  flex: 0 1 25%;
  padding-left: 0px;
  margin-left: 1rem;
}
.chartBars2 .bars li .bar {
  text-align: center;
}
.chartBars2 .bars li .bar:after {
  content: "";
}
.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 70px;
}
.chartBarsWrap.chartBarsHorizontal .bars b {
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 1em;
  left: -102%;
  text-align: right;
}
.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  -webkit-transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: .6em !important;
  margin-right: 20px;
}
.chartBarsHorizontal .chartBars .bars {
  flex-direction: column;
}
.box-piesite {
  text-align: center;
  font-size: 22px;
}
.piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  cursor: default;
}
.piesite .percent {
  position: absolute;
  top: 40%;
  left: 0em;
  width: 100%;
  font-size: .3em;
  text-align: center;
  z-index: 2;
}
.piesite .percent .symbol {
  font-size: .5em;
  /*vertical-align: top;*/
  opacity: .5;
}
.piesite > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}
.piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.piesite > #slice > .pie {
  position: absolute;
  border: .1em solid #444;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}
li.design .piesite > #slice > .pie {
  border-color: #142c52;
}
li.usability .piesite > #slice > .pie {
  border-color: #e1f3fb;
}
li.creativity .piesite > #slice > .pie {
  border-color: #86ca8a;
}
.piesite > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.piesite.fill > .percent {
  display: none;
}
.piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: .1em;
  left: .1em;
  width: .8em;
  height: .8em;
  background: white;
  border-radius: 100%;
  z-index: 1;
}
.piesite:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  opacity: .5;
  z-index: 0;
}
.piesite:before {
  background: rgba(255, 255, 255, 0.1);
  background: #30303A;
}
.box-piesite ul {
  padding: 0;
}
.box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
}
.threed_bar {
  padding: 3rem 0rem;
}
.threedbarwrap p {
  text-align: center;
}
/****************/
.chart {
  font-size: 1.8em;
  display: flex;
  flex-direction: row;
  height: 12em;
  justify-content: center;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}
.threedbar {
  font-size: 1em;
  position: relative;
  width: auto;
  padding: 0rem 6rem;
  transition: transform 2s linear;
  transform: rotateX(-30deg) rotateY(-135deg);
  transform-style: preserve-3d;
  margin: auto;
}
.threedbar.red .face.floor {
  background-color: #b9006e;
}
.threedbar.red .face > .growing-bar {
  background-color: #ec008c;
}
.threedbar.red .face > .growing-bar:before {
  color: #530031;
  border-top-color: #b9006e;
}
.threedbar.cyan .face.floor {
  background-color: #27bbf1;
}
.threedbar.cyan .face > .growing-bar {
  background-color: #57caf4;
}
.threedbar.cyan .face > .growing-bar:before {
  color: #0b7da7;
  border-top-color: #27bbf1;
}
.threedbar.navy .face.floor {
  background-color: #06243a;
}
.threedbar.navy .face > .growing-bar {
  background-color: #0a4069;
}
.threedbar.navy .face > .growing-bar:before {
  color: #000000;
  border-top-color: #06243a;
}
.threedbar.lightGray .face.floor {
  background-color: #777777;
}
.threedbar.lightGray .face > .growing-bar {
  background-color: #919191;
}
.threedbar.lightGray .face > .growing-bar:before {
  color: #444444;
  border-top-color: #777777;
}
.threedbar.yellow .face.floor {
  background-color: #c29d0b;
}
.threedbar.yellow .face > .growing-bar {
  background-color: #f1c40f;
}
.threedbar.yellow .face > .growing-bar:before {
  color: #614f06;
  border-top-color: #c29d0b;
}
.threedbar.lime .face.floor {
  background-color: #589600;
}
.threedbar.lime .face > .growing-bar {
  background-color: #76c900;
}
.threedbar.lime .face > .growing-bar:before {
  color: #1c3000;
  border-top-color: #589600;
}
.threedbar.gray .face.floor {
  background-color: #2b2b2b;
}
.threedbar.gray .face > .growing-bar {
  background-color: #444444;
}
.threedbar.gray .face > .growing-bar:before {
  color: #000000;
  border-top-color: #2b2b2b;
}
.threedbar .face {
  position: relative;
  bottom: 0;
  width: 2em;
  height: 2em;
  background-position: center center;
}
.threedbar .side-0,
.threedbar .side-1 {
  overflow: hidden;
  height: 10em;
}
.threedbar .side-0 {
  transform: rotateY(90deg) translateZ(1em);
  background-color: rgba(241, 241, 241, 0.8);
}
.threedbar .side-0 .growing-bar {
  background-color: #57caf4;
}
.threedbar .side-1 {
  transform: rotateY(180deg) translateY(-10em) translateZ(1em);
  background-color: rgba(216, 216, 216, 0.8);
}
.threedbar .side-1 .growing-bar {
  background-color: #10b3ef;
}
.threedbar .top {
  transform: rotateX(90deg) translateZ(21em);
  text-align: center;
  background-color: rgba(254, 254, 254, 0.8);
}
.threedbar .floor {
  transform: rotateX(-90deg) translateY(0em) translateZ(-13em) rotate(180deg);
  text-align: center;
  background-color: transparent;
  box-shadow: 0 0 0.6em #000000 4d, 0.6em -1em 3em #000000 4d, 1em 1em 10em rgba(254, 254, 254, 0.8);
}
.threedbar .growing-bar {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.threedbar .growing-bar:before {
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  font-weight: 700;
  display: inline-block;
  box-sizing: content-box;
  padding: .8em;
  text-align: center;
  opacity: 1;
  color: #0a4069;
  border-top: 2px dotted #0a4069;
}
.small-font-size {
  font-size: 1em;
}
.reglar-font-size {
  font-size: 1.5em;
}
.big-font-size {
  font-size: 1.8em;
}
.chart .threedbar-1 .face.side-0 .growing-bar,
.chart .threedbar-1 .face.side-1 .growing-bar {
  transform: translateY(99%);
  opacity: .8;
}
.chart .threedbar-1 .face.side-0 .growing-bar:before,
.chart .threedbar-1 .face.side-1 .growing-bar:before {
  content: '1';
}
.chart .threedbar-2 .face.side-0 .growing-bar,
.chart .threedbar-2 .face.side-1 .growing-bar {
  transform: translateY(98%);
  opacity: .8;
}
.chart .threedbar-2 .face.side-0 .growing-bar:before,
.chart .threedbar-2 .face.side-1 .growing-bar:before {
  content: '2';
}
.chart .threedbar-3 .face.side-0 .growing-bar,
.chart .threedbar-3 .face.side-1 .growing-bar {
  transform: translateY(97%);
  opacity: .8;
}
.chart .threedbar-3 .face.side-0 .growing-bar:before,
.chart .threedbar-3 .face.side-1 .growing-bar:before {
  content: '3';
}
.chart .threedbar-4 .face.side-0 .growing-bar,
.chart .threedbar-4 .face.side-1 .growing-bar {
  transform: translateY(96%);
  opacity: .8;
}
.chart .threedbar-4 .face.side-0 .growing-bar:before,
.chart .threedbar-4 .face.side-1 .growing-bar:before {
  content: '4';
}
.chart .threedbar-5 .face.side-0 .growing-bar,
.chart .threedbar-5 .face.side-1 .growing-bar {
  transform: translateY(95%);
  opacity: .8;
}
.chart .threedbar-5 .face.side-0 .growing-bar:before,
.chart .threedbar-5 .face.side-1 .growing-bar:before {
  content: '5';
}
.chart .threedbar-6 .face.side-0 .growing-bar,
.chart .threedbar-6 .face.side-1 .growing-bar {
  transform: translateY(94%);
  opacity: .8;
}
.chart .threedbar-6 .face.side-0 .growing-bar:before,
.chart .threedbar-6 .face.side-1 .growing-bar:before {
  content: '6';
}
.chart .threedbar-7 .face.side-0 .growing-bar,
.chart .threedbar-7 .face.side-1 .growing-bar {
  transform: translateY(93%);
  opacity: .8;
}
.chart .threedbar-7 .face.side-0 .growing-bar:before,
.chart .threedbar-7 .face.side-1 .growing-bar:before {
  content: '7';
}
.chart .threedbar-8 .face.side-0 .growing-bar,
.chart .threedbar-8 .face.side-1 .growing-bar {
  transform: translateY(92%);
  opacity: .8;
}
.chart .threedbar-8 .face.side-0 .growing-bar:before,
.chart .threedbar-8 .face.side-1 .growing-bar:before {
  content: '8';
}
.chart .threedbar-9 .face.side-0 .growing-bar,
.chart .threedbar-9 .face.side-1 .growing-bar {
  transform: translateY(91%);
  opacity: .8;
}
.chart .threedbar-9 .face.side-0 .growing-bar:before,
.chart .threedbar-9 .face.side-1 .growing-bar:before {
  content: '9';
}
.chart .threedbar-10 .face.side-0 .growing-bar,
.chart .threedbar-10 .face.side-1 .growing-bar {
  transform: translateY(90%);
  opacity: .8;
}
.chart .threedbar-10 .face.side-0 .growing-bar:before,
.chart .threedbar-10 .face.side-1 .growing-bar:before {
  content: '10';
}
.chart .threedbar-11 .face.side-0 .growing-bar,
.chart .threedbar-11 .face.side-1 .growing-bar {
  transform: translateY(89%);
  opacity: .8;
}
.chart .threedbar-11 .face.side-0 .growing-bar:before,
.chart .threedbar-11 .face.side-1 .growing-bar:before {
  content: '11';
}
.chart .threedbar-12 .face.side-0 .growing-bar,
.chart .threedbar-12 .face.side-1 .growing-bar {
  transform: translateY(88%);
  opacity: .8;
}
.chart .threedbar-12 .face.side-0 .growing-bar:before,
.chart .threedbar-12 .face.side-1 .growing-bar:before {
  content: '12';
}
.chart .threedbar-13 .face.side-0 .growing-bar,
.chart .threedbar-13 .face.side-1 .growing-bar {
  transform: translateY(87%);
  opacity: .8;
}
.chart .threedbar-13 .face.side-0 .growing-bar:before,
.chart .threedbar-13 .face.side-1 .growing-bar:before {
  content: '13';
}
.chart .threedbar-14 .face.side-0 .growing-bar,
.chart .threedbar-14 .face.side-1 .growing-bar {
  transform: translateY(86%);
  opacity: .8;
}
.chart .threedbar-14 .face.side-0 .growing-bar:before,
.chart .threedbar-14 .face.side-1 .growing-bar:before {
  content: '14';
}
.chart .threedbar-15 .face.side-0 .growing-bar,
.chart .threedbar-15 .face.side-1 .growing-bar {
  transform: translateY(85%);
  opacity: .8;
}
.chart .threedbar-15 .face.side-0 .growing-bar:before,
.chart .threedbar-15 .face.side-1 .growing-bar:before {
  content: '15';
}
.chart .threedbar-16 .face.side-0 .growing-bar,
.chart .threedbar-16 .face.side-1 .growing-bar {
  transform: translateY(84%);
  opacity: .8;
}
.chart .threedbar-16 .face.side-0 .growing-bar:before,
.chart .threedbar-16 .face.side-1 .growing-bar:before {
  content: '16';
}
.chart .threedbar-17 .face.side-0 .growing-bar,
.chart .threedbar-17 .face.side-1 .growing-bar {
  transform: translateY(83%);
  opacity: .8;
}
.chart .threedbar-17 .face.side-0 .growing-bar:before,
.chart .threedbar-17 .face.side-1 .growing-bar:before {
  content: '17';
}
.chart .threedbar-18 .face.side-0 .growing-bar,
.chart .threedbar-18 .face.side-1 .growing-bar {
  transform: translateY(82%);
  opacity: .8;
}
.chart .threedbar-18 .face.side-0 .growing-bar:before,
.chart .threedbar-18 .face.side-1 .growing-bar:before {
  content: '18';
}
.chart .threedbar-19 .face.side-0 .growing-bar,
.chart .threedbar-19 .face.side-1 .growing-bar {
  transform: translateY(81%);
  opacity: .8;
}
.chart .threedbar-19 .face.side-0 .growing-bar:before,
.chart .threedbar-19 .face.side-1 .growing-bar:before {
  content: '19';
}
.chart .threedbar-20 .face.side-0 .growing-bar,
.chart .threedbar-20 .face.side-1 .growing-bar {
  transform: translateY(80%);
  opacity: .8;
}
.chart .threedbar-20 .face.side-0 .growing-bar:before,
.chart .threedbar-20 .face.side-1 .growing-bar:before {
  content: '20';
}
.chart .threedbar-21 .face.side-0 .growing-bar,
.chart .threedbar-21 .face.side-1 .growing-bar {
  transform: translateY(79%);
  opacity: .8;
}
.chart .threedbar-21 .face.side-0 .growing-bar:before,
.chart .threedbar-21 .face.side-1 .growing-bar:before {
  content: '21';
}
.chart .threedbar-22 .face.side-0 .growing-bar,
.chart .threedbar-22 .face.side-1 .growing-bar {
  transform: translateY(78%);
  opacity: .8;
}
.chart .threedbar-22 .face.side-0 .growing-bar:before,
.chart .threedbar-22 .face.side-1 .growing-bar:before {
  content: '22';
}
.chart .threedbar-23 .face.side-0 .growing-bar,
.chart .threedbar-23 .face.side-1 .growing-bar {
  transform: translateY(77%);
  opacity: .8;
}
.chart .threedbar-23 .face.side-0 .growing-bar:before,
.chart .threedbar-23 .face.side-1 .growing-bar:before {
  content: '23';
}
.chart .threedbar-24 .face.side-0 .growing-bar,
.chart .threedbar-24 .face.side-1 .growing-bar {
  transform: translateY(76%);
  opacity: .8;
}
.chart .threedbar-24 .face.side-0 .growing-bar:before,
.chart .threedbar-24 .face.side-1 .growing-bar:before {
  content: '24';
}
.chart .threedbar-25 .face.side-0 .growing-bar,
.chart .threedbar-25 .face.side-1 .growing-bar {
  transform: translateY(75%);
  opacity: .8;
}
.chart .threedbar-25 .face.side-0 .growing-bar:before,
.chart .threedbar-25 .face.side-1 .growing-bar:before {
  content: '25';
}
.chart .threedbar-26 .face.side-0 .growing-bar,
.chart .threedbar-26 .face.side-1 .growing-bar {
  transform: translateY(74%);
  opacity: .8;
}
.chart .threedbar-26 .face.side-0 .growing-bar:before,
.chart .threedbar-26 .face.side-1 .growing-bar:before {
  content: '26';
}
.chart .threedbar-27 .face.side-0 .growing-bar,
.chart .threedbar-27 .face.side-1 .growing-bar {
  transform: translateY(73%);
  opacity: .8;
}
.chart .threedbar-27 .face.side-0 .growing-bar:before,
.chart .threedbar-27 .face.side-1 .growing-bar:before {
  content: '27';
}
.chart .threedbar-28 .face.side-0 .growing-bar,
.chart .threedbar-28 .face.side-1 .growing-bar {
  transform: translateY(72%);
  opacity: .8;
}
.chart .threedbar-28 .face.side-0 .growing-bar:before,
.chart .threedbar-28 .face.side-1 .growing-bar:before {
  content: '28';
}
.chart .threedbar-29 .face.side-0 .growing-bar,
.chart .threedbar-29 .face.side-1 .growing-bar {
  transform: translateY(71%);
  opacity: .8;
}
.chart .threedbar-29 .face.side-0 .growing-bar:before,
.chart .threedbar-29 .face.side-1 .growing-bar:before {
  content: '29';
}
.chart .threedbar-30 .face.side-0 .growing-bar,
.chart .threedbar-30 .face.side-1 .growing-bar {
  transform: translateY(70%);
  opacity: .8;
}
.chart .threedbar-30 .face.side-0 .growing-bar:before,
.chart .threedbar-30 .face.side-1 .growing-bar:before {
  content: '30';
}
.chart .threedbar-31 .face.side-0 .growing-bar,
.chart .threedbar-31 .face.side-1 .growing-bar {
  transform: translateY(69%);
  opacity: .8;
}
.chart .threedbar-31 .face.side-0 .growing-bar:before,
.chart .threedbar-31 .face.side-1 .growing-bar:before {
  content: '31';
}
.chart .threedbar-32 .face.side-0 .growing-bar,
.chart .threedbar-32 .face.side-1 .growing-bar {
  transform: translateY(68%);
  opacity: .8;
}
.chart .threedbar-32 .face.side-0 .growing-bar:before,
.chart .threedbar-32 .face.side-1 .growing-bar:before {
  content: '32';
}
.chart .threedbar-33 .face.side-0 .growing-bar,
.chart .threedbar-33 .face.side-1 .growing-bar {
  transform: translateY(67%);
  opacity: .8;
}
.chart .threedbar-33 .face.side-0 .growing-bar:before,
.chart .threedbar-33 .face.side-1 .growing-bar:before {
  content: '33';
}
.chart .threedbar-34 .face.side-0 .growing-bar,
.chart .threedbar-34 .face.side-1 .growing-bar {
  transform: translateY(66%);
  opacity: .8;
}
.chart .threedbar-34 .face.side-0 .growing-bar:before,
.chart .threedbar-34 .face.side-1 .growing-bar:before {
  content: '34';
}
.chart .threedbar-35 .face.side-0 .growing-bar,
.chart .threedbar-35 .face.side-1 .growing-bar {
  transform: translateY(65%);
  opacity: .8;
}
.chart .threedbar-35 .face.side-0 .growing-bar:before,
.chart .threedbar-35 .face.side-1 .growing-bar:before {
  content: '35';
}
.chart .threedbar-36 .face.side-0 .growing-bar,
.chart .threedbar-36 .face.side-1 .growing-bar {
  transform: translateY(64%);
  opacity: .8;
}
.chart .threedbar-36 .face.side-0 .growing-bar:before,
.chart .threedbar-36 .face.side-1 .growing-bar:before {
  content: '36';
}
.chart .threedbar-37 .face.side-0 .growing-bar,
.chart .threedbar-37 .face.side-1 .growing-bar {
  transform: translateY(63%);
  opacity: .8;
}
.chart .threedbar-37 .face.side-0 .growing-bar:before,
.chart .threedbar-37 .face.side-1 .growing-bar:before {
  content: '37';
}
.chart .threedbar-38 .face.side-0 .growing-bar,
.chart .threedbar-38 .face.side-1 .growing-bar {
  transform: translateY(62%);
  opacity: .8;
}
.chart .threedbar-38 .face.side-0 .growing-bar:before,
.chart .threedbar-38 .face.side-1 .growing-bar:before {
  content: '38';
}
.chart .threedbar-39 .face.side-0 .growing-bar,
.chart .threedbar-39 .face.side-1 .growing-bar {
  transform: translateY(61%);
  opacity: .8;
}
.chart .threedbar-39 .face.side-0 .growing-bar:before,
.chart .threedbar-39 .face.side-1 .growing-bar:before {
  content: '39';
}
.chart .threedbar-40 .face.side-0 .growing-bar,
.chart .threedbar-40 .face.side-1 .growing-bar {
  transform: translateY(60%);
  opacity: .8;
}
.chart .threedbar-40 .face.side-0 .growing-bar:before,
.chart .threedbar-40 .face.side-1 .growing-bar:before {
  content: '40';
}
.chart .threedbar-41 .face.side-0 .growing-bar,
.chart .threedbar-41 .face.side-1 .growing-bar {
  transform: translateY(59%);
  opacity: .8;
}
.chart .threedbar-41 .face.side-0 .growing-bar:before,
.chart .threedbar-41 .face.side-1 .growing-bar:before {
  content: '41';
}
.chart .threedbar-42 .face.side-0 .growing-bar,
.chart .threedbar-42 .face.side-1 .growing-bar {
  transform: translateY(58%);
  opacity: .8;
}
.chart .threedbar-42 .face.side-0 .growing-bar:before,
.chart .threedbar-42 .face.side-1 .growing-bar:before {
  content: '42';
}
.chart .threedbar-43 .face.side-0 .growing-bar,
.chart .threedbar-43 .face.side-1 .growing-bar {
  transform: translateY(57%);
  opacity: .8;
}
.chart .threedbar-43 .face.side-0 .growing-bar:before,
.chart .threedbar-43 .face.side-1 .growing-bar:before {
  content: '43';
}
.chart .threedbar-44 .face.side-0 .growing-bar,
.chart .threedbar-44 .face.side-1 .growing-bar {
  transform: translateY(56%);
  opacity: .8;
}
.chart .threedbar-44 .face.side-0 .growing-bar:before,
.chart .threedbar-44 .face.side-1 .growing-bar:before {
  content: '44';
}
.chart .threedbar-45 .face.side-0 .growing-bar,
.chart .threedbar-45 .face.side-1 .growing-bar {
  transform: translateY(55%);
  opacity: .8;
}
.chart .threedbar-45 .face.side-0 .growing-bar:before,
.chart .threedbar-45 .face.side-1 .growing-bar:before {
  content: '45';
}
.chart .threedbar-46 .face.side-0 .growing-bar,
.chart .threedbar-46 .face.side-1 .growing-bar {
  transform: translateY(54%);
  opacity: .8;
}
.chart .threedbar-46 .face.side-0 .growing-bar:before,
.chart .threedbar-46 .face.side-1 .growing-bar:before {
  content: '46';
}
.chart .threedbar-47 .face.side-0 .growing-bar,
.chart .threedbar-47 .face.side-1 .growing-bar {
  transform: translateY(53%);
  opacity: .8;
}
.chart .threedbar-47 .face.side-0 .growing-bar:before,
.chart .threedbar-47 .face.side-1 .growing-bar:before {
  content: '47';
}
.chart .threedbar-48 .face.side-0 .growing-bar,
.chart .threedbar-48 .face.side-1 .growing-bar {
  transform: translateY(52%);
  opacity: .8;
}
.chart .threedbar-48 .face.side-0 .growing-bar:before,
.chart .threedbar-48 .face.side-1 .growing-bar:before {
  content: '48';
}
.chart .threedbar-49 .face.side-0 .growing-bar,
.chart .threedbar-49 .face.side-1 .growing-bar {
  transform: translateY(51%);
  opacity: .8;
}
.chart .threedbar-49 .face.side-0 .growing-bar:before,
.chart .threedbar-49 .face.side-1 .growing-bar:before {
  content: '49';
}
.chart .threedbar-50 .face.side-0 .growing-bar,
.chart .threedbar-50 .face.side-1 .growing-bar {
  transform: translateY(50%);
  opacity: .8;
}
.chart .threedbar-50 .face.side-0 .growing-bar:before,
.chart .threedbar-50 .face.side-1 .growing-bar:before {
  content: '50';
}
.chart .threedbar-51 .face.side-0 .growing-bar,
.chart .threedbar-51 .face.side-1 .growing-bar {
  transform: translateY(49%);
  opacity: .8;
}
.chart .threedbar-51 .face.side-0 .growing-bar:before,
.chart .threedbar-51 .face.side-1 .growing-bar:before {
  content: '51';
}
.chart .threedbar-52 .face.side-0 .growing-bar,
.chart .threedbar-52 .face.side-1 .growing-bar {
  transform: translateY(48%);
  opacity: .8;
}
.chart .threedbar-52 .face.side-0 .growing-bar:before,
.chart .threedbar-52 .face.side-1 .growing-bar:before {
  content: '52';
}
.chart .threedbar-53 .face.side-0 .growing-bar,
.chart .threedbar-53 .face.side-1 .growing-bar {
  transform: translateY(47%);
  opacity: .8;
}
.chart .threedbar-53 .face.side-0 .growing-bar:before,
.chart .threedbar-53 .face.side-1 .growing-bar:before {
  content: '53';
}
.chart .threedbar-54 .face.side-0 .growing-bar,
.chart .threedbar-54 .face.side-1 .growing-bar {
  transform: translateY(46%);
  opacity: .8;
}
.chart .threedbar-54 .face.side-0 .growing-bar:before,
.chart .threedbar-54 .face.side-1 .growing-bar:before {
  content: '54';
}
.chart .threedbar-55 .face.side-0 .growing-bar,
.chart .threedbar-55 .face.side-1 .growing-bar {
  transform: translateY(45%);
  opacity: .8;
}
.chart .threedbar-55 .face.side-0 .growing-bar:before,
.chart .threedbar-55 .face.side-1 .growing-bar:before {
  content: '55';
}
.chart .threedbar-56 .face.side-0 .growing-bar,
.chart .threedbar-56 .face.side-1 .growing-bar {
  transform: translateY(44%);
  opacity: .8;
}
.chart .threedbar-56 .face.side-0 .growing-bar:before,
.chart .threedbar-56 .face.side-1 .growing-bar:before {
  content: '56';
}
.chart .threedbar-57 .face.side-0 .growing-bar,
.chart .threedbar-57 .face.side-1 .growing-bar {
  transform: translateY(43%);
  opacity: .8;
}
.chart .threedbar-57 .face.side-0 .growing-bar:before,
.chart .threedbar-57 .face.side-1 .growing-bar:before {
  content: '57';
}
.chart .threedbar-58 .face.side-0 .growing-bar,
.chart .threedbar-58 .face.side-1 .growing-bar {
  transform: translateY(42%);
  opacity: .8;
}
.chart .threedbar-58 .face.side-0 .growing-bar:before,
.chart .threedbar-58 .face.side-1 .growing-bar:before {
  content: '58';
}
.chart .threedbar-59 .face.side-0 .growing-bar,
.chart .threedbar-59 .face.side-1 .growing-bar {
  transform: translateY(41%);
  opacity: .8;
}
.chart .threedbar-59 .face.side-0 .growing-bar:before,
.chart .threedbar-59 .face.side-1 .growing-bar:before {
  content: '59';
}
.chart .threedbar-60 .face.side-0 .growing-bar,
.chart .threedbar-60 .face.side-1 .growing-bar {
  transform: translateY(40%);
  opacity: .8;
}
.chart .threedbar-60 .face.side-0 .growing-bar:before,
.chart .threedbar-60 .face.side-1 .growing-bar:before {
  content: '60';
}
.chart .threedbar-61 .face.side-0 .growing-bar,
.chart .threedbar-61 .face.side-1 .growing-bar {
  transform: translateY(39%);
  opacity: .8;
}
.chart .threedbar-61 .face.side-0 .growing-bar:before,
.chart .threedbar-61 .face.side-1 .growing-bar:before {
  content: '61';
}
.chart .threedbar-62 .face.side-0 .growing-bar,
.chart .threedbar-62 .face.side-1 .growing-bar {
  transform: translateY(38%);
  opacity: .8;
}
.chart .threedbar-62 .face.side-0 .growing-bar:before,
.chart .threedbar-62 .face.side-1 .growing-bar:before {
  content: '62';
}
.chart .threedbar-63 .face.side-0 .growing-bar,
.chart .threedbar-63 .face.side-1 .growing-bar {
  transform: translateY(37%);
  opacity: .8;
}
.chart .threedbar-63 .face.side-0 .growing-bar:before,
.chart .threedbar-63 .face.side-1 .growing-bar:before {
  content: '63';
}
.chart .threedbar-64 .face.side-0 .growing-bar,
.chart .threedbar-64 .face.side-1 .growing-bar {
  transform: translateY(36%);
  opacity: .8;
}
.chart .threedbar-64 .face.side-0 .growing-bar:before,
.chart .threedbar-64 .face.side-1 .growing-bar:before {
  content: '64';
}
.chart .threedbar-65 .face.side-0 .growing-bar,
.chart .threedbar-65 .face.side-1 .growing-bar {
  transform: translateY(35%);
  opacity: .8;
}
.chart .threedbar-65 .face.side-0 .growing-bar:before,
.chart .threedbar-65 .face.side-1 .growing-bar:before {
  content: '65';
}
.chart .threedbar-66 .face.side-0 .growing-bar,
.chart .threedbar-66 .face.side-1 .growing-bar {
  transform: translateY(34%);
  opacity: .8;
}
.chart .threedbar-66 .face.side-0 .growing-bar:before,
.chart .threedbar-66 .face.side-1 .growing-bar:before {
  content: '66';
}
.chart .threedbar-67 .face.side-0 .growing-bar,
.chart .threedbar-67 .face.side-1 .growing-bar {
  transform: translateY(33%);
  opacity: .8;
}
.chart .threedbar-67 .face.side-0 .growing-bar:before,
.chart .threedbar-67 .face.side-1 .growing-bar:before {
  content: '67';
}
.chart .threedbar-68 .face.side-0 .growing-bar,
.chart .threedbar-68 .face.side-1 .growing-bar {
  transform: translateY(32%);
  opacity: .8;
}
.chart .threedbar-68 .face.side-0 .growing-bar:before,
.chart .threedbar-68 .face.side-1 .growing-bar:before {
  content: '68';
}
.chart .threedbar-69 .face.side-0 .growing-bar,
.chart .threedbar-69 .face.side-1 .growing-bar {
  transform: translateY(31%);
  opacity: .8;
}
.chart .threedbar-69 .face.side-0 .growing-bar:before,
.chart .threedbar-69 .face.side-1 .growing-bar:before {
  content: '69';
}
.chart .threedbar-70 .face.side-0 .growing-bar,
.chart .threedbar-70 .face.side-1 .growing-bar {
  transform: translateY(30%);
  opacity: .8;
}
.chart .threedbar-70 .face.side-0 .growing-bar:before,
.chart .threedbar-70 .face.side-1 .growing-bar:before {
  content: '70';
}
.chart .threedbar-71 .face.side-0 .growing-bar,
.chart .threedbar-71 .face.side-1 .growing-bar {
  transform: translateY(29%);
  opacity: .8;
}
.chart .threedbar-71 .face.side-0 .growing-bar:before,
.chart .threedbar-71 .face.side-1 .growing-bar:before {
  content: '71';
}
.chart .threedbar-72 .face.side-0 .growing-bar,
.chart .threedbar-72 .face.side-1 .growing-bar {
  transform: translateY(28%);
  opacity: .8;
}
.chart .threedbar-72 .face.side-0 .growing-bar:before,
.chart .threedbar-72 .face.side-1 .growing-bar:before {
  content: '72';
}
.chart .threedbar-73 .face.side-0 .growing-bar,
.chart .threedbar-73 .face.side-1 .growing-bar {
  transform: translateY(27%);
  opacity: .8;
}
.chart .threedbar-73 .face.side-0 .growing-bar:before,
.chart .threedbar-73 .face.side-1 .growing-bar:before {
  content: '73';
}
.chart .threedbar-74 .face.side-0 .growing-bar,
.chart .threedbar-74 .face.side-1 .growing-bar {
  transform: translateY(26%);
  opacity: .8;
}
.chart .threedbar-74 .face.side-0 .growing-bar:before,
.chart .threedbar-74 .face.side-1 .growing-bar:before {
  content: '74';
}
.chart .threedbar-75 .face.side-0 .growing-bar,
.chart .threedbar-75 .face.side-1 .growing-bar {
  transform: translateY(25%);
  opacity: .8;
}
.chart .threedbar-75 .face.side-0 .growing-bar:before,
.chart .threedbar-75 .face.side-1 .growing-bar:before {
  content: '75';
}
.chart .threedbar-76 .face.side-0 .growing-bar,
.chart .threedbar-76 .face.side-1 .growing-bar {
  transform: translateY(24%);
  opacity: .8;
}
.chart .threedbar-76 .face.side-0 .growing-bar:before,
.chart .threedbar-76 .face.side-1 .growing-bar:before {
  content: '76';
}
.chart .threedbar-77 .face.side-0 .growing-bar,
.chart .threedbar-77 .face.side-1 .growing-bar {
  transform: translateY(23%);
  opacity: .8;
}
.chart .threedbar-77 .face.side-0 .growing-bar:before,
.chart .threedbar-77 .face.side-1 .growing-bar:before {
  content: '77';
}
.chart .threedbar-78 .face.side-0 .growing-bar,
.chart .threedbar-78 .face.side-1 .growing-bar {
  transform: translateY(22%);
  opacity: .8;
}
.chart .threedbar-78 .face.side-0 .growing-bar:before,
.chart .threedbar-78 .face.side-1 .growing-bar:before {
  content: '78';
}
.chart .threedbar-79 .face.side-0 .growing-bar,
.chart .threedbar-79 .face.side-1 .growing-bar {
  transform: translateY(21%);
  opacity: .8;
}
.chart .threedbar-79 .face.side-0 .growing-bar:before,
.chart .threedbar-79 .face.side-1 .growing-bar:before {
  content: '79';
}
.chart .threedbar-80 .face.side-0 .growing-bar,
.chart .threedbar-80 .face.side-1 .growing-bar {
  transform: translateY(20%);
  opacity: .8;
}
.chart .threedbar-80 .face.side-0 .growing-bar:before,
.chart .threedbar-80 .face.side-1 .growing-bar:before {
  content: '80';
}
.chart .threedbar-81 .face.side-0 .growing-bar,
.chart .threedbar-81 .face.side-1 .growing-bar {
  transform: translateY(19%);
  opacity: .8;
}
.chart .threedbar-81 .face.side-0 .growing-bar:before,
.chart .threedbar-81 .face.side-1 .growing-bar:before {
  content: '81';
}
.chart .threedbar-82 .face.side-0 .growing-bar,
.chart .threedbar-82 .face.side-1 .growing-bar {
  transform: translateY(18%);
  opacity: .8;
}
.chart .threedbar-82 .face.side-0 .growing-bar:before,
.chart .threedbar-82 .face.side-1 .growing-bar:before {
  content: '82';
}
.chart .threedbar-83 .face.side-0 .growing-bar,
.chart .threedbar-83 .face.side-1 .growing-bar {
  transform: translateY(17%);
  opacity: .8;
}
.chart .threedbar-83 .face.side-0 .growing-bar:before,
.chart .threedbar-83 .face.side-1 .growing-bar:before {
  content: '83';
}
.chart .threedbar-84 .face.side-0 .growing-bar,
.chart .threedbar-84 .face.side-1 .growing-bar {
  transform: translateY(16%);
  opacity: .8;
}
.chart .threedbar-84 .face.side-0 .growing-bar:before,
.chart .threedbar-84 .face.side-1 .growing-bar:before {
  content: '84';
}
.chart .threedbar-85 .face.side-0 .growing-bar,
.chart .threedbar-85 .face.side-1 .growing-bar {
  transform: translateY(15%);
  opacity: .8;
}
.chart .threedbar-85 .face.side-0 .growing-bar:before,
.chart .threedbar-85 .face.side-1 .growing-bar:before {
  content: '85';
}
.chart .threedbar-86 .face.side-0 .growing-bar,
.chart .threedbar-86 .face.side-1 .growing-bar {
  transform: translateY(14%);
  opacity: .8;
}
.chart .threedbar-86 .face.side-0 .growing-bar:before,
.chart .threedbar-86 .face.side-1 .growing-bar:before {
  content: '86';
}
.chart .threedbar-87 .face.side-0 .growing-bar,
.chart .threedbar-87 .face.side-1 .growing-bar {
  transform: translateY(13%);
  opacity: .8;
}
.chart .threedbar-87 .face.side-0 .growing-bar:before,
.chart .threedbar-87 .face.side-1 .growing-bar:before {
  content: '87';
}
.chart .threedbar-88 .face.side-0 .growing-bar,
.chart .threedbar-88 .face.side-1 .growing-bar {
  transform: translateY(12%);
  opacity: .8;
}
.chart .threedbar-88 .face.side-0 .growing-bar:before,
.chart .threedbar-88 .face.side-1 .growing-bar:before {
  content: '88';
}
.chart .threedbar-89 .face.side-0 .growing-bar,
.chart .threedbar-89 .face.side-1 .growing-bar {
  transform: translateY(11%);
  opacity: .8;
}
.chart .threedbar-89 .face.side-0 .growing-bar:before,
.chart .threedbar-89 .face.side-1 .growing-bar:before {
  content: '89';
}
.chart .threedbar-90 .face.side-0 .growing-bar,
.chart .threedbar-90 .face.side-1 .growing-bar {
  transform: translateY(10%);
  opacity: .8;
}
.chart .threedbar-90 .face.side-0 .growing-bar:before,
.chart .threedbar-90 .face.side-1 .growing-bar:before {
  content: '90';
}
.chart .threedbar-91 .face.side-0 .growing-bar,
.chart .threedbar-91 .face.side-1 .growing-bar {
  transform: translateY(9%);
  opacity: .8;
}
.chart .threedbar-91 .face.side-0 .growing-bar:before,
.chart .threedbar-91 .face.side-1 .growing-bar:before {
  content: '91';
}
.chart .threedbar-92 .face.side-0 .growing-bar,
.chart .threedbar-92 .face.side-1 .growing-bar {
  transform: translateY(8%);
  opacity: .8;
}
.chart .threedbar-92 .face.side-0 .growing-bar:before,
.chart .threedbar-92 .face.side-1 .growing-bar:before {
  content: '92';
}
.chart .threedbar-93 .face.side-0 .growing-bar,
.chart .threedbar-93 .face.side-1 .growing-bar {
  transform: translateY(7%);
  opacity: .8;
}
.chart .threedbar-93 .face.side-0 .growing-bar:before,
.chart .threedbar-93 .face.side-1 .growing-bar:before {
  content: '93';
}
.chart .threedbar-94 .face.side-0 .growing-bar,
.chart .threedbar-94 .face.side-1 .growing-bar {
  transform: translateY(6%);
  opacity: .8;
}
.chart .threedbar-94 .face.side-0 .growing-bar:before,
.chart .threedbar-94 .face.side-1 .growing-bar:before {
  content: '94';
}
.chart .threedbar-95 .face.side-0 .growing-bar,
.chart .threedbar-95 .face.side-1 .growing-bar {
  transform: translateY(5%);
  opacity: .8;
}
.chart .threedbar-95 .face.side-0 .growing-bar:before,
.chart .threedbar-95 .face.side-1 .growing-bar:before {
  content: '95';
}
.chart .threedbar-96 .face.side-0 .growing-bar,
.chart .threedbar-96 .face.side-1 .growing-bar {
  transform: translateY(4%);
  opacity: .8;
}
.chart .threedbar-96 .face.side-0 .growing-bar:before,
.chart .threedbar-96 .face.side-1 .growing-bar:before {
  content: '96';
}
.chart .threedbar-97 .face.side-0 .growing-bar,
.chart .threedbar-97 .face.side-1 .growing-bar {
  transform: translateY(3%);
  opacity: .8;
}
.chart .threedbar-97 .face.side-0 .growing-bar:before,
.chart .threedbar-97 .face.side-1 .growing-bar:before {
  content: '97';
}
.chart .threedbar-98 .face.side-0 .growing-bar,
.chart .threedbar-98 .face.side-1 .growing-bar {
  transform: translateY(2%);
  opacity: .8;
}
.chart .threedbar-98 .face.side-0 .growing-bar:before,
.chart .threedbar-98 .face.side-1 .growing-bar:before {
  content: '98';
}
.chart .threedbar-99 .face.side-0 .growing-bar,
.chart .threedbar-99 .face.side-1 .growing-bar {
  transform: translateY(1%);
  opacity: .8;
}
.chart .threedbar-99 .face.side-0 .growing-bar:before,
.chart .threedbar-99 .face.side-1 .growing-bar:before {
  content: '99';
}
.chart .threedbar-100 .face.side-0 .growing-bar,
.chart .threedbar-100 .face.side-1 .growing-bar {
  transform: translateY(0%);
  opacity: .8;
}
.chart .threedbar-100 .face.side-0 .growing-bar:before,
.chart .threedbar-100 .face.side-1 .growing-bar:before {
  content: '100';
}
.chart .threedbar-0 .face.side-0 .growing-bar,
.chart .threedbar-0 .face.side-1 .growing-bar {
  transform: translateY(100%);
  opacity: .8;
}
.bars li .bar.greenBar {
  background-color: #6B8E23;
  background: radial-gradient(#99cb32, #6b8e23);
}
.bars li .bar.greenBarFlat {
  background-color: #76C190;
}
.bars li .bar.blueBar {
  background-color: #49E;
  background: radial-gradient(#8abff4, #4499ee);
}
.bars li .bar.blueBarFlat {
  background-color: #142c52;
}
.bars li .bar.orangeBar {
  background-color: orange;
  background: radial-gradient(#ffc04d, #ffa500);
}
.bars li .bar.redBarFlat {
  background-color: #dc3954;
}
.bars li .bar.purpleBar {
  background-color: #6e46af;
  background: radial-gradient(#9778c9, #6e46af);
}
.bars li .bar.lightBlueBarFlat {
  background-color: #e1f3fb;
}
/*# sourceMappingURL=grapg_collection.css.map */
