/*! SC04 - v2.3.0 */
.sc04 {
  --listmarginstart: 20px;
  --listitemspacing: 8px;
  --sc04-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
.sc04.mode-dark,
.sc04.mode-darker {
  --sc04-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
}
.sc04 .sc04card {
  border-radius: 0.5em;
  border: 1px solid rgba(63, 58, 54, 0.2);
  padding: 24px;
  position: relative;
}
.sc04 .sc04card h3,
.sc04 .sc04card h2 {
  margin-top: 0;
}
.sc04 .sc04card.mode-invert .sc04icon ws-icon {
  color: var(--thm-accent-alt);
}
.sc04 .sc04card-link a,
.sc04 .sc04card-link button {
  color: inherit;
  text-decoration: none;
}
.sc04 .sc04card-link a::after,
.sc04 .sc04card-link button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}
.sc04 .sc04card-link a:hover,
.sc04 .sc04card-link button:hover {
  text-decoration: none;
}
.sc04 .sc04card-link a:focus-visible,
.sc04 .sc04card-link button:focus-visible {
  outline: 0;
}
.sc04 .sc04card-link a:focus-visible::after,
.sc04 .sc04card-link button:focus-visible::after {
  outline: 2px dotted currentColor;
  outline-offset: -6px;
}
@media (prefers-reduced-motion: no-preference) {
  .sc04 .sc04card-link {
    transition:
      transform 200ms cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sc04 .sc04card-link:hover {
    transform: translateY(-8px);
    box-shadow: var(--sc04-shadow);
  }
  .sc04 .sc04card-link:hover::after {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: -8px;
    width: 100%;
    height: 8px;
    border-radius: 0 0 8px 8px;
  }
}
.sc04 .sc04tags {
  font-weight: 500;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.571425;
}
.sc04 .sc04tags span {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}
.sc04 .sc04tags ~ .sc04tags {
  margin-top: 0;
}
.sc04 .sc04icon ws-icon {
  display: block;
  max-width: 48px;
  color: var(--thm-medium);
}
.sc04.mode-dark .sc04card,
.sc04.mode-darker .sc04card {
  border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.sc04.mode-dark .sc04card.mode-invert,
.sc04.mode-dark .sc04card.mode-tint,
.sc04.mode-darker .sc04card.mode-invert,
.sc04.mode-darker .sc04card.mode-tint {
  border: 0;
}
.sc04.mode-dark .sc04icon ws-icon,
.sc04.mode-darker .sc04icon ws-icon {
  color: var(--thm-accent-alt);
}
.sc04.mode-dark .mode-invert .sc04icon ws-icon,
.sc04.mode-darker .mode-invert .sc04icon ws-icon {
  color: var(--thm-medium);
}
.sc04 .sc04card.mode-dark,
.sc04 .sc04card.mode-darker {
  border: 0;
}
.sc04 .sc04card.mode-dark ws-icon,
.sc04 .sc04card.mode-darker ws-icon {
  color: var(--thm-accent-alt);
}
.sc04 .sc04card.mode-white ws-icon,
.sc04 .sc04card.mode-light ws-icon {
  color: var(--thm-medium);
}
.sc04 .sc04badge,
.sc04 .sc04icon,
.sc04 .wslogo,
.sc04 .sc04media {
  margin-bottom: 24px;
}
.sc04 .sc04badge [class*='obadge'] {
  margin-inline-end: 16px;
}
.sc04 .eyebrow {
  margin-bottom: 16px;
}
.sc04 .sc04badge + h3 {
  margin-top: 0;
}
.sc04 .wslogo {
  --wslogo-baseheight: 66px;
}
.sc04 .wslogo img {
  object-position: 0 50%;
}
.sc04 .sc04img-center {
  margin-inline: auto;
}
.sc04[data-ocomid] {
  opacity: unset;
}
