.container {
  width: 100%
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

@media (min-width: 1760px) {
  .container {
    max-width: 1760px
  }
}

.eyebrow-sm {
  color: #4000A5;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 1
}

.dhls-arrow-right-icon {
  height: 1rem;
  width: 1rem;
  margin-top: 2px;
  margin-left: 4px
}

.dhls-container .font-medium {
  font-weight: 400;
  font-family: TWK Lausanne EDS
}

.related-articles-wrapper :is(.relative) {
  position: relative
}

.related-articles-wrapper :is(.col-span-1) {
  grid-column: span 1 / span 1
}

.related-articles-wrapper :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto
}

.related-articles-wrapper :is(.my-auto) {
  margin-top: auto;
  margin-bottom: auto
}

.related-articles-wrapper :is(.mb-12) {
  margin-bottom: 3rem
}

.related-articles-wrapper :is(.mb-3) {
  margin-bottom: 0.75rem
}

.related-articles-wrapper :is(.mb-4) {
  margin-bottom: 1rem
}

.related-articles-wrapper :is(.mt-3) {
  margin-top: 0.75rem
}

.related-articles-wrapper :is(.mt-4) {
  margin-top: 1rem
}

.related-articles-wrapper :is(.mt-auto) {
  margin-top: auto
}

.related-articles-wrapper :is(.line-clamp-3) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.related-articles-wrapper :is(.block) {
  display: block
}

.related-articles-wrapper :is(.flex) {
  display: flex
}

.related-articles-wrapper :is(.inline-flex) {
  display: inline-flex
}

.related-articles-wrapper :is(.grid) {
  display: grid
}

.related-articles-wrapper :is(.\!h-24) {
  height: 6rem !important
}

.related-articles-wrapper :is(.h-full) {
  height: 100%
}

.related-articles-wrapper :is(.w-full) {
  width: 100%
}

.related-articles-wrapper :is(.max-w-7xl) {
  max-width: 80rem
}

.related-articles-wrapper :is(.transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.related-articles-wrapper :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.related-articles-wrapper :is(.flex-col) {
  flex-direction: column
}

.related-articles-wrapper :is(.items-center) {
  align-items: center
}

.related-articles-wrapper :is(.justify-center) {
  justify-content: center
}

.related-articles-wrapper :is(.justify-between) {
  justify-content: space-between
}

.related-articles-wrapper :is(.justify-items-center) {
  justify-items: center
}

.related-articles-wrapper :is(.gap-6) {
  gap: 1.5rem
}

.related-articles-wrapper :is(.overflow-hidden) {
  overflow: hidden
}

.related-articles-wrapper :is(.break-words) {
  overflow-wrap: break-word
}

.related-articles-wrapper :is(.bg-danaherlightblue-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 251 253 / var(--tw-bg-opacity))
}

.related-articles-wrapper :is(.bg-danaherpurple-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 0 165 / var(--tw-bg-opacity))
}

.related-articles-wrapper :is(.bg-gray-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.related-articles-wrapper :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.related-articles-wrapper :is(.fill-current) {
  fill: currentColor
}

.related-articles-wrapper :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.related-articles-wrapper :is(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.related-articles-wrapper :is(.pl-2) {
  padding-left: 0.5rem
}

.related-articles-wrapper :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem
}

.related-articles-wrapper :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.related-articles-wrapper :is(.font-extralight) {
  font-weight: 200
}

.related-articles-wrapper :is(.font-medium) {
  font-weight: 500
}

.related-articles-wrapper :is(.font-semibold) {
  font-weight: 700
}

.related-articles-wrapper :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}

.related-articles-wrapper :is(.text-danaherpurple-500) {
  --tw-text-opacity: 1;
  color: rgb(117 35 255 / var(--tw-text-opacity))
}

.related-articles-wrapper :is(.text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}

.related-articles-wrapper :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.related-articles-wrapper :is(.transition) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.related-articles-wrapper :is(.duration-500) {
  transition-duration: 500ms
}

.related-articles-wrapper :is(.hover\:scale-105:hover) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.related-articles-wrapper :is(.hover\:text-danaherpurple-800:hover) {
  --tw-text-opacity: 1;
  color: rgb(64 0 165 / var(--tw-text-opacity))
}

@media (min-width: 640px) {
  .related-articles-wrapper :is(.sm\:grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .related-articles-wrapper :is(.sm\:px-0) {
    padding-left: 0px;
    padding-right: 0px
  }
}

@media (min-width: 1024px) {
  .related-articles-wrapper :is(.lg\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

.related-articles-wrapper :is(.\[\&_svg\>use\]\:stroke-danaherpurple-500 svg>use) {
  stroke: #7523FF
}

.related-articles-wrapper :is(.\[\&_svg\>use\]\:hover\:stroke-danaherpurple-800:hover svg>use) {
  stroke: #4000A5
}