.path-landing .presentation-wrapper {
  max-width: 1390px;
  margin: 50px auto;
  display: flex;
  gap: 50px;
  flex-direction: column;
  font-family: "ESMPInter";
}
.path-landing .presentation-wrapper .listing {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.path-landing .presentation-wrapper .listing--key-steps .item-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.path-landing .presentation-wrapper .listing--key-benefits .item-list__bullet--icon {
  background-image: url(../images/pictos/check.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.path-landing .presentation-wrapper .listing--key-benefits .listing__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .path-landing .presentation-wrapper .listing--key-benefits .listing__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.path-landing .presentation-wrapper .listing--key-benefits .listing__content .item-list {
  background: rgba(128, 124, 202, 0.2);
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.path-landing .presentation-wrapper .listing .eyebrow {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: #F90706;
  padding: 0.1rem 0.8rem;
  margin: 0;
  display: inline-block;
  align-self: flex-start;
}
.path-landing .presentation-wrapper .listing__content {
  display: flex;
  flex-direction: column;
}
.path-landing .presentation-wrapper .listing__content .item-list {
  margin: 20px 0;
}
.path-landing .presentation-wrapper .listing__content .item-list__bullet--element {
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
}
.path-landing .presentation-wrapper .listing__content .item-list__bullet--number {
  width: 40px;
  height: 40px;
  color: white;
  background-color: #807CCA;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.path-landing .presentation-wrapper .listing__content .item-list__bullet--icon {
  color: white;
  background-color: #FB0603;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}
.path-landing .presentation-wrapper .listing__content .item-list__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.path-landing .presentation-wrapper .listing__content .item-list__text-wrapper__title {
  font-weight: bold;
  font-size: 1rem;
}
.path-landing .presentation-wrapper .listing__content .item-list__text-wrapper__text p {
  margin: 0;
}
.path-landing .presentation-wrapper .help-ctas-wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .path-landing .presentation-wrapper .help-ctas-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.path-landing .presentation-wrapper .help-ctas-wrapper .cta {
  display: inline-flex;
  height: 56px;
  align-items: center;
  background: #3f51b5;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
  box-shadow: 10px 5px 5px rgba(100, 100, 100, 0.356);
}
.path-landing .presentation-wrapper .help-ctas-wrapper .cta .title {
  display: inline-block;
  padding: 0 20px;
  color: #FFF;
  font-weight: bold;
  font-family: "ESMPInter";
}
.path-landing .presentation-wrapper .help-ctas-wrapper .cta .icon {
  display: block;
  background-color: #FFF;
  height: 56px;
  width: 56px;
  position: relative;
}
.path-landing .presentation-wrapper .help-ctas-wrapper .cta .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  background-image: url(../../assets/images/pictos/arrow.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.path-landing .presentation-wrapper .help-ctas-wrapper .cta.external .icon::before {
  rotate: -45deg;
}
.path-landing .presentation-wrapper .help-ctas-wrapper .cta.main {
  background: #F90706;
}

/*# sourceMappingURL=product_landing.css.map */
