.article.countdown-module[data-banner-type="1"] {
  margin-left: 50%;
  width: 100vw;
  height: 400px;
  transform: translate3d(-50%, 0, 0);
}
.article.countdown-module[data-banner-type="2"] {
  position: relative;
  height: 350px;
}
.article.countdown-module[data-banner-type="3"] {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate3d(-50%, 0, 0);
}
.article.countdown-module[data-banner-type="4"] {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.article.countdown-module .hide {
  display: none;
}
.article.countdown-module .starter .content {
  margin: 60px 0;
  font-size: 2.25em;
  font-weight: 300;
}
.article.countdown-module .wrap {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.article.countdown-module .banner-countdown {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.article.countdown-module .banner-countdown .block-time {
  float: left;
  margin-right: 45px;
  text-align: center;
}
.article.countdown-module .banner-countdown .block-time:last-child {
  margin-right: 0;
}
.article.countdown-module .banner-countdown .count-title {
  display: block;
  margin-bottom: 15px;
  font-size: 0.94em;
  color: var(--defaultBlack);
  text-transform: uppercase;
}
.article.countdown-module .banner-countdown .figure {
  position: relative;
  float: left;
  height: 110px;
  width: 100px;
  margin-right: 10px;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.article.countdown-module .banner-countdown .figure:last-child {
  margin-right: 0;
}
.article.countdown-module .banner-countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  font-size: 5.94em;
  line-height: 107px;
}
.article.countdown-module .banner-countdown .figure .top::after,
.article.countdown-module .banner-countdown .figure .bottom-back::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article.countdown-module .banner-countdown .figure .top {
  z-index: 3;
  transform-origin: 50% 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: perspective(200px);
}
.article.countdown-module .banner-countdown .figure .bottom {
  z-index: 1;
}
.article.countdown-module .banner-countdown .figure .bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.article.countdown-module .banner-countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.article.countdown-module .banner-countdown .figure .bottom-back span {
  position: absolute;
  inset: 0 0 auto 0;
}
.article.countdown-module .banner-countdown .figure .top,
.article.countdown-module .banner-countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}
.article.countdown-module .banner-countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  transform-origin: 50% 0;
  transform: perspective(200px) rotateX(180deg);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.article.countdown-module .banner-countdown .figure .top-back span {
  position: absolute;
  inset: -100% 0 auto 0;
}
.article.countdown-module .starter {
  z-index: 101;
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article.countdown-module .scene {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--defaultWhite) inset;
}
.article.countdown-module .curtain {
  z-index: inherit;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.article.countdown-module .curtain .left,
.article.countdown-module .curtain .right {
  position: absolute;
  z-index: inherit;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.article.countdown-module .curtain .left {
  left: 0;
  transform-origin: top right;
}
.article.countdown-module .curtain .right {
  left: 50%;
  transform-origin: top left;
}
.article.countdown-module .curtain.open .left {
  animation-fill-mode: forwards;
  animation-name: curtain-opening, banner-curtain-slide-left;
  animation-duration: 4s, 10s;
  animation-timing-function: ease-in-out, ease-in-out;
  animation-delay: 0s, 0s;
  animation-iteration-count: 1, 1;
  animation-direction: normal, normal;
}
.article.countdown-module .curtain.open .right {
  animation-fill-mode: forwards;
  animation-name: curtain-opening, banner-curtain-slide-right;
  animation-duration: 5s, 10s;
  animation-timing-function: ease-in-out, ease-in-out;
  animation-delay: 0s, 0s;
  animation-iteration-count: 1, 1;
  animation-direction: normal, normal;
}
.article.countdown-module .curtain .article.countdown-module .fade-out {
  animation-fill-mode: forwards;
  animation-name: banner-content-fade;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.article.countdown-module .curtain .article.countdown-module .fade-collapse {
  transition: opacity 1s ease, height 1s ease;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@keyframes banner-curtain-slide-left {
  from {
    transform: translate(0) rotate(0) scale(1, 1);
  }
  to {
    transform: translate(-100%) rotate(20deg) scale(0, 2);
  }
}
@keyframes banner-curtain-slide-right {
  from {
    transform: translate(0) rotate(0) scale(1, 1);
  }
  to {
    transform: translate(100%) rotate(-20deg) scale(0, 2);
  }
}
@keyframes banner-content-fade {
  from {
    color: var(--defaultBlack);
    opacity: 1;
  }
  to {
    color: var(--defaultWhite);
    opacity: 0;
  }
}

/* Grade A */
/* Grade B */
@media (max-width: 991px) {
  .article.countdown-module .banner-countdown .block-time {
    margin-right: 22px;
  }
  .article.countdown-module .banner-countdown .figure {
    height: 65px;
    width: 50px;
  }
  .article.countdown-module .banner-countdown .figure span {
    font-size: 3.44em;
    line-height: 62px;
  }
}
/* Grade C */
/* Grade D */

/*# sourceMappingURL=counter.css.map */