/* Start custom CSS for text-editor, class: .elementor-element-bbd3cca */.stw-spoke-s03 {
  --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,.12);
  color: var(--stw-ink);
  font-family: inherit;
  line-height: 1.65;
}

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

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

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

.stw-spoke-s03__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-s03__hero-media,
.stw-spoke-s03__hero-media img {
  width: 100%;
  height: 100%;
}

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

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

.stw-spoke-s03__hero-content {
  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-s03__eyebrow,
.stw-spoke-s03__kicker {
  margin: 0 0 8px;
  color: var(--stw-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stw-spoke-s03__hero .stw-spoke-s03__eyebrow {
  color: var(--stw-white);
}

.stw-spoke-s03__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-s03__lead {
  max-width: 60ch;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 1.02rem;
  line-height: 1.5;
}

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

.stw-spoke-s03__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-s03__button--primary {
  background: var(--stw-orange);
  color: var(--stw-white);
}

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

.stw-spoke-s03__jumpnav {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 8px;
  margin-bottom: 44px;
}

.stw-spoke-s03__jumpnav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--stw-line);
  border-radius: 10px;
  background: var(--stw-white);
  color: var(--stw-charcoal);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.stw-spoke-s03 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-s03__answer {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr);
  gap: 30px;
  padding: clamp(34px,5vw,58px);
  border-radius: 20px;
  background: var(--stw-beige);
}

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

.stw-spoke-s03__answer-note {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 22px;
  border-radius: 14px;
  background: var(--stw-white);
}

.stw-spoke-s03__answer-note strong {
  color: var(--stw-charcoal);
}

.stw-spoke-s03__answer-note span {
  padding: 9px 12px;
  border-left: 4px solid var(--stw-orange);
  background: #fff7f2;
}

.stw-spoke-s03__protocol,
.stw-spoke-s03__material,
.stw-spoke-s03__control,
.stw-spoke-s03__products,
.stw-spoke-s03__faq {
  padding: clamp(52px,7vw,82px) clamp(18px,4vw,54px);
}

.stw-spoke-s03__section-head,
.stw-spoke-s03__control-head,
.stw-spoke-s03__faq-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.stw-spoke-s03__section-head > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--stw-muted);
}

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

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

.stw-spoke-s03__protocol-head {
  display: flex;
  gap: 14px;
  align-items: center;
}

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

.stw-spoke-s03__protocol-head h3,
.stw-spoke-s03__space h3,
.stw-spoke-s03__material h3,
.stw-spoke-s03__products h3 {
  margin: 0;
  color: var(--stw-charcoal);
  font-size: 1.18rem;
  line-height: 1.3;
}

.stw-spoke-s03__protocol-grid article > p {
  color: var(--stw-muted);
}

.stw-spoke-s03__measure-line {
  display: grid;
  grid-template-columns: 70px 1fr 30px;
  gap: 10px;
  align-items: end;
  margin-top: 9px;
  font-size: .9rem;
}

.stw-spoke-s03__measure-line i {
  height: 24px;
  border-bottom: 1px solid var(--stw-charcoal);
}

.stw-spoke-s03__measure-line strong {
  color: var(--stw-muted);
  font-size: .8rem;
}

.stw-spoke-s03__measure-line--single {
  grid-template-columns: 110px 1fr 30px;
}

.stw-spoke-s03__side-choice {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-top: 18px;
}

.stw-spoke-s03__side-choice span {
  padding: 11px;
  border: 1px dashed var(--stw-blue);
  border-radius: 9px;
  color: var(--stw-blue);
  text-align: center;
  font-weight: 800;
}

.stw-spoke-s03__context-link {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: 14px;
  background: var(--stw-charcoal);
  color: var(--stw-white);
}

.stw-spoke-s03__context-link p {
  margin: 3px 0 0;
}

.stw-spoke-s03__context-link a {
  color: var(--stw-white);
  font-weight: 800;
}

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

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

.stw-spoke-s03__space-steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 26px;
}

.stw-spoke-s03__space-steps div {
  padding: 18px;
  border-radius: 12px;
  background: var(--stw-white);
}

.stw-spoke-s03__space-steps span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--stw-blue);
  color: var(--stw-white);
  font-weight: 900;
}

.stw-spoke-s03__space-steps strong {
  display: block;
  color: var(--stw-charcoal);
}

.stw-spoke-s03__space-steps p {
  margin-bottom: 0;
  color: var(--stw-muted);
}

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

.stw-spoke-s03__space-warning .stw-spoke-s03__kicker,
.stw-spoke-s03__space-warning h3,
.stw-spoke-s03__space-warning li {
  color: var(--stw-white);
}

.stw-spoke-s03__space-warning ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

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

.stw-spoke-s03__space-warning li::before {
  content: "!";
  position: absolute;
  left: 0;
  color: var(--stw-orange);
  font-weight: 900;
}

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

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

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

.stw-spoke-s03__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-s03__money-cta h2,
.stw-spoke-s03__money-cta p,
.stw-spoke-s03__money-cta .stw-spoke-s03__kicker {
  color: var(--stw-white);
}

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

.stw-spoke-s03__money-cta .stw-spoke-s03__button {
  min-height: 58px;
  text-align: center;
}

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

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

.stw-spoke-s03__material-grid article {
  padding: 26px;
  border-radius: 16px;
  background: var(--stw-white);
}

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

.stw-spoke-s03__material-grid p {
  color: var(--stw-muted);
}

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

.stw-spoke-s03__system-note {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  margin-top: 18px;
  padding: 20px 24px;
  border: 1px solid var(--stw-orange);
  border-radius: 14px;
  background: var(--stw-white);
}

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

.stw-spoke-s03__checklist {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stw-spoke-s03__checklist li {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  padding: 20px;
  border-top: 5px solid var(--stw-blue);
  border-radius: 12px;
  background: var(--stw-soft-blue);
}

.stw-spoke-s03__checklist li > span {
  color: var(--stw-orange);
  font-weight: 900;
}

.stw-spoke-s03__checklist strong {
  display: block;
  margin-top: 12px;
  color: var(--stw-charcoal);
}

.stw-spoke-s03__checklist p {
  margin: 4px 0 0;
  color: var(--stw-muted);
}

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

.stw-spoke-s03__product-row 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-s03__product-row article > a {
  display: block;
  aspect-ratio: 1/1;
  background: #f7f7f7;
}

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

.stw-spoke-s03__product-row article > div {
  padding: 20px;
}

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

.stw-spoke-s03__product-row h3 {
  margin: 6px 0 8px;
}

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

.stw-spoke-s03__product-row p {
  color: var(--stw-muted);
}

.stw-spoke-s03__related {
  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-s03__related h2,
.stw-spoke-s03__related .stw-spoke-s03__kicker {
  color: var(--stw-white);
}

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

.stw-spoke-s03__related-grid a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 20px;
  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-s03__related-grid span {
  grid-row: 1/3;
  color: var(--stw-orange);
  font-weight: 900;
}

.stw-spoke-s03__related-grid strong,
.stw-spoke-s03__related-grid p {
  color: var(--stw-white);
}

.stw-spoke-s03__related-grid p {
  margin: 0;
  opacity: .82;
}

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

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

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

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

.stw-spoke-s03__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-s03__consult p {
  margin-bottom: 0;
}

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

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

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

html body .stw-spoke-s03 .stw-spoke-s03__hero-content {
  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-s03 .stw-spoke-s03__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-s03 .stw-spoke-s03__hero .stw-spoke-s03__lead,
html body .stw-spoke-s03 .stw-spoke-s03__hero .stw-spoke-s03__eyebrow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-align: left !important;
}

html body .stw-spoke-s03 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-s03 .stw-spoke-s03__money-cta h2,
html body .stw-spoke-s03 .stw-spoke-s03__money-cta p,
html body .stw-spoke-s03 .stw-spoke-s03__money-cta .stw-spoke-s03__kicker,
html body .stw-spoke-s03 .stw-spoke-s03__context-link,
html body .stw-spoke-s03 .stw-spoke-s03__context-link p,
html body .stw-spoke-s03 .stw-spoke-s03__context-link strong,
html body .stw-spoke-s03 .stw-spoke-s03__context-link a,
html body .stw-spoke-s03 .stw-spoke-s03__space-warning,
html body .stw-spoke-s03 .stw-spoke-s03__space-warning h3,
html body .stw-spoke-s03 .stw-spoke-s03__space-warning li,
html body .stw-spoke-s03 .stw-spoke-s03__related h2,
html body .stw-spoke-s03 .stw-spoke-s03__related p,
html body .stw-spoke-s03 .stw-spoke-s03__related strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html body .stw-spoke-s03 a.stw-spoke-s03__button--primary,
html body .stw-spoke-s03 a.stw-spoke-s03__button--primary:link,
html body .stw-spoke-s03 a.stw-spoke-s03__button--primary:visited,
html body .stw-spoke-s03 a.stw-spoke-s03__button--primary:hover,
html body .stw-spoke-s03 a.stw-spoke-s03__button--primary:focus-visible,
html body .stw-spoke-s03 a.stw-spoke-s03__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: 1050px) {
  .stw-spoke-s03__checklist {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 900px) {
  .stw-spoke-s03__jumpnav {
    grid-template-columns: repeat(3,1fr);
  }

  .stw-spoke-s03__answer,
  .stw-spoke-s03__space,
  .stw-spoke-s03__money-cta,
  .stw-spoke-s03__consult {
    grid-template-columns: 1fr;
  }

  .stw-spoke-s03__space-steps {
    grid-template-columns: 1fr;
  }

  .stw-spoke-s03__related {
    grid-template-columns: 1fr;
  }

  .stw-spoke-s03__product-row {
    grid-template-columns: repeat(2,1fr);
  }
}

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

  .stw-spoke-s03__hero-media::after {
    background: linear-gradient(180deg,rgba(82,79,76,.30) 0%,rgba(82,79,76,.94) 62%,rgba(82,79,76,.98) 100%);
  }

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

  .stw-spoke-s03__protocol-grid,
  .stw-spoke-s03__material-grid,
  .stw-spoke-s03__product-row,
  .stw-spoke-s03__faq-grid,
  .stw-spoke-s03__checklist {
    grid-template-columns: 1fr;
  }

  .stw-spoke-s03__context-link,
  .stw-spoke-s03__system-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .stw-spoke-s03__jumpnav {
    display: flex;
    overflow-x: auto;
  }

  .stw-spoke-s03__jumpnav a {
    flex: 0 0 auto;
  }

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

  .stw-spoke-s03__button {
    width: 100%;
  }
}
/* Ergänzungen der finalen 9/9/9-Revision */
.stw-spoke-s03__accuracy,
.stw-spoke-s03__cases {
  padding: clamp(52px,7vw,82px) clamp(18px,4vw,54px);
}

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

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

.stw-spoke-s03__accuracy-grid article,
.stw-spoke-s03__cases-grid article {
  padding: 24px;
  border: 1px solid var(--stw-line);
  border-radius: 16px;
  background: var(--stw-white);
}

.stw-spoke-s03__accuracy-grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--stw-blue);
  color: var(--stw-white);
  font-weight: 900;
}

.stw-spoke-s03__accuracy-grid h3,
.stw-spoke-s03__cases-grid h3 {
  margin: 0 0 10px;
  color: var(--stw-charcoal);
  font-size: 1.16rem;
  line-height: 1.32;
}

.stw-spoke-s03__accuracy-grid p,
.stw-spoke-s03__cases-grid p {
  margin: 0;
  color: var(--stw-muted);
}

.stw-spoke-s03__accuracy-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: 18px;
  padding: 20px 22px;
  border-left: 5px solid var(--stw-orange);
  border-radius: 12px;
  background: var(--stw-white);
}

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

.stw-spoke-s03__case-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--stw-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.stw-spoke-s03__related-grid a {
  grid-template-columns: 42px minmax(0,1fr);
}

.stw-spoke-s03__related-badge {
  grid-row: auto;
  align-self: start;
  color: var(--stw-orange);
  font-weight: 900;
}

.stw-spoke-s03__related-copy {
  display: grid;
  gap: 4px;
}

.stw-spoke-s03__related-copy > span {
  color: rgba(255,255,255,.82);
}

.stw-spoke-s03 a:focus-visible,
.stw-spoke-s03 summary:focus-visible {
  outline: 3px solid var(--stw-orange);
  outline-offset: 3px;
}

.stw-spoke-s03__product-row article > a:focus-visible,
.stw-spoke-s03__related-grid a:focus-visible,
.stw-spoke-s03__jumpnav a:focus-visible {
  border-radius: 12px;
}

@media (max-width: 900px) {
  .stw-spoke-s03__accuracy-grid,
  .stw-spoke-s03__cases-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .stw-spoke-s03__accuracy-note {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */