/* 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-timeline {
  color: var(--wp--preset--color--white);
}
.s-timeline.section, .s-timeline.section.has-bg-pattern {
  overflow: visible;
}
.s-timeline.section > .l-wrapper, .s-timeline.section.has-bg-pattern > .l-wrapper {
  overflow: visible;
}
.s-timeline:not(.has-electric-to-midnight-gradient-background):not(.has-midnight-to-electric-gradient-background) .s-timeline__inner::before {
  background: linear-gradient(180deg, #0a4fb5 0%, rgba(7, 19, 37, 0) 79.444%);
}
.s-timeline__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  min-height: 0;
  padding: 5.5rem 7.5rem 5.5rem 4rem;
  border-radius: 0.3125rem;
  overflow: visible;
}
.s-timeline__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.s-timeline__deco {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 1;
  pointer-events: none;
}
.s-timeline__deco svg {
  display: block;
  width: 2.875rem;
  height: 3rem;
}
.s-timeline__intro-col {
  display: flex;
  flex: 0 1 30.5rem;
  flex-direction: column;
  max-width: 30.5rem;
  min-width: 0;
  align-self: stretch;
}
.s-timeline__intro-col:not(:has(.wp-block-heading, .wp-block-paragraph, .wp-block-madare-theme-button, .wp-block-madare-theme-buttons)) {
  display: none;
}
.s-timeline__intro {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  width: 100%;
  z-index: 2;
}
.s-timeline__intro-blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.s-timeline__intro-blocks :where(.wp-block-paragraph) {
  opacity: 0.7;
}
.s-timeline__entries {
  --timeline-gap: 5rem;
  position: relative;
  display: flex;
  flex: 0 1 33.5rem;
  flex-direction: column;
  gap: var(--timeline-gap);
  max-width: 33.5rem;
  min-width: 0;
  z-index: 1;
}
.s-timeline__item {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
}
.s-timeline__item:not(.is-last)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0.71875rem;
  width: 0.0625rem;
  height: var(--timeline-gap);
  background-color: var(--wp--preset--color--cyan-blue);
  pointer-events: none;
}
.s-timeline__marker {
  position: relative;
  display: flex;
  flex: 0 0 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  width: 1.5rem;
}
.s-timeline__marker::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid var(--wp--preset--color--cyan-blue);
  border-radius: 50%;
  box-sizing: border-box;
  background: radial-gradient(circle, var(--wp--preset--color--cyan-blue) 0 0.25rem, transparent 0.28125rem);
}
.s-timeline__marker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.0625rem;
  height: calc(100% - 1.5rem);
  background-color: var(--wp--preset--color--cyan-blue);
  transform: translateX(-50%);
  pointer-events: none;
}
.s-timeline__item:first-child .s-timeline__marker::after {
  display: none;
}
.s-timeline__entry {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end;
  gap: 2rem;
  min-width: 0;
}
.s-timeline__year {
  flex: 0 0 auto;
  margin: 0;
  color: var(--wp--preset--color--cyan-blue);
  white-space: nowrap;
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  line-height: 3.8125rem;
}
.s-timeline__year {
  font-size: 52px;
}
@media screen and (min-width: 569px) {
  .s-timeline__year {
    font-size: calc(52px + 25 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline__year {
    font-size: 4.8125rem;
  }
}
.s-timeline__text {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--wp--preset--color--white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-timeline__text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-timeline__text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline__text {
    font-size: 0.875rem;
  }
}
.s-timeline__text > :first-child {
  margin-top: 0;
}
.s-timeline__text > :last-child {
  margin-bottom: 0;
}
.s-timeline__text p,
.s-timeline__text ul,
.s-timeline__text ol {
  margin: 0;
}
.s-timeline__text ul,
.s-timeline__text ol {
  padding-left: 1.125rem;
}
.s-timeline__text :where(h2, h3, h4, h5, h6) {
  margin: 0 0 0.5rem;
  color: var(--wp--preset--color--white);
  opacity: 1;
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.s-timeline__text :where(h2, h3, h4, h5, h6) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-timeline__text :where(h2, h3, h4, h5, h6) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline__text :where(h2, h3, h4, h5, h6) {
    font-size: 1rem;
  }
}
.s-timeline__text strong,
.s-timeline__text b {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.s-timeline__empty {
  flex: 0 1 33.5rem;
  max-width: 33.5rem;
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-timeline__empty {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-timeline__empty {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline__empty {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-timeline__inner {
    gap: 3rem;
    padding: 4rem 3rem 4rem 2.5rem;
  }
  .s-timeline__intro-col {
    flex: 1 1 auto;
    max-width: 26.25rem;
  }
  .s-timeline__entries, .s-timeline__empty {
    flex: 1 1 auto;
    max-width: 30rem;
  }
}
@media screen and (max-width: 991px) {
  .s-timeline__inner {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 2rem 3.5rem 1.5rem;
  }
  .s-timeline__intro-col {
    flex: 1 1 auto;
    max-width: 100%;
    align-self: auto;
  }
  .s-timeline__intro {
    position: static;
  }
  .s-timeline__entries, .s-timeline__empty {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
  .s-timeline__entries {
    --timeline-gap: 3.5rem;
  }
  .s-timeline__entry {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .s-timeline__year {
    line-height: 1;
  }
  .s-timeline__deco {
    top: 1.5rem;
    right: 1.5rem;
  }
  .s-timeline__deco svg {
    width: 2.25rem;
    height: 2.375rem;
  }
}

.editor-styles-wrapper .s-timeline__intro-col:not(:has(.wp-block-heading, .wp-block-paragraph, .wp-block-madare-theme-button, .wp-block-madare-theme-buttons)) {
  display: block;
}

.s-group:has(.s-timeline) {
  overflow: visible;
}