/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-end-to-end {
  color: var(--wp--preset--color--white);
}
.s-end-to-end.section.has-bg-pattern {
  overflow: visible;
}
.s-end-to-end.section.has-bg-pattern > .l-wrapper {
  position: relative;
  z-index: 1;
}
.s-end-to-end.section.has-bg-pattern > .c-bg-pattern {
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  background-size: cover;
}
.s-end-to-end__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  width: 100%;
  max-width: 63.25rem;
  margin-inline: auto;
}
.s-end-to-end__header {
  width: 100%;
}
.s-end-to-end__header:not(:has(.wp-block-heading)) {
  display: none;
}
.s-end-to-end__header-blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.s-end-to-end__header-blocks :where(.wp-block-heading.is-style-purple-gradient-prism) {
  max-width: 42.9375rem;
  margin: 0 auto;
  font-family: "Unbounded", sans-serif !important;
  font-weight: 400;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  font-weight: 400 !important;
}
.s-end-to-end__header-blocks :where(.wp-block-heading.is-style-purple-gradient-prism) {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .s-end-to-end__header-blocks :where(.wp-block-heading.is-style-purple-gradient-prism) {
    font-size: calc(32px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-end-to-end__header-blocks :where(.wp-block-heading.is-style-purple-gradient-prism) {
    font-size: 2.5rem;
  }
}
.s-end-to-end__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.s-end-to-end__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  min-height: 8.3125rem;
  padding: 2rem 3rem 2rem 2rem;
  border: 0;
  border-radius: 0.375rem;
  background-color: color-mix(in srgb, var(--wp--preset--color--white) 15%, transparent);
  backdrop-filter: blur(0.78125rem);
}
.s-end-to-end__step::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(190, 166, 255, 0.5) 0%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.s-end-to-end__step-head {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  flex: 0 1 auto;
  min-width: 0;
}
.s-end-to-end__step-index {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--deep-purple);
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.s-end-to-end__step-index {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-end-to-end__step-index {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-end-to-end__step-index {
    font-size: 1rem;
  }
}
.s-end-to-end__step-label {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 0.5rem;
  min-width: 0;
}
.s-end-to-end__step-title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  color: var(--wp--preset--color--white);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.75;
}
.s-end-to-end__step-title {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-end-to-end__step-title {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-end-to-end__step-title {
    font-size: 1.5rem;
  }
}
.s-end-to-end__step-subtitle {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  color: var(--wp--preset--color--white);
  opacity: 0.5;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.125;
}
.s-end-to-end__step-subtitle {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-end-to-end__step-subtitle {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-end-to-end__step-subtitle {
    font-size: 1rem;
  }
}
.s-end-to-end__step-items {
  display: flex;
  flex: 0 1 34.1875rem;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  max-width: 34.1875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-end-to-end__step-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.s-end-to-end__step-item:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 0.03125rem solid color-mix(in srgb, var(--wp--preset--color--white) 25%, transparent);
}
.s-end-to-end__step-item-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--light-purple);
  color: var(--wp--preset--color--deep-purple);
}
.s-end-to-end__step-item-icon svg {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
}
.s-end-to-end__step-item-icon path {
  fill: currentColor;
}
.s-end-to-end__step-item-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  opacity: 0.8;
}
.s-end-to-end__step-item-text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-end-to-end__step-item-text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-end-to-end__step-item-text {
    font-size: 0.875rem;
  }
}
.s-end-to-end__step-item-text strong,
.s-end-to-end__step-item-text b {
  font-weight: 700;
}
.s-end-to-end__empty {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  opacity: 0.8;
  opacity: 1;
}
.s-end-to-end__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-end-to-end__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-end-to-end__empty {
    font-size: 0.875rem;
  }
}
.s-end-to-end__empty strong,
.s-end-to-end__empty b {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .s-end-to-end__inner {
    gap: 2.5rem;
  }
  .s-end-to-end__step {
    flex-direction: column;
    gap: 1.5rem;
    min-height: 0;
    padding: 1.5rem;
  }
  .s-end-to-end__step-items {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

body.is-prism-page .s-end-to-end.section > .l-wrapper.spacing-top-md {
  padding-top: 7.5rem;
}
body.is-prism-page .s-end-to-end.section > .l-wrapper.spacing-bottom-md {
  padding-bottom: 10rem;
}

.editor-styles-wrapper .s-end-to-end__header:not(:has(.wp-block-heading)) {
  display: block;
}