body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#testdrive {
  background: #6ba316;
  font-family: "DINPro-Light";
  position: relative;
  overflow: hidden;
}
#testdrive img {
  max-width: 100%;
}
#testdrive h2 {
  font-size: 2vw;
  text-align: center;
  font-family: "DINPro-Medium";
}
#testdrive h2.sectiontitle {
  color: #fff;
  text-shadow: 8px 5px 1px #467e06;
}
#testdrive .common__sp {
  padding: 7vw 0;
}
#testdrive .common__spbottom {
  padding-bottom: 7vw;
}
#testdrive .common__btn {
  text-align: center;
  padding-top: 6%;
}
#testdrive .common__btn a {
  text-transform: uppercase;
  padding: 10px 20px;
  background: #467e06;
  border-top: 1px solid fff;
  color: #fdff4b;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
  z-index: 6;
}
#testdrive .common__btn a:hover {
  border: 5px solid #b1f91a;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#testdrive .common__container {
  max-width: 1600px;
  margin: 0 auto;
  width: 70%;
}
#testdrive .tcbtn {
  margin: 2% auto;
  text-align: center;
}
#testdrive .tcbtn a {
  padding: 10px 20px;
  background: #467e06;
  border-top: 1px solid fff;
  color: #fdff4b;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#testdrive .tcbtn a:hover {
  border: 5px solid #f5ffd5;
  -webkit-box-shadow: 10px 10px 0px #b1f91a;
          box-shadow: 10px 10px 0px #b1f91a;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#testdrive .popup-inner h5 {
  color: #81d600 !important;
}
#testdrive .leaf__left {
  left: -8%;
  width: 28%;
  position: fixed;
  -webkit-animation: leaf-move 8s infinite linear;
          animation: leaf-move 8s infinite linear;
  -webkit-transform-origin: -100% 90%;
          transform-origin: -100% 90%;
  top: -5%;
}
#testdrive .leaf__right {
  right: -8%;
  width: 38%;
  top: 10%;
  position: fixed;
  -webkit-animation: leaf-move 6s infinite ease;
          animation: leaf-move 6s infinite ease;
  -webkit-transform-origin: right 90%;
          transform-origin: right 90%;
  opacity: 0.5;
  z-index: 5;
}
@-webkit-keyframes leaf-move {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes leaf-move {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#testdrive .kv {
  background: #6ba316;
  background-image: radial-gradient(50% 50% ellipse at center top, #b1f91a 0%, #6ba316 100%);
}
#testdrive .kv__logo {
  width: 15%;
  max-width: 300px;
  margin: 1%;
  float: right;
}
#testdrive .kv__table {
  position: relative;
  right: -5%;
  z-index: 4;
}
#testdrive .kv__table--product {
  position: absolute;
  bottom: 23%;
}
#testdrive .kv__table--info {
  color: #fff;
  position: absolute;
  left: 60%;
  top: 10%;
  font-size: 22px;
  font-family: "DINPro-Medium";
  z-index: 10;
}
#testdrive .kv__title {
  position: absolute;
  left: 3%;
  width: 30%;
  top: 3%;
  z-index: 10;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-family: "DINPro-Medium";
  text-transform: uppercase;
}
#testdrive .kv__title--date {
  color: #b1f91a;
  text-shadow: 2px 2px 0px #203507, 3px 3px 2px #203507;
  font-size: 22px;
  text-transform: capitalize;
}
#testdrive .intro {
  text-align: center;
  color: #fff;
}
#testdrive .intro p {
  font-size: 24px;
  font-weight: bold;
  color: #1c3500;
  padding-top: 10px;
}
#testdrive .intro ul {
  text-align: left;
  padding-top: 20px;
  margin-left: 20px;
}
#testdrive .intro ul li {
  font-size: 18px;
}
#testdrive .intro ul ol {
  margin-left: 25px;
}
#testdrive .intro ul.initiative {
  width: 80%;
  margin: 0 auto;
  color: #fdff4b;
}
#testdrive .intro ul.initiative li {
  border: 1px solid #b1f91a;
  -webkit-box-shadow: -12px 12px 0px #b1f91a;
          box-shadow: -12px 12px 0px #b1f91a;
  border-radius: 50px;
  background: #69a016;
  list-style: none;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
}
#testdrive .intro ul.steplist {
  color: #fff;
}
#testdrive .intro ul.steplist li {
  list-style: decimal;
  line-height: 1.8;
}
#testdrive .clock {
  position: relative;
  float: right;
  height: 150px;
  width: 150px;
  background: #86c742;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  border: 10px solid #fff;
  top: 15px;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: inset 5px 15px 35px #619224;
          box-shadow: inset 5px 15px 35px #619224;
}
#testdrive .clock .top {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#testdrive .clock .right {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
#testdrive .clock .bottom {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#testdrive .clock .left {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
#testdrive .clock .center {
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 100%;
}
#testdrive .clock .shadow {
  height: 150px;
  width: 150px;
  position: absolute;
  left: 60px;
  top: 60px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.1));
}
#testdrive .clock .hour {
  width: 3px;
  height: 100%;
  position: absolute;
  left: -1px;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 3660s infinite linear;
          animation: time 3660s infinite linear;
  z-index: 4;
}
#testdrive .clock .hour::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 36px;
  width: 6px;
  top: 29px;
}
#testdrive .clock .minute {
  width: 1px;
  height: 100%;
  position: absolute;
  left: -1px;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  -webkit-animation: time 3660s infinite linear;
          animation: time 3660s infinite linear;
}
#testdrive .clock .minute::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 52px;
  width: 5px;
  top: 22px;
  z-index: 2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 15px;
}
#testdrive .clock .second {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time 60s infinite linear;
          animation: time 60s infinite linear;
  z-index: 1;
}
#testdrive .clock .second::before {
  position: absolute;
  content: "";
  background: #cae298;
  height: 45px;
  width: 2px;
  top: 17px;
}
#testdrive .product {
  max-width: 2200px;
  margin: 0 auto;
  width: 80%;
  padding-top: 10%;
}
#testdrive .product__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 6;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 18%;
}
#testdrive .product__flex--item {
  border: 1px solid #b1f91a;
  -webkit-box-shadow: -12px 12px 0px #b1f91a;
          box-shadow: -12px 12px 0px #b1f91a;
  border-radius: 50px;
  background: #69a016;
}
#testdrive .product__flex--item:nth-of-type(2) {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin-bottom: 5%;
}
#testdrive .product__flex--item p {
  font-size: 1.2vw;
  text-align: center;
  font-family: "DINPro-Medium";
  line-height: 1.2;
  color: #3a5f02;
}
#testdrive .product__flex--item .iconbox {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding-top: 15px;
}
#testdrive .product__flex--item .iconbox img {
  max-height: 60px;
  padding: 0 5px;
}
#testdrive .product__flex--item .add {
  margin-bottom: 150%;
}
#testdrive .product__flex--item .wrapbox {
  padding: 0 0 2vw 0;
  margin-top: -18%;
}
#testdrive .product__flex--item .wrapbox h2 {
  margin: 0;
}
#testdrive .product__flex::before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/cnd/Test-Drive/images/line-bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: -10%;
  right: -4%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#testdrive .redeem {
  padding-top: 20px;
}
#testdrive .redeem__mainbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 60px;
  width: 70%;
}
#testdrive .redeem__item {
  width: 25%;
  position: relative;
  z-index: 5;
}
#testdrive .redeem__item a {
  color: #fdff4b;
}
#testdrive .redeem__item p {
  text-align: center;
  position: relative;
  font-size: 16px;
  top: 10px;
  color: #fff;
}
#testdrive .redeem__item p:nth-of-type(2) {
  border-top: 1px solid #88c943;
  padding-top: 6px;
}
#testdrive .redeem__item p strong {
  font-weight: bolder;
  color: #fdff4b;
}
#testdrive .redeem__item-circle {
  width: 100%;
  padding: 45%;
  background-size: cover;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 8px #5d960d, -45px 20px 10px #5d960d;
          box-shadow: 5px 5px 8px #5d960d, -45px 20px 10px #5d960d;
  background: radial-gradient(100% 90% ellipse at left top, #b1f91a 30%, #6ba316 100%);
  border: 15px solid #f5ffd5;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#testdrive .redeem__item-circle img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55%;
}
#testdrive .redeem__item-circle h5 {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
  font-size: 1.1vw;
  width: 100%;
  text-align: center;
}
#testdrive .redeem__item:hover .redeem__item-circle {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 8px #5d960d, -15px 5px 10px #5d960d;
          box-shadow: 0px 0px 8px #5d960d, -15px 5px 10px #5d960d;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#testdrive .redeem__arrow {
  width: 15%;
  margin: 5% auto;
}
#testdrive .redeem__arrow img {
  display: block;
  margin: 30% auto 0 auto;
  width: 15%;
}
@-webkit-keyframes time {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes time {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#testdrive .form__box {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  padding: 3.5% 0;
}
#testdrive .form .container {
  max-width: 1200px;
  border: #b1f91a 20px solid;
  -webkit-box-shadow: 0px 0px 8px #5d960d, -20px 45px 10px #5d960d;
          box-shadow: 0px 0px 8px #5d960d, -20px 45px 10px #5d960d;
  background: white;
  margin: 2% auto 0;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  #testdrive .kv__title {
    top: 1%;
  }
  #testdrive .product {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  #testdrive .kv__title {
    width: 40%;
    left: 15px;
  }
  #testdrive .kv__table {
    right: -11%;
  }
  #testdrive .kv__table--info {
    font-size: 16px;
    top: 18%;
    width: 30%;
  }
  #testdrive .form .container {
    z-index: 6;
  }
}
@media screen and (max-width: 960px) {
  #testdrive h2 {
    font-size: 4vw;
  }
  #testdrive .clock {
    display: none;
  }
  #testdrive .kv__title {
    position: relative;
    width: 80%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #testdrive .kv__table {
    right: 0;
    margin-top: 3%;
  }
  #testdrive .kv__table--info {
    top: auto;
    bottom: 15%;
    right: 0;
    left: 0%;
    text-align: center;
    width: 100%;
  }
  #testdrive .leaf__right {
    right: -30%;
    width: 70%;
  }
  #testdrive .leaf__left {
    left: -28%;
    width: 40%;
  }
  #testdrive .product__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #testdrive .product__flex::before {
    display: none;
  }
  #testdrive .product__flex--item {
    padding: 3vw 0;
  }
  #testdrive .product__flex--item:nth-last-of-type(1) {
    margin-top: -15vw;
  }
  #testdrive .product__flex--item .iconbox img {
    max-height: 50px;
  }
  #testdrive .product__flex--item p {
    font-size: 24px;
  }
  #testdrive .product__flex--item .add {
    text-align: center;
    width: 12%;
    margin: -10vw auto -11vw;
    position: relative;
  }
  #testdrive .product__flex--item .wrapbox {
    margin-top: 3vw;
  }
  #testdrive .product__flex--item .wrapbox__img {
    width: 80%;
    margin: 0 auto;
  }
  #testdrive .redeem__mainbox {
    display: contents;
  }
  #testdrive .redeem__item {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  #testdrive .redeem__item-circle h5 {
    font-size: 3vw;
  }
  #testdrive .redeem__arrow img {
    width: 35%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #testdrive .tcbtn {
    margin: 8% 0;
  }
  #testdrive .intro ul.initiative {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #testdrive .product__flex--item .iconbox img {
    max-height: 50px;
  }
}/*# sourceMappingURL=main.css.map */