@charset "UTF-8";

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.infographic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10%;
  padding-bottom: 5%;
  border-left: 5px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eaebeb;
}

.infographic div:nth-of-type(1) {
  width: 30%;
  position: relative;
}

.infographic div:nth-of-type(2) {
  width: 60%;
  margin-right: 5%;
}

.infographic p, .infographic figcaption {
  color: #31261d;
}

.infographic figure {
  max-width: 250px;
  margin: 5% 0 0 0;
}

.infographic figcaption {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 5px;
}

.wrapper.article .infographic img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 650px) {
  .infographic div:nth-of-type(1) {
    width: 95%;
  }

  .infographic div:nth-of-type(2) {
    width: 100%;
  }

  .infographic figure, .infographic p {
    margin-bottom: 5%;
    margin-left: 5%;
  }
}

.infographic h2 {
  width: calc(100% - 50px);
  color: #fff;
  background-color: transparent;
  line-height: 100px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.infographic h2 span {
  margin-right: -25px;
}

.infographic h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

.infographic:nth-of-type(1) {
  border-color: #002b49;
}

.infographic:nth-of-type(1) h2 {
  background-color: #002b49;
}

.infographic:nth-of-type(1) h2:after {
  border-left: 50px solid #002b49;
}

.infographic:nth-of-type(2) {
  border-color: #003b49;
}

.infographic:nth-of-type(2) h2 {
  background-color: #003b49;
}

.infographic:nth-of-type(2) h2:after {
  border-left: 50px solid #003b49;
}

.infographic:nth-of-type(3) {
  border-color: #00859b;
}

.infographic:nth-of-type(3) h2 {
  background-color: #00859b;
}

.infographic:nth-of-type(3) h2:after {
  border-left: 50px solid #00859b;
}

.infographic:nth-of-type(4) {
  border-color: #9dbe80;
}

.infographic:nth-of-type(4) h2 {
  background-color: #9dbe80;
}

.infographic:nth-of-type(4) h2:after {
  border-left: 50px solid #9dbe80;
}

.infographic:nth-of-type(5) {
  border-color: #f7af0a;
}

.infographic:nth-of-type(5) h2 {
  background-color: #f7af0a;
}

.infographic:nth-of-type(5) h2:after {
  border-left: 50px solid #f7af0a;
}

.infographic:nth-of-type(6) {
  border-color: #cb6015;
}

.infographic:nth-of-type(6) h2 {
  background-color: #cb6015;
}

.infographic:nth-of-type(6) h2:after {
  border-left: 50px solid #cb6015;
}

.infographic:nth-of-type(7) {
  border-color: #9e2a2b;
}

.infographic:nth-of-type(7) h2 {
  background-color: #9e2a2b;
}

.infographic:nth-of-type(7) h2:after {
  border-left: 50px solid #9e2a2b;
}

.infographic:nth-of-type(8) {
  border-color: #572d2d;
}

.infographic:nth-of-type(8) h2 {
  background-color: #572d2d;
}

.infographic:nth-of-type(8) h2:after {
  border-left: 50px solid #572d2d;
}

.infographic:nth-of-type(9) {
  border-color: #31261d;
}

.infographic:nth-of-type(9) h2 {
  background-color: #31261d;
}

.infographic:nth-of-type(9) h2:after {
  border-left: 50px solid #31261d;
}

.infographic div.two-figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.infographic div.two-figures figure {
  max-width: 100%;
  width: 48%;
}

@media all and (max-width: 650px) {
  .infographic div.two-figures figure {
    width: 46%;
  }
}

.infographic div.two-figures figure:nth-of-type(2) {
  margin-left: 0;
}