@charset "UTF-8";

.promo-countdown *,
.promo-countdown *::before,
.promo-countdown *::after {
  box-sizing: border-box;
}

.promo-btn {
  background: #29dfa4;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1px;
  border-radius: 50px;
  justify-content: center;
  padding: 0 27px;
  overflow: hidden;
  align-items: center;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.promo-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: #03dbf7ab;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.6s all cubic-bezier(0.55, 0, 0.1, 1);
}

.promo-btn .btn-yw-text {
  position: relative;
  z-index: 1;
}

.promo-counter {
  display: flex;
  justify-content: center;
}

.promo-counter__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.promo-counter__number,
.promo-counter__item span {
  position: relative;
  z-index: 1;
}

.notification-bar {
  height: 57px;
  background: -webkit-linear-gradient(left, #d53fd4 0%, #6945e8 100%);
  position: relative;
  z-index: 8;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 40px 0 12px;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease, padding 0.25s ease;
  overflow: hidden;
}

.notification-bar.is-hidden {
  opacity: 0;
  transform: translateY(-100%);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}

.notification-bar__message {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  margin-top: 0;
}

.promo-counter--top {
  position: relative;
  padding: 0 20px;
}

.promo-counter--top .promo-counter__item {
    line-height: 13px;
    min-width: 65px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
    border: 1px solid;
    margin: 0px 3px;
    border-radius: 6px;
}

.promo-counter--top .promo-counter__item span {
  display: block;
  font-size: 10px;
  text-align: center;
}

.promo-btn--top {
  height: 44px;
  z-index: 0;
  top: 0;
}

.close-top-bar {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.close-top-bar:hover {
  color: #ffffffde;
}

.cd-popup {
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0 .3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s, visibility 0 0;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 130px auto 4em !important;
  background: #fff;
  padding: 6px;
  border-radius: 1px;
  text-align: center;
  transform: translateY(-40px);
  backface-visibility: hidden;
  transition: transform .3s;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: -17px;
  right: -18px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 14px;
  width: 14px;
  height: 2px;
  background-color: #0d0d0d;
}

.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}

.wistia_embed.quote-video {
  width: 100%;
  height: 370px;
}

.promo-btn--video {
  margin-top: 12px;
  min-height: 44px;
}

.popupOverlay-hide {
  display: none;
}

.popupOverlay {
  background: -webkit-linear-gradient(left, #d53fd4ed 0%, #6945e8e6 100%);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}

.popup {
  outline: none;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 25px;
  border-radius: 12px;
  width: 50%;
  height: 80%;
  z-index: 10;
  text-align: center;
  transition: transform .3s ease, opacity .3s ease;
  opacity: 1;
  transform: translate(-50%, -50%);
}


.popup-hide {
  transform: translateY(-100vw);
  opacity: 0;
}


.popup_x {
  outline: none;
  border: none;
  background: #fff;
  color: #222;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
  z-index: 20;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}


.popup_title {
  font-size: 35px;
  letter-spacing: -1px;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 600;
}

.popup_title span {
  font-weight: 300;
}

.popup_text_happy,
.popup_text {
  font-weight: 600;
}

.imagen-popup-promo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.promo-counter--popup {
  margin-top: 2%;
}

.promo-counter--popup .promo-counter__item {
  line-height: 20px;
  min-width: 80px;
  color: #000;
  font-size: 27px;
  font-weight: 600;
  padding: 9px;
}

.promo-counter--popup .promo-counter__item::before {
  content: "";
  min-width: 69px;
  background-color: #ffd24436;
  padding: 9px;
  border-radius: 3%;
  border: 2px dotted #b26818;
  position: absolute;
  height: 47px;
}

.promo-counter--popup .promo-counter__item span {
  display: block;
  font-size: 13px;
  text-align: center;
}

.promo-btn--popup {
  min-height: 44px;
  margin-top: 10px;
}

.counter-number {
  font-size: 47px;
  color: #fff;
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

@media (max-width: 991px) {
  .notification-bar {
    height: auto;
    flex-wrap: wrap;
    padding: 10px 40px 10px 12px;
  }

  .popup {
    left: 5%;
    width: 90%;
    height: auto;
    max-height: 88vh;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .notification-bar__message {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .promo-counter--top {
    padding: 0 8px;
  }

  .promo-counter--top .promo-counter__item {
    min-width: 56px;
    font-size: 16px;
  }

  .promo-counter--popup {
    flex-wrap: wrap;
    gap: 8px;
  }

  .popup_title {
    font-size: 28px;
    line-height: 1.1;
  }

  .wistia_embed.quote-video {
    height: 220px;
  }
}