@charset "UTF-8";
/* Digital Report */
/* Follow up variables */
/* Big Numbers */
.big-numbers-container {
  display: flex;
  justify-content: center;
  margin: 60px 0;
  text-align: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .big-numbers-container {
    flex-direction: row;
  }
}
.big-numbers-container .number-holder {
  margin: -40px 30px 30px 30px;
}
@media (min-width: 768px) {
  .big-numbers-container .number-holder {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .big-numbers-container .number-holder {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .big-numbers-container .number-holder {
    width: 20%;
  }
}
.big-numbers-container .number-holder .number {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  height: 130px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .big-numbers-container .number-holder .number {
    font-size: 150px;
    height: 200px;
  }
}
.big-numbers-container .number-holder h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #a1a1a1;
}

/* Blockquotes */
blockquote {
  font-family: "Merriweather", serif;
  letter-spacing: 1px;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 55px 35px 0;
  padding: 19px 0 0 0;
  line-height: 1.7;
  border-left: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
blockquote.right {
  margin: 10px 0 35px 55px;
  float: right;
}
blockquote.right span {
  text-align: left;
}
blockquote.center {
  margin: 20px 0 60px 0;
  float: none;
}
blockquote.center h3 {
  font-style: normal;
  margin-bottom: 30px;
  font-size: 20px;
}
blockquote.center p {
  font-weight: 300;
}
blockquote.center h6 {
  font-size: 12px;
}
blockquote.center .story-links {
  color: #c9c9c9;
}
@media (min-width: 992px) {
  blockquote.center {
    margin: 20px 0 60px 0;
    width: 100%;
  }
}
blockquote span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 15px;
}
@media (min-width: 992px) {
  blockquote {
    margin: 10px 48px 20px -15%;
    width: 329px;
  }
  blockquote.right {
    margin: 10px -15% 20px 48px;
  }
  blockquote.story-block {
    width: 50%;
  }
}

/* Boxes */
.story-box {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 5;
}
.story-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}
.story-box h6 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #999999;
}
.story-box p {
  font-weight: 700;
}
.story-box a.centered-box-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.story-box .caret {
  margin-top: 0;
  transform: rotate(-90deg);
}

/* Buttons */
.btn {
  font-size: 15px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 5px 12px 5px 12px;
  margin: 5px 5px 5px 0;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus, .btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}

.btn-sm {
  padding: 2px 7px 2px 7px;
  font-size: 12px;
}

.btn-primary {
  background-color: #f6840c;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #f89d3d;
  border-color: transparent;
}

.btn-dark {
  color: black;
  font-size: 12px;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-dark:hover {
  color: black;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-secondary {
  background-color: #999999;
  border-color: transparent;
}

.btn-download-pdf {
  margin: 0 0 0 10px;
  padding: 5px 7px 2px 7px;
}

/* Charts */
.chart-container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 15px;
  background-color: #efefef;
}
.chart-container .chart-renderer {
  text-align: center;
  max-width: 1300px;
  margin: 60px auto 60px auto;
}
.chart-container .chart-title {
  text-align: center;
}
.chart-container .chart-title h2 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.chart-container .chart-title h6 {
  color: #6f6f6f;
}
.chart-container h6 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #1b1d1f;
}
.chart-container h6 a i {
  margin-right: 5px;
}
.chart-container h6 a:hover {
  text-decoration: none;
}

.highcharts-tooltip > span {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.highcharts-tooltip > span span {
  font-size: 14px !important;
}
.highcharts-tooltip > span span:first-child {
  font-size: 18px !important;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 300;
}

.chart-internal-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.highcharts-legend-item {
  overflow: visible !important;
}
.highcharts-legend-item span {
  font-size: 12px !important;
  color: #1b1d1f !important;
  font-weight: normal !important;
}
.highcharts-legend-item > span {
  overflow: visible !important;
}
.highcharts-legend-item:first-child .undefined {
  background-color: #ff6600;
}
.highcharts-legend-item:last-child .undefined {
  background-color: #4c5d6a;
}

.undefined {
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin-left: -21px;
  position: relative;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.y-label {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 5px;
}

p.note {
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
p.note.note-white {
  color: #999999;
}

.stacked-label-shift .highcharts-stack-labels text {
  transform: translate(15px, 0);
}

#figure-bar-wasting .highcharts-container, #figure-bar-stunting .highcharts-container, #figure-bar-overweight .highcharts-container {
  overflow: visible !important;
}

.highlighted-value {
  position: relative;
}
.highlighted-value > span {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.column-marker-top {
  width: 28px;
  height: 24px;
  position: absolute;
  left: -45px;
  top: 3px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(../images/column-marker-top.svg);
  background-size: contain;
}

.multi-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 768px) {
  .multi-title {
    margin-bottom: 0;
  }
}
.multi-title .multiple-ico {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.multi-title .multiple-ico.stunting-ico {
  background-image: url(../images/multiple-chart-icons/stunting.svg);
}
.multi-title .multiple-ico.wasting-ico {
  background-image: url(../images/multiple-chart-icons/wasting.svg);
}
.multi-title .multiple-ico.overweight-ico {
  background-image: url(../images/multiple-chart-icons/overweight.svg);
}
.multi-title .multiple-ico.exclusive-ico {
  background-image: url(../images/multiple-chart-icons/exclusive.svg);
}
.multi-title .multiple-ico.anemia-ico {
  background-image: url(../images/multiple-chart-icons/anemia.svg);
}
.multi-title .multiple-ico.obesity-ico {
  background-image: url(../images/multiple-chart-icons/obesity.svg);
}
.multi-title .multiple-title-text h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}
.multi-title .multiple-title-text p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  margin: 0;
  line-height: 1.1;
}

.figure-gpd {
  overflow-x: hidden;
}

/* Cover */
.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.cover .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
}
.cover .content .scene {
  position: absolute;
  top: 0;
  left: 0;
}
.cover .content .cover-overlay {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 30px;
  max-width: 648px;
  max-height: 648px;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 576px) {
  .cover .content .cover-overlay {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cover .content .cover-overlay {
    height: 50%;
  }
}
.cover .content .cover-overlay .cover-header, .cover .content .cover-overlay .cover-body, .cover .content .cover-overlay .cover-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cover .content .cover-overlay .cover-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 0 30px 0;
}
@media (min-width: 576px) {
  .cover .content .cover-overlay .cover-body {
    padding: 30px 0;
  }
}
.cover .content .cover-overlay h1, .cover .content .cover-overlay h2, .cover .content .cover-overlay p {
  font-family: "Montserrat", sans-serif;
}
.cover .content .cover-overlay h1 {
  font-weight: 600;
  color: #f6840c;
}
.cover .content .cover-overlay h2 {
  color: #f6840c;
}
.cover .content .cover-overlay p {
  margin-bottom: 15px;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
}
.cover .content .cover-overlay p:last-child {
  margin-bottom: 0;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.padding-top {
  padding-top: 75px;
}

.dr-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .dr-container {
    width: 648px;
  }
}

.dr-container-chart {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container-chart {
    width: 625px;
  }
}
@media (min-width: 992px) {
  .dr-container-chart {
    width: 808px;
  }
}
@media (min-width: 1200px) {
  .dr-container-chart {
    width: 812px;
  }
}

.dr-container-chart-half {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .dr-container-chart-half {
    width: 404px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .dr-container-chart-half {
    width: 406px;
  }
}

.photo-container {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 15px;
  font-family: "Montserrat", sans-serif;
}

.dr-container-photo {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container-photo {
    width: 625px;
  }
}
@media (min-width: 992px) {
  .dr-container-photo {
    width: 808px;
  }
}
@media (min-width: 1200px) {
  .dr-container-photo {
    width: 812px;
  }
}

.audio-container {
  margin: 30px 0;
}

.website-showcase-container {
  margin: 60px 0;
}

.embargoed-div {
  background-color: red;
  color: white;
  position: absolute;
  z-index: 1029;
  width: 100%;
  height: 32px;
  top: 53px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  opacity: 0;
}
@media (min-width: 768px) {
  .embargoed-div {
    top: 63px;
  }
}

.linkDwnPdf {
  font-size: 12px;
  font-weight: 800;
  display: block;
  position: relative;
  text-align: center;
}
.linkDwnPdf b {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.linkDwnPdf i {
  font-size: 20px;
  position: absolute;
  left: 0px;
  opacity: 0.5;
  top: -1px;
}

.title-logo {
  margin: 20px 0;
}
.title-logo img {
  width: 260px;
  height: auto;
}
@media (min-width: 768px) {
  .title-logo img {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .title-logo img {
    width: 350px;
  }
}

.state-of-logo {
  position: absolute;
  width: 80px;
  top: 30px;
  right: calc(50% - 40px);
}
@media (min-width: 576px) {
  .state-of-logo {
    width: 100px;
    top: 50px;
    right: 30px;
  }
}
.state-of-logo img {
  width: 100%;
  height: auto;
}

.svg-cover-holder {
  height: 100vh;
}
.svg-cover-holder .test-svg {
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/mask-shadow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.fish-animation {
  position: absolute;
  top: 0;
}

.main-swiper {
  height: 100%;
}

.swiper-button-prev-main, .swiper-button-next-main {
  width: 50px;
  height: 50px;
  background-color: white;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  background-size: 30px 23px;
  top: calc(100% - 50px);
}
.swiper-button-prev-main:hover, .swiper-button-prev-main:active, .swiper-button-prev-main:focus, .swiper-button-prev-main:active:hover, .swiper-button-prev-main:active:focus, .swiper-button-next-main:hover, .swiper-button-next-main:active, .swiper-button-next-main:focus, .swiper-button-next-main:active:hover, .swiper-button-next-main:active:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .swiper-button-prev-main, .swiper-button-next-main {
    top: 50%;
  }
}

.swiper-button-prev-main {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='text' d='M16.2,47.8c0.4,0,0.9-0.1,1.3-0.4c1.2-0.7,1.7-2.3,0.9-3.6L6.9,24L18.5,4.2c0.7-1.3,0.3-2.9-0.9-3.6 c-1.3-0.7-2.9-0.3-3.6,0.9L1.6,22.7c-0.5,0.8-0.5,1.8,0,2.7l12.4,21.1C14.4,47.3,15.3,47.8,16.2,47.8z'/%3E%3C/svg%3E");
  background-position: 8px;
}

.swiper-button-next-main {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='text' d='M3.8,47.8c-0.4,0-0.9-0.1-1.3-0.4c-1.2-0.7-1.7-2.3-0.9-3.6L13.1,24L1.5,4.2C0.8,2.9,1.2,1.3,2.5,0.6 c1.3-0.7,2.9-0.3,3.6,0.9l12.4,21.1c0.5,0.8,0.5,1.8,0,2.7L6.1,46.5C5.6,47.3,4.7,47.8,3.8,47.8z'/%3E%3C/svg%3E%0A");
  background-position: 12px;
}

.sdg-swiper-container {
  width: 100%;
  height: 100%;
}
.sdg-swiper-container .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sdg-report-cover {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  background-image: url("img/goals-cover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .sdg-report-cover {
    background-size: contain;
  }
}
.sdg-report-cover .title-report {
  font-size: 25px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .sdg-report-cover .title-report {
    max-width: 500px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .sdg-report-cover .title-report {
    max-width: 750px;
  }
}
.sdg-report-cover .title-report span {
  font-weight: 800;
}
.sdg-report-cover h2 {
  font-family: "Montserrat", sans-serif;
  max-width: 750px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .sdg-report-cover h2 {
    max-width: 500px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .sdg-report-cover h2 {
    max-width: 750px;
  }
}

.sdg-report-cover-icons {
  margin: 30px 0;
}
.sdg-report-cover-icons img {
  width: 55px;
  height: auto;
  margin-right: 10px;
  cursor: pointer;
}

.title-holder {
  position: relative;
}
.title-holder #wrapper-scroll-cat {
  position: absolute;
  bottom: -60px;
  left: 40px;
}

.sdg-header .badge {
  margin-bottom: 35px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.sdg-header .badge-warning {
  color: black;
  background-color: #efefef;
}
.sdg-header h4 {
  background-color: #efefef;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.sdg-header h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.sdg-header .paragraph_subtitle + h2 {
  margin-bottom: 10px;
}
.sdg-header .paragraph_sub_subtitle {
  margin-top: 15px;
}
.sdg-header .subtarget {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 15px;
}
.sdg-header .subtarget.sub-2 {
  border-left: 10px solid #dc9d00;
}
.sdg-header .subtarget.sub-6 {
  border-left: 10px solid #00b0de;
}
.sdg-header .subtarget.sub-14 {
  border-left: 10px solid #007dc1;
}
.sdg-header .subtarget.sub-15 {
  border-left: 10px solid #00b337;
}
.sdg-header .subtarget h2, .sdg-header .subtarget p {
  font-family: "Montserrat", sans-serif;
}
.sdg-header .subtarget h2 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
}
.sdg-header .subtarget p {
  margin-bottom: 0;
  font-size: 14px;
}

.index-holder {
  display: flex;
  height: 30px;
  position: absolute;
  width: 175px;
  bottom: 30px;
  left: calc(50% - 87px);
  justify-content: center;
  align-items: center;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  background-color: white;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  pointer-events: auto;
}
.index-holder .i-sign {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ebebeb;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  color: white;
}
.index-holder .i-sign span {
  position: relative;
}
.index-holder .i-sign:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: red;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  color: white;
}
.index-holder .i-sign.in:before {
  width: 30px;
  height: 30px;
  left: -5px;
  top: -5px;
}
.index-holder .i-sign.i-cover {
  width: 10px;
  height: 10px;
}
.index-holder .i-sign.i-cover:before {
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  background-color: #ebebeb;
}
.index-holder .i-sign.i-cover.in:before {
  width: 16px;
  height: 16px;
  left: -3px;
  top: -3px;
}
.index-holder .i-sign.i-chapeau {
  color: #1b1d1f;
  box-shadow: 0 0 0 0 #ebebeb;
}
.index-holder .i-sign.i-chapeau:before {
  background-color: #ebebeb;
}
.index-holder .i-sign.i-sdg-2 {
  background-color: #dc9d00;
}
.index-holder .i-sign.i-sdg-2:before {
  background-color: #dc9d00;
}
.index-holder .i-sign.i-sdg-6 {
  background-color: #00b0de;
}
.index-holder .i-sign.i-sdg-6:before {
  background-color: #00b0de;
}
.index-holder .i-sign.i-sdg-14 {
  background-color: #007dc1;
}
.index-holder .i-sign.i-sdg-14:before {
  background-color: #007dc1;
}
.index-holder .i-sign.i-sdg-15 {
  background-color: #00b337;
}
.index-holder .i-sign.i-sdg-15:before {
  background-color: #00b337;
}

.target-intext {
  width: 80px;
  height: auto;
}

.fake-video {
  height: 200px;
}

.btn-scroll-top {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
}

/* Fies */
.static-fies-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .static-fies-container {
    left: -15%;
  }
}
@media (min-width: 992px) {
  .static-fies-container {
    left: -35%;
  }
}

.fies-modal .modal-content {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  width: 90%;
  margin: 0 auto;
}
.fies-modal .modal-content .modal-header {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
}
.fies-modal .modal-content p, .fies-modal .modal-content h2 {
  font-family: "Montserrat", sans-serif;
}
.fies-modal .modal-content h2 {
  font-weight: 600;
  margin-top: 10px;
}

#food-secure-anim-big, #moderate-anim-big, #severe-anim-big {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

#food-secure-anim-big {
  width: 150px;
  height: 150px;
}
#food-secure-anim-big svg {
  height: 204px !important;
}

.food-secure-btn, .moderate-btn, .severe-btn {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
}

.food-secure-btn {
  background-image: url("img/food-secure.svg");
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}

.moderate-btn {
  background-image: url("img/moderate.svg");
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}

.severe-btn {
  background-image: url("img/severe.svg");
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}

.sdg-2-container {
  position: absolute;
  height: calc(33.33% + 60px);
  background-color: rgba(221, 166, 58, 0.3);
  border: 1px dashed #DDA63A;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  top: calc(50% - 30px);
  width: 60px;
  right: -5px;
}
@media (min-width: 992px) {
  .sdg-2-container {
    height: 66.66%;
    top: 33.33%;
    width: 75%;
    right: -40.5%;
  }
}
@media (min-width: 1200px) {
  .sdg-2-container {
    width: 73%;
    right: -39%;
  }
}

.sdg2-legend {
  margin: 0 auto 30px auto;
}
.sdg2-legend h2, .sdg2-legend p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.sdg2-legend h2 {
  font-weight: 600;
  color: #DDA63A;
}
.sdg2-legend p {
  margin-bottom: 0;
}
.sdg2-legend .sdg-2-legend-ico {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(221, 166, 58, 0.3);
  border: 1px dashed #DDA63A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-image: url("http://www.fao.org/fileadmin/templates/faoboot/css/img/sdg-icons/EN_02.svg");
  flex-shrink: 0;
}

.fies-desc-container {
  position: absolute;
  width: 100%;
  height: 33.33%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fies-desc-container h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.fies-desc-container p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fies-desc-container {
    width: 120%;
    left: 19%;
  }
}
@media (min-width: 1200px) {
  .fies-desc-container {
    left: 18%;
  }
}
.fies-desc-container.food-secure-desc {
  top: 0;
}
.fies-desc-container.moderate-desc {
  top: 33.33%;
}
.fies-desc-container.severe-desc {
  bottom: 0;
}
.fies-desc-container .fies-large-desc {
  width: 50%;
  margin-left: 15px;
}
.fies-desc-container .fies-desc-arrow {
  width: calc(50% - 66px);
  height: 1px;
  background-color: white;
  position: relative;
  left: -8px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .fies-desc-container .fies-desc-arrow {
    width: calc(65% - 66px);
  }
}
@media (min-width: 992px) {
  .fies-desc-container .fies-desc-arrow {
    width: calc(50% - 66px);
  }
}
.fies-desc-container .fies-desc-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: -8px;
}
.fies-desc-container .fies-desc-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -8px;
  top: -8px;
}

.pulse {
  margin: 100px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #cca92c;
  cursor: pointer;
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#food-secure-anim {
  width: 50px;
  height: 50px;
}
#food-secure-anim svg {
  height: 68px !important;
}

#food-secure-anim, #moderate-anim, #severe-anim {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
}

.fies-chart.static-fies {
  margin: 0 auto 30px auto;
  display: block;
  padding-top: 100%;
}
@media (min-width: 992px) {
  .fies-chart.static-fies {
    width: 80%;
    padding-top: 80%;
  }
}

.fies-chart-container {
  border-bottom: 1px solid #999999;
  text-align: center;
  max-width: 1300px;
  margin: 60px auto 60px auto;
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .fies-chart-container {
    display: block;
  }
}
.fies-chart-container:before {
  display: block;
  position: absolute;
  left: -62.5px;
  font-size: 10px;
  top: calc(50% - 75.5px);
  text-transform: uppercase;
  font-weight: 600;
  -ms-transform: rotate(-90deg) translate(-50%, 0);
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
}
@media (min-width: 1200px) {
  .fies-chart-container:before {
    left: -75.5px;
    font-size: 12px;
    top: calc(50% - 75.5px);
  }
}
.fies-chart-container .tooltip {
  top: 25px !important;
  pointer-events: none;
}
.fies-chart-container .tooltip .tooltip-inner {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #333333;
}
.fies-chart-container .tooltip .label-total {
  color: #009167;
}
.fies-chart-container .tooltip .label-moderate {
  color: #F39D2E;
}
.fies-chart-container .tooltip .label-severe {
  color: #c41718;
}
.fies-chart-container .tooltip .arrow {
  display: none;
}

.fies-mobile-chart-container {
  border-bottom: 1px solid #999999;
  padding: 0 60px;
  margin: 60px auto 15px auto;
  position: relative;
}
.fies-mobile-chart-container:before {
  display: block;
  position: absolute;
  left: -60px;
  top: calc(50% - 35px);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .fies-mobile-chart-container {
    display: none;
  }
}
.fies-mobile-chart-container .tooltip {
  top: 25px !important;
  pointer-events: none;
}
.fies-mobile-chart-container .tooltip .tooltip-inner {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #333333;
}
.fies-mobile-chart-container .tooltip .label-total {
  color: #009167;
}
.fies-mobile-chart-container .tooltip .label-moderate {
  color: #F39D2E;
}
.fies-mobile-chart-container .tooltip .label-severe {
  color: #c41718;
}
.fies-mobile-chart-container .tooltip .arrow {
  display: none;
}

.fies-chart {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: -6px;
  cursor: pointer;
}
.fies-chart.mobile {
  margin-right: 0;
}
.fies-chart.mobile .bubble-total-population {
  top: calc(100% + 45px);
}
@media (min-width: 768px) {
  .fies-chart {
    margin-right: 55px;
  }
}
@media (min-width: 992px) {
  .fies-chart {
    margin-right: 60px;
  }
}
.fies-chart:last-child {
  margin-right: 0;
}
.fies-chart .total, .fies-chart .moderate, .fies-chart .severe {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 10%;
  bottom: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.fies-chart .total:hover .fies-tooltip, .fies-chart .moderate:hover .fies-tooltip, .fies-chart .severe:hover .fies-tooltip {
  display: block;
}
.fies-chart .fies-tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.fies-chart .bubble-total-population {
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
  text-align: center;
  min-width: 95px;
  font-size: 10px;
  font-weight: 600;
}
.fies-chart .bubble-total-population .tot-pop-text {
  color: #009167;
}
.fies-chart .bubble-name {
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: calc(100% + 15px);
  text-align: center;
  min-width: 95px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.fies-chart .total {
  background-color: #009167;
}
.fies-chart .moderate {
  background-image: url("img/moderate-gradient.svg");
}
.fies-chart .moderate .mod-label {
  position: relative;
  height: 1px;
  left: 0;
  transform: translate(-50%, 0);
  top: 50%;
  background-color: #F39D2E;
}
.fies-chart .moderate .mod-label span {
  position: absolute;
  left: 0;
  padding-right: 3px;
  font-size: 10px;
  font-weight: 600;
  color: #F39D2E;
  transform: translate(-100%, -50%);
  line-height: 1;
  text-shadow: -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
}
.fies-chart .severe {
  background-image: url("img/severe-gradient.svg");
}
.fies-chart .severe .sev-label {
  position: relative;
  height: 1px;
  left: 50%;
  top: 50%;
  background-color: #c41718;
}
.fies-chart .severe .sev-label span {
  position: absolute;
  right: 0;
  padding-left: 3px;
  font-size: 10px;
  font-weight: 600;
  color: #c41718;
  transform: translate(100%, -50%);
  line-height: 1;
  text-shadow: -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
}

.swiper-fies-mobile {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .swiper-fies-mobile {
    display: none;
  }
}
.swiper-fies-mobile .swiper-slide {
  padding: 0 90px;
}

.swiper-container {
  width: 100%;
}

.mobile-bubble-name, .mobile-bubble-total-sub, .mobile-bubble-total-value {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

.mobile-bubble-name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-bubble-total-sub {
  font-size: 10px;
  font-weight: 600;
}

.mobile-bubble-total-value {
  font-size: 10px;
  font-weight: 600;
  color: #009167;
  margin-bottom: 30px;
}

.swiper-fies-mobile-prev, .swiper-fies-mobile-next {
  width: 50px;
  height: 50px;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.09);
  background-size: 30px 23px;
  top: 0;
  margin-top: 0;
}
.swiper-fies-mobile-prev:hover, .swiper-fies-mobile-prev:active, .swiper-fies-mobile-prev:focus, .swiper-fies-mobile-prev:active:hover, .swiper-fies-mobile-prev:active:focus, .swiper-fies-mobile-next:hover, .swiper-fies-mobile-next:active, .swiper-fies-mobile-next:focus, .swiper-fies-mobile-next:active:hover, .swiper-fies-mobile-next:active:focus {
  outline: 0;
}

.swiper-fies-mobile-prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='text' d='M16.2,47.8c0.4,0,0.9-0.1,1.3-0.4c1.2-0.7,1.7-2.3,0.9-3.6L6.9,24L18.5,4.2c0.7-1.3,0.3-2.9-0.9-3.6 c-1.3-0.7-2.9-0.3-3.6,0.9L1.6,22.7c-0.5,0.8-0.5,1.8,0,2.7l12.4,21.1C14.4,47.3,15.3,47.8,16.2,47.8z'/%3E%3C/svg%3E");
  background-position: 8px;
}

.swiper-fies-mobile-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='text' d='M3.8,47.8c-0.4,0-0.9-0.1-1.3-0.4c-1.2-0.7-1.7-2.3-0.9-3.6L13.1,24L1.5,4.2C0.8,2.9,1.2,1.3,2.5,0.6 c1.3-0.7,2.9-0.3,3.6,0.9l12.4,21.1c0.5,0.8,0.5,1.8,0,2.7L6.1,46.5C5.6,47.3,4.7,47.8,3.8,47.8z'/%3E%3C/svg%3E%0A");
  background-position: 12px;
}

html[lang=en] .fies-mobile-chart-container:before, html[lang=en] .fies-chart-container:before {
  content: "Number (millions) 2018";
}

html[lang=zh] .fies-mobile-chart-container:before, html[lang=zh] .fies-chart-container:before {
  content: "2018年数量（百万）";
}

html[lang=ar] .fies-mobile-chart-container:before, html[lang=ar] .fies-chart-container:before {
  content: "العدد (بالملايين) 2018";
}

html[lang=es] .fies-mobile-chart-container:before, html[lang=es] .fies-chart-container:before {
  content: "NÚMERO (MILLONES) 2018";
}

/* Footer */
footer {
  margin-top: 250px !important;
  padding-bottom: 100px;
}
footer .section-title {
  color: #999999;
  font-size: 14px;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-icon-list {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.footer-icon-list a {
  color: #b1bac3;
}
.footer-icon-list a:hover {
  color: #b1bac3;
}
.footer-icon-list a i.material-icons {
  font-size: 40px;
}

.footer-links li {
  margin: 15px 0;
}

.social-column {
  /* Small devices (tablets, 768px and up) */
}
.social-column img {
  max-width: 200px;
}
.social-column .fa, .social-column .fab {
  font-size: 23px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #b1bac3;
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 992px) {
  .social-column .fa, .social-column .fab {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .social-column .fa, .social-column .fab {
    width: 18%;
  }
}
.social-column .store-box {
  width: 140px;
  height: 41px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.social-column .store-box.apple {
  background-image: url(img/app-store.svg);
}
.social-column .store-box.google {
  background-image: url(img/google-play.svg);
}

.legend .point {
  display: inline-block;
  width: 20px;
  height: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.legend li {
  margin: 5px;
}
.legend.fig-2 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.fig-2 li:nth-child(1) .point {
  background-color: #6ac1bd;
}
.legend.fig-2 li:nth-child(2) .point {
  background-color: #ed7926;
}
.legend.fig-2 li:nth-child(3) .point {
  background-color: #bf2b1a;
}
.legend.fig-2 li:nth-child(4) .point {
  background-color: #127e83;
}
.legend.legend-figure-reported-threats {
  color: #999999;
}
.legend.legend-figure-reported-threats .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-figure-reported-threats li:nth-child(1) .point {
  background-color: #6464AB;
}
.legend.legend-figure-reported-threats li:nth-child(2) .point {
  background-color: #00667E;
}
.legend.legend-figure-reported-threats li:nth-child(3) .point {
  background-color: #009BA4;
}
.legend.legend-figure-reported-threats li:nth-child(4) .point {
  background-color: #95C11F;
}
.legend.legend-figure-reported-threats li:nth-child(5) .point {
  background-color: #354D9C;
}
.legend.legend-fies {
  color: #999999;
}
.legend.legend-fies .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-fies li:nth-child(1) .point {
  background-color: #009167;
}
.legend.legend-fies li:nth-child(2) .point {
  background-color: #F39D2E;
}
.legend.legend-fies li:nth-child(3) .point {
  background-color: #c41718;
}
.legend.legend-water-use {
  color: #999999;
}
.legend.legend-water-use .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-water-use li:nth-child(1) .point {
  background-color: #bab0ac;
}
.legend.legend-water-use li:nth-child(2) .point {
  background-color: #75b7b2;
}
.legend.legend-water-use li:nth-child(3) .point {
  background-color: #4e78a7;
}
.legend.legend-water-use li:nth-child(4) .point {
  background-color: #b07aa1;
}
.legend.legend-agricoltural-output, .legend.legend-agricoltural-average {
  color: #999999;
}
.legend.legend-agricoltural-output .point, .legend.legend-agricoltural-average .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-agricoltural-output li:nth-child(1) .point, .legend.legend-agricoltural-average li:nth-child(1) .point {
  background-color: #f6840c;
}
.legend.legend-agricoltural-output li:nth-child(2) .point, .legend.legend-agricoltural-average li:nth-child(2) .point {
  background-color: #4c5d6a;
}
.legend.legend-dadis {
  color: #999999;
}
.legend.legend-dadis .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-dadis li:nth-child(1) .point {
  background-color: #4B904C;
}
.legend.legend-dadis li:nth-child(2) .point {
  background-color: #E49245;
}
.legend.legend-dadis li:nth-child(3) .point {
  background-color: #A72426;
}
.legend.legend-dadis li:nth-child(4) .point {
  background-color: #B7B1AC;
}
.legend.legend-sdg25 {
  color: #999999;
}
.legend.legend-sdg25 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-sdg25 li:nth-child(1) .point {
  background-color: #B7B1AC;
}
.legend.legend-sdg25 li:nth-child(2) .point {
  background-color: #A72426;
}
.legend.legend-sdg25 li:nth-child(3) .point {
  background-color: #4B904C;
}
.legend.legend-sdg2a1 {
  color: #999999;
}
.legend.legend-sdg2a1 li {
  font-size: 13px;
}
.legend.legend-sdg2a1 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-sdg2a1 li:nth-child(1) .point {
  background-color: #69379B;
}
.legend.legend-sdg2a1 li:nth-child(2) .point {
  background-color: #A5A5A5;
}
.legend.legend-sdg2a1 li:nth-child(3) .point {
  background-color: #4E73BD;
}
.legend.legend-sdg2a1 li:nth-child(4) .point {
  background-color: #335C8D;
}
.legend.legend-sdg2a1 li:nth-child(5) .point {
  background-color: #DE8142;
}
.legend.legend-sdg2a1 li:nth-child(6) .point {
  background-color: #F5C144;
}
.legend.legend-sdg2a1 li:nth-child(7) .point {
  background-color: #7DAB56;
}
.legend.legend-sdg2a1 li:nth-child(8) .point {
  background-color: #934D21;
}
.legend.legend-smta-abs {
  color: #999999;
}
.legend.legend-smta-abs .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-smta-abs li:nth-child(1) .point {
  background-color: #699BCF;
}
.legend.legend-smta-abs li:nth-child(2) .point {
  background-color: #3D562B;
}
.legend.legend-fish-stocks {
  color: #999999;
}
.legend.legend-fish-stocks .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-fish-stocks li:nth-child(1) .point {
  background-color: #F19235;
}
.legend.legend-fish-stocks li:nth-child(2) .point {
  background-color: #0088A2;
}
.legend.legend-fish-stocks li:nth-child(3) .point {
  background-color: #005168;
}
.legend.legend-sustainable-fisheries {
  color: #999999;
}
.legend.legend-sustainable-fisheries .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-sustainable-fisheries li:nth-child(1) .point {
  background-color: #f6840c;
}
.legend.legend-sustainable-fisheries li:nth-child(2) .point {
  background-color: #4c5d6a;
}
.legend.legend-sustainable-fisheries li:nth-child(3) .point {
  background-color: #999999;
}
.legend.legend-sdg2c1 {
  color: #999999;
}
.legend.legend-sdg2c1 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-sdg2c1 li:nth-child(1) .point {
  background-color: #335c8d;
}
.legend.legend-sdg2c1 li:nth-child(2) .point {
  background-color: #f6840c;
}
.legend.legend-smallscale-fisheries, .legend.legend-iuu-average {
  color: #999999;
}
.legend.legend-smallscale-fisheries .point, .legend.legend-iuu-average .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-smallscale-fisheries li:nth-child(1) .point, .legend.legend-iuu-average li:nth-child(1) .point {
  background-color: #007dc1;
}
.legend.legend-wild-food-species {
  color: #999999;
}
.legend.legend-wild-food-species .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-wild-food-species li:nth-child(1) .point {
  background-color: #00aaae;
}
.legend.legend-wild-food-species li:nth-child(2) .point {
  background-color: #88c834;
}
.legend.legend-wild-food-species li:nth-child(3) .point {
  background-color: #b6bbbe;
}
.legend.legend-wild-food-species li:nth-child(4) .point {
  background-color: #2e53a8;
}
.legend.legend-wild-food-species li:nth-child(5) .point {
  background-color: #df232b;
}
.legend.legend-wild-food-species li:nth-child(6) .point {
  background-color: #00a64b;
}
.legend.legend-wild-food-species li:nth-child(7) .point {
  background-color: #d7bb8b;
}
.legend.legend-wild-food-species li:nth-child(8) .point {
  background-color: #7fc5eb;
}
.legend.legend-wild-food-species li:nth-child(9) .point {
  background-color: #f3f062;
}
.legend.legend-wild-food-species li:nth-child(10) .point {
  background-color: #4d2892;
}
.legend.legend-reported-trends {
  color: #999999;
}
.legend.legend-reported-trends .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-reported-trends li:nth-child(1) .point {
  background-color: #df232b;
}
.legend.legend-reported-trends li:nth-child(2) .point {
  background-color: #67a9dc;
}
.legend.legend-reported-trends li:nth-child(3) .point {
  background-color: #88c834;
}
.legend.legend-reported-trends li:nth-child(4) .point {
  background-color: #b6bbbe;
}
.legend.legend-reported-undern {
  color: #999999;
}
.legend.legend-reported-undern .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-reported-undern li:nth-child(1) .point {
  background-color: #f6840c;
}
.legend.legend-reported-undern li:nth-child(2) .point {
  background-color: #4c5d6a;
}
.legend.legend-sdg1511 {
  color: #999999;
}
.legend.legend-sdg1511 .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-sdg1511 li:nth-child(1) .point {
  background-color: #a2bb65;
}
.legend.legend-sdg1511 li:nth-child(2) .point {
  background-color: #497a2a;
}
.legend.legend-gdp {
  color: #999999;
}
.legend.legend-gdp .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-gdp li:nth-child(1) .point {
  background-color: #df232b;
}
.legend.legend-gdp li:nth-child(2) .point {
  background-color: #67a9dc;
}
.legend.legend-gdp li:nth-child(3) .point {
  background-color: #88c834;
}
.legend.legend-gdp li:nth-child(4) .point {
  background-color: #b6bbbe;
}
.legend.legend-table {
  color: #999999;
}
.legend.legend-table .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-table li:nth-child(1) .point {
  background-color: green;
}
.legend.legend-table li:nth-child(2) .point {
  background-color: yellow;
}
.legend.legend-table li:nth-child(3) .point {
  background-color: red;
}
.legend.legend-mgcindex {
  color: #999999;
}
.legend.legend-mgcindex .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-mgcindex li:nth-child(1) .point {
  background-color: #a2bb65;
}
.legend.legend-reported-threats {
  color: #999999;
}
.legend.legend-reported-threats .point {
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 5px;
}
.legend.legend-reported-threats li:nth-child(1) .point {
  background-color: #df232b;
}
.legend.legend-reported-threats li:nth-child(2) .point {
  background-color: #01828f;
}
.legend.legend-reported-threats li:nth-child(3) .point {
  background-color: #7fc5eb;
}
.legend.legend-reported-threats li:nth-child(4) .point {
  background-color: #f3f062;
}
.legend.legend-reported-threats li:nth-child(5) .point {
  background-color: #6379c0;
}
.legend.legend-reported-threats li:nth-child(6) .point {
  background-color: #88c834;
}
.legend.legend-reported-threats li:nth-child(7) .point {
  background-color: #b2ddf4;
}
.legend.legend-reported-threats li:nth-child(8) .point {
  background-color: #ac1f79;
}
.legend.legend-reported-threats li:nth-child(9) .point {
  background-color: #b4c5b0;
}
.legend.legend-reported-threats li:nth-child(10) .point {
  background-color: #2e53a8;
}
.legend.legend-reported-threats li:nth-child(11) .point {
  background-color: #f8984f;
}
.legend.legend-reported-threats li:nth-child(12) .point {
  background-color: #8ba3aa;
}

/* Morph Background */
.scene {
  background: #4E2682;
}

.scene path:first-child {
  fill: #6464AB;
}

.scene path:nth-child(2) {
  fill: #00667E;
}

.scene path:nth-child(3) {
  fill: #009BA4;
}

.scene path:nth-child(4) {
  fill: #95C11F;
}

.scene path:nth-child(5) {
  fill: #354D9C;
}

.scene path:nth-child(6) {
  fill: #009640;
}

.scene path:nth-child(7) {
  fill: #45B2D9;
}

/* Navbar */
.navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 54px;
}
@media (min-width: 768px) {
  .navbar {
    height: 63px;
  }
}

.navbar-brand {
  position: relative;
  top: 0;
  padding: 0;
  width: 200px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-right: 80px;
    width: 245px;
  }
}

.language-switch ul.list-unstyled {
  margin: 0;
}
.language-switch li a {
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  display: block;
}
.language-switch li a:hover, .language-switch li a:active, .language-switch li a:focus, .language-switch li a:active:hover, .language-switch li a:active:focus {
  outline: 0;
  text-decoration: none;
}
.language-switch li.active a {
  color: #1b1d1f;
  font-weight: 400;
}

/* Particles */
.particle-story-a-holder, .particle-story-b-holder {
  position: relative;
  background-color: black;
  color: white;
}
.particle-story-a-holder .trigger, .particle-story-b-holder .trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .particle-story-a-holder .trigger, .particle-story-b-holder .trigger {
    width: 50%;
  }
}
.particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 800;
  color: white;
}
@media (min-width: 992px) {
  .particle-story-a-holder .trigger h6 a, .particle-story-b-holder .trigger h6 a {
    justify-content: flex-start;
  }
}
.particle-story-a-holder .trigger h6 a i, .particle-story-b-holder .trigger h6 a i {
  margin-right: 5px;
}
.particle-story-a-holder .trigger h6 a:hover, .particle-story-b-holder .trigger h6 a:hover {
  text-decoration: none;
}
.particle-story-a-holder .trigger p, .particle-story-a-holder .trigger h1, .particle-story-a-holder .trigger h2, .particle-story-b-holder .trigger p, .particle-story-b-holder .trigger h1, .particle-story-b-holder .trigger h2 {
  font-family: "Montserrat", sans-serif;
}
.particle-story-a-holder .trigger h1, .particle-story-b-holder .trigger h1 {
  margin-bottom: 0;
}
.particle-story-a-holder .trigger h1, .particle-story-a-holder .trigger h2, .particle-story-b-holder .trigger h1, .particle-story-b-holder .trigger h2 {
  font-weight: 600;
}

#particle-container, #particle-container-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#particle-container .dragged-container, #particle-container-b .dragged-container {
  height: 100vh;
  width: 100%;
  position: relative;
}
#particle-container.is-fixed, #particle-container-b.is-fixed {
  position: fixed;
}
#particle-container.is-bottom, #particle-container-b.is-bottom {
  top: auto;
  bottom: 0;
}
#particle-container.is-bottom canvas, #particle-container.is-bottom .dragged-container, #particle-container-b.is-bottom canvas, #particle-container-b.is-bottom .dragged-container {
  bottom: 0;
  position: absolute;
}
#particle-container canvas, #particle-container-b canvas {
  display: block;
  /* fix necessary to remove space at bottom of canvas */
  position: relative;
  left: 0;
}
@media (min-width: 1200px) {
  #particle-container canvas, #particle-container-b canvas {
    left: -80px;
  }
}
@media (min-width: 1600px) {
  #particle-container canvas, #particle-container-b canvas {
    left: -140px;
  }
}
@media (min-width: 2000px) {
  #particle-container canvas, #particle-container-b canvas {
    left: -250px;
  }
}

.cover-trigger {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cover-trigger.in {
  opacity: 1;
}

[data-name=step-1] .dr-container-chart-half {
  position: relative;
}
[data-name=step-1] .dr-container-chart-half:before {
  content: "";
  position: absolute;
  background-color: #f6840c;
  width: 150px;
  height: 20px;
  left: 50%;
  top: -30px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  [data-name=step-1] .dr-container-chart-half:before {
    width: 20px;
    height: 100%;
    left: -30px;
    top: 0;
  }
}

/* Scroll Call to action */
#wrapper-scroll-cat {
  position: absolute;
  width: 20px;
  height: 100px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper-scroll-cat.out {
  opacity: 0;
}

#scroll-down {
  display: block;
  position: relative;
  padding-top: 89px;
  text-align: center;
}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}

.arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  position: relative;
  left: 1px;
  border-top: 2px solid #1b1d1f;
  border-right: 2px solid #1b1d1f;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#scroll-title {
  display: block;
  text-transform: uppercase;
  color: #1b1d1f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}

#scroll-down::before {
  -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Safari 4+ */
  -moz-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Fx 5+ */
  -o-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* Opera 12+ */
  animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: #1b1d1f;
  content: " ";
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
/* Social Share buttons */
.social-share {
  position: absolute;
  bottom: 30px;
  right: 30px;
  pointer-events: auto;
}
.social-share span.facebook-icon {
  background-image: url("img/share-facebook-white.svg");
}
.social-share span.twitter-icon {
  background-image: url("img/share-twitter-white.svg");
}
.social-share span.google-icon {
  background-image: url("img/share-google-plus-white.svg");
}
.social-share span.linkedin-icon {
  background-image: url("img/share-linkedin-white.svg");
}
.social-share.social-mobile {
  position: relative;
  bottom: auto;
  right: auto;
  margin-bottom: 15px;
}
.social-share.social-cover {
  position: static;
  margin-top: 30px;
}
.social-share.social-cover span.facebook-icon {
  background-image: url("img/share-facebook-sec.svg");
}
.social-share.social-cover span.twitter-icon {
  background-image: url("img/share-twitter-sec.svg");
}
.social-share.social-cover span.google-icon {
  background-image: url("img/share-google-plus-sec.svg");
}
.social-share.social-cover span.linkedin-icon {
  background-image: url("img/share-linkedin-sec.svg");
}
.social-share span.facebook-icon-sec {
  background-image: url("img/share-facebook-sec.svg");
}
.social-share span.twitter-icon-sec {
  background-image: url("img/share-twitter-sec.svg");
}
.social-share span.google-icon-sec {
  background-image: url("img/share-google-plus-sec.svg");
}
.social-share span.linkedin-icon-sec {
  background-image: url("img/share-linkedin-sec.svg");
}

.social-share a.social-a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px;
}
.social-share a.social-a:first-child {
  margin-left: 0;
}

.social-share span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

a.social-button {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
}
a.social-button:first-child {
  margin-left: 0;
}
a.social-button:last-child {
  margin-right: 0;
}
a.social-button span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Table */
.table td, .table th {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

th.rotate {
  height: 380px;
  white-space: nowrap;
}

th.rotate > div {
  transform: translate(25px, 51px) rotate(270deg);
  width: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.table-red-color {
  background-color: red;
}
@media (max-width: 768px) {
  .table-red-color {
    background: linear-gradient(to right, #efefef 50%, red 50%, red 100%);
  }
}

.table-yellow-color {
  background-color: yellow;
}
@media (max-width: 768px) {
  .table-yellow-color {
    background: linear-gradient(to right, #efefef 50%, yellow 50%, yellow 100%);
  }
}

.table-green-color {
  background-color: green;
}
@media (max-width: 768px) {
  .table-green-color {
    background: linear-gradient(to right, #efefef 50%, green 50%, green 100%);
  }
}

.figure-table-prevalence .table > thead > tr > th {
  border-bottom: 0;
}
.figure-table-prevalence td {
  text-align: center;
}
.figure-table-prevalence .table-prevalence-title {
  background-color: #f6840c;
}
.figure-table-prevalence .table-prevalence-title.subcategory_thead th {
  color: white;
}
.figure-table-prevalence th {
  font-weight: normal;
}
.figure-table-prevalence .category_thead {
  background-color: #4c5d6a;
  color: #fff;
}
.figure-table-prevalence .category_thead tr {
  border: 0px;
}
.figure-table-prevalence .category_thead th {
  border: 0px;
  text-align: center;
}
.figure-table-prevalence .subcategory_thead tr, .figure-table-prevalence .subcategory_thead th {
  border: 0;
  color: #005d81;
}
@media (min-width: 768px) {
  .figure-table-prevalence .indent {
    padding-left: 25px;
  }
}
.figure-table-prevalence .marked-cell {
  background-color: #fef3e7;
}
@media (min-width: 768px) {
  .figure-table-prevalence .indent-2 {
    padding-left: 50px;
  }
}
.figure-table-prevalence .othcategory_thead {
  background-color: #eaeaea;
}
.figure-table-prevalence .othcategory_thead tr th {
  position: relative;
}
@media (min-width: 768px) {
  .figure-table-prevalence .othcategory_thead tr th {
    padding-left: 25px;
  }
}
.figure-table-prevalence .othcategory_thead span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #4c5d6a;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
  left: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.figure-table-prevalence .othcategory_thead span.cap_leg {
  background-color: #f6840c;
}
.figure-table-prevalence .total_tab tr th {
  font-weight: bold;
  position: relative;
}
.figure-table-prevalence .total_tab tr {
  font-weight: bold;
}
.figure-table-prevalence .total_tab span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #4c5d6a;
  -webkit-border-radius: 222px;
  -moz-border-radius: 222px;
  border-radius: 222px;
}

.table-anim-container thead, .table-anim-container tbody {
  opacity: 0;
}

.table-anim-container thead.enter, .table-anim-container tbody.enter {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.figure-table-employment .table > thead > tr > th {
  border: 0px;
}
.figure-table-employment .table > tbody > tr > th {
  font-weight: 400;
}
.figure-table-employment .category_thead {
  background-color: #4c5d6a;
  color: #fff;
}
.figure-table-employment .subcategory_thead {
  background-color: #eaeaea;
}
.figure-table-employment .table > tbody > tr.total_tab > th, .figure-table-employment .table > tbody > tr.total_tab > td {
  font-weight: bold;
}

@media (max-width: 768px) {
  /* use the max to specify at each container level */
  .table-anim-container > .table > thead > tr > th, .table-anim-container > .table > tbody > tr > th {
    white-space: normal;
  }

  .figure-table-prevalence table, .figure-table-prevalence thead, .figure-table-prevalence tbody, .figure-table-prevalence th, .figure-table-prevalence td, .figure-table-prevalence tr {
    display: block;
  }
  .figure-table-prevalence thead.table-prevalence-title {
    display: none;
  }

  .figure-table-prevalence td:before {
    display: block;
    width: calc(50% - 12px);
    color: #4c5d6a;
  }

  .figure-table-prevalence {
    text-align: center;
  }
  .figure-table-prevalence th {
    text-align: center;
    font-weight: bold;
    background-color: rgba(236, 236, 236, 0.44);
  }
  .figure-table-prevalence .category_thead {
    display: none;
  }
  .figure-table-prevalence tbody td:nth-child(2):before {
    content: "Forest area annual net change rate (1)";
  }
  .figure-table-prevalence tbody td:nth-child(3):before {
    content: "Above-ground biomass stock in forest (t/ha)";
  }
  .figure-table-prevalence tbody td:nth-child(4):before {
    content: "Proportion of forest area within legally established protected areas";
  }
  .figure-table-prevalence tbody td:nth-child(5):before {
    content: "Proportion of forest area under a long-term forest management plan";
  }
  .figure-table-prevalence tbody td:nth-child(6):before {
    content: "Forest area certified (2)";
  }
  .figure-table-prevalence .othcategory_thead tr td:nth-child(2):before {
    content: "Forest area annual net change rate (1)";
  }
  .figure-table-prevalence .othcategory_thead tr td:nth-child(3):before {
    content: "Above-ground biomass stock in forest (t/ha)";
  }
  .figure-table-prevalence .othcategory_thead tr td:nth-child(4):before {
    content: "Proportion of forest area within legally established protected areas";
  }
  .figure-table-prevalence .othcategory_thead tr td:nth-child(5):before {
    content: "Proportion of forest area under a long-term forest management plan";
  }
  .figure-table-prevalence .othcategory_thead tr td:nth-child(6):before {
    content: "Forest area certified";
  }

  html[lang=es] .figure-table-prevalence tbody td:nth-child(2):before {
    content: "Tasa neta de cambio anual de la superficie forestal(1)";
  }
  html[lang=es] .figure-table-prevalence tbody td:nth-child(3):before {
    content: "Existencias forestales de biomasa por encima del suelo (t/ha)";
  }
  html[lang=es] .figure-table-prevalence tbody td:nth-child(4):before {
    content: "Proporción de la superficie forestal en las áreas protegidas legalmente establecidas";
  }
  html[lang=es] .figure-table-prevalence tbody td:nth-child(5):before {
    content: "Proporción de la superficie forestal sometida a un plan de gestión forestal de largo plazo";
  }
  html[lang=es] .figure-table-prevalence tbody td:nth-child(6):before {
    content: "Superficie de bosques certificados";
  }
  html[lang=es] .figure-table-prevalence .othcategory_thead tr td:nth-child(2):before {
    content: "Tasa neta de cambio anual de la superficie forestal(1)";
  }
  html[lang=es] .figure-table-prevalence .othcategory_thead tr td:nth-child(3):before {
    content: "Existencias forestales de biomasa por encima del suelo (t/ha)";
  }
  html[lang=es] .figure-table-prevalence .othcategory_thead tr td:nth-child(4):before {
    content: "Proporción de la superficie forestal en las áreas protegidas legalmente establecidas";
  }
  html[lang=es] .figure-table-prevalence .othcategory_thead tr td:nth-child(5):before {
    content: "Proporción de la superficie forestal sometida a un plan de gestión forestal de largo plazo";
  }
  html[lang=es] .figure-table-prevalence .othcategory_thead tr td:nth-child(6):before {
    content: "Superficie de bosques certificados";
  }

  html[lang=fr] .figure-table-prevalence tbody td:nth-child(2):before {
    content: "Taux de changement annuel net de la superficie forestière (1)";
  }
  html[lang=fr] .figure-table-prevalence tbody td:nth-child(3):before {
    content: "Stock forestier de biomasse aérienne (T/ha)";
  }
  html[lang=fr] .figure-table-prevalence tbody td:nth-child(4):before {
    content: "Proportion de la superficie forestière située à l’intérieur d’aires protégées légalement constituées";
  }
  html[lang=fr] .figure-table-prevalence tbody td:nth-child(5):before {
    content: "Proportion de la superficie forestière soumise à un plan de gestion à long terme";
  }
  html[lang=fr] .figure-table-prevalence tbody td:nth-child(6):before {
    content: "Superficie de forêts certifiées";
  }
  html[lang=fr] .figure-table-prevalence .othcategory_thead tr td:nth-child(2):before {
    content: "Taux de changement annuel net de la superficie forestière (1)";
  }
  html[lang=fr] .figure-table-prevalence .othcategory_thead tr td:nth-child(3):before {
    content: "Stock forestier de biomasse aérienne (T/ha)";
  }
  html[lang=fr] .figure-table-prevalence .othcategory_thead tr td:nth-child(4):before {
    content: "Proportion de la superficie forestière située à l’intérieur d’aires protégées légalement constituées";
  }
  html[lang=fr] .figure-table-prevalence .othcategory_thead tr td:nth-child(5):before {
    content: "Proportion de la superficie forestière soumise à un plan de gestion à long terme";
  }
  html[lang=fr] .figure-table-prevalence .othcategory_thead tr td:nth-child(6):before {
    content: "Superficie de forêts certifiées";
  }

  html[lang=zh] .figure-table-prevalence tbody td:nth-child(2):before {
    content: "森林面积年净变化率(1)";
  }
  html[lang=zh] .figure-table-prevalence tbody td:nth-child(3):before {
    content: "森林地上生物量（蓄积量）（t/ha）";
  }
  html[lang=zh] .figure-table-prevalence tbody td:nth-child(4):before {
    content: "法定保护区内森林面积的比例";
  }
  html[lang=zh] .figure-table-prevalence tbody td:nth-child(5):before {
    content: "长期森林管理计划下森林面积的比例";
  }
  html[lang=zh] .figure-table-prevalence tbody td:nth-child(6):before {
    content: "认证森林面积";
  }
  html[lang=zh] .figure-table-prevalence .othcategory_thead tr td:nth-child(2):before {
    content: "森林面积年净变化率(1)";
  }
  html[lang=zh] .figure-table-prevalence .othcategory_thead tr td:nth-child(3):before {
    content: "森林地上生物量（蓄积量）（t/ha）";
  }
  html[lang=zh] .figure-table-prevalence .othcategory_thead tr td:nth-child(4):before {
    content: "法定保护区内森林面积的比例";
  }
  html[lang=zh] .figure-table-prevalence .othcategory_thead tr td:nth-child(5):before {
    content: "长期森林管理计划下森林面积的比例";
  }
  html[lang=zh] .figure-table-prevalence .othcategory_thead tr td:nth-child(6):before {
    content: "认证森林面积";
  }

  html[lang=ar] .figure-table-prevalence tbody td:nth-child(2):before {
    content: "صافي معدل التغير السنوي في مساحة الغابات(1)";
  }
  html[lang=ar] .figure-table-prevalence tbody td:nth-child(3):before {
    content: "مخزون الكتلة الأحيائية السطحية في الغابات (طن/هكتار)";
  }
  html[lang=ar] .figure-table-prevalence tbody td:nth-child(4):before {
    content: "نسبة مساحة الغابات الواقعة داخل المناطق المحمية المنشأة قانونا";
  }
  html[lang=ar] .figure-table-prevalence tbody td:nth-child(5):before {
    content: "نسبة مساحة الغابات المشمولة بخطة طويلة الأجل لإدارة الغابات";
  }
  html[lang=ar] .figure-table-prevalence tbody td:nth-child(6):before {
    content: "مساحة الغابات المعتمدة";
  }
  html[lang=ar] .figure-table-prevalence .othcategory_thead tr td:nth-child(2):before {
    content: "صافي معدل التغير السنوي في مساحة الغابات(1)";
  }
  html[lang=ar] .figure-table-prevalence .othcategory_thead tr td:nth-child(3):before {
    content: "مخزون الكتلة الأحيائية السطحية في الغابات (طن/هكتار)";
  }
  html[lang=ar] .figure-table-prevalence .othcategory_thead tr td:nth-child(4):before {
    content: "نسبة مساحة الغابات الواقعة داخل المناطق المحمية المنشأة قانونا";
  }
  html[lang=ar] .figure-table-prevalence .othcategory_thead tr td:nth-child(5):before {
    content: "نسبة مساحة الغابات المشمولة بخطة طويلة الأجل لإدارة الغابات";
  }
  html[lang=ar] .figure-table-prevalence .othcategory_thead tr td:nth-child(6):before {
    content: "مساحة الغابات المعتمدة";
  }

  html[lang=ru] .figure-table-prevalence tbody td:nth-child(2):before {
    content: "Темпы чистого изменения площади лесов в год(1)";
  }
  html[lang=ru] .figure-table-prevalence tbody td:nth-child(3):before {
    content: "Запас надземной биомассы в лесах (т/га)";
  }
  html[lang=ru] .figure-table-prevalence tbody td:nth-child(4):before {
    content: "Доля лесных площадей, расположенных в природоохранных зонах";
  }
  html[lang=ru] .figure-table-prevalence tbody td:nth-child(5):before {
    content: "Доля лесных площадей, в отношении которых существует долгосрочный план управления лесными ресурсами";
  }
  html[lang=ru] .figure-table-prevalence tbody td:nth-child(6):before {
    content: "Сертифицированные лесные площади";
  }
  html[lang=ru] .figure-table-prevalence .othcategory_thead tr td:nth-child(2):before {
    content: "Темпы чистого изменения площади лесов в год(1)";
  }
  html[lang=ru] .figure-table-prevalence .othcategory_thead tr td:nth-child(3):before {
    content: "Запас надземной биомассы в лесах (т/га)";
  }
  html[lang=ru] .figure-table-prevalence .othcategory_thead tr td:nth-child(4):before {
    content: "Доля лесных площадей, расположенных в природоохранных зонах";
  }
  html[lang=ru] .figure-table-prevalence .othcategory_thead tr td:nth-child(5):before {
    content: "Доля лесных площадей, в отношении которых существует долгосрочный план управления лесными ресурсами";
  }
  html[lang=ru] .figure-table-prevalence .othcategory_thead tr td:nth-child(6):before {
    content: "Сертифицированные лесные площади";
  }
}
/* Typography */
body {
  font-family: "Montserrat", sans-serif;
  color: #1b1d1f;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 26px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

h1 small {
  font-size: 50%;
  font-weight: 300;
}

h6 {
  font-weight: 700;
  font-size: 14px;
}

.highlighted-text-purple {
  color: #6464AB;
}

.highlighted-text-green {
  color: #95C11F;
}

.highlighted-text-blue {
  color: #45B2D9;
}

.highlighted-text-red {
  color: #df232b;
}

.paragraph_title {
  font-weight: 700;
  font-size: 26px;
  margin-top: 70px;
  margin-bottom: 30px;
}

.paragraph_subtitle {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 50px;
}

.paragraph_sub_subtitle {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 1.5;
  margin-top: 50px;
}

p {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Merriweather", serif;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

a {
  color: #0d6cac;
}

hr {
  border-top: 1px solid #999999;
  max-width: 200px;
  margin-top: 100px;
}

/* Video Cover */
.dr-container-video-cover {
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .dr-container-video-cover {
    flex-direction: row;
  }
}
.dr-container-video-cover video {
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container-video-cover video {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .dr-container-video-cover video {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .dr-container-video-cover video {
    width: 650px;
  }
}
.dr-container-video-cover .sdg-video-cover-title {
  width: 350px;
}
@media (min-width: 768px) {
  .dr-container-video-cover .sdg-video-cover-title {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .dr-container-video-cover .sdg-video-cover-title {
    margin-left: 15px;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .dr-container-video-cover .sdg-video-cover-title {
    margin-left: 15px;
    width: 350px;
  }
}
.dr-container-video-cover .sdg-video-cover-title img {
  display: block;
  width: 50px;
  margin: 0 auto 15px auto;
  height: auto;
}
@media (min-width: 992px) {
  .dr-container-video-cover .sdg-video-cover-title img {
    width: 55px;
    margin: 0 0 15px 0;
  }
}
.dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text {
  text-align: center;
}
@media (min-width: 992px) {
  .dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text {
    text-align: left;
  }
}
.dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text h1 {
  color: black;
}
.dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text p {
  margin-bottom: 15px;
}
.dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text hr {
  margin: 0 auto 15px auto;
}
@media (min-width: 768px) {
  .dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text hr {
    margin: 0 0 15px 0;
  }
}
.dr-container-video-cover .sdg-video-cover-title .sdg-video-cover-title-text .indicators-container {
  margin-top: 10px;
}

#sdg-2-container .sdg-video-cover-title h2 {
  color: #dc9d00;
}

#sdg-6-container .sdg-video-cover-title h2 {
  color: #00b0de;
}

#sdg-14-container .sdg-video-cover-title h2 {
  color: #007dc1;
}

#sdg-15-container .sdg-video-cover-title h2 {
  color: #00b337;
}

/* Languages */
html[lang=ar] {
  /* Typography */
}
html[lang=ar] body {
  font-family: "Cairo", sans-serif;
}
html[lang=ar] h1, html[lang=ar] h2, html[lang=ar] h3 {
  font-family: "Cairo", sans-serif;
  direction: rtl;
}
html[lang=ar] .paragraph_subtitle {
  font-family: "Cairo", sans-serif;
}
html[lang=ar] .paragraph_sub_subtitle {
  font-family: "Cairo", sans-serif;
}
html[lang=ar] p {
  font-family: "Cairo", sans-serif;
  direction: rtl;
  text-align: right;
}
html[lang=ar] .photo-container {
  font-family: "Cairo", sans-serif;
}

/*# sourceMappingURL=index.css.map */
