@keyframes countdown-glow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(4, 209, 137, 0.4), inset 0 0 8px rgba(4, 209, 137, 0.2);
  }
  50% {
    box-shadow: 0 0 16px rgba(4, 209, 137, 0.8), inset 0 0 12px rgba(4, 209, 137, 0.4);
  }
}
.hero.homepage header {
  top: 0;
}
@media (min-width: 384px) {
  .hero.homepage header {
    top: 0;
  }
}
.hero.homepage header.fixed {
  top: 70px;
}
@media (min-width: 384px) {
  .hero.homepage header.fixed {
    top: 50px;
  }
}

.hero {
  margin-top: 70px;
}
@media (min-width: 384px) {
  .hero {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .hero {
    margin-top: 50px;
  }
}
.hero header {
  top: 70px;
}
@media (min-width: 384px) {
  .hero header {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .hero header {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .hero header {
    top: 0 !important;
  }
}
.hero header.fixed {
  top: 70px;
}
@media (min-width: 384px) {
  .hero header.fixed {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .hero header.fixed {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .hero header.fixed {
    top: 0 !important;
  }
}

.ribbon-blackfriday {
  background: linear-gradient(171deg, #0b122a 15%, #163752 41%, #0b704d 98%);
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 384px) {
  .ribbon-blackfriday {
    height: 50px;
  }
}
.ribbon-blackfriday > a {
  gap: 24px;
  padding: 0 20px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .ribbon-blackfriday > a {
    gap: 12px;
    padding: 0 10px;
  }
}
.ribbon-blackfriday-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  max-width: 900px;
  padding: 5px;
}
.ribbon-blackfriday .icon {
  width: 40px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .ribbon-blackfriday .icon {
    width: 50px;
  }
}
.ribbon-blackfriday-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.ribbon-blackfriday-text .text-highlight {
  display: inline-block;
  color: #04D189;
  font-weight: 900;
  text-transform: capitalize;
}
.ribbon-blackfriday-text .text-highlight-underline {
  font-weight: 700;
  color: #04D189;
  text-decoration: underline;
  text-decoration-color: #04D189;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  .ribbon-blackfriday-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ribbon-blackfriday-text {
    font-size: 16px;
  }
}
.ribbon-blackfriday .btn.btn-green,
.ribbon-blackfriday .btn.btn-white-outline {
  padding: 14px 20px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 767px) {
  .ribbon-blackfriday .btn.btn-green,
  .ribbon-blackfriday .btn.btn-white-outline {
    min-width: auto;
    padding: 10px 16px;
    font-size: 14px;
  }
}
.ribbon-blackfriday .btn.btn-green .icon-chevron-down,
.ribbon-blackfriday .btn.btn-white-outline .icon-chevron-down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
.ribbon-blackfriday-link {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: #fff;
  text-transform: initial;
}
.ribbon-blackfriday-link.mobile {
  display: block;
}
@media (min-width: 576px) {
  .ribbon-blackfriday-link.mobile {
    display: none;
  }
}
.ribbon-blackfriday-link.desktop {
  display: none;
}
@media (min-width: 576px) {
  .ribbon-blackfriday-link.desktop {
    display: block;
  }
}

.text-highlight-asterisk {
  color: #04D189;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 2px;
  position: relative;
  top: -3px;
}

.ribbon-blackfriday .countdown {
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  line-height: 0;
}
.ribbon-blackfriday .countdown .countdown__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ribbon-blackfriday .countdown .js_countdown_ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #04d189;
  border-radius: 2px;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 0;
  gap: 0;
  box-shadow: 0 0 8px rgba(4, 209, 137, 0.4), inset 0 0 8px rgba(4, 209, 137, 0.2);
  animation: countdown-glow 2s ease-in-out infinite;
}
.ribbon-blackfriday .countdown .countdown__box {
  background: rgba(42, 71, 96, 0.8);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.ribbon-blackfriday .countdown .countdown__box--first {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ribbon-blackfriday .countdown .countdown__box--last {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ribbon-blackfriday .countdown .countdown__digit {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  margin: 0;
  display: block;
}
.ribbon-blackfriday .countdown .countdown__date {
  font-size: 11px;
  font-weight: 300;
  line-height: 16.5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  margin: 0;
  display: block;
}
.ribbon-blackfriday .countdown .countdown__colon {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.ribbon-blackfriday .countdown .countdown__colon:nth-child(5) {
  left: 40px;
  transform: translateX(-50%);
}
.ribbon-blackfriday .countdown .countdown__colon:nth-child(6) {
  left: 80px;
  transform: translateX(-50%);
}
.ribbon-blackfriday .countdown .countdown__colon:nth-child(7) {
  left: 120px;
  transform: translateX(-50%);
}/*# sourceMappingURL=ribbon-blackfriday.css.map */