/* Hero Section */
.rpm-hero {
  padding-top: 96px;
  padding-bottom: 96px;
}

.rpm-hero__inner {
  max-width: 1920px;
}

.rpm-hero__badge {
  display: inline-flex;
  align-items: center;
/*   gap: 8px; */
  border: 1px solid #fed448;
  border-radius: 30px;
  padding: 6px 16px;
  color: #fed448;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.rpm-hero__headline {
  color: #F9F9F9;
  max-width: 900px;
  margin-bottom: 32px;
}

.rpm-hero__body {
  color: #F9F9F9;
  max-width: 580px;
  margin-bottom: 20px;
  line-height: 26px;
}

.rpm-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.rpm-hero__buttons .wheel-btn-fourth,
.rpm-hero__buttons .wheel-btn-secondary {
  margin-top: 40px !important;
}

/* Override wheel-btn-secondary border/text color for dark background */
.rpm-hero__btn-outline-dark a {
  background-color: transparent;
  border-color: #F9F9F9;
  color: #F9F9F9;
}

@media screen and (min-width: 1024px) {
  .rpm-hero__headline {
    max-width: 1100px;
  }
}

/* Stats Banner */

.rpm-stats {
  padding-top: 56px;
  padding-bottom: 56px;
}

.rpm-stats__inner {
  max-width: 1920px;
}

.rpm-stats__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.rpm-stats__item {
  text-align: center;
  padding: 32px 40px;
  width: 100%;
	box-sizing: border-box; 
}

.rpm-stats__item--divided {
	border-top: 1px solid rgba(0, 61, 49, 0.25);
}

.rpm-stats__number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #003D31;
  margin-bottom: 12px;
}

.rpm-stats__label {
  color: #003D31;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.rpm-stats__footnote {
  text-align: center;
  color: #003D31;
  margin-top: 40px;
  font-size: 0.875rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
	padding-left: 40px; 
	padding-right: 40px; 
}

@media screen and (min-width: 525px) {
  .rpm-stats__grid {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0;
  }

  .rpm-stats__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: auto;
		border-bottom: none;
  }

  .rpm-stats__item--divided {
    border-top: none;
    border-left: 1px solid rgba(0, 61, 49, 0.25);
  }
}

@media screen and (min-width: 1024px) {
  .rpm-stats {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rpm-stats__number {
    font-size: 3.5rem;
  }
}

/* What Is It Section */
.rpm-what {
  padding-top: 72px;
  padding-bottom: 80px;
}

.rpm-what__inner {
  max-width: 1920px;
}

.rpm-what__headline {
  color: #003D31;
  margin-top: 24px;
  margin-bottom: 48px;
  max-width: 860px;
}

.rpm-what__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.rpm-what__copy p {
  margin-bottom: 24px;
}

.rpm-what__copy p:last-child {
  margin-bottom: 0;
}

.rpm-what__table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
/*   overflow: scroll; */
	width: 100%; 
	max-width: 550px; 
	margin: auto; 
	box-sizing: border-box; 
}

.rpm-what__table {
  width: 100%;
	min-width: 480px; 
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.rpm-what__table thead tr {
  background-color: #003D31;
}

.rpm-what__table thead th {
  padding: 16px 20px;
  text-align: left;
  color: #F9F9F9;
  font-weight: 600;
  font-size: 0.9375rem;
	border-right: 1px solid rgba(249, 249, 249, 0.2);
}

.rpm-what__table thead th:nth-child(2) {
  color: #FED448;
	border-right: none;
}

.rpm-what__table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}

.rpm-what__table tbody tr:last-child td {
  border-bottom: none;
}

.rpm-what__table tbody td {
  padding: 16px 20px;
  vertical-align: top;
  color: #003D31;
  font-size: 0.9375rem;
  line-height: 1.5;
  background-color: #ffffff;
	border-right: 1px solid #D9D9D9; 
}

.rpm-what__table tbody td:first-child {
  font-weight: 600;
}
.rpm-what__table tbody td:last-child {
  border-right: none; 
}

@media screen and (min-width: 1024px) {
  .rpm-what {
    padding-top: 96px;
    padding-bottom: 112px;
  }

  .rpm-what__layout {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
  }

  .rpm-what__copy {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .rpm-what__table-wrapper {
    flex: 1;
  }
	.rpm-what__table {
  width: 100%;
	min-width: auto; 
}
}

/* ------------------------------------------------------------
   SECTION: Why It Matters
   ------------------------------------------------------------ */

.rpm-why {
  background-color: rgba(192, 216, 215, 0.3);
  padding-top: 72px;
  padding-bottom: 80px;
}

.rpm-why__inner {
  max-width: 1920px;
}

.rpm-why__headline {
  color: #003D31;
  margin-top: 24px;
  margin-bottom: 32px;
  max-width: 700px;
}

.rpm-why__intro {
  max-width: 680px;
  margin-bottom: 56px;
}

.rpm-why__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rpm-why__card {
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 32px;
}

.rpm-why__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #003D31;
  color: #F9F9F9;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  margin-bottom: 24px;
}

.rpm-why__card-title {
  color: #003D31;
  margin-bottom: 16px;
}

.rpm-why__card p {
  margin-bottom: 0;
}

@media screen and (min-width: 782px) {
  .rpm-why__cards {
    flex-direction: row;
    align-items: stretch;
  }

  .rpm-why__card {
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .rpm-why {
    padding-top: 96px;
    padding-bottom: 112px;
  }
}

/* ------------------------------------------------------------
   SECTION: Who It's Right For
   ------------------------------------------------------------ */

.rpm-who {
  padding-top: 72px;
  padding-bottom: 80px;
}

.rpm-who__inner {
  max-width: 1920px;
}

.rpm-who__headline {
  color: #003D31;
  margin-top: 24px;
  margin-bottom: 56px;
  max-width: 900px;
}

.rpm-who__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.rpm-who__card {
  background-color: rgba(192, 216, 215, 0.3);
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}

.rpm-who__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #003D31;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-top: 2px;
}

.rpm-who__badge::after {
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  border-left: 2.5px solid #FED448;
  border-bottom: 2.5px solid #FED448;
  transform: rotate(-45deg) translateY(-2px);
}

.rpm-who__card-title {
  color: #003D31;
  margin-bottom: 12px;
}

.rpm-who__card-content p {
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .rpm-who__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .rpm-who {
    padding-top: 96px;
    padding-bottom: 112px;
  }
}

/* ------------------------------------------------------------
   SECTION: Try It Yourself
   ------------------------------------------------------------ */

.rpm-try {
  padding-top: 96px;
  padding-bottom: 144px;
}

.rpm-try__inner {
  max-width: 1920px;
  text-align: center;
}

.rpm-try__label {
  color: #003D31;
  margin-bottom: 24px;
}

.rpm-try__headline {
  color: #003D31;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   SECTION: Wheelhouse RPM CTA Band
   ------------------------------------------------------------ */

.rpm-cta-band {
  padding-top: 72px;
}

.rpm-cta-band__inner {
  max-width: 1920px;
  text-align: center;
}

.rpm-cta-band__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #fed448;
  border-radius: 30px;
  padding: 6px 16px;
  color: #FED448;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.rpm-cta-band__headline {
  color: #F9F9F9;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.rpm-cta-band__body {
  color: #F9F9F9;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   SECTION: Let's Talk
   ------------------------------------------------------------ */

.rpm-lets-talk {
  padding-top: 96px;
  padding-bottom: 96px;
}

.rpm-lets-talk__inner {
  max-width: 1920px;
  text-align: center;
}

.rpm-lets-talk__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #fed448;
  border-radius: 30px;
  padding: 6px 16px;
  color: #FED448;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.rpm-lets-talk__headline {
  color: #F9F9F9;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.rpm-lets-talk__body {
  color: #F9F9F9;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.rpm-lets-talk__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.rpm-lets-talk__buttons .wheel-btn-fourth,
.rpm-lets-talk__buttons .wheel-btn-secondary {
  margin-top: 40px !important;
}
