


.countdownPush {
  --countdownPush-media-width: 100%;
  --countdownPush-media-height: 58.5rem;
  --countdownPush-content-max-width: 100%;
  --countdownPush-content-padding: 3rem 1.6rem 7rem 1.6rem;
  --countdownPush-content-title-margin-bottom: 3rem;
  --countdownPush-content-text-margin-bottom: 1.5rem;
  --countdownPush-content-cta-width: 25rem;
  --countdownPush-content-cta-padding: 0.65rem 1.4rem;
}
.countdownPush__figure {
  position: relative;
}
.countdownPush__figure__media {
  width: var(--countdownPush-media-width);
  height: var(--countdownPush-media-height);
  object-fit: cover;
  object-position: center;
}
.countdownPush__figure__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.countdownPush__content {
  max-width: var(--countdownPush-content-max-width);
  text-align: center;
  margin: 0 auto;
  padding: var(--countdownPush-content-padding);
}
.countdownPush__content__title {
  margin-bottom: var(--countdownPush-content-title-margin-bottom);
}
.countdownPush__content__text {
  margin-bottom: var(--countdownPush-content-text-margin-bottom);
}
.countdownPush__content__cta {
  --size: var(--countdownPush-content-cta-width);
}
.countdownPush__content__cta[aria-expanded=true] {
  display: none;
}
.countdownPush__content .newsletter {
  margin-left: auto;
  margin-right: auto;
}
.countdownPush__content .newsletter:not(.show) {
  display: none;
}
@media screen and (max-width: 1023px) {
  .countdownPush__content__title {
    
    font-family: var(--font-family-DIN-1451-std);
    font-style: normal;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 100%;
    
    text-transform: uppercase;
  }
  .countdownPush__content__text {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 350;
    font-size: 1.6rem;
    line-height: 140%;
    
  }
}
@media screen and (min-width: 1024px) {
  .countdownPush {
    --countdownPush-media-height: 86.6rem;
    --countdownPush-content-max-width: 98rem;
    --countdownPush-content-padding: 4rem 4rem 11.2rem 4rem;
    --countdownPush-content-title-margin-bottom: 3rem;
    --countdownPush-content-text-margin-bottom: 3rem;
    --countdownPush-content-cta-width: 19.3rem;
    --countdownPush-content-cta-padding: 1.3rem 2.4rem;
  }
  .countdownPush__figure {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .countdownPush__figure__caption {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .countdownPush__content__title {
    
    font-family: var(--font-family-DIN-1451-std);
    font-style: normal;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 100%;
    
    text-transform: uppercase;
  }
  .countdownPush__content__text {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 350;
    font-size: 1.8rem;
    line-height: 140%;
    
  }
}

.counter {
  --counter-margin-bottom: 1.4rem;
  --counter-item-width: 9.4rem;
  margin: 0 auto var(--counter-margin-bottom) auto;
}
.counter__label {
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 110%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-white);
}
.counter__item {
  color: var(--color-white);
  font-family: "DIN 1451 Std";
  font-size: 8.5rem;
  font-weight: 400;
  line-height: 7.6rem;
  text-align: center;
  width: var(--counter-item-width);
}