/* Start custom CSS for text-editor, class: .elementor-element-44311b23 */.stw-spoke-b01 {
  --stw-blue: #2070eb;
  --stw-beige: #efe7de;
  --stw-orange: #ff6004;
  --stw-charcoal: #524f4c;
  --stw-ink: #524f4c;
  --stw-muted: #6d6966;
  --stw-line: #ddd5cd;
  --stw-white: #ffffff;
  --stw-soft-blue: #edf4ff;
  --stw-shadow: 0 16px 38px rgba(82, 79, 76, 0.12);
  color: var(--stw-ink);
  font-family: inherit;
  line-height: 1.65;
}

.stw-spoke-b01 *,
.stw-spoke-b01 *::before,
.stw-spoke-b01 *::after {
  box-sizing: border-box;
}

.stw-spoke-b01 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stw-spoke-b01 a {
  color: var(--stw-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.stw-spoke-b01__hero {
  position: relative;
  overflow: hidden;
  height: 440px;
  margin: 0 0 18px;
  border-radius: 22px;
  background: var(--stw-charcoal);
  box-shadow: var(--stw-shadow);
}

.stw-spoke-b01__hero-media,
.stw-spoke-b01__hero-media img {
  width: 100%;
  height: 100%;
}

.stw-spoke-b01__hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(82,79,76,.95) 0%, rgba(82,79,76,.80) 46%, rgba(82,79,76,.14) 100%);
}

.stw-spoke-b01__hero-media img {
  object-fit: cover;
}

.stw-spoke-b01__hero-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(24px, 5vw, 72px);
  width: min(650px, calc(100% - 48px));
  transform: translateY(-50%);
  color: var(--stw-white);
}

.stw-spoke-b01__eyebrow,
.stw-spoke-b01__kicker {
  margin: 0 0 8px;
  color: var(--stw-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stw-spoke-b01__hero .stw-spoke-b01__eyebrow {
  color: var(--stw-white);
}

.stw-spoke-b01__hero h1 {
  margin: 0 0 14px;
  color: var(--stw-white);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.stw-spoke-b01__lead {
  max-width: 60ch;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 1.02rem;
  line-height: 1.5;
}

.stw-spoke-b01__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.stw-spoke-b01__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.stw-spoke-b01__button--primary {
  background: var(--stw-orange);
  color: var(--stw-white);
}

.stw-spoke-b01__button--secondary {
  border-color: var(--stw-blue);
  background: var(--stw-white);
  color: var(--stw-blue);
}

.stw-spoke-b01__index {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  margin-bottom: 44px;
  padding: 10px;
  border: 1px solid var(--stw-line);
  border-radius: 14px;
  background: var(--stw-white);
}

.stw-spoke-b01__index a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 8px;
  background: var(--stw-beige);
  color: var(--stw-charcoal);
  font-weight: 700;
  text-decoration: none;
}

.stw-spoke-b01__finder,
.stw-spoke-b01__compatibility,
.stw-spoke-b01__scope,
.stw-spoke-b01__accessories,
.stw-spoke-b01__faq {
  padding: clamp(50px, 7vw, 82px) clamp(18px, 4vw, 54px);
}

.stw-spoke-b01__finder-head,
.stw-spoke-b01__compatibility-intro,
.stw-spoke-b01__section-head,
.stw-spoke-b01__scope-head,
.stw-spoke-b01__accessories-head,
.stw-spoke-b01__faq-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.stw-spoke-b01 h2 {
  margin: 0 0 12px;
  color: var(--stw-charcoal);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.stw-spoke-b01__finder-head > p:last-child,
.stw-spoke-b01__compatibility-intro > p:last-child,
.stw-spoke-b01__section-head > p:last-child,
.stw-spoke-b01__accessories-head > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--stw-muted);
}

.stw-spoke-b01__decision-path {
  position: relative;
  display: grid;
  gap: 16px;
}

.stw-spoke-b01__decision-path::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 31px;
  width: 2px;
  background: var(--stw-blue);
}

.stw-spoke-b01__decision-path article {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 210px;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: var(--stw-white);
}

.stw-spoke-b01__step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--stw-blue);
  color: var(--stw-white);
  font-weight: 900;
}

.stw-spoke-b01__decision-path h3,
.stw-spoke-b01__mounting-cards h3,
.stw-spoke-b01__scope-columns h3,
.stw-spoke-b01__accessory-strip h3 {
  margin: 0 0 7px;
  color: var(--stw-charcoal);
  font-size: 1.16rem;
  line-height: 1.3;
}

.stw-spoke-b01__decision-path p {
  margin: 0;
  color: var(--stw-muted);
}

.stw-spoke-b01__decision-path article > strong {
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--stw-soft-blue);
  color: var(--stw-blue);
  text-align: center;
}

.stw-spoke-b01__compatibility {
  background: var(--stw-beige);
}

.stw-spoke-b01__matrix {
  overflow-x: auto;
  border-radius: 16px;
  background: var(--stw-white);
  box-shadow: 0 12px 30px rgba(82,79,76,.08);
}

.stw-spoke-b01__matrix table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.stw-spoke-b01__matrix th,
.stw-spoke-b01__matrix td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--stw-line);
  text-align: left;
  vertical-align: top;
}

.stw-spoke-b01__matrix thead th {
  background: var(--stw-charcoal);
  color: var(--stw-white);
}

.stw-spoke-b01__matrix tbody th {
  background: #f7f3ee;
  color: var(--stw-charcoal);
}

.stw-spoke-b01__yes,
.stw-spoke-b01__no {
  display: inline-flex;
  min-width: 48px;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
}

.stw-spoke-b01__yes {
  background: var(--stw-soft-blue);
  color: var(--stw-blue);
}

.stw-spoke-b01__no {
  background: #fff0e8;
  color: #b54200;
}

.stw-spoke-b01__matrix-note {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding: 18px 20px;
  border-left: 5px solid var(--stw-orange);
  border-radius: 12px;
  background: var(--stw-white);
}

.stw-spoke-b01__matrix-note p {
  margin: 0;
}

.stw-spoke-b01__split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 28px;
  padding: clamp(50px, 7vw, 82px) clamp(18px, 4vw, 54px);
}

.stw-spoke-b01__split-main > p:not(.stw-spoke-b01__kicker) {
  max-width: 760px;
  color: var(--stw-muted);
}

.stw-spoke-b01__mounting-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.stw-spoke-b01__mounting-cards article {
  padding: 22px;
  border-radius: 14px;
  background: var(--stw-beige);
}

.stw-spoke-b01__mounting-cards article > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--stw-blue);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stw-spoke-b01__mounting-cards p {
  margin: 0;
}

.stw-spoke-b01__checkrail {
  padding: 26px;
  border-radius: 16px;
  background: var(--stw-charcoal);
  color: var(--stw-white);
}

.stw-spoke-b01__checkrail .stw-spoke-b01__kicker,
.stw-spoke-b01__checkrail a,
.stw-spoke-b01__checkrail li {
  color: var(--stw-white);
}

.stw-spoke-b01__checkrail ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.stw-spoke-b01__checkrail li {
  position: relative;
  padding-left: 22px;
}

.stw-spoke-b01__checkrail li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--stw-orange);
}

.stw-spoke-b01__checkrail a {
  font-weight: 800;
}

.stw-spoke-b01__figure {
  margin: clamp(50px, 7vw, 82px) clamp(18px, 4vw, 54px);
}

.stw-spoke-b01__figure img {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--stw-shadow);
}

.stw-spoke-b01__figure figcaption {
  max-width: 800px;
  margin: 12px auto 0;
  color: var(--stw-muted);
  font-size: .92rem;
  text-align: center;
}

.stw-spoke-b01__money-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 30px;
  align-items: center;
  margin: clamp(50px, 7vw, 82px) clamp(18px, 4vw, 54px);
  padding: clamp(28px, 5vw, 46px);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--stw-blue), var(--stw-charcoal));
  color: var(--stw-white);
}

.stw-spoke-b01__money-cta h2,
.stw-spoke-b01__money-cta p,
.stw-spoke-b01__money-cta .stw-spoke-b01__kicker {
  color: var(--stw-white);
}

.stw-spoke-b01__money-copy p:last-child {
  margin-bottom: 0;
}

.stw-spoke-b01__money-action {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stw-spoke-b01__money-action .stw-spoke-b01__button {
  min-height: 58px;
  text-align: center;
}

.stw-spoke-b01__money-action span {
  color: rgba(255,255,255,.8);
  font-size: .88rem;
  text-align: center;
}

.stw-spoke-b01__scope {
  background: var(--stw-beige);
}

.stw-spoke-b01__scope-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stw-spoke-b01__scope-columns article {
  position: relative;
  padding: 26px;
  border-radius: 16px;
  background: var(--stw-white);
}

.stw-spoke-b01__scope-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 10px;
  background: var(--stw-blue);
  color: var(--stw-white);
  font-weight: 900;
}

.stw-spoke-b01__scope-warning {
  border: 1px solid var(--stw-orange);
}

.stw-spoke-b01__scope-warning .stw-spoke-b01__scope-icon {
  background: var(--stw-orange);
}

.stw-spoke-b01__scope-columns p {
  color: var(--stw-muted);
}

.stw-spoke-b01__scope-columns a {
  font-weight: 800;
}

.stw-spoke-b01__accessory-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stw-spoke-b01__accessory-strip article {
  overflow: hidden;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: var(--stw-white);
  box-shadow: 0 10px 26px rgba(82,79,76,.08);
}

.stw-spoke-b01__accessory-strip article > a {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
}

.stw-spoke-b01__accessory-strip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stw-spoke-b01__accessory-strip article > div {
  padding: 20px;
}

.stw-spoke-b01__accessory-strip span {
  color: var(--stw-blue);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stw-spoke-b01__accessory-strip h3 a {
  color: var(--stw-charcoal);
  text-decoration: none;
}

.stw-spoke-b01__wayfinder {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  padding: clamp(50px, 7vw, 82px) clamp(18px, 4vw, 54px);
  background: var(--stw-charcoal);
  color: var(--stw-white);
}

.stw-spoke-b01__wayfinder h2,
.stw-spoke-b01__wayfinder .stw-spoke-b01__kicker {
  color: var(--stw-white);
}

.stw-spoke-b01__wayfinder-links {
  display: grid;
  gap: 14px;
}

.stw-spoke-b01__wayfinder-links a {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: var(--stw-white);
  text-decoration: none;
}

.stw-spoke-b01__wayfinder-no {
  color: var(--stw-orange);
  font-weight: 900;
}

.stw-spoke-b01__wayfinder-links strong,
.stw-spoke-b01__wayfinder-copy > span,
.stw-spoke-b01__wayfinder-action {
  color: var(--stw-white);
}

.stw-spoke-b01__faq-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.stw-spoke-b01__faq-columns > div {
  display: grid;
  gap: 12px;
  align-content: start;
}

.stw-spoke-b01__faq details {
  border: 1px solid var(--stw-line);
  border-radius: 12px;
  background: var(--stw-white);
}

.stw-spoke-b01__faq summary {
  padding: 18px;
  cursor: pointer;
  color: var(--stw-charcoal);
  font-weight: 800;
}

.stw-spoke-b01__faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--stw-muted);
}

.stw-spoke-b01__consult {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 18px;
  background: var(--stw-beige);
}

.stw-spoke-b01__consult h2 {
  margin-bottom: 10px;
}

.stw-spoke-b01__consult p {
  margin-bottom: 0;
}

.stw-spoke-b01__consult-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.stw-spoke-b01__consult-actions span {
  color: var(--stw-muted);
  font-size: .84rem;
  text-align: center;
}

.stw-spoke-b01__criteria {
  background: var(--stw-white);
}

.stw-spoke-b01__criteria-head {
  max-width: 850px;
  margin-bottom: 28px;
}

.stw-spoke-b01__criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.stw-spoke-b01__criteria-grid article {
  padding: 24px;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: #fff;
}

.stw-spoke-b01__criteria-grid article:last-child {
  grid-column: 1 / -1;
  background: var(--stw-soft-blue);
}

.stw-spoke-b01__criteria-grid h3,
.stw-spoke-b01__examples h3,
.stw-spoke-b01__examples strong {
  color: var(--stw-charcoal);
}

.stw-spoke-b01__criteria-grid h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.stw-spoke-b01__criteria-grid p,
.stw-spoke-b01__examples p,
.stw-spoke-b01__scope-summary p {
  margin: 0;
}

.stw-spoke-b01__examples {
  margin-top: 28px;
}

.stw-spoke-b01__examples > h3 {
  margin: 0 0 14px;
  font-size: 1.3rem;
}

.stw-spoke-b01__examples > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stw-spoke-b01__examples article {
  padding: 20px;
  border-radius: 14px;
  background: var(--stw-white);
}

.stw-spoke-b01__examples strong {
  display: block;
  margin-bottom: 8px;
}

.stw-spoke-b01__mistakes {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 30px;
  background: var(--stw-white);
}

.stw-spoke-b01__mistakes ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: b01-mistake;
}

.stw-spoke-b01__mistakes li {
  position: relative;
  padding: 18px 18px 18px 58px;
  border: 1px solid var(--stw-line);
  border-radius: 14px;
  counter-increment: b01-mistake;
}

.stw-spoke-b01__mistakes li::before {
  content: counter(b01-mistake);
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--stw-orange);
  color: #fff;
  font-weight: 900;
}

.stw-spoke-b01__mistakes strong,
.stw-spoke-b01__mistakes span {
  display: block;
}

.stw-spoke-b01__mistakes span {
  margin-top: 4px;
  color: var(--stw-muted);
}

.stw-spoke-b01__scope-summary {
  max-width: 900px;
  margin: 20px auto 0;
  padding: 18px 20px;
  border-left: 4px solid var(--stw-blue);
  background: rgba(255,255,255,.72);
}

.stw-spoke-b01__wayfinder-copy {
  display: block;
}

.stw-spoke-b01__wayfinder-copy > span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.82);
}

.stw-spoke-b01__wayfinder-action {
  color: #fff;
  font-weight: 900;
}

.stw-spoke-b01 :is(a, summary, [tabindex="0"]):focus-visible {
  outline: 3px solid var(--stw-orange);
  outline-offset: 3px;
}

.stw-spoke-b01 :is(section, figure)[id] {
  scroll-margin-top: 24px;
}

.stw-spoke-b01__index a:hover,
.stw-spoke-b01__index a:focus-visible,
.stw-spoke-b01__checkrail a:hover,
.stw-spoke-b01__scope-columns a:hover,
.stw-spoke-b01__scope-columns a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stw-spoke-b01__wayfinder-links a:hover {
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}

.stw-spoke-b01__accessory-strip h3 a:hover,
.stw-spoke-b01__accessory-strip h3 a:focus-visible {
  color: var(--stw-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Frontend-Härtung */
html body .stw-spoke-b01,
html body .stw-spoke-b01 * {
  box-sizing: border-box;
}

html body .stw-spoke-b01 .stw-spoke-b01__hero-card {
  position: absolute !important;
  z-index: 2 !important;
  top: 50% !important;
  left: clamp(24px, 5vw, 72px) !important;
  width: min(650px, calc(100% - 48px)) !important;
  transform: translateY(-50%) !important;
  color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-b01 .stw-spoke-b01__hero h1 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3.45rem) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-b01 .stw-spoke-b01__hero .stw-spoke-b01__lead,
html body .stw-spoke-b01 .stw-spoke-b01__hero .stw-spoke-b01__eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-b01 h2 {
  color: var(--stw-charcoal) !important;
  font-size: clamp(1.75rem, 3vw, 2.6rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  text-align: left !important;
  text-transform: none !important;
}

html body .stw-spoke-b01 .stw-spoke-b01__money-cta h2,
html body .stw-spoke-b01 .stw-spoke-b01__wayfinder h2,
html body .stw-spoke-b01 .stw-spoke-b01__wayfinder p,
html body .stw-spoke-b01 .stw-spoke-b01__wayfinder strong,
html body .stw-spoke-b01 .stw-spoke-b01__checkrail,
html body .stw-spoke-b01 .stw-spoke-b01__checkrail li,
html body .stw-spoke-b01 .stw-spoke-b01__checkrail a {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body .stw-spoke-b01 a.stw-spoke-b01__button--primary,
html body .stw-spoke-b01 a.stw-spoke-b01__button--primary:link,
html body .stw-spoke-b01 a.stw-spoke-b01__button--primary:visited,
html body .stw-spoke-b01 a.stw-spoke-b01__button--primary:hover,
html body .stw-spoke-b01 a.stw-spoke-b01__button--primary:focus-visible,
html body .stw-spoke-b01 a.stw-spoke-b01__button--primary:active {
  background: var(--stw-orange) !important;
  border-color: var(--stw-orange) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 980px) {
  .stw-spoke-b01__decision-path article {
    grid-template-columns: 64px 1fr;
  }

  .stw-spoke-b01__decision-path article > strong {
    grid-column: 2;
    justify-self: start;
  }

  .stw-spoke-b01__split,
  .stw-spoke-b01__money-cta,
  .stw-spoke-b01__consult {
    grid-template-columns: 1fr;
  }

  .stw-spoke-b01__scope-columns,
  .stw-spoke-b01__accessory-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stw-spoke-b01__wayfinder,
  .stw-spoke-b01__mistakes {
    grid-template-columns: 1fr;
  }

  .stw-spoke-b01__examples > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .stw-spoke-b01__hero {
    height: 610px;
  }

  .stw-spoke-b01__hero-media::after {
    background: linear-gradient(180deg, rgba(82,79,76,.35) 0%, rgba(82,79,76,.95) 65%, rgba(82,79,76,.98) 100%);
  }

  html body .stw-spoke-b01 .stw-spoke-b01__hero-card {
    top: auto !important;
    bottom: 28px !important;
    left: 22px !important;
    width: calc(100% - 44px) !important;
    transform: none !important;
  }

  .stw-spoke-b01__mounting-cards,
  .stw-spoke-b01__scope-columns,
  .stw-spoke-b01__accessory-strip,
  .stw-spoke-b01__faq-columns,
  .stw-spoke-b01__criteria-grid {
    grid-template-columns: 1fr;
  }

  .stw-spoke-b01__criteria-grid article:last-child {
    grid-column: auto;
  }

  .stw-spoke-b01__wayfinder-links a {
    grid-template-columns: 40px 1fr;
  }

  .stw-spoke-b01__wayfinder-action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .stw-spoke-b01__decision-path::before {
    display: none;
  }

  .stw-spoke-b01__decision-path article {
    grid-template-columns: 1fr;
  }

  .stw-spoke-b01__decision-path article > strong {
    grid-column: 1;
  }

  .stw-spoke-b01__hero-actions {
    flex-direction: column;
  }

  .stw-spoke-b01__button {
    width: 100%;
  }
}/* End custom CSS */