#tdw-teaser--modal {
  display: none;
}

#tdw-teaser--modal.is-open {
  display: block;
}

.tdw-modal--overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.71);
  z-index:1000;
}

.tdw-modal--container {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #000;
  min-width: 800px;
  min-height: 500px;
  border-radius: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 74px 102px 54px 102px;
}

.tdw-teaser--heading {
  color: #FFFFFF;
  font-family: HelveticaNowText-Medium, Arial;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  margin-bottom: 28px;
}

.tdw-teaser--description {
  display: block;
  max-width: 500px;
  color: #FFFFFF;
  font-family: HelveticaNowText-Regular, Arial;
  text-align: center;
  margin: 36px auto;
}

.tdw-teaser--description p,
.tdw-teaser--description div
{
  font-size: 13px;
  line-height: 16px;
}

.tdw-teaser--content-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tdw-teaser--content-wrapper .field-timer-jquery-countdown {
  border: none;
  background-color: transparent;
}

.tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section {
  padding: 0;
  margin-right: 24px;
}

.tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section:last-child {
  margin: 0;
}

.tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-amount {
  font-family: HelveticaNowText-Bold, Arial;
  color: #C8181D;
  text-shadow: 0 0 25px #C8181D;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
}

.tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section:last-child .countdown-amount {
  font-size: 48px;
  line-height: 89px;
}

.tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-period {
  color: #C8181D;
  font-size: 16px;
  line-height: 19px;
}

.tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section:last-child .countdown-period {
  margin-top: -12px;
}

.tdw-teaser--countdown {
  text-align: center;
}

.tdw-teaser--cta {
  display: block;
  width: fit-content;
  background: #FFFFFF;
  border-radius: 29px;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
  align-self: flex-end;
  margin: auto auto 0;
}

.tdw-teaser--cta a {
  display: block;
  padding: 16px 20px;
  border-radius: 29px;
  color: #C8181D;
}

.tdw-modal--close {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #FFF;
  opacity: 58%;
  font-size: 24px;
  line-height: 1;
}

/* Small Desktop */
@media screen and (max-width: 1024px) {
  .tdw-modal--container {
    min-width: unset;
    max-width: 690px;
  }
  .tdw-teaser--heading {
    font-size: 30px;
  }
}

/* Tablet */
@media screen and (max-width: 768px) {
  .tdw-modal--container {
    min-width: unset;
    max-width: 520px;
    min-height: 400px;
    padding: 37px 51px 27px 51px;
  }
  .tdw-teaser--heading {
    font-size: 26px;
  }
}

/* Large Phone/Landscape */
@media screen and (max-width: 580px) {
  .tdw-modal--container {
    min-width: unset;
    max-width: 380px;
    min-height: 400px;
    padding: 42px 30px 24px 30px;
  }
  .tdw-teaser--heading {
    font-size: 24px;
    line-height: 36px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section {
    margin-right: 14px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section .countdown-amount {
    font-size: 50px;
    line-height: 60px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section:last-child .countdown-amount {
    font-size: 38px;
    line-height: 73px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section .countdown-period {
    font-size: 14px;
  }
  .tdw-modal--close {
    font-size: 18px;
    right: 12px;
  }
}

/* Phone */
@media screen and (max-width: 400px) {
  .tdw-modal--container {
    min-width: unset;
    max-width: 300px;
    min-height: 400px;
    padding: 38px 20px 20px 20px;
  }
  .tdw-teaser--heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section {
    margin-right: 15px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section .countdown-amount {
    font-size: 40px;
    line-height: 55px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section:last-child .countdown-amount {
    font-size: 28px;
    line-height: 67px;
  }
  .tdw-teaser--content-wrapper .field-timer-jquery-countdown .countdown-section .countdown-period {
    font-size: 12px;
  }
  .tdw-teaser--description {
    margin: 30px auto;
  }
}
