/* Featured Equipment Companies — homepage sponsored company placements. */
body.home .fex-featured-companies-placement {
  display: block;
  margin: 0;
  width: 100%;
}

body.home .fex-featured-companies {
  --fex-featured-ink: #050505;
  --fex-featured-paper: #f4f4ef;
  --fex-featured-orange: var(--fex-industrial, #c9612f);
  border-bottom: 1px solid #b9b9b2;
  border-top: 4px solid var(--fex-featured-orange);
  color: var(--fex-featured-ink);
  padding: 36px 0 26px;
  width: 100%;
}

body.home .fex-featured-companies__header {
  align-items: flex-start;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 24px;
}

body.home .fex-featured-companies__heading {
  max-width: 760px;
}

body.home .fex-featured-companies__sponsor {
  background: var(--fex-featured-orange);
  color: #fff;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  margin-bottom: 11px;
  padding: 8px 10px 7px;
  text-transform: uppercase;
}

body.home .fex-featured-companies h2 {
  color: var(--fex-featured-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(32px, 3.25vw, 48px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0 0 12px;
}

body.home .fex-featured-companies__heading > p {
  color: #383835;
  font-family: Jost, sans-serif;
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
  max-width: 710px;
}

body.home .fex-featured-companies__info {
  align-items: center;
  border: 1px solid var(--fex-featured-ink);
  color: var(--fex-featured-ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-weight: 800;
  gap: 14px;
  letter-spacing: .04em;
  line-height: 1.15;
  margin-top: 30px;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease;
}

body.home .fex-featured-companies__info span {
  color: var(--fex-featured-orange);
  font-size: 18px;
  line-height: 1;
}

body.home .fex-featured-companies__info:hover,
body.home .fex-featured-companies__info:focus-visible {
  background: var(--fex-featured-ink);
  color: #fff;
}

body.home .fex-featured-companies__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .fex-featured-company {
  border: 1px solid #171717;
  margin: 0;
  min-width: 0;
}

body.home .fex-featured-company__link {
  background: #fff;
  color: var(--fex-featured-ink);
  display: grid;
  grid-template-rows: 116px minmax(0, 1fr);
  height: 100%;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

body.home .fex-featured-company__brand {
  align-items: center;
  background: var(--fex-featured-paper);
  border-bottom: 1px solid #171717;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  position: relative;
}

body.home .fex-featured-company__brand::before {
  background: var(--fex-featured-orange);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

body.home .fex-featured-company__mark {
  color: var(--fex-featured-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
}

body.home .fex-featured-company__logo-note {
  color: #656560;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-top: 8px;
  text-transform: uppercase;
}

body.home .fex-featured-company__content {
  display: flex;
  flex-direction: column;
  min-height: 258px;
  padding: 18px 17px 17px;
}

body.home .fex-featured-company__label {
  color: var(--fex-featured-orange);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.3;
  margin-bottom: 9px;
  text-transform: uppercase;
}

body.home .fex-featured-company h3 {
  color: var(--fex-featured-ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.03;
  margin: 0 0 12px;
}

body.home .fex-featured-company p {
  color: #4a4a47;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 1.42;
  margin: 0 0 20px;
}

body.home .fex-featured-company__cta {
  align-items: center;
  border-top: 1px solid #c9c9c2;
  color: var(--fex-featured-ink);
  display: flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: .04em;
  margin-top: auto;
  padding-top: 13px;
  text-transform: uppercase;
}

body.home .fex-featured-company__cta span {
  color: var(--fex-featured-orange);
  font-size: 17px;
  transition: transform 160ms ease;
}

body.home .fex-featured-company__link:hover,
body.home .fex-featured-company__link:focus-visible {
  box-shadow: 0 14px 28px rgba(5, 5, 5, .14);
  transform: translateY(-4px);
}

body.home .fex-featured-company__link:hover .fex-featured-company__brand,
body.home .fex-featured-company__link:focus-visible .fex-featured-company__brand {
  background: var(--fex-featured-orange);
}

body.home .fex-featured-company__link:hover .fex-featured-company__logo-note,
body.home .fex-featured-company__link:focus-visible .fex-featured-company__logo-note {
  color: #171717;
}

body.home .fex-featured-company__link:hover .fex-featured-company__cta span,
body.home .fex-featured-company__link:focus-visible .fex-featured-company__cta span {
  transform: translateX(4px);
}

body.home .fex-featured-company__link:focus-visible {
  outline: 4px solid var(--fex-featured-orange);
  outline-offset: 3px;
}

body.home .fex-featured-companies__disclosure {
  color: #696963;
  font-family: Jost, sans-serif;
  font-size: 11px;
  line-height: 1.35;
  margin: 15px 0 0;
}

body.home .fex-featured-companies__house-ad {
  display: block;
  margin: 38px 0 0;
  width: 100%;
}

body.home .fex-featured-companies__ad-label {
  color: #6c6c68;
  display: block;
  font-family: Jost, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
}

body.home .fex-featured-companies__house-ad .fex-mm-house-ad {
  margin: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  body.home .fex-featured-companies__header {
    align-items: flex-start;
  }

  body.home .fex-featured-companies__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .fex-featured-company__content {
    min-height: 226px;
  }
}

@media (max-width: 767px) {
  body.home .fex-featured-companies {
    padding: 28px 0 22px;
  }

  body.home .fex-featured-companies__header {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px;
  }

  body.home .fex-featured-companies__heading > p {
    font-size: 15px;
  }

  body.home .fex-featured-companies__info {
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
  }

  body.home .fex-featured-companies__grid {
    display: flex;
    gap: 12px;
    margin-right: -20px;
    overflow-x: auto;
    padding: 3px 20px 20px 3px;
    scroll-snap-type: x mandatory;
  }

  body.home .fex-featured-company {
    flex: 0 0 min(82vw, 310px);
    scroll-snap-align: start;
  }

  body.home .fex-featured-company__content {
    min-height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .fex-featured-company__link,
  body.home .fex-featured-company__cta span,
  body.home .fex-featured-companies__info {
    transition: none;
  }

  body.home .fex-featured-company__link:hover,
  body.home .fex-featured-company__link:focus-visible {
    transform: none;
  }
}
