.swop21-sdg-hidden-mobile {
  display: none;
}

.swop21-sdg {
  display: flex;
  flex-direction: column;
  position: relative;
}

.swop21-sdg em {
  font-style: italic;
}

.swop21-sdg-reverse {
  flex-direction: column-reverse;
}

.swop21-sdg-share {
  margin-top: 24px;
}

.swop21-sdg-single-stat {
  flex-direction: column-reverse;
}

.swop21-sdg-media img,
.swop21-sdg-media video {
  width: 100%;
}

.swop21-sdg-content {
  padding: 34px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swop21 .swop21-sdg .swop21-sdg-content-heading {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  width: 100%;
  /*font-size: 1.5em;*/
}

.swop21 .swop21-sdg .swop21-sdg-heading-small {
  font-size: 25px;
  padding-bottom: 0;
}

.swop21-sdg-content-text {
  font-size: 18px;
  margin-bottom: 14px;
  width: 100%;
  padding-bottom: 20px;
}

.swop21-sdg-text-small {
  font-size: 14px;
}

.swop21-sdg-stat-content .swop21-sdg-content-bullets {
  padding-left: 0;
  list-style: none;
  width: 100%;
}

.swop21-sdg-content-bullets li {
  display: flex;
  align-items: center;
}

.swop21-sdg-content-bullets li:before {
  content: '•';
  font-size: 20px;
  font-weight: bold;
  margin-right: 14px;
  font-family: 'WorkSansLight', sans-serif;
}

.swop21-sdg-content-bullets li:not(:last-child) {
  margin-bottom: 10px;
}

.swop21-sdg-content-bullets li p {
  font-size: 18px;
}

/* Stat */
.swop21-sdg-stat {
  border: solid 2px #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 240px;
  width: 240px;
}
.i18n-es .swop21-sdg-stat,
.i18n-fr .swop21-sdg-stat,
.i18n-ar .swop21-sdg-stat {
  height: 275px;
  width: 275px;
}

.lang-es .swop21-sdg-stat, .lang-fr .swop21-sdg-stat, .lang-ar .swop21-sdg-stat {
    height: 275px;
    width: 275px;
}

.swop21-sdg-stat-prefix,
.swop21-sdg-stat-value,
.swop21-sdg-stat-suffix {
  text-transform: uppercase;
}

.swop21-sdg-stat-prefix {
  max-width: 75%;
  text-align: center;
}

.swop21-sdg-stat-suffix {
  max-width: 90%;
  text-align: center;
}

.swop21-sdg-stat-description {
  max-width: 85%;
  text-align: center;
}

.swop21-sdg-stat-prefix,
.swop21-sdg-stat-suffix {
  font-size: 24px;
  line-height: 30px !important;
}

.swop21-es .swop21-sdg-stat-prefix,
.swop21-es .swop21-sdg-stat-suffix {
  font-size: 20px;
  line-height: 26px;
}

.swop21 .swop21-sdg .swop21-sdg-stat-value {
  font-size: 67px;
  text-align: center;
  line-height: 0.8;
  margin: 4px 0;
}

.swop21-sdg-stat-description {
  font-size: 14px;
}

/* Stat Content */
.swop21-sdg-stat-content {
  width: 100%;
}

.swop21-sdg-stat-content .swop21-sdg-content-heading {
  font-size: 25px;
}

.swop21-sdg-stat-content .swop21-sdg-content-text,
.swop21-sdg-stat-content .swop21-sdg-content-bullets li p {
  font-size: 15px;
}

/* Accordion */
.swop21-sdg-stat-accordions {
  width: 100%;
}

.swop21-sdg-stat-accordions .swop21-sdg-stat-accordion:last-of-type {
  border-bottom: solid 1px #fff;
}

.swop21-sdg-content .swop21-sdg-stat-accordions {
  margin-top: 28px;
  margin-bottom: 28px;
}

.swop21-sdg-stat-accordion-header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #fff;
  position: relative;
}

.swop21-sdg-stat-accordion-header:hover {
  cursor: pointer;
}

.swop21-sdg-stat-accordion-header:after {
  color: #fff;
  font-size: 42px;
  line-height: 24px;
  content: "+";
  font-family: 'WorkSansLight', sans-serif;
}

.swop21-sdg-stat-accordion-open .swop21-sdg-stat-accordion-header:after {
  content: "-";
  top: -3px;
  position: relative;
}

.swop21-sdg-stat-accordion-header-label {
  text-transform: uppercase;
  font-size: 14px;
}

.swop21-sdg-stat-accordion .swop21-line {
  display: none;
}

.swop21-sdg-stat-accordion-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}

.swop21-sdg-stat-accordion-content .swop21-sdg-stat {
  margin-bottom: 32px;
}

.swop21-sdg-content-line-left,
.swop21-sdg-content-line-right {
  display: none;
}

.swop21-sdg .swop21-line {
  z-index: 1;
}

.swop21-sdg-media-video {
  object-fit: cover;
  height: 100%;
  margin-bottom: -9px;
}

.swop21-sdg-content-stat-container .swop21-sdg-stat {
  margin-bottom: 40px;
}

.swop21-sdg-content-stat-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.swop21-sdg-line-top {
  top: 0;
}

.swop21-sdg-media-line-top {
  top: 0;
}

.swop21-sdg-content-container {
  width: 100%;
}

@media all and (min-width: 768px) {
  .swop21-sdg {
    flex-direction: row;
  }

  .swop21-sdg-content {
    width: 100%;
  }

  .swop21-sdg-single-stat {
    flex-direction: row;
  }

  .swop21 .swop21-sdg.swop21-sdg-reverse {
    flex-direction: row-reverse;
  }

  .swop21-sdg-media {
    width: 100%;
    background-size: cover;
    background-position: center center;
    max-width: 200px;
  }

  .swop21-sdg-media-gif {
    background-image: url(../../images/2021/sdg/blur-optimized.gif);
  }

  .swop21-sdg-media img {
    display: none;
  }

  .swop21-sdg-media .swop21-line {
    display: none;
  }

  .swop21-sdg-content-line-left {
    display: block;
    top: 0;
    left: 0;
  }

  .swop21-sdg-content-line-right {
    display: block;
    top: 0;
    right: 0;
  }

  .swop21-sdg-single-stat .swop21-sdg-content-line-right {
    display: block;
    top: 0;
    right: 0;
  }
}

@media all and (min-width: 1000px) {
  .swop21 .swop21-sdg.swop21-sdg-reverse {
    flex-direction: row-reverse;
  }

  .swop21-sdg-single-stat {
    flex-direction: row;
  }

  .swop21-sdg-reverse .swop21-sdg-content {
    order: 3;
  }

  .swop21-sdg-hidden-mobile {
    display: flex;
  }

  .swop21-sdg-content {
    padding: 50px;
    flex-direction: row-reverse;
  }

  .swop21-sdg-content-line-right {
    display: block;
    top: 0;
    right: 0;
  }

  .swop21-sdg-stat-accordion-header {
    justify-content: flex-start;
    border: none;
    padding-left: 0;
  }

  .swop21-sdg-stat-accordions .swop21-sdg-stat-accordion:last-of-type {
    border-bottom: none;
  }

  .swop21-sdg-stat-accordion-header:before {
    content: "";
    height: 20px;
    width: 20px;
    background: url(../../images/2021/sdg/icon-arrow-right.svg) no-repeat center right;



    background-size: 20px 20px;
    right: 0;
    transition: all 0.25s ease-out;
    position: absolute;
    left: 0;
  }

  .swop21-sdg-stat-accordion-header .swop21-sdg-stat-accordion-header-label {
    margin-left: 42px;
  }

  .swop21-sdg-stat-accordion-header:after {
    display: none;
  }

  .swop21-sdg-stat-accordion-header:hover .swop21-sdg-stat-accordion-header-line,
  .swop21-sdg-stat-accordion-open .swop21-sdg-stat-accordion-header-line {
    display: block;
    border-bottom: 1px solid #767676;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 50px;
    -webkit-animation: line-horiz 0.5s ease-out forwards;
    animation: line-horiz 0.5s ease-out forwards;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .swop21-sdg-stat-accordion-header:hover:before,
  .swop21-sdg-stat-accordion-open .swop21-sdg-stat-accordion-header:before {
    left: 10px;
  }

  .swop21-sdg-stat-accordion-content {
    display: none;
  }

  .swop21-sdg-stat-platform {
    flex-direction: column;
    align-items: center;
    padding: 50px;
    width: 100%;
    position: relative;
  }

  .swop21-sdg-stat-value {
    max-width: 220px;
  }

  .swop21-sdg-stat-platform-line-right {
    right: 0;
    top: 0;
  }

  .swop21-sdg-stat-platform .swop21-sdg-stat {
    margin-bottom: 40px;
    /*height: 260px;
    width: 260px;*/
  }

  .swop21-sdg-single-stat .swop21-sdg-content-container {
    width: 150%;
    margin-right: 100px;
  }

  .swop21-sdg-content-stat-container {
    width: 100%;
  }

  .swop21-sdg-media {
    max-width: 300px;
    background-size: cover;
    background-position: unset;
    background-attachment: unset;
  }
}

@media all and (min-width: 1250px) {
  .swop21-sdg-media {
    max-width: 500px;
  }
}

@media all and (min-width: 1500px) {
  .swop21-sdg-media {
    max-width: 600px;
  }
}

.swop21-sdg-stat-accordion .swop21-sdg-stat-accordion-header p {
  letter-spacing: -0.3px;
}

.lang-es .swop21-sdg-stat .swop21-sdg-stat-prefix {
  margin: 0;
}
.lang-es .swop21-sdg-stat .swop21-sdg-stat-value {
  margin-top: 0;
}