.nin-carrousel-nestle-birth {
  color: #094271;
  font-family: "VAG Rounded W01 Light", Arial, sans-serif;
  background: #FFFFFF;
  height: 480px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 425px) {
  .nin-carrousel-nestle-birth {
    height: 510px;
  }
}
@media screen and (min-width: 768px) {
  .nin-carrousel-nestle-birth {
    height: 670px;
  }
}
@media screen and (min-width: 1024px) {
  .nin-carrousel-nestle-birth {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .nin-carrousel-nestle-birth {
    height: 490px;
  }
}
@media screen and (min-width: 1400px) {
  .nin-carrousel-nestle-birth {
    height: 520px;
  }
}
@media screen and (min-width: 1680px) {
  .nin-carrousel-nestle-birth {
    height: 550px;
  }
}
@media screen and (min-width: 1920px) {
  .nin-carrousel-nestle-birth {
    height: 590px;
  }
}
.nin-carrousel-nestle-birth:before, .nin-carrousel-nestle-birth:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1;
}
.nin-carrousel-nestle-birth:before {
  top: 20%;
  box-shadow: inset 0 30px 10px 0 white;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth:before {
    top: 15%;
  }
}
.nin-carrousel-nestle-birth:after {
  bottom: 0;
  box-shadow: inset 0 -30px 10px 0 white;
}
.nin-carrousel-nestle-birth #chartdiv {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth #chartdiv {
    height: 80%;
  }
}
.nin-carrousel-nestle-birth .top-block {
  position: absolute;
  top: 20px;
  left: 25%;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth .top-block {
    left: 0;
    width: 100%;
  }
}
.nin-carrousel-nestle-birth .top-block .counter {
  display: flex;
  align-items: center;
}
.nin-carrousel-nestle-birth .top-block .counter .counter-digits {
  width: 55%;
  padding-right: 4%;
  text-align: right;
  float: left;
}
@media screen and (min-width: 768px) {
  .nin-carrousel-nestle-birth .top-block .counter .counter-digits {
    width: 60%;
  }
}
.nin-carrousel-nestle-birth .top-block .counter .counter-digits .rts-counter {
  font-size: 9vw;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth .top-block .counter .counter-digits .rts-counter {
    font-size: 16vw;
  }
}
.nin-carrousel-nestle-birth .top-block .counter .text-counter-wrapper {
  width: 36%;
  float: left;
  text-transform: uppercase;
}
.nin-carrousel-nestle-birth .top-block .counter .text-counter-wrapper .text-counter-wrapper1 {
  display: block;
  font-size: 5.6vw;
  font-weight: 600;
}
.nin-carrousel-nestle-birth .top-block .counter .text-counter-wrapper .text-counter-wrapper1 .text-counter1 {
  display: block;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth .top-block .counter .text-counter-wrapper .text-counter-wrapper1 {
    font-size: 10vw;
  }
}
.nin-carrousel-nestle-birth .top-block .counter .text-counter-wrapper .text-counter-wrapper2 {
  font-size: 1.7vw;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth .top-block .counter .text-counter-wrapper .text-counter-wrapper2 {
    font-size: 3.2vw;
  }
}
.nin-carrousel-nestle-birth .top-block .title-wrapper {
  font-size: 2.5vw;
  text-align: center;
  display: none;
}
.nin-carrousel-nestle-birth .logo-hashtag {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  z-index: 2;
}
.nin-carrousel-nestle-birth .logo-hashtag .logo,
.nin-carrousel-nestle-birth .logo-hashtag .hashtag-wrapper {
  padding: 0 10px;
  font-size: 2vw;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth .logo-hashtag .logo,
  .nin-carrousel-nestle-birth .logo-hashtag .hashtag-wrapper {
    font-size: 4vw;
  }
}
.nin-carrousel-nestle-birth .logo-hashtag .hashtag-wrapper {
  padding-bottom: 1.2%;
}
@media screen and (max-width: 500px) {
  .nin-carrousel-nestle-birth .logo-hashtag .logo {
    width: 25%;
  }
}
.nin-carrousel-nestle-birth .bottom-block {
  display: none;
}