.bg-sanagbaige {
    background-color: #f3efeb;
}

.journey-intake-shell {
  overflow: hidden;
}

.journey-stage-wrap {
  position: relative;
}

.journey-bgvisual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  right: 18%;
  background: #f3efeb;
  z-index: 0;
}

.journey-stage {
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.journey-left,
.journey-right {
  position: relative;
  z-index: 1;
}

@media (min-width: 40em) {
  .journey-left {
    padding-left: 0 !important;
  }
}

.journey-kicker {
  color: #333;
  margin-bottom: .35rem;
}

.journey-title {
  color: #5b51d8;
}

.journey-question-header {
  margin-top: 0;
  margin-bottom: 1rem;
}

.journey-question-header-secondary {
  margin-top: 1.7rem;
}

.journey-helper {
  margin-top: -.25rem;
  margin-bottom: .85rem;
  color: #666;
}

.journey-label {
  display: block;
  margin: 1.15rem 0 .45rem 0;
  font-family: "EuclidSemibold", Helvetica, Arial, Roboto, sans-serif;
  font-size: 1.063rem;
  color: #333;
}

.journey-steps {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 2rem 0 2.35rem 0;
}

.journey-step-line {
  flex: 1;
  height: 1.5px;
  background: #00908A;
  opacity: .35;
}

.journey-step {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border-radius: 50%;
  border: 1.5px solid #00908A;
  background: transparent;
  color: #00908A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "EuclidSemibold", Helvetica, Arial, Roboto, sans-serif;
  font-size: 1.063rem;
  line-height: 1;
}

.journey-step-number {
  display: inline-block;
}

.journey-step-check {
  display: none;
  width: 1.05rem;
  height: 1.05rem;
}

.journey-step-check path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
}

.journey-step.is-active,
.journey-step.is-complete {
  background: #00908A;
  border-color: #00908A;
  color: #fff;
}

.journey-step.is-complete .journey-step-number {
  display: none;
}

.journey-step.is-complete .journey-step-check {
  display: block;
  animation: journey-check-pop .18s ease-out;
}

.journey-step.is-complete .journey-step-check path {
  animation: journey-check-draw .35s ease-out forwards;
}

@keyframes journey-check-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes journey-check-pop {
  0% { transform: scale(.82); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.journey-panel {
  display: none;
}

.journey-panel.is-active {
  display: block;
}

.journey-input,
.journey-select,
.journey-textarea,
#journey-ort,
#journey-vorname,
#journey-name,
#journey-email,
#journey-telefon {
  width: 100%;
  margin-bottom: 1rem;
  padding: .95rem 1rem;
  border: 2px solid #8e97a3;
  border-radius: 16px;
  background: #fff;
  color: #333;
  font-family: "EuclidRegular", Helvetica, Arial, Roboto, sans-serif;
  font-size: 1.063rem;
  box-shadow: none;
}

.journey-input::placeholder,
.journey-textarea::placeholder {
  color: #8a8a8a;
}

.journey-input:focus,
.journey-select:focus,
.journey-textarea:focus {
  border-color: #00908A;
}

.journey-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><polygon points='1,1 6,6 11,1' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 12px 8px;
  padding-right: 3rem;
}

.journey-textarea {
  min-height: 140px;
  resize: vertical;
}

.journey-charcount {
  margin-top: -.25rem;
  margin-bottom: 1.35rem;
  color: #666;
  font-size: .98rem;
}

.journey-check {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-bottom: 1rem;
  font-family: "EuclidRegular", Helvetica, Arial, Roboto, sans-serif;
  font-size: 1.063rem;
  line-height: 1.45;
  color: #333;
}

.journey-check input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
  margin-top: .2rem;
  accent-color: #00908A;
}

.journey-check-consent {
  margin-top: 1.6rem;
  margin-bottom: 1.75rem;
}

.journey-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.journey-actions-single {
  justify-content: flex-start;
}

.journey-button {
  min-width: 8rem;
  margin: 0;
}

.journey-successbox {
  margin-top: 2rem;
  background-color: #00908A;
  color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  border-radius: 16px;
}

.journey-successbox[hidden] {
  display: none !important;
}

.journey-successbox svg {
  width: 2rem;
  height: 2rem;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-right .journey-visual {
  margin-right: -2rem;
}

.journey-visual-inner {
  width: min(800px, 120%);

  margin-left: auto;
}

.journey-visual-image {
  margin: 0 0 1.5rem 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
}

.journey-visual-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-visual-claim {
  margin: 0;
  color: #5b51d8;
}

.journey-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 64em) {
  .journey-content {
    transform: translateX(-4.5rem);
  }

  .journey-right .journey-visual {
    transform: translateX(0rem);
  }

  .journey-bgvisual {
    left: -4.5rem;
    right: 14%;
  }

  .journey-visual-inner {
    position: sticky;
    top: 5.5rem;
  }
}

@media (max-width: 63.9375em) {
  .journey-bgvisual {
    left: -1rem;
    right: 10%;
  }

  .journey-right .journey-visual {
    margin-right: -1rem;
  }

  .journey-visual-inner {
    width: min(320px, 100%);
  }
}

@media (max-width: 39.9375em) {
  .journey-intake-shell {
    background: #f3efeb !important;
  }

  .journey-bgvisual {
    display: none;
  }

  .journey-stage.grid-x.grid-padding-x > .journey-left.cell {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .journey-stage.grid-x.grid-padding-x > .journey-right.cell {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .journey-right .journey-visual {
    margin-right: 0;
  }

  .journey-step {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: 1rem;
  }

  .journey-actions {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 30px !important;
  }

  .journey-button {
    width: 100%;
    text-align: center;
  }

  .journey-visual-inner {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .journey-visual-claim {
    text-align: center !important;
  }
}