.ales-solutions-index-page .title_single_area,
.ales-solutions-index-page .post-title,
.ales-solutions-index-page .entry-title,
.ales-solutions-index-page h1.entry-title,
.ales-solutions-index-page .rh-post-wrapper > h1 {
  display: none !important;
}

.ales-solutions-index-page .rh-post-wrapper,
.ales-solutions-index-page .main-side,
.ales-solutions-index-page .content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ales-solutions-index-page .sidebar {
  display: none !important;
}

.ales-solutions-index-page {
  background: #f2f4f5;
  overflow-x: clip;
}

.ales-solutions-index {
  --ales-orange: #ef6c01;
  --ales-orange-deep: #c65300;
  --ales-ink: #17191c;
  --ales-muted: #5f6870;
  --ales-line: #d9dee2;
  --ales-dark: #111417;
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #f2f4f5;
  color: var(--ales-ink);
  font-family: inherit;
}

.ales-solutions-index *,
.ales-solutions-index *::before,
.ales-solutions-index *::after {
  box-sizing: border-box;
  min-width: 0;
}

.ales-solutions-index a {
  color: inherit;
  text-decoration: none !important;
}

.ales-solutions-index h1,
.ales-solutions-index h2,
.ales-solutions-index p {
  margin: 0;
  color: inherit;
  letter-spacing: 0;
}

.ales-solutions-index h1 {
  max-width: 1000px;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.ales-solutions-index h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.ales-solutions-index__eyebrow {
  width: fit-content;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #ffd4ad;
  border-radius: 4px;
  background: #fff7ef;
  color: var(--ales-orange-deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ales-solutions-index__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 66px clamp(20px, 5vw, 82px) 56px;
  background: #ffffff;
  border-bottom: 1px solid var(--ales-line);
}

.ales-solutions-index__hero > div:first-child {
  display: grid;
  gap: 18px;
}

.ales-solutions-index__lead {
  max-width: 780px;
  color: #343b42;
  font-size: 19px;
  line-height: 1.6;
}

.ales-solutions-index__hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ales-solutions-index__hero-actions a,
.ales-solutions-index__cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ales-ink);
  border-radius: 6px;
  background: var(--ales-ink);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.ales-solutions-index__hero-actions a:first-child,
.ales-solutions-index__cta > a {
  border-color: var(--ales-orange);
  background: var(--ales-orange);
}

.ales-solutions-index__hero-actions a:nth-child(2) {
  background: #ffffff;
  color: var(--ales-ink) !important;
}

.ales-solutions-index__hero-actions a:hover,
.ales-solutions-index__hero-actions a:focus-visible,
.ales-solutions-index__cta > a:hover,
.ales-solutions-index__cta > a:focus-visible {
  border-color: var(--ales-orange-deep);
  background: var(--ales-orange-deep);
  color: #ffffff !important;
  transform: translateY(-1px);
  outline: 0;
}

.ales-solutions-index__grid-section {
  padding: 52px clamp(20px, 5vw, 82px);
}

.ales-solutions-index__section-head {
  display: grid;
  gap: 9px;
  max-width: 900px;
  margin-bottom: 24px;
}

.ales-solutions-index__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ales-solutions-index__card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 11px;
  min-height: 305px;
  padding: 20px;
  border: 1px solid var(--ales-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ales-ink) !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ales-solutions-index__card::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: var(--ales-orange);
}

.ales-solutions-index__card small {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff3e8;
  color: var(--ales-orange-deep);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.ales-solutions-index__card strong {
  font-size: 21px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.ales-solutions-index__card span {
  color: var(--ales-muted);
  font-size: 15px;
  line-height: 1.48;
}

.ales-solutions-index__card ul {
  display: grid;
  align-self: end;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ales-solutions-index__card li {
  position: relative;
  padding-left: 16px;
  color: #39424a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.28;
}

.ales-solutions-index__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ales-orange);
}

.ales-solutions-index__card:hover,
.ales-solutions-index__card:focus-visible {
  border-color: var(--ales-orange);
  box-shadow: 0 14px 34px rgba(24, 29, 33, .1);
  transform: translateY(-2px);
  outline: 0;
}

.ales-solutions-index__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 52px clamp(20px, 5vw, 82px);
  background: var(--ales-dark);
  color: #ffffff;
}

.ales-solutions-index__cta > div {
  display: grid;
  gap: 11px;
}

.ales-solutions-index__cta h2 {
  max-width: 880px;
  color: #ffffff;
}

.ales-solutions-index__cta .ales-solutions-index__eyebrow {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #ff8a22;
}

@media (max-width: 1280px) {
  .ales-solutions-index__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ales-solutions-index h1 {
    font-size: 50px;
  }

  .ales-solutions-index h2 {
    font-size: 33px;
  }

  .ales-solutions-index__hero,
  .ales-solutions-index__cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ales-solutions-index__hero-actions {
    justify-content: flex-start;
  }

  .ales-solutions-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ales-solutions-index h1 {
    font-size: 35px;
    line-height: 1.08;
  }

  .ales-solutions-index h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  .ales-solutions-index__lead {
    font-size: 16px;
  }

  .ales-solutions-index__hero,
  .ales-solutions-index__grid-section,
  .ales-solutions-index__cta {
    padding: 36px 14px;
  }

  .ales-solutions-index__hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ales-solutions-index__hero-actions a,
  .ales-solutions-index__cta > a {
    width: 100%;
  }

  .ales-solutions-index__grid {
    grid-template-columns: 1fr;
  }

  .ales-solutions-index__card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ales-solutions-index__hero-actions a,
  .ales-solutions-index__card,
  .ales-solutions-index__cta > a {
    transition: none !important;
  }
}
