* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: transparent;
  color: #0f0f0f;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

#container {
  width: 100%;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.legend_item {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-right: 20px;
}


.legend_item img {
  vertical-align: middle;
  padding-right: 10px;
}

/*--- ACCORDION ----*/

.accordion {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border: 1px solid #0f0f0f;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion:hover {
  text-decoration: underline;
}

.accordion_arrow {
  width: 20px;
}

#accordion_0 {
  background-color: #67b2e5;
}

#accordion_1 {
  background-color: #9cbdd4;
}

#accordion_2 {
  background-color: #a2a2a2;
}

#accordion_3 {
  background-color: #cccccc;
}

#accordion_4 {
  background-color: #000;
  color: #fff;
}

/*---- CARDS -------*/

.panel {
  font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 15px;
  background-color: #f7f6f2;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  border: 1px solid #000000;
  border-top: transparent;
  border-bottom: 1px solid #000000;
  outline-offset: -7px;
}

.panel-active {
  border-bottom: 1px solid #000000;
  outline: 1px dotted #000000;
  outline-offset: -7px;
}

.icon_container {
  background-color: #f7f6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 30px 0 0 0;
}

.icon_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 25%;
  height: 100%;
  border-right: 1px #000000 dotted;
  padding: 0 10px;
}

.icon_item:last-child {
  border-right: 0;
}

.icon_text {
  font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.card-text {
  width: 100%;
  background-color: #f7f6f2;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.more-padding {
  padding-right: 50px;
  padding-left: 50px;
}

.text_block {
  width: 100%;
  font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.text_block strong {
  text-transform: uppercase;
}

.chart_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
}

.chart_container_title {
  text-transform: uppercase;
  font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.chart_container_country {
  font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.chart_num_bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.chart_number {
  width: 180px;
  font-family: "SoleSans", Helvetica, Arial, Sans-Serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-right: 10px;
}

.chart_bar {
  width: 100%;
}

a:link {
  color: #1a1818;
  text-decoration: underline;
}
a:visited {
  color: #1a1818;
  text-decoration: underline;
}

a:hover {
  color: #a19e9e;
  text-decoration: underline;
}

a:active {
  color: #a19e9e;
  text-decoration: underline;
}

@media only screen and (min-width: 481px) {
  .chart_bar_mobile {
    display: none;
  }

  .chart_bar_desktop {
    display: block;
  }

  .chart_bar_desktop img {
    padding-top: 10px;
  }
}

/* RESPONSIVE MOBILE */

@media only screen and (max-width: 480px) {
  .icon_container {
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    margin-top: 10px;
  }

  .icon_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-right: 0;
    border-bottom: 1px #000000 dotted;
    padding: 10px 0;
  }

  .icon_item:last-child {
    border-bottom: 0;
  }

  .icon_text {
    padding-left: 10px;
  }

  .card-text {
    padding: 20px 5px;
  }

  .chart_number {
    font-size: 35px;
    width: 160px;
  }

  .chart_bar_mobile {
    display: block;
  }

  .chart_bar_desktop {
    display: none;
  }

  .more-padding {
    padding-right: 10px;
    padding-left: 20px;
  }
}
