.PromoBanner {
  background-image: -webkit-linear-gradient(right, #f3f248 0%, #4ae4bd 100%);
  background-image: -moz-linear-gradient(right, #f3f248 0%, #4ae4bd 100%);
  background-image: -o-linear-gradient(right, #f3f248 0%, #4ae4bd 100%);
  background-image: -ms-linear-gradient(right, #f3f248 0%, #4ae4bd 100%);
  background-image: linear-gradient(to left, #f3f248 0%, #4ae4bd 100%);
  padding: 0 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 48em) {
  .PromoBanner {
    height: 54px;
    padding-left: 1rem;
    padding-right: 0;
  }
}
.PromoBanner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-content {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.PromoBanner-figure img {
  height: 32px;
}
.PromoBanner-figure.is-desktop {
  display: none;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-figure.is-desktop {
    display: block;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-figure.is-desktop {
    display: none;
  }
}
.PromoBanner-figure.is-mobile {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-figure.is-mobile {
    display: none;
    margin-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-figure.is-mobile {
    display: block;
  }
}
.PromoBanner-figure.is-mobile .PromoBanner-special {
  margin: 0 0.5rem;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-figure.is-mobile .PromoBanner-special {
    display: none;
  }
}
.PromoBanner-details {
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-top: 0;
    width: unset;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.PromoBanner-details-previous {
  display: grid;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.PromoBanner-details-previous-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.PromoBanner-details-previous-content.is-msi {
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.PromoBanner-details-previous-content.is-msi.is-previous {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 0.75rem;
  text-decoration: line-through;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-previous-content.is-msi {
    font-size: 1rem;
  }
}
.PromoBanner-details-previous-content.is-save {
  font-weight: bold;
}
.PromoBanner-details-previous-saving {
  font-weight: bold;
}
.PromoBanner-details-previous-price {
  text-decoration: line-through;
}
.PromoBanner-details-text {
  color: #131c28;
  font-family: 'cooper_hewittmedium';
  font-size: 14px;
  line-height: 1.27;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details-text {
    line-height: 1.25;
  }
}
.PromoBanner-details-text.mobile {
  font-size: 14px;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details-text.mobile {
    max-width: 169px;
    text-align: right;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-text.mobile {
    display: none;
  }
}
.PromoBanner-details-text.desktop {
  display: none;
}
@media only screen and (min-width: 64em) {
  .PromoBanner-details-text.desktop {
    display: block;
  }
}
.PromoBanner-details-pricing {
  display: none;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-details-pricing {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.PromoBanner-details-pricing figure {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.PromoBanner-details-pricing img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e5f0ff;
}
.PromoBanner-details-price {
  margin-left: 0.5rem;
  font-weight: bold;
  font-size: 28px;
  font-family: 'cooper_hewittmedium';
}
.PromoBanner-countdown {
  display: block;
}
@media only screen and (max-width: 48em) {
  .PromoBanner-countdown {
    background-color: transparent !important;
    border-right: none !important;
    border-left: none !important;
  }
}
@media only screen and (min-width: 48em) {
  .PromoBanner-countdown {
    border-right-width: 0px;
    padding: 12px 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 64em) {
  .PromoBanner-countdown {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-right-width: 0.5rem;
    display: block !important;
    width: auto;
    background: #fd439b;
  }
}
.PromoBanner-countdown-content {
  padding-top: 0.425rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .PromoBanner-countdown-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.PromoBanner-countdown-text {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.29;
}
.PromoBanner-countdown-element {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.PromoBanner-countdown-element-col {
  margin: 0 0.25rem;
  position: relative;
}
.PromoBanner-countdown-element-col:not(:last-child):after {
  content: ':';
  position: absolute;
  font-size: 1rem;
  top: -1px;
  right: -0.5rem;
  font-weight: bold;
}
.PromoBanner-countdown-element-col p {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.PromoBanner-countdown-element-col p strong {
  font-size: 16px;
}
.PromoBanner-countdown-element-col p span {
  text-transform: uppercase;
}
.PromoBanner-countdown-content {
  text-align: center;
}
.PromoBanner-anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.PromoBanner-msi {
  display: none;
}
@media only screen and (min-width: 48em) {
  .PromoBanner-msi {
    display: block;
    width: 126px;
  }
}
.PromoBanner-msi img {
  width: 100%;
}
