/* Homepage customer-story accordion: local interaction styling for the captured source structure. */
html body .customer-stories[data-mw-story-accordion="ready"] .customer-stories__customer-button {
  cursor: pointer !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-stories__customer-button:focus-visible,
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button:focus-visible {
  outline: 2px solid #533afd !important;
  outline-offset: 3px !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-stories__customer-content {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transform: translateY(-4px);
  transition: max-height 360ms ease, opacity 180ms ease, transform 180ms ease !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-stories__customer.mw-story-open .customer-stories__customer-content {
  max-height: var(--mw-story-expanded-height, 1600px) !important;
  opacity: 1 !important;
  transform: translateY(0);
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-stories__customer-content[hidden] {
  display: none !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #e8e9ff !important;
  color: #533afd !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: width 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button:hover {
  background: #dfe1ff !important;
  color: #4032c8 !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open {
  width: 166px !important;
  min-width: 166px !important;
  padding: 0 16px !important;
  border: 1px solid #d6d9fc !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #533afd !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open:hover {
  border-color: #a8a0ff !important;
  background: #f7f6ff !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: currentColor !important;
  font-family: sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  color: #533afd !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__icon svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  color: #533afd !important;
  fill: currentColor !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open .customer-story-button__icon {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  html body .customer-stories[data-mw-story-accordion="ready"] .customer-stories__customer-content,
  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button {
    transition: none !important;
  }
}
@media (max-width: 639px) {
  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open {
    width: 154px !important;
    min-width: 154px !important;
  }
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__container {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__text,
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__icon {
  grid-area: 1 / 1 !important;
  position: static !important;
  inset: auto !important;
  margin: 0 !important;
}
html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__icon {
  justify-self: center !important;
  align-self: center !important;
}

@media (max-width: 767px) {
  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__text {
    opacity: 0 !important;
  }

  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button__icon {
    display: inline-flex !important;
    position: static !important;
    opacity: 1 !important;
  }

  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open {
    width: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #e8e9ff !important;
    color: #533afd !important;
  }

  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open .customer-story-button__icon {
    display: inline-flex !important;
    position: relative !important;
    opacity: 1 !important;
  }

  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open .customer-story-button__icon svg {
    display: none !important;
  }

  html body .customer-stories[data-mw-story-accordion="ready"] .customer-story-button--open .customer-story-button__icon::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }
}
