#Piechart {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 95px;
  top: 576px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  background-color: #f0f0f0;
  transition: all 0.3s ease-out;
}

#Piechart.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

#Piechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.circle {
  position: absolute;
  right: 95px;
  top: 576px;
  content: '';
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(8px, -8px);
      -ms-transform: translate(8px, -8px);
          transform: translate(8px, -8px);
}

#Piechart:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#iconPlayAgain {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 95px;
  top: 576px;
  background-image: url("../images/iconPlayAgain.svg");
  cursor: pointer;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  transition: all 0.3s ease-out;
}

#iconPlayAgain.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.button-wrapper {
  padding-top: 30px;
  text-align: center;
}

button {
  background-color: #ffcb00;
  color: #000;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: bold;
  width: 312px;
  height: 90px;
  transition: background-color .3s;
  outline: none;
  -webkit-transform: all .5s linear;
      -ms-transform: all .5s linear;
          transform: all .5s linear;
}

button.correct {
  background-color: #8cbe00;
}

button.wrong {
  background-color: #ff0000;
}

.button-2,
.button-4 {
  background-color: #ffad07;
}

.captions-wrapper {
  position: absolute;
  height: 480px;
  width: 944px;
  top: 126px;
  left: 40px;
}

.caption {
  position: absolute;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  opacity: 0;
  transition: all .2s ease-in;
}

.caption.active {
  opacity: 1;
}

.caption:nth-child(1) {
  top: 40px;
  left: 585px;
}

.caption:nth-child(2) {
  top: 70px;
  left: 545px;
}

.caption:nth-child(3) {
  top: 210px;
  right: 75px;
  color: #000;
}

.caption:nth-child(4) {
  top: 25px;
  left: 50px;
  color: #000;
}

.caption:nth-child(5) {
  top: 30px;
  left: 40px;
  text-shadow: 2px 2px 2px #000;
}

.caption:nth-child(6) {
  top: 40px;
  right: 100px;
}

.caption:nth-child(7) {
  top: 30px;
  left: 100px;
}

.caption:nth-child(8) {
  top: 70px;
  right: 170px;
  color: #000;
}

.caption:nth-child(9) {
  top: 140px;
  left: 150px;
  color: #000;
}

.caption:nth-child(10) {
  top: 40px;
  left: 50px;
}

.caption:nth-child(11) {
  top: 50px;
  left: 87px;
}

.caption:nth-child(12) {
  top: 400px;
  left: 50px;
  text-shadow: 2px 2px 2px #000;
}

.caption:nth-child(13) {
  top: 20px;
  right: 40px;
}

.caption:nth-child(14) {
  top: 40px;
  left: 30px;
  text-shadow: 2px 2px 2px #000;
}

.caption:nth-child(15) {
  top: 420px;
  left: 50px;
}

.caption:nth-child(16) {
  top: 30px;
  right: 80px;
  color: #000;
}

.caption:nth-child(17) {
  top: 30px;
  left: 320px;
  color: #000;
}

.caption:nth-child(18) {
  top: 100px;
  right: 100px;
  color: #000;
}

.caption:nth-child(19) {
  bottom: 30px;
  left: 60px;
  text-shadow: 2px 2px 2px #000;
}

.caption:nth-child(20) {
  top: 50px;
  left: 50px;
  text-shadow: 2px 2px 2px #000;
}

.caption:nth-child(21) {
  top: 100px;
  left: 14px;
  color: #000;
}

.caption:nth-child(22) {
  bottom: 50px;
  left: 70px;
  color: #000;
}

.caption:nth-child(23) {
  bottom: 50px;
  right: 140px;
}

.caption:nth-child(24) {
  top: 170px;
  left: 50px;
}

body,
.wrapper {
  background-color: #FFF;
}

.title-wrapper {
  padding: 40px 40px 30px 40px;
}

.title-wrapper p span {
  color: #000000;
}

.title-wrapper p span.title {
  font-weight: bold;
}

.content-wrapper {
  padding: 0 40px 0 40px;
}

.image-wrapper {
  position: relative;
  height: 480px;
  overflow: hidden;
  padding-left: 40px;
}

.image-wrapper img {
  transition: all 500ms ease-in-out;
}

.ending {
  text-align: center;
  font-size: 61px;
  line-height: 73px;
  margin-top: 150px;
  color: #000;
  transition: all 500ms ease-in-out;
}

.scale-0 {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.ph {
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 50%;
  color: green;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  font-size: 92px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: opacity .2s ease-in;
}

.ph.active {
  opacity: 1;
}
