.pills {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap:16px;
}

.pills li {
  background-color: #7A08FF;
  padding: 1rem 2.2rem;
  color: white;
  border-radius: 40px;
  margin-left: 0 !important;
  list-style-type: none !important;
}

.grp.media.embed iframe {
  width: 100%;
  height: 72rem !important;
}

.cms-modal-container {
    background: #f4f8fa !important;
}

button.close-modal {
    z-index:999;
}

.pill.purple {
  border: 2px solid #3B63F5
}

.hidden {
    display:none !important;
}


/* hides cta buttons on schedule repeater */
#g-65749893 .cms-button-element, 
#g-151739511 .cms-button-element,
#g-634962746 .cms-button-element {
  display:none;
  visibility: hidden;
}