*, *:before, *:after{
  box-sizing: border-box;
}

object:focus { outline:none; }

.cufonJa {
  font-size: 20px !important;
  line-height: 1.3em !important;

}

.nvda-countdown {
  border: none 0;
}

.nvda-text {
  text-indent: -9999px;
  position: absolute;
}

.nvda-realtime {
  display: none;
}

/*
 * START: RESPONSIVE
 */

 .htmlCountdownWrapper .htmlCountdownBg {
  position: fixed;
 }

.htmlCountdownBg .hidden {
  display: none !important;
}

.htmlCountdownBg {
  position: relative;
  display: flex;
  max-width: 1600px;
  max-height: 175px;
  font-family: 'OmegaCT-webfont', Arial, Helveltica, sans-serif;
  cursor: pointer;
}

.htmlCountdownBg,
.htmlCountdownBg.white,
.htmlCountdownBg .cd-labels,
.htmlCountdownBg .cd-real-labels,
.htmlCountdownBg .cd-copy {
  color:#000;
}

.htmlCountdownBg.white,
.htmlCountdownBg.white-countdown {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
}

.htmlCountdownBg .cd-logo {
  margin: 0 2%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.htmlCountdownBg .cd-logo img {
  max-width: 100%;
  height: auto;
}

.htmlCountdownBg .cd-countdown,
.htmlCountdownBg .cd-realtime {
  padding-right: 4%;
  display: flex;
  flex: 3;
  align-items: center;
}

.htmlCountdownBg .cd-copy {
  padding: 0 4% 0 2%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
}

.htmlCountdownBg .cd-copy--small {
  padding-bottom: 2px;
  text-align: center;
  white-space: nowrap;
}

.htmlCountdownBg .cd-copy sup,
.htmlCountdownBg .cd-real-copy sup {
  font-size: 10px;
  vertical-align: baseline;
}

.htmlCountdownBg .cd-counter {
  display: flex;
  flex-direction: column;
  flex: 3;
}

.htmlCountdownBg .cd-stacks {
  display: flex;
}

.htmlCountdownBg .cd-stack {
  padding: 2px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  border-right: 2px solid #c00a25;
}

.htmlCountdownBg .cd-stack--last {
  border: none 0;
}

.htmlCountdownBg .cd-stack--last._hidden {
  display: none;
}

.htmlCountdownBg .cd-copy--small,
.htmlCountdownBg .cd-labels,
.htmlCountdownBg .cd-real-labels
{
    font-size: 12px;
    letter-spacing: .05em;
}

.htmlCountdownBg .cd-values,
.htmlCountdownBg .cd-real-values
{
    width: 100%;
    font-size: 30px;
}

.htmlCountdownBg img {
    image-rendering: crisp-edges;
}

/* XS ----- */

.htmlCountdownWrapper._xs .htmlCountdownBg {
    max-width: 400px;
    width: 400px;
    min-height: 360px;
    flex-direction: column;
}

.htmlCountdownWrapper._xs .cd-countdown,
.htmlCountdownWrapper._xs .cd-realtime {
    flex: 1;
    flex-direction: column-reverse;
    justify-content: space-around;
    padding: 0 0 20px;
}

.htmlCountdownWrapper._xs .cd-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.htmlCountdownWrapper._xs .cd-copy {
    font-size: 14px;
}

.htmlCountdownWrapper._xs .cd-counter {
    flex: 0;
    width: 100%;
}

.htmlCountdownWrapper._xs .cd-stacks {
    justify-content: center;
}

.htmlCountdownWrapper._xs .cd-stack {
    padding: 0 5%;
}

/* SM ----- */

.htmlCountdownWrapper._sm .htmlCountdownBg {
    max-width: 800px;
    width: 800px;
    min-height: 175px;
}

.htmlCountdownWrapper._sm .cd-logo {
    flex: 1.5;
}

.htmlCountdownWrapper._sm .cd-copy {
    display: flex;
    font-size: 14px;
}
.htmlCountdownWrapper._sm .cd-counter {
    flex: 0;
    width: 100%;
}

.htmlCountdownWrapper._sm .cd-countdown,
.htmlCountdownWrapper._sm .cd-realtime {
    flex: 2;
    flex-direction: column-reverse;
    justify-content: space-evenly;
}

/* MD ----- */

.htmlCountdownWrapper._md .cd-copy {
    font-size: 14px;
}

.htmlCountdownWrapper._md .cd-labels,
.htmlCountdownWrapper._md .cd-real-labels {
    font-size: 15px;
}

.htmlCountdownWrapper._md .cd-values,
.htmlCountdownWrapper._md .cd-real-values {
    font-size: 30px;
}

/* LG ----- */

.htmlCountdownWrapper._lg .cd-labels,
.htmlCountdownWrapper._lg .cd-real-labels {
    font-size: 18px;
}

.htmlCountdownWrapper._lg .cd-values,
.htmlCountdownWrapper._lg .cd-real-values {
    font-size: 40px;
}

/* XL ---- */

.htmlCountdownWrapper._xl .htmlCountdownBg {
    min-width: 1600px;
    padding: 0 50px;
}

.htmlCountdownWrapper._xl .htmlCountdownBg {
    flex: 1;
}

.htmlCountdownWrapper._xl .cd-logo {
    flex: 1;
}

.htmlCountdownWrapper._xl .cd-countdown, 
.htmlCountdownWrapper._xl .cd-realtime {
    flex-direction: row;
}

.htmlCountdownWrapper._xl .cd-copy {
    flex: 1;
    font-size: 20px;
}

.htmlCountdownWrapper._xl .cd-copy span {
    display: block;
}

.htmlCountdownWrapper._xl .cd-logo img {
  width: 75%;
}

.htmlCountdownWrapper._xl .cd-counter {
    flex: 1;
}

.countdown-hide {
    display: none!important;
}


/* ANIMATE----------------- */

.animate__slideOutUp {
  display: none !important;
  opacity: 0 !important;
}

@keyframes defilement {
  from {
      background-position: right bottom;
  }
  to {
      background-position: left top;
  }
}

@-webkit-keyframes a {
  0% {
      -webkit-transform: scaleX(1) rotate(0deg);
      transform: scaleX(1) rotate(0deg)
  }

  50% {
      -webkit-transform: scaleX(1) rotate(180deg);
      transform: scaleX(1) rotate(180deg)
  }

  to {
      -webkit-transform: scaleX(1) rotate(1turn);
      transform: scaleX(1) rotate(1turn)
  }
}

@keyframes a {
  0% {
      -webkit-transform: scaleX(1) rotate(0deg);
      transform: scaleX(1) rotate(0deg)
  }

  50% {
      -webkit-transform: scaleX(1) rotate(180deg);
      transform: scaleX(1) rotate(180deg)
  }

  to {
      -webkit-transform: scaleX(1) rotate(1turn);
      transform: scaleX(1) rotate(1turn)
  }
}

@-webkit-keyframes b {
  0% {
      -webkit-transform: scaleX(1) rotate(0deg) translateZ(0);
      transform: scaleX(1) rotate(0deg) translateZ(0)
  }

  50% {
      -webkit-transform: scaleZ(1.5) rotate(180deg) translateZ(0);
      transform: scaleZ(1.5) rotate(180deg) translateZ(0)
  }

  to {
      -webkit-transform: scaleX(1) rotate(1turn) translateZ(0);
      transform: scaleX(1) rotate(1turn) translateZ(0)
  }
}

@keyframes b {
  0% {
      -webkit-transform: scaleX(1) rotate(0deg) translateZ(0);
      transform: scaleX(1) rotate(0deg) translateZ(0)
  }

  50% {
      -webkit-transform: scaleZ(1.5) rotate(180deg) translateZ(0);
      transform: scaleZ(1.5) rotate(180deg) translateZ(0)
  }

  to {
      -webkit-transform: scaleX(1) rotate(1turn) translateZ(0);
      transform: scaleX(1) rotate(1turn) translateZ(0)
  }
}


.slide-up {
  opacity: 0;
  transform: translate3d(0, 100vh, 0);
  animation-name: slide-up;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes slide-up {
  0% {
      opacity: 0;
      transform: translate3d(0, 100vh, 0);
  }
  100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
}

.slide-down {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  animation-name: slide-down;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes slide-down {
  0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
  100% {
      opacity: 0;
      transform: translate3d(0, -100vh, 0);
  }
}

:root {
  --animate-duration: 3s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
      -webkit-animation-duration: 1ms !important;
      animation-duration: 1ms !important;
      -webkit-transition-duration: 1ms !important;
      transition-duration: 1ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
      opacity: 0;
  }
}

.animate__slideInUp {
  display: block;
}

.animate__slideOutUp {
  display: none;
} 

.animate__init .omega-countdown__container {
  opacity: 0;
}

.animate__init .omega-countdown__container.animate__slideInUp,
.omega-countdown__container {
  opacity: 1;
}
