.sticky-hint .hint-content .ribbon, .sticky-newsletter .hint-content .ribbon {
  padding: 0.3rem 0.7rem;
  border-radius: 0.25rem;
  background-color: #27863D;
  color: #292929;
  font-size: inherit;
  font-weight: 600;
}

.sticky-hint, .sticky-newsletter {
  position: fixed;
  top: 40%;
  padding: 1rem;
  z-index: 1001;
  background-color: #27863D;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.sticky-hint.right, .sticky-newsletter.right {
  right: 0;
}
.sticky-hint.left, .sticky-newsletter.left {
  left: 0;
}
.sticky-hint .hint-icon, .sticky-newsletter .hint-icon {
  font-size: 1.5rem;
  color: white;
}
.sticky-hint .hint-content, .sticky-newsletter .hint-content {
  display: block;
  padding: 2rem 5rem 2.5rem 2rem;
  min-width: 35rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFF;
  z-index: 1002;
  cursor: default;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .sticky-hint .hint-content, .sticky-newsletter .hint-content {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .sticky-hint .hint-content, .sticky-newsletter .hint-content {
    width: 100vw;
    min-width: 0;
  }
}
.sticky-hint .hint-content .ribbon, .sticky-newsletter .hint-content .ribbon {
  cursor: pointer;
}
.sticky-hint .hint-content .close-icon, .sticky-newsletter .hint-content .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  cursor: pointer;
  z-index: 1003;
}
.sticky-hint.collapsed .hint-content, .sticky-newsletter.collapsed .hint-content {
  display: none;
}

.sticky-newsletter {
  margin-top: 5rem;
  z-index: 1000;
  padding: 0.3rem 1rem;
}
.sticky-newsletter .hint-info {
  font-size: 0.8rem;
}
.sticky-newsletter .hint-info .hint-info-bottom {
  position: relative;
  top: -1rem;
}
@media (max-width: 575.98px) {
  .sticky-newsletter {
    top: auto;
    bottom: 5%;
  }
  .sticky-newsletter.right {
    right: auto;
    left: 0;
  }
}

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