.dw-solutions {
  --dw-solutions-accent: #e51b23;
  --dw-solutions-accent-deep: #c51219;
  --dw-solutions-ink: #172033;
  position: relative;
  width: 100%;
  padding: 64px 0 72px;
  overflow: hidden;
  color: var(--dw-solutions-ink);
  background: transparent;
  font-family: inherit;
}

.dw-solutions,
.dw-solutions * {
  box-sizing: border-box;
}

.dw-solutions__heading {
  width: min(100% - 40px, 620px);
  margin: 0 auto clamp(38px, 3.2vw, 48px);
  text-align: center;
}

.dw-solutions__title,
.dw-solutions__card-title,
.dw-solutions__status {
  margin-top: 0;
}

.dw-solutions__title {
  margin-bottom: 0;
  color: var(--dw-solutions-ink);
  font-size: clamp(34px, 2.25vw, 38px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.dw-solutions__viewport {
  width: min(calc(100% - 40px), 1800px);
  min-width: 0;
  margin-inline: auto;
}

.dw-solutions__track {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  grid-auto-columns: clamp(288px, 18.75vw, 360px);
  grid-auto-flow: column;
  gap: clamp(14px, 1.2vw, 22px);
  list-style: none;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 0;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.dw-solutions__track::-webkit-scrollbar {
  display: none;
}

.dw-solutions__item {
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.dw-solutions__card,
.dw-solutions__link {
  height: 100%;
}

.dw-solutions__card {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgb(31 44 60 / .06);
  isolation: isolate;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.dw-solutions__link {
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
  background: #fff;
  text-decoration: none;
}

.dw-solutions__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f4f4;
}

.dw-solutions__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform .42s cubic-bezier(.2, .65, .3, 1);
}

.dw-solutions__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  color: #969ca2;
  background: #f3f4f4;
  place-items: center;
}

.dw-solutions__placeholder svg {
  opacity: .64;
}

.dw-solutions__body {
  display: grid;
  min-height: 70px;
  padding: 15px 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background: #fff;
}

.dw-solutions__card-title {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  color: var(--dw-solutions-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dw-solutions__card-arrow {
  display: inline-grid;
  width: 24px;
  height: 24px;
  color: #31363c;
  place-items: center;
}

.dw-solutions__card-arrow svg {
  width: 15px;
  height: 15px;
  transition: transform .2s ease;
}

.dw-solutions__link:focus-visible {
  outline: 3px solid var(--dw-solutions-accent);
  outline-offset: -3px;
}

.dw-solutions__footer[hidden] {
  display: none;
}

.dw-solutions__footer {
  display: none;
  min-height: 50px;
  margin-top: 30px;
  place-items: center;
}

.dw-solutions.is-enhanced .dw-solutions__footer {
  display: grid;
}

.dw-solutions__controls {
  display: inline-flex;
  min-height: 48px;
  padding: 3px 6px;
  align-items: center;
  background: #f2f3f4;
  border-radius: 999px;
}

.dw-solutions__arrow {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #272c33;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  place-items: center;
  transition: color .18s ease, background-color .18s ease, opacity .18s ease;
}

.dw-solutions__arrow:hover:not(:disabled),
.dw-solutions__arrow:focus-visible:not(:disabled) {
  color: #fff;
  background: var(--dw-solutions-accent);
}

.dw-solutions__arrow:active:not(:disabled) {
  transform: translateY(1px);
}

.dw-solutions__arrow:focus-visible {
  outline: 2px solid var(--dw-solutions-accent);
  outline-offset: 2px;
}

.dw-solutions__arrow:disabled {
  opacity: .32;
  cursor: default;
}

.dw-solutions__divider {
  width: 1px;
  height: 18px;
  background: #d7dade;
}

.dw-solutions__status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (hover: hover) and (pointer: fine) {
  .dw-solutions__card:hover {
    border-color: #d6dbe1;
    box-shadow: 0 14px 34px rgb(31 44 60 / .1);
    transform: translateY(-2px);
  }

  .dw-solutions__link:hover .dw-solutions__image {
    transform: scale(1.035);
  }

  .dw-solutions__link:hover .dw-solutions__card-arrow svg {
    transform: translateX(3px);
  }
}

@media (max-width: 1100px) {
  .dw-solutions__track {
    grid-auto-columns: min(46vw, 360px);
  }
}

@media (max-width: 767px) {
  .dw-solutions {
    padding: 56px 0 62px;
  }

  .dw-solutions__heading {
    width: min(100% - 32px, 620px);
    margin-bottom: 32px;
  }

  .dw-solutions__title {
    font-size: clamp(30px, 8.2vw, 35px);
    line-height: 1.1;
    text-wrap: pretty;
  }

  .dw-solutions__viewport {
    width: calc(100% - 32px);
  }

  .dw-solutions__track {
    grid-auto-columns: calc(100% - 20px);
    gap: 12px;
  }

  .dw-solutions__body {
    min-height: 66px;
    padding: 13px 16px;
  }

  .dw-solutions__card-title {
    font-size: 15px;
  }

  .dw-solutions__footer {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-solutions__track {
    scroll-behavior: auto;
  }

  .dw-solutions *,
  .dw-solutions *::before,
  .dw-solutions *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
