u {
  text-decoration: none;
  color: #edc300;
}
#video {
  background-color: #ffd200;
}
@media screen and (max-width: 1023px) {
  #s01 .graph {
    transform: scale(0.4) !important;
  }
}
#s01 .graph span {
  display: block;
  position: absolute;
  transition: transform 1.3s cubic-bezier(0.8, 3, 0.2, 0.3);
}
#s01 .graph span img {
  display: block;
  transition: transform 1.3s cubic-bezier(0.5, 0, 0, 1.2);
}
#s01 .graph span:nth-child(1) {
  top: 50%;
  transform: translateY(50%) rotate(10deg);
  transform-origin: 100% 50%;
  z-index: 2;
  right: 50%;
}
#s01 .graph span:nth-child(1) img {
  transform: translateX(-1000px);
}
#s01 .graph span:nth-child(2),
#s01 .graph span:nth-child(3) {
  top: 50%;
  transform: translateY(50%) rotate(-10deg);
  transform-origin: 0 50%;
  left: 50%;
}
#s01 .graph span:nth-child(2) img,
#s01 .graph span:nth-child(3) img {
  transform: translateX(1000px);
}
#s01 .graph span:nth-child(2) {
  z-index: 1;
}
#s01 .graph span:nth-child(3) {
  z-index: 3;
}
#s01.visibleForEver .graph span:nth-child(1) {
  transform: translateY(-50%) rotate(10deg);
}
#s01.visibleForEver .graph span:nth-child(1) img {
  transform: translateX(325px);
}
#s01.visibleForEver .graph span:nth-child(2),
#s01.visibleForEver .graph span:nth-child(3) {
  transform: translateY(-50%) rotate(-10deg);
}
#s01.visibleForEver .graph span:nth-child(2) img,
#s01.visibleForEver .graph span:nth-child(3) img {
  transform: translateX(-325px);
}
#s02 .graph img {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#s02 .graph img:nth-child(2) {
  transform: translate(-50%, -87%);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
}
#s02.visible .graph img:nth-child(2) {
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  #m02 .column {
    width: auto !important;
    margin: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  #m02 img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) {
  #m02 img {
    height: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #s03 {
    margin-top: 40px;
  }
}
#s03 .graph img {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 2s ease;
}
#s03 .graph img:nth-child(1) {
  transform: rotate(0deg) translate(-170%, -80%);
}
#s03 .graph img:nth-child(2) {
  transform: rotate(-30deg) translate(100%, -50%);
}
#s03 .graph img:nth-child(3) {
  transform: rotate(-30deg) translate(-150%, -30%);
}
#s03 .graph img:nth-child(4) {
  transform: rotate(15deg) translate(60%, -10%);
}
#s03.visible .graph img {
  transform: rotate(0deg) translate(-50%, -50%);
}
#s04 .graph {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ebebeb;
}
@media screen and (max-width: 1023px) {
  #s04 .graph {
    height: auto !important;
    transform: translate(-50%, -50%) scale(0.3) !important;
  }
}
#s04 .graph:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffd200;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: height 3s cubic-bezier(0, 0, 0.25, 1);
}
#s04 .graph img {
  display: block;
  position: relative;
  z-index: 2;
  transform: scale(1.01);
}
#s04.visible .graph:after {
  height: 62%;
}
#m04 img {
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  #m04 img {
    height: 80px;
  }
}
@keyframes blink {
  0% {
    transform: translate(-50%, -50%);
  }
  20% {
    transform: translate(-50%, -250%);
  }
  50% {
    transform: translate(-50%, -250%);
  }
  60% {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1023px) {
  #s05 {
    height: 240px !important;
  }
}
@media screen and (max-width: 1023px) {
  #s05 .number {
    font-size: 100px;
    letter-spacing: -2px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 1024px) {
  #s05 .number {
    letter-spacing: -20px;
    padding-right: 24px;
  }
}
#s05 .graph .eye,
#s05 .graph svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#s05 .graph .eye {
  background-color: #000;
  border-radius: 100%;
  animation: blink 5s infinite;
}
@media screen and (max-width: 1023px) {
  #s05 .graph .eye {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #s05 .graph .eye {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #s05 .graph .eye.left {
    margin: -50px 0 0 -50px;
  }
}
@media screen and (min-width: 1024px) {
  #s05 .graph .eye.left {
    margin: -30px 0 0 95px;
  }
}
@media screen and (max-width: 1023px) {
  #s05 .graph .eye.right {
    margin: -50px 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  #s05 .graph .eye.right {
    margin: -30px 0 0 284px;
  }
}
#s05 .graph svg {
  stroke-dasharray: 0 10000;
  transition: all 2s cubic-bezier(0, 0, 0.25, 1);
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  #s05 .graph svg {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  #s05 .graph svg {
    margin-top: 190px;
  }
}
#s05.visible .graph svg {
  stroke-dasharray: 230 10000;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #m05 .columns {
    margin-bottom: 20px;
  }
  #m05 .column {
    width: 30% !important;
  }
}
@media screen and (max-width: 1023px) {
  #s06 .graph {
    transform: scale(0.3) !important;
  }
}
#s06 .graph img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0.5) translate(-50%, -50%);
  transform-origin: 0% 50%;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
}
#s06 .graph img:nth-child(1) {
  opacity: 0;
}
#s06 .graph img:nth-child(2) {
  opacity: 0;
  transition-delay: 0.3s;
}
#s06 .graph img:nth-child(3) {
  opacity: 0;
  transition-delay: 0.6s;
}
#s06.visible .graph img {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  #s07 {
    height: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  #s07 .number {
    font-size: 33px;
    margin-bottom: 66px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  #s07 .number {
    font-size: 84px;
    margin-bottom: 126px;
    letter-spacing: -3px;
  }
}
#s07 .graph {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0;
  line-height: 1em;
  width: 700px;
}
@media screen and (max-width: 1023px) {
  #s07 .graph {
    margin-top: -80px;
    height: 160px !important;
    transform: translate(-50%, -50%) scale(0.4) !important;
  }
}
@media screen and (min-width: 1024px) {
  #s07 .graph {
    margin-top: -82px;
    transform: translate(-50%, -50%);
  }
}
#s07 .graph span {
  width: 100px;
  height: 80px;
  display: inline-block;
  border: 6px solid #ffd200;
  margin: -3px;
  border-radius: 6px;
  background-color: #fff;
  transition: background 0.3s cubic-bezier(0, 0, 0.25, 1);
}
#s07 .graph span:nth-child(2) {
  transition-delay: 3.8s;
}
#s07 .graph span:nth-child(3) {
  transition-delay: 1s;
}
#s07 .graph span:nth-child(4) {
  transition-delay: 2.2s;
}
#s07 .graph span:nth-child(5) {
  transition-delay: 3.4s;
}
#s07 .graph span:nth-child(6) {
  transition-delay: 3s;
}
#s07 .graph span:nth-child(7) {
  transition-delay: 0.8s;
}
#s07 .graph span:nth-child(9) {
  transition-delay: 4.6s;
}
#s07 .graph span:nth-child(10) {
  transition-delay: 0.2s;
}
#s07 .graph span:nth-child(11) {
  transition-delay: 1.4s;
}
#s07 .graph span:nth-child(12) {
  transition-delay: 5.4s;
}
#s07 .graph span:nth-child(13) {
  transition-delay: 2.8s;
}
#s07 .graph span:nth-child(14) {
  transition-delay: 2s;
}
#s07 .graph span:nth-child(15) {
  transition-delay: 4.2s;
}
#s07 .graph span:nth-child(17) {
  transition-delay: 4.8s;
}
#s07 .graph span:nth-child(18) {
  transition-delay: 2.4s;
}
#s07 .graph span:nth-child(19) {
  transition-delay: 3.6s;
}
#s07 .graph span:nth-child(20) {
  transition-delay: 0.4s;
}
#s07 .graph span:nth-child(21) {
  transition-delay: 5.2s;
}
#s07 .graph span:nth-child(22) {
  transition-delay: 1.2s;
}
#s07 .graph span:nth-child(23) {
  transition-delay: 1.8s;
}
#s07 .graph span:nth-child(25) {
  transition-delay: 4.4s;
}
#s07 .graph span:nth-child(26) {
  transition-delay: 1.6s;
}
#s07 .graph span:nth-child(27) {
  transition-delay: 5s;
}
#s07 .graph span:nth-child(28) {
  transition-delay: 0.6s;
}
#s07 .graph span:nth-child(29) {
  transition-delay: 4s;
}
#s07 .graph span:nth-child(30) {
  transition-delay: 2.6s;
}
#s07 .graph span:nth-child(31) {
  transition-delay: 3.2s;
}
#s07.visible .graph span {
  background-color: #ffd200;
}
@media screen and (max-width: 1023px) {
  #m07 .column {
    width: auto !important;
    margin: 20px 0;
  }
}
#m07 .content {
  background: url('/images/s2m5-bg.svg') no-repeat center;
}
@media screen and (max-width: 1023px) {
  #m07 .content {
    background-size: 200px auto;
  }
}
@media screen and (max-width: 1023px) {
  #s08 {
    height: 350px !important;
  }
}
@media screen and (max-width: 1023px) {
  #s08 .number {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) {
  #s08 .number {
    letter-spacing: -20px;
  }
}
#s08 .graph img {
  display: block;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: scale(0) rotate(-80deg) translate(-50%, -50%);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1.6);
}
#s08 .graph img:nth-child(1) {
  margin: -250px 0 0 0px;
}
#s08 .graph img:nth-child(2) {
  margin: -218px 0 0 115px;
  transition-delay: 0.1s;
}
#s08 .graph img:nth-child(3) {
  margin: -125px 0 0 210px;
  transition-delay: 0.2s;
}
#s08 .graph img:nth-child(4) {
  margin: -5px 0 0 240px;
  transition-delay: 0.3s;
}
#s08 .graph img:nth-child(5) {
  margin: 115px 0 0 215px;
  transition-delay: 0.4s;
}
#s08 .graph img:nth-child(6) {
  margin: 205px 0 0 125px;
  transition-delay: 0.5s;
}
#s08 .graph img:nth-child(7) {
  margin: 240px 0 0 0;
  transition-delay: 0.6s;
}
#s08 .graph img:nth-child(8) {
  margin: 205px 0 0 -125px;
  transition-delay: 0.7s;
}
#s08 .graph img:nth-child(9) {
  margin: 115px 0 0 -215px;
  transition-delay: 0.8s;
}
#s08 .graph img:nth-child(10) {
  margin: -5px 0 0 -240px;
  transition-delay: 0.9s;
}
#s08 .graph img:nth-child(11) {
  margin: -125px 0 0 -210px;
  transition-delay: 1s;
}
#s08 .graph img:nth-child(12) {
  margin: -218px 0 0 -115px;
  transition-delay: 1.1s;
}
#s08.visible .graph img {
  transform: scale(1) rotate(0deg) translate(-50%, -50%);
}
#m08 img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  #m08 img {
    height: 80px;
  }
}