<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">object:focus {
  outline: none;
}

/* HTML Countdown
 */

.htmlCountdownBg {
  position: relative;
  width: 300px;
  height: 250px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.htmlCountdownBg div {
  position: absolute;
}

.htmlCountdownBg.black {
  background-image: url(../img/300_bg_black.jpg);
}

.htmlCountdownBg.black-countdown {
  background-image: url(../img/300_bg_countdown_black.jpg);
}

.htmlCountdownBg.white {
  background-image: url(../img/300_bg_white.jpg);
  color: #5f5f5f;
}

.htmlCountdownBg.white-countdown {
  background-image: url(../img/300_bg_countdown_white.jpg);
}

.htmlCountdownBg .cd-countdown,
.htmlCountdownBg .cd-realtime {
  display: none;
  width: 100%;
}

.htmlCountdownBg.black .cd-logo {
  width: 300px;
  height: 250px;
  background-image: url(../img/300_logo_black.png);
  background-repeat: no-repeat;
}

.htmlCountdownBg.white .cd-logo {
  width: 100%;
  height: 100%;
  background-image: url(../img/300_logo_white.png);
  background-repeat: no-repeat;
}

.htmlCountdownBg.black .cd-glass-countdown {
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_black.png);
  background-repeat: no-repeat;
  top: 102px;
}

.htmlCountdownBg.black .cd-glass-real {
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_black.png);
  background-repeat: no-repeat;
  top: 102px;
}

.htmlCountdownBg.white .cd-glass-countdown {
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_white_countdown.png);
  background-repeat: no-repeat;
  top: 100px;
}

.htmlCountdownBg.white .cd-glass-real {
  width: 100%;
  height: 50px;
  background-image: url(../img/300_glass_white.png);
  background-repeat: no-repeat;
  top: 102px;
}

/*countdown*/

.htmlCountdownBg .cd-labels {
  font-size: 18px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
  top: 105px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg.black .cd-labels {
  color: #c5c5c5;
}

.htmlCountdownBg.white .cd-labels {
  color: #7e7e7e;
}

.htmlCountdownBg .cd-values {
  font-size: 32px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 130px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .dLabel {
  left: 53px;
}

.htmlCountdownBg .hLabel {
  left: 115px;
}

.htmlCountdownBg .mLabel {
  left: 190px;
}

.htmlCountdownBg .sLabel {
  left: 253px;
}

.htmlCountdownBg .dValue {
  right: 210px;
}

.htmlCountdownBg .hValue {
  right: 149px;
}

.htmlCountdownBg .mValue {
  right: 80px;
}

.htmlCountdownBg .sValue {
  right: 18px;
}

.htmlCountdownBg .cd-copy {
  font-size: 15px;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  left: 0px;
  top: 190px;
  color: #999999;
}

.htmlCountdownBg.white .cd-copy {
  color: #777777;
}

.htmlCountdownBg .cd-copy sup {
  font-size: 10px;
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  left: -0.2em;
}

.htmlCountdownBg .cd-real-copy sup {
  font-size: 11px;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  left: -0.0em;
}

.cd-countdown .cufonJa {
  font-size: 20px !important;
  line-height: 1.3em !important;
}
.cd-values .cufonJa {
  font-size: 32px !important;
}
/*real*/

.htmlCountdownBg .cd-real-values {
  font-size: 48px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 111px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .realhValue {
  right: 224px;
}

.htmlCountdownBg .separatorOne {
  right: 196px;
}

.htmlCountdownBg .realmValue {
  right: 124px;
}

.htmlCountdownBg .separatorTwo {
  right: 97px;
}

.htmlCountdownBg .realsValue {
  right: 24px;
}

.htmlCountdownBg .cd-real-copy {
  font-size: 20px;
  width: 100%;
  text-align: center;
  line-height: 1.3em;
  left: 0px;
  top: 185px;
  color: #999999;
}

.htmlCountdownBg.white .cd-real-copy {
  color: #777777;
}

/* ie6 png alpha lack */
* html .cd-glass-countdown,
* html .cd-glass-real {
  visibility: hidden;
  display: none;
}

.nvda-olympic {
  width: 137px;
  height: 100px;
  top: 0;
  left: 0;
}
.nvda-omega {
  width: 163px;
  height: 100px;
  left: 137px;
  top: 0;
}

.nvda-timer {
  width: 300px;
  height: 75px;
  top: 100px;
  left: 0;
}

.nvda-title {
  width: 300px;
  height: 75px;
  top: 175px;
  left: 0;
}

.nvda-end {
  width: 0;
  height: 0;
  top: 310px;
}
.nvda-text {
  text-indent: -9999px;
  position: absolute;
}

.nvda-realtime {
  display: none;
}</pre></body></html>