section.stepped-cards-section {
  padding-left: clamp(16px, 4%, 123px);
  padding-right: clamp(16px, 4%, 123px);
}
@media (min-width: 1440px) {
  section.stepped-cards-section {
    padding-left: 123px;
    padding-right: 123px;
  }
}
@media (min-width: 1920px) {
  section.stepped-cards-section {
    padding-left: unset;
    padding-right: unset;
  }
}
section.stepped-cards-section[data-background=Brand] {
  background: linear-gradient(90deg, #FD3F0B 0%, #FF7600 100%);
}
section.stepped-cards-section[data-background=Brand] h1, section.stepped-cards-section[data-background=Brand] h2, section.stepped-cards-section[data-background=Brand] h3, section.stepped-cards-section[data-background=Brand] h4, section.stepped-cards-section[data-background=Brand] h5, section.stepped-cards-section[data-background=Brand] h6, section.stepped-cards-section[data-background=Brand] p {
  color: White !important;
}
section.stepped-cards-section[data-background=Brand-Light] {
  background-color: #FEF1E9;
}
section.stepped-cards-section[data-background=Gray] {
  background-color: #F9FAFB;
}
section.stepped-cards-section .contents-container {
  max-width: 1440px;
  padding: 96px 0px;
  margin: auto;
}
section.stepped-cards-section .contents-container[data-outline] {
  border-radius: 12px;
}
section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Outline] {
  border: 1px solid #F46E15;
}
section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] {
  background: linear-gradient(90deg, #FD3F0B 0%, #FF7600 100%);
}
section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] h1, section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] h2, section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] h3, section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] h4, section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] h5, section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] h6, section.stepped-cards-section .contents-container[data-theme=Brand][data-outline=Fill] p {
  color: White !important;
}
section.stepped-cards-section .contents-container[data-theme=Brand-Light][data-outline=Outline] {
  border: 1px solid #FEF1E9;
}
section.stepped-cards-section .contents-container[data-theme=Brand-Light][data-outline=Fill] {
  background-color: #FEF1E9;
}
section.stepped-cards-section .contents-container[data-theme=White][data-outline=Outline] {
  border: 1px solid White;
}
section.stepped-cards-section .contents-container[data-theme=White][data-outline=Fill] {
  background-color: White;
}
@media (max-width: 768px) {
  section.stepped-cards-section .contents-container {
    padding: 64px 0;
  }
}
section.stepped-cards-section .contents-container .heading-text-wrapper {
  padding-bottom: 10px;
}
section.stepped-cards-section .contents-container .heading-text-wrapper h2 {
  color: #101828;
  font-family: "Manrope", sans-serif;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  section.stepped-cards-section .contents-container .heading-text-wrapper h2 {
    font-family: "Manrope", sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 600;
  }
}
section.stepped-cards-section .contents-container .supporting-text-wrapper {
  padding-bottom: 32px;
}
section.stepped-cards-section .contents-container .supporting-text-wrapper p {
  color: #475467;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
}
section.stepped-cards-section .contents-container .steps {
  position: relative;
  display: flex;
  flex-direction: row;
}
section.stepped-cards-section .contents-container .steps .border {
  margin: 0 16px;
  border-left: 1px dotted #F9AB77;
  display: none;
}
section.stepped-cards-section .contents-container .steps .steps_container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
section.stepped-cards-section .contents-container .steps .step {
  position: relative;
  margin-bottom: 44px;
}
section.stepped-cards-section .contents-container .steps .step--last {
  margin-bottom: 0;
}
section.stepped-cards-section .contents-container .steps .step__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #555;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: 20px;
}
section.stepped-cards-section .contents-container .steps .step__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F46E15;
  flex-shrink: 0;
}
section.stepped-cards-section .contents-container .steps .step__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-direction: column;
}
section.stepped-cards-section .contents-container .steps .step__image {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
section.stepped-cards-section .contents-container .steps .step__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.stepped-cards-section .contents-container .steps .step__text {
  align-self: center;
}
section.stepped-cards-section .contents-container .steps .step__title {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #101828;
}
section.stepped-cards-section .contents-container .steps .step__desc {
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #475467;
}
@media (min-width: 768px) {
  section.stepped-cards-section .contents-container .steps .border {
    display: block;
  }
  section.stepped-cards-section .contents-container .steps .step__badge {
    margin-left: -32px;
  }
  section.stepped-cards-section .contents-container .steps .step__content {
    flex-direction: row;
  }
  section.stepped-cards-section .contents-container .steps .step__image {
    width: 160px;
    height: 120px;
  }
}

.two-column-content-section .stepped-cards-section {
  padding-left: unset;
  padding-right: unset;
  border-radius: 24px;
}
.two-column-content-section .stepped-cards-section[data-background] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .two-column-content-section .stepped-cards-section[data-background] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.two-column-content-section .stepped-cards-section .contents-container {
  max-width: 100%;
  margin: auto;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .two-column-content-section .stepped-cards-section .contents-container {
    padding: 64px 0;
  }
}
.two-column-content-section .stepped-cards-section .contents-container .card-container {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .two-column-content-section .stepped-cards-section .contents-container .card-container {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
}