.sticky-cta {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f0f0;
  position: fixed;
  bottom: 0;
  z-index: 11;
  visibility: hidden;
  padding: 13px 14px;
  opacity: 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .sticky-cta {
    top: 0;
    justify-content: space-between;
    padding: 10px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-cta {
    height: 80px;
  }
}
.sticky-cta.visible {
  visibility: visible;
  opacity: 1;
}
.sticky-cta .cta-label {
  display: flex;
  align-items: center;
}
.sticky-cta .cta-label .cta-image {
  height: 40px;
  padding-right: 10px;
  min-width: 55px;
}
.sticky-cta .cta-label .cta-image img,
.sticky-cta .cta-label .cta-image amp-img {
  height: 100%;
  min-width: 55px;
  object-fit: contain;
  max-width: 65px;
}
.sticky-cta .cta-label .cta-text {
  font-size: 12px;
  font-weight: 400;
  color: #9e9297;
  display: none;
  align-items: center;
  gap: 10px;
}
.sticky-cta .cta-label .cta-text.has-image {
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .sticky-cta .cta-label .cta-text {
    display: flex;
  }
}
.sticky-cta .cta-label .cta-text .cta-title {
  color: #2b121d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.55px;
}
.sticky-cta .cta-label .cta-text .cta-title.has-image {
  font-size: 16px;
}
.sticky-cta .cta-label .cta-text .cta-title:hover {
  text-decoration: underline;
}
.sticky-cta .cta-tagline {
  display: none;
  font-size: 16px;
  color: #2b121d;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 1440px) {
  .sticky-cta .cta-tagline {
    display: block;
  }
}
.sticky-cta .cta-buttons {
  display: flex;
}
.sticky-cta .cta-buttons a {
  width: max-content;
  padding: 8px 12px;
}
.sticky-cta .cta-buttons a:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .sticky-cta .cta-buttons a {
    padding: 10px 12px;
  }
}
.sticky-cta .cta-buttons .cta-details {
  margin-right: 10px;
  background-color: transparent;
  border-color: #2b121d;
  color: #2b121d;
}
@media only screen and (max-width: 480px) {
  .sticky-cta .cta-buttons .cta-details {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sticky-cta .cta-buttons .cta-details.has-image {
    display: none;
  }
}
.sticky-cta .cta-buttons .affiliate-button {
  background-color: #2b121d;
  border-color: transparent;
  color: #ffffff;
}
.sticky-cta .cta-sponsored {
  font-size: 9px;
  font-weight: 400;
  color: #9e9297;
  flex-direction: column;
  padding-right: 10px;
  order: -1;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .sticky-cta .cta-sponsored {
    display: none;
  }
}
.sticky-cta .cta-sponsored.has-image {
  order: 1;
  padding-left: 8px;
}
.sticky-cta.description-only {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .sticky-cta.description-only {
    gap: 60px;
  }
}
.sticky-cta.description-only .cta-sponsored-label {
  position: absolute;
  left: 14px;
}
@media only screen and (min-width: 768px) {
  .sticky-cta.description-only .cta-tagline {
    display: block;
  }
}
.sticky-cta.hotel {
  background-color: #ebeeee;
}
.sticky-cta.hotel .cta-buttons .affiliate-button {
  background-color: #365959;
}

/*# sourceMappingURL=sticky-cta.css.map */
