.elementor-28073 .elementor-element.elementor-element-3ecb79a{--display:flex;}body.elementor-page-28073:not(.elementor-motion-effects-element-type-background), body.elementor-page-28073 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#161616;}/* Start custom CSS for html, class: .elementor-element-ee126bf *//* CSS */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

.countdown span, .countdown h1 {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
}

.countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
  padding: 12px 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.countdown .num {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
}

.countdown .word {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-top: 4px;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  .countdown {
    gap: 10px;
  }
  .countdown .num {
    font-size: 1.6rem;
  }
}/* End custom CSS */