@-webkit-keyframes btnA {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
            box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 1px 1px 5px 8px rgba(231, 0, 255, 0.7), 1px 1px 10px 8px inset rgba(231, 0, 255, 0.7);
            box-shadow: 1px 1px 5px 8px rgba(231, 0, 255, 0.7), 1px 1px 10px 8px inset rgba(231, 0, 255, 0.7);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
            box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
  }
}

@keyframes btnA {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
            box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 1px 1px 5px 8px rgba(231, 0, 255, 0.7), 1px 1px 10px 8px inset rgba(231, 0, 255, 0.7);
            box-shadow: 1px 1px 5px 8px rgba(231, 0, 255, 0.7), 1px 1px 10px 8px inset rgba(231, 0, 255, 0.7);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
            box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
  }
}

@-webkit-keyframes btnB {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
            box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 1px 1px 5px 8px rgba(0, 172, 255, 0.7), 1px 1px 10px 8px inset rgba(0, 172, 255, 0.7);
            box-shadow: 1px 1px 5px 8px rgba(0, 172, 255, 0.7), 1px 1px 10px 8px inset rgba(0, 172, 255, 0.7);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
            box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
  }
}

@keyframes btnB {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
            box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 1px 1px 5px 8px rgba(0, 172, 255, 0.7), 1px 1px 10px 8px inset rgba(0, 172, 255, 0.7);
            box-shadow: 1px 1px 5px 8px rgba(0, 172, 255, 0.7), 1px 1px 10px 8px inset rgba(0, 172, 255, 0.7);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
            box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
  }
}

.mainTitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

.commonTitle {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2022/cnd/th-yamaha-motogp/images/headline_bg.png) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 11vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 996px) {
  .commonTitle {
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .commonTitle {
    height: 13vw;
  }
}

@media (max-width: 480px) {
  .commonTitle {
    height: 15vw;
  }
}

.commonText {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  letter-spacing: 1px;
}

@media (min-width: 996px) {
  .commonText {
    color: #ffffff;
    font-size: 20px;
  }
}

.prizeTitle {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  letter-spacing: 1px;
}

@media (min-width: 996px) {
  .prizeTitle {
    color: #ffffff;
    font-size: 30px;
  }
}

.prize-s {
  color: #ed1c24;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 10px #000;
}

#thYamahaMotoGP {
  background: url(https://storage-asset.msi.com/event/2022/cnd/th-yamaha-motogp/images/bg.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#thYamahaMotoGP .kv__pic img {
  width: 100%;
}

@media (min-width: 996px) {
  #thYamahaMotoGP__pic img {
    width: 100%;
  }
}

@media (max-width: 1890px) and (min-width: 996px) {
  #thYamahaMotoGP .kv .amd-logo {
    position: absolute;
    top: 2.5%;
    right: -19%;
  }
}

@media (max-width: 500px) {
  #thYamahaMotoGP .kv {
    position: relative;
  }
  #thYamahaMotoGP .kv__model {
    width: 64.1%;
    margin: auto;
    z-index: 1;
    position: relative;
    -webkit-animation: kvModel 2s infinite ease-in-out;
            animation: kvModel 2s infinite ease-in-out;
  }
  #thYamahaMotoGP .kv__linkFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8%;
    text-align: center;
  }
  #thYamahaMotoGP .kv__linkFlex img {
    height: 12vw;
  }
}

#thYamahaMotoGP .intro {
  padding: 5%;
}

#thYamahaMotoGP .intro .container {
  width: 90%;
  margin: auto;
}

#thYamahaMotoGP .intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#thYamahaMotoGP .intro__itembox {
  width: 100%;
  margin: 3.5% auto;
  text-align: center;
}

#thYamahaMotoGP .intro__itembox figure {
  background: url(https://storage-asset.msi.com/event/2022/cnd/th-yamaha-motogp/images/prize_circle.png) top center no-repeat;
  background-size: contain;
}

#thYamahaMotoGP .intro__itembox figure img {
  width: 70%;
}

#thYamahaMotoGP .intro__link {
  border: 2px solid #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
          box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
  display: inline-block;
  padding: 10px;
  margin: 3% 0;
}

#thYamahaMotoGP .intro__link a {
  color: #ffffff;
  font-size: 20px;
  background-color: #e700ff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
}

#thYamahaMotoGP .intro__link a:hover {
  text-decoration: none;
}

#thYamahaMotoGP .intro__link:hover {
  -webkit-animation: btnA 2s infinite ease-in-out;
          animation: btnA 2s infinite ease-in-out;
}

@media (min-width: 996px) {
  #thYamahaMotoGP .intro {
    padding: 5%;
  }
  #thYamahaMotoGP .intro .container {
    width: 90%;
    margin: auto;
  }
  #thYamahaMotoGP .intro__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  #thYamahaMotoGP .intro__itembox {
    width: 45%;
    margin: 0 auto;
    text-align: center;
  }
  #thYamahaMotoGP .intro__itembox figure {
    background: url(https://storage-asset.msi.com/event/2022/cnd/th-yamaha-motogp/images/prize_circle.png) top center no-repeat;
    background-size: contain;
  }
  #thYamahaMotoGP .intro__itembox figure img {
    width: 30vw;
  }
  #thYamahaMotoGP .intro__link {
    border: 2px solid #ffffff;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
            box-shadow: 1px 1px 5px 4px #e700ff, 1px 1px 10px 4px inset #e700ff;
    display: inline-block;
    padding: 10px;
    margin: 3% 0;
  }
  #thYamahaMotoGP .intro__link a {
    color: #ffffff;
    font-size: 20px;
    background-color: #e700ff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
  }
  #thYamahaMotoGP .intro__link a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1930px) {
  #thYamahaMotoGP .intro__itembox figure img {
    width: 20vw;
  }
}

#thYamahaMotoGP .redeem__wrap {
  width: 90%;
  margin: auto;
}

#thYamahaMotoGP .redeem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#thYamahaMotoGP .redeem__item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#thYamahaMotoGP .redeem__item--wreath {
  position: relative;
}

#thYamahaMotoGP .redeem__item--wreath figure img {
  width: auto;
}

#thYamahaMotoGP .redeem__item-step {
  color: #ffffff;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: 27%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#thYamahaMotoGP .redeem__item-step img {
  width: auto;
}

#thYamahaMotoGP .redeem__arrow {
  width: 100%;
  padding-top: 0;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#thYamahaMotoGP .redeem__arrow img {
  width: auto;
}

#thYamahaMotoGP .redeem__btn {
  border: 2px solid #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
          box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
  display: inline-block;
  padding: 10px;
  margin: 3% 0;
  width: 100%;
}

#thYamahaMotoGP .redeem__btn a {
  color: #ffffff;
  font-size: 20px;
  background-color: #00acff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  display: block;
  text-align: center;
}

#thYamahaMotoGP .redeem__btn a:hover {
  text-decoration: none;
}

#thYamahaMotoGP .redeem__btn:hover {
  -webkit-animation: btnB 2s infinite ease-in-out;
          animation: btnB 2s infinite ease-in-out;
}

#thYamahaMotoGP .redeem__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#thYamahaMotoGP .redeem .redeemBtn {
  margin: 5% 0;
}

#thYamahaMotoGP .redeem .redeemBtn p {
  margin-top: 3%;
}

@media (min-width: 996px) {
  #thYamahaMotoGP .redeem__wrap {
    width: 90%;
    margin: auto;
  }
  #thYamahaMotoGP .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  #thYamahaMotoGP .redeem__item {
    width: 20%;
    margin: 0 auto;
    text-align: center;
  }
  #thYamahaMotoGP .redeem__item--wreath {
    position: relative;
  }
  #thYamahaMotoGP .redeem__item--wreath figure img {
    width: 100%;
  }
  #thYamahaMotoGP .redeem__item-step {
    color: #ffffff;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 50%;
    bottom: 27%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #thYamahaMotoGP .redeem__item-step img {
    width: 4vw;
  }
  #thYamahaMotoGP .redeem__arrow {
    width: 5%;
    padding-top: 8%;
    -webkit-transform: none;
            transform: none;
  }
  #thYamahaMotoGP .redeem__arrow img {
    width: 100%;
  }
  #thYamahaMotoGP .redeem__btn {
    border: 2px solid #ffffff;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
            box-shadow: 1px 1px 5px 4px #00acff, 1px 1px 10px 4px inset #00acff;
    display: inline-block;
    padding: 10px;
    margin: 1%;
    width: calc(100%/4 - 50px);
  }
  #thYamahaMotoGP .redeem__btn a {
    color: #ffffff;
    font-size: 20px;
    background-color: #00acff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    display: block;
    text-align: center;
  }
  #thYamahaMotoGP .redeem__btn a:hover {
    text-decoration: none;
  }
  #thYamahaMotoGP .redeem__btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  #thYamahaMotoGP .redeem .redeemBtn {
    margin: 5% 0;
  }
  #thYamahaMotoGP .redeem .redeemBtn p {
    margin-top: 3%;
  }
}

@media (min-width: 1930px) {
  #thYamahaMotoGP .redeem__item--wreath figure img {
    width: 80%;
  }
  #thYamahaMotoGP .redeem__item-step img {
    width: 3vw;
  }
}

@media (max-width: 480px) {
  #thYamahaMotoGP .redeem__item--wreath figure img {
    width: 65vw;
  }
  #thYamahaMotoGP .redeem__item-step img {
    width: 15vw;
  }
  #thYamahaMotoGP .redeem__arrow img {
    width: 15vw;
  }
}

#thYamahaMotoGP .wtb {
  background: url(https://storage-asset.msi.com/event/2022/cnd/th-yamaha-motogp/images/bg-bottom.jpg) bottom no-repeat;
}

@media (min-width: 1930px) {
  #thYamahaMotoGP .wtb {
    background-size: contain;
  }
}
/*# sourceMappingURL=main.css.map */