.thinSpace {
  display: inline-block;
  width: 0.1em;
}
u {
  text-decoration: none;
  color: #ff162c;
}
#video {
  background-color: #ff162c;
}
@media screen and (max-width: 1023px) {
  #s01 {
    height: 250px !important;
  }
}
#s01:after {
  content: '';
  display: block;
  width: 700px;
  height: 700px;
  background-color: #ebebeb;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  transition: all 3s cubic-bezier(0, 0, 0.25, 1);
}
#s01.visible:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #s01.visible:after {
    transform: translate(-50%, -50%) scale(0.4) !important;
  }
}

@media screen and (max-width: 1023px) {
  #s15 {
    height: 250px !important;
  }
}
#s15:after {
  content: '';
  display: block;
  width: 700px;
  height: 700px;
  background:url('/images/s1s15-1.svg') no-repeat center center;
	background-size:80%;
  background-color: #ffbfe0;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  transition: all 3s cubic-bezier(0, 0, 0.25, 1);
}
#s15.visible:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #s15.visible:after {
    transform: translate(-50%, -50%) scale(0.4) !important;
  }
}

@media screen and (max-width: 1023px) {
  #s16 {
    height: 250px !important;
  }
}
#s16:after {
  content: '';
  display: block;
  width: 700px;
  height: 700px;
  background:url('/images/s16s1.svg') no-repeat center center;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  transition: all 3s cubic-bezier(0, 0, 0.25, 1);
}
#s16.visible:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #s16.visible:after {
    transform: translate(-50%, -50%) scale(0.4) !important;
  }
}

@media screen and (max-width: 1023px) {
  #s02 .graph {
    transform: scale(0.3) !important;
  }
}
#s02 .graph span {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: #ebebeb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 1s cubic-bezier(0, 0, 0.25, 1);
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
#s02 .graph span:nth-child(1) {
  margin: -250px 0 0 -580px;
}
#s02 .graph span:nth-child(2) {
  margin: 20px 0 0 -540px;
  transition-delay: 0.5s;
}
#s02 .graph span:nth-child(3) {
  margin: -200px 0 0 -310px;
  transition-delay: 1s;
}
#s02 .graph span:nth-child(4) {
  margin: 70px 0 0 -270px;
  transition-delay: 1.5s;
}
#s02 .graph span:nth-child(5) {
  margin: -100px 0 0 -50px;
  transition-delay: 2s;
}
#s02 .graph span:nth-child(6) {
  margin: -230px 0 0 190px;
  transition-delay: 2.5s;
}
#s02 .graph span:nth-child(7) {
  margin: 50px 0 0 250px;
  transition-delay: 3s;
}
#s02 .graph span:nth-child(8) {
  margin: -120px 0 0 475px;
  transition-delay: 3.5s;
}
#s02 .graph span:nth-child(9) {
  margin: 160px 0 0 500px;
  transition-delay: 4s;
}
#s02.visible .graph span {
  background-color: #ff162c;
}
@media screen and (max-width: 1023px) {
  #m02 .half {
    width: auto !important;
    margin: 10px 0;
  }
}
@-webkit-keyframes cycle {
  0% {
    left: -75%;
    transform: translateX(-100%);
  }
  100% {
    left: 175%;
    transform: translateX(0%);
  }
}
@keyframes cycle {
  0% {
    left: -75%;
    transform: translateX(-100%);
  }
  100% {
    left: 175%;
    transform: translateX(0%);
  }
}
@-webkit-keyframes wheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#s03 {
  background: url('/images/s1s3-bg.svg') no-repeat center;
}
@media screen and (max-width: 1023px) {
  #s03 {
    background-size: 1100px auto;
    height: 230px !important;
  }
}
@media screen and (max-width: 1023px) {
  #s03 .number {
    letter-spacing: -3px;
  }
}
@media screen and (min-width: 1024px) {
  #s03 .number {
    letter-spacing: -16px;
  }
}
@media screen and (min-width: 1440px) {
  #s03 .number {
    letter-spacing: -25px;
  }
}
#s03 .graph {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #s03 .graph {
    transform: scale(0.4) !important;
  }
}
#s03 .graph span {
  display: block;
  position: absolute;
  width: 386px;
  height: 218px;
  transform: translateX(-100%);
  animation: cycle 4s infinite linear;
}
@media screen and (max-width: 1023px) {
  #s03 .graph span {
    left: -75%;
  }
}
@media screen and (min-width: 1024px) {
  #s03 .graph span {
    left: 0%;
  }
}
@media screen and (max-width: 1023px) {
  #s03 .graph span:nth-child(1) {
    top: -50%;
  }
}
@media screen and (min-width: 1024px) {
  #s03 .graph span:nth-child(1) {
    top: 10%;
  }
}
#s03 .graph span:nth-child(2) {
  animation-delay: 2s;
}
@media screen and (max-width: 1023px) {
  #s03 .graph span:nth-child(2) {
    top: -10%;
  }
}
@media screen and (min-width: 1024px) {
  #s03 .graph span:nth-child(2) {
    top: 20%;
  }
}
#s03 .graph span:nth-child(3) {
  animation-delay: 1s;
}
@media screen and (max-width: 1023px) {
  #s03 .graph span:nth-child(3) {
    top: 40%;
  }
}
@media screen and (min-width: 1024px) {
  #s03 .graph span:nth-child(3) {
    top: 30%;
  }
}
#s03 .graph span:nth-child(4) {
  animation-delay: 3s;
}
@media screen and (max-width: 1023px) {
  #s03 .graph span:nth-child(4) {
    top: 80%;
  }
}
@media screen and (min-width: 1024px) {
  #s03 .graph span:nth-child(4) {
    top: 40%;
  }
}
#s03 .graph span img {
  position: absolute;
}
#s03 .graph span img:nth-child(1) {
  left: 0;
  top: 0;
}
#s03 .graph span img:nth-child(2) {
  left: 0;
  bottom: 0;
}
#s03 .graph span img:nth-child(3) {
  right: 0;
  bottom: 0;
}
#s03 .graph span img:nth-child(2),
#s03 .graph span img:nth-child(3) {
  animation: wheel 1.7s infinite linear;
}
#m03 img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #m03 .half {
    width: auto !important;
    margin: 10px 0;
  }
  #m03 img {
    height: 100px;
    margin-bottom: 20px;
  }
}
@-webkit-keyframes sunset {
  0% {
    transform: rotate(20deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: rotate(160deg);
    opacity: 0;
  }
}
@keyframes sunset {
  0% {
    transform: rotate(20deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: rotate(160deg);
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  #s04 .graph {
    transform: scale(0.25) !important;
  }
}
#s04 .sun {
  position: absolute;
  left: 50%;
  display: block;
  width: 150px;
  height: 150px;
  z-index: 1;
  background-color: #ffbfe0;
  border-radius: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: sunset;
  animation-name: sunset;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  transform-origin: 700px 50%;
  margin-left: -700px;
  margin-top: 400px;
}
@media screen and (max-width: 1023px) {
  #s04 .sun {
    top: 110%;
  }
}
@media screen and (min-width: 1024px) {
  #s04 .sun {
    top: 50%;
  }
}
#s04 img {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  #s04 img {
    top: 170%;
  }
}
@media screen and (min-width: 1024px) {
  #s04 img {
    top: 60%;
  }
}
@keyframes pulse {
  0% {
    stroke-dasharray: 0 10000;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    stroke-dasharray: 3400 10000;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  #s05 .graph {
    transform: scale(0.3) !important;
  }
}
#s05 .graph img,
#s05 .graph svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  #s05 .graph img,
  #s05 .graph svg {
    margin-top: 310px;
  }
}
@media screen and (min-width: 1024px) {
  #s05 .graph img,
  #s05 .graph svg {
    margin-top: 100px;
  }
}
#s05 .graph svg {
  z-index: 2;
  animation: pulse 4s infinite;
}
#s05 .graph img {
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #m05 .columns {
    margin-bottom: 40px;
  }
  #m05 .columns .column {
    width: 33% !important;
  }
}
@media screen and (min-width: 1024px) {
  #m05 .columns {
    margin-bottom: 100px;
  }
}
#m05 .columns .column span:first-child {
  color: #ff162c;
  display: block;
  line-height: 1em;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  #m05 .columns .column span:first-child {
    font-size: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #m05 .columns .column span:first-child {
    font-size: 150px;
  }
}
#m05 .columns .column span:last-child {
  display: block;
  white-space: pre-line;
}
@media screen and (max-width: 1023px) {
  #m05 .columns .column span:last-child {
    font-size: 10px;
    line-height: 14px;
    margin-top: -43px;
  }
}
@media screen and (min-width: 1024px) {
  #m05 .columns .column span:last-child {
    font-size: 20px;
    line-height: 28px;
    margin-top: -90px;
  }
}
@-webkit-keyframes cloud1 {
  0% {
    transform: translateY(30px) rotate(20deg) scale(0);
    transform-origin: 81% 100%;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes cloud1 {
  0% {
    transform: translateY(30px) rotate(20deg) scale(0);
    transform-origin: 81% 100%;
  }
  50% {
    opacity: 1;
  }
  70% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cloud2 {
  0% {
    transform: translateY(80px) rotate(-30deg) scale(0);
    transform-origin: 16% 100%;
  }
  50% {
    opacity: 1;
  }
  70% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes cloud2 {
  0% {
    transform: translateY(80px) rotate(-30deg) scale(0);
    transform-origin: 16% 100%;
  }
  50% {
    opacity: 1;
  }
  70% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cloud3 {
  0% {
    transform: translateY(50px) rotate(-40deg) scale(0);
    transform-origin: 68% 100%;
  }
  50% {
    opacity: 1;
  }
  70% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes cloud3 {
  0% {
    transform: translateY(50px) rotate(-40deg) scale(0);
    transform-origin: 68% 100%;
  }
  50% {
    opacity: 1;
  }
  70% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  #s06 {
    height: 350px !important;
  }
  #s06 .number {
    font-size: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  #s06 .number {
    letter-spacing: -6px;
  }
}
@media screen and (max-width: 1023px) {
  #s06 .column.half {
    display: block;
    width: auto;
  }
  #s06 .column.half:last-child {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1024px) {
  #s06 .column.half {
    width: 34%;
  }
}
@media screen and (max-width: 1023px) {
  #s06 .center {
    top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #s06 .center {
    top: 70%;
  }
}
@media screen and (max-width: 1023px) {
  #s06 .graph img {
    top: 80%;
    left: 70%;
  }
}
@media screen and (min-width: 1024px) {
  #s06 .graph img {
    top: 70%;
    left: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #s06 .graph {
    transform: scale(0.3) !important;
  }
}
#s06 .graph img {
  position: absolute;
}
#s06 .graph img:nth-child(1) {
  animation: cloud1 1.8s infinite cubic-bezier(0.5, 0, 0, 1.6);
  margin: -265px 0 0 -335px;
  z-index: 1;
}
#s06 .graph img:nth-child(2) {
  animation: cloud2 3.2s infinite cubic-bezier(0.5, 0, 0, 1.6);
  margin: -300px 0 0 -180px;
  z-index: 0;
}
#s06 .graph img:nth-child(3) {
  animation: cloud3 2.5s infinite cubic-bezier(0.5, 0, 0, 1.6);
  margin: -260px 0 0 -45px;
  z-index: 1;
}
#m06a img {
  margin-bottom: 35px;
}
#m06b img {
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  #s07 .graph {
    transform: scale(0.3) !important;
  }
}
#s07 .graph span {
  display: block;
  position: absolute;
  left: 50%;
  transform-origin: 0 50%;
}
#s07 .graph span img {
  display: block;
  transform: translateX(1100px);
  transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1);
}
#s07 .graph span:nth-child(1) {
  top: 45%;
  transform: translateY(-50%) rotate(-30deg);
  z-index: 1;
}
#s07 .graph span:nth-child(2) {
  top: 58%;
  transform: translateY(-50%) rotate(-13deg);
  z-index: 4;
}
#s07 .graph span:nth-child(2) img {
  transition-delay: 0.9s;
}
#s07 .graph span:nth-child(3) {
  top: 52%;
  transform: translateY(-50%) rotate(160deg);
  z-index: 3;
}
#s07 .graph span:nth-child(3) img {
  transition-delay: 0.6s;
}
#s07 .graph span:nth-child(4) {
  top: 50%;
  transform: translateY(-50%) rotate(210deg);
  z-index: 2;
}
#s07 .graph span:nth-child(4) img {
  transition-delay: 0.3s;
}
#s07.visible .graph span img {
  transform: translateX(-220px);
}
@-webkit-keyframes ball {
  0% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  12.5% {
    top: 0;
    left: 25%;
    transform: translate(-33%, 0);
  }
  37.5% {
    top: 100%;
    left: 75%;
    transform: translate(-66%, -100%);
  }
  50% {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
  62.5% {
    top: 0;
    left: 75%;
    transform: translate(-66%, 0);
  }
  87.5% {
    top: 100%;
    left: 25%;
    transform: translate(-33%, -100%);
  }
  100% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@keyframes ball {
  0% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  12.5% {
    top: 0;
    left: 25%;
    transform: translate(-33%, 0);
  }
  37.5% {
    top: 100%;
    left: 75%;
    transform: translate(-66%, -100%);
  }
  50% {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
  62.5% {
    top: 0;
    left: 75%;
    transform: translate(-66%, 0);
  }
  87.5% {
    top: 100%;
    left: 25%;
    transform: translate(-33%, -100%);
  }
  100% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1023px) {
  #s08 {
    height: 250px !important;
  }
}
#s08 .graph {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #s08 .graph {
    transform: scale(1) !important;
  }
}
#s08 .graph span {
  position: absolute;
  display: block;
  background:url('/images/s1s8-2.svg') no-repeat;
  border-radius: 100%;
  animation: ball 8s infinite linear;
}
@media screen and (max-width: 1023px) {
  #s08 .graph span {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #s08 .graph span {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 1023px) {
  #m08 .column {
    width: auto !important;
  }
  #m08 p {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #m08 .center {
    padding-top: 80px;
  }
  #m08 .columns {
    margin-bottom: 90px;
  }
  #m08 .column:nth-child(2),
  #m08 .column:last-child {
    width: 370px !important;
  }
  #m08 .column:nth-child(3) {
    width: 200px !important;
  }
  #m08 .column .number {
    line-height: 0.8em;
  }
}
@media screen and (max-width: 1023px) {
  #m09 .column {
    width: auto !important;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #m09 .column:first-child,
  #m09 .column:last-child {
    width: 340px !important;
  }
  #m09 .column:first-child .number,
  #m09 .column:last-child .number {
    margin-bottom: 50px;
  }
  #m09 .column:nth-child(2) {
    width: 250px !important;
  }
  #m09 .column:nth-child(2) .number {
    margin-top: 80px;
  }
  #m09 .column .number {
    line-height: 0.8em;
  }
  #m09 .column p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  #s09 .center {
    padding: 0 !important;
  }
}
#s09 .circle.big {
  display: block;
}
@media screen and (max-width: 1023px) {
  #s09 .circle.big {
    margin: 5px auto 20px;
    height: 70px;
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #s09 .circle.big {
    margin: 5px auto 40px;
    height: 140px;
  }
}
#s09 .circle.big .progress {
  transform: rotate(-60deg);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1);
}
#s09 .column:nth-child(2) .circle .progress {
  transform: rotate(-90deg);
  transition-delay: 0.5s;
}
#s09 .column:nth-child(3) .circles {
  display: block;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  #s09 .column:nth-child(3) .circles {
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 1024px) {
  #s09 .column:nth-child(3) .circles {
    margin: 0 auto 45px;
  }
}
#s09 .column:nth-child(3) .circles .circle {
  display: inline-block;
  margin: 5px;
}
@media screen and (max-width: 1023px) {
  #s09 .column:nth-child(3) .circles .circle svg {
    width: 15px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #s09 .column:nth-child(3) .circles .circle svg {
    width: 30px;
    height: 60px;
  }
}
#s09 .column:nth-child(3) .circles .circle svg .progress {
  transform: rotate(-180deg);
  transition-duration: 0.5s;
}
#s09 .column:nth-child(3) .circles .circle svg:first-child .progress {
  transition-timing-function: ease-out;
  transform-origin: 100% 50%;
}
#s09 .column:nth-child(3) .circles .circle svg:last-child .progress {
  transition-timing-function: ease-in;
  transform-origin: 0% 50%;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(1) svg:first-child .progress {
  transition-delay: 1.5s;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(1) svg:last-child .progress {
  transition-delay: 1s;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(2) svg:first-child .progress {
  transition-delay: 2s;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(2) svg:last-child .progress {
  transition-delay: 1.5s;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(4) svg:first-child .progress {
  transition-delay: 2.5s;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(4) svg:last-child .progress {
  transition-delay: 2s;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(5) svg:first-child .progress {
  transition-delay: 3s;
}
#s09 .column:nth-child(3) .circles .circle:nth-child(5) svg:last-child .progress {
  transition-delay: 2.5s;
}
#s09.visible .column .progress {
  transform: rotate(0deg) !important;
}
#s10 svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  #s10 svg {
    top: 110%;
  }
}
@media screen and (min-width: 1024px) {
  #s10 svg {
    top: 29%;
  }
}
#s10 svg g {
  transition: opacity 1s cubic-bezier(0, 0, 0.25, 1);
  opacity: 0;
}
#s10 svg g:nth-child(2) {
  transition-delay: 1s;
}
#s10 svg g:nth-child(3) {
  transition-delay: 2s;
}
#s10 svg g:nth-child(4) {
  transition-delay: 3s;
}
#s10 svg g:nth-child(5) {
  transition-delay: 4s;
}
#s10.visible svg g {
  opacity: 1;
}
#m10 img {
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  #m10 .half {
    width: auto !important;
    margin: 10px 0;
  }
  #m10 img {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #s11 .graph {
    transform: scale(0.3) !important;
  }
}
#s11 .graph svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  #s11 .graph svg {
    margin-top: -310px;
  }
}
@media screen and (min-width: 1024px) {
  #s11 .graph svg {
    margin-top: -210px;
  }
}
#s11 .graph svg .timer {
  transform: translateY(93%);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.5, 1.5);
}
@media screen and (max-width: 1023px) {
  #s11 .center {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #s11 .center {
    margin-top: 250px;
  }
}
#s11.visible .graph svg .timer {
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  #m11 img {
    margin-bottom: 30px;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #m11 img {
    margin-bottom: 50px;
  }
}
