.promotion {
  background: #444;
  position: sticky;
  top: 100px;
  padding: 16px 24px;
  text-align: center;
  z-index: 99997;
}

.promotion p,
.promotion a {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.promotion p {
  margin-right: 24px !important;
}

.promotion .close {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #fff;
  right: 1.5%;
  top: 25%;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}

.apm-insights-promotion {
  position: fixed;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 8px 12px;
  background: #0f529f;
}

.apm-insights-promotion .close {
  box-sizing: border-box;
  border-color: #9ac9ff !important;
  color: #9ac9ff !important;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

.apm-insights-promotion a {
  color: #ffd734 !important;
  border-bottom: 1px solid #ffd734 !important;
}

.apm-insights-promotion p {
  margin: 0 !important;
  padding: 0 24px;
}

.apm-insights-promotion .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.apm-promotion {
  box-sizing: border-box;
  padding: 12px;
  background: #0f529f;
  color: #ffffff;
  position: sticky;
  z-index: 10;
  top: 100px;
}


.apm-promotion p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  padding: 0 32px;
}

.apm-promotion .close {
  box-sizing: border-box;
  border: 1px solid #9ac9ff;
  border-radius: 40px;
  color: #9ac9ff;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.apm-promotion a {
  text-decoration: unset;
  color: #ffd734;
  border-bottom: 1px solid #ffd734;
}

.gartner-promotion,
.webinar-insights-promotion {
  display: none;
}

@media screen and (min-width: 1100px) and (max-width: 1240.98px) {
  .apm-promotion {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1025.98px) {

  .apm-promotion,
  .apm-insights-promotion {
    top: 84px !important;
  }
}