@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-timeline-slider {
  padding-inline: 6.5rem;
}
.s-timeline-slider__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}
.s-timeline-slider__title {
  color: var(--wp--preset--color--txt-black);
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-timeline-slider__title {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__title {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__title {
    font-size: 2.625rem;
  }
}
.s-timeline-slider__timeline {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  color: var(--wp--preset--color--txt-black);
  display: flex;
  flex-direction: row;
  border-radius: 0.25rem;
  overflow: hidden;
  min-height: 23.5rem;
}
.s-timeline-slider__timeline-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 31.125rem;
  height: 100%;
  flex-shrink: 0;
}
.s-timeline-slider__timeline-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
}
.s-timeline-slider__timeline:hover .s-timeline-slider__timeline-img {
  transform: scale(1.2);
  transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
}
.s-timeline-slider__timeline-content {
  padding-block: 2rem 2.5rem;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s-timeline-slider__timeline-title-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.s-timeline-slider__timeline-title {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  line-height: 1.5;
  display: block;
  transform: translateY(0);
  transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
}
.s-timeline-slider__timeline-title {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-title {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-title {
    font-size: 2.625rem;
  }
}
.s-timeline-slider__timeline-title.anim-clone {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.s-timeline-slider__timeline:hover .s-timeline-slider__timeline-title {
  transform: translateY(-100%);
}
.s-timeline-slider__timeline-cols {
  display: flex;
  flex-direction: row;
  padding-top: 1rem;
  gap: 0.625rem;
  border-top: 1px solid rgba(126, 126, 126, 0.25);
  transform: translateY(0);
  transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
}
.s-timeline-slider__timeline:hover .s-timeline-slider__timeline-cols {
  transform: translateY(-10px);
  transition: transform 400ms cubic-bezier(0, 0, 0.2, 1);
}
.s-timeline-slider__timeline-col {
  flex: 1;
}
.s-timeline-slider__timeline-col h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-timeline-slider__timeline-col h2 {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col h2 {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col h2 {
    font-size: 2.625rem;
  }
}
.s-timeline-slider__timeline-col h2:not(:first-child) {
  margin-top: 2rem;
}
.s-timeline-slider__timeline-col h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.s-timeline-slider__timeline-col h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col h3 {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col h3 {
    font-size: 2rem;
  }
}
.s-timeline-slider__timeline-col h3:not(:first-child) {
  margin-top: 1.25rem;
}
.s-timeline-slider__timeline-col h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.s-timeline-slider__timeline-col h4 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col h4 {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col h4 {
    font-size: 1.25rem;
  }
}
.s-timeline-slider__timeline-col h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col h5 {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col h5 {
    font-size: 1.125rem;
  }
}
.s-timeline-slider__timeline-col p {
  margin-top: 1.25rem;
}
.s-timeline-slider__timeline-col p:first-child {
  margin-top: 0;
}
.s-timeline-slider__timeline-col a {
  color: var(--wp--preset--color--txt-black);
}
.s-timeline-slider__timeline-col p + ul,
.s-timeline-slider__timeline-col h2 + p,
.s-timeline-slider__timeline-col h3 + p,
.s-timeline-slider__timeline-col h4 + p,
.s-timeline-slider__timeline-col h5 + p {
  margin-top: 1.25rem;
}
.s-timeline-slider__timeline-col b,
.s-timeline-slider__timeline-col strong {
  font-weight: 700;
}
.s-timeline-slider__timeline-col .btn {
  margin-top: 2rem;
}
.s-timeline-slider__timeline-col i,
.s-timeline-slider__timeline-col em {
  font-style: italic;
}
.s-timeline-slider__timeline-col p > a,
.s-timeline-slider__timeline-col li > a {
  text-decoration: underline;
}
.s-timeline-slider__timeline-col ul,
.s-timeline-slider__timeline-col ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-timeline-slider__timeline-col ul li,
.s-timeline-slider__timeline-col ol li {
  position: relative;
  padding-left: 0.75rem;
}
.s-timeline-slider__timeline-col ul li:last-child,
.s-timeline-slider__timeline-col ol li:last-child {
  margin-bottom: 0;
}
.s-timeline-slider__timeline-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: currentColor;
  border-radius: 50% 50%;
}
.s-timeline-slider__timeline-col ol li {
  list-style: decimal;
}
.s-timeline-slider__timeline-col img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-timeline-slider__timeline-col *:first-child:not(.mejs-button):not(button) {
  margin-top: 0;
}
.s-timeline-slider__timeline-col img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  .s-timeline-slider__timeline-col img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.s-timeline-slider__timeline-col p,
.s-timeline-slider__timeline-col li,
.s-timeline-slider__timeline-col a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.s-timeline-slider__timeline-col p,
.s-timeline-slider__timeline-col li,
.s-timeline-slider__timeline-col a {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col p,
  .s-timeline-slider__timeline-col li,
  .s-timeline-slider__timeline-col a {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col p,
  .s-timeline-slider__timeline-col li,
  .s-timeline-slider__timeline-col a {
    font-size: 0.875rem;
  }
}
.s-timeline-slider__timeline-col .wp-video-shortcode:not(:first-child) {
  margin-top: 2rem;
}
.s-timeline-slider__timeline-col .button {
  font-family: "Outfit", sans-serif;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
.s-timeline-slider__timeline-col .button:not(:first-child) {
  margin-top: 1rem;
}
.s-timeline-slider__timeline-col .button:hover {
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-black);
}
.s-timeline-slider__timeline-col .button--primary {
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  color: var(--wp--preset--color--txt-white);
}
.s-timeline-slider__timeline-col h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-timeline-slider__timeline-col h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col h1 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col h1 {
    font-size: 3.5rem;
  }
}
.s-timeline-slider__timeline-col h1:not(:first-child) {
  margin-top: 2rem;
}
.s-timeline-slider__timeline-col h6 {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.s-timeline-slider__timeline-col h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col h6 {
    font-size: 0.875rem;
  }
}
.s-timeline-slider__timeline-col h6:not(:first-child) {
  margin-top: 1rem;
}
.s-timeline-slider__timeline-col figure {
  margin: 2rem 0;
  max-width: 100%;
}
.s-timeline-slider__timeline-col figure:first-child {
  margin-top: 0;
}
.s-timeline-slider__timeline-col figure img {
  margin: 0;
}
.s-timeline-slider__timeline-col figcaption,
.s-timeline-slider__timeline-col .wp-element-caption,
.s-timeline-slider__timeline-col .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.s-timeline-slider__timeline-col figcaption,
.s-timeline-slider__timeline-col .wp-element-caption,
.s-timeline-slider__timeline-col .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col figcaption,
  .s-timeline-slider__timeline-col .wp-element-caption,
  .s-timeline-slider__timeline-col .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col figcaption,
  .s-timeline-slider__timeline-col .wp-element-caption,
  .s-timeline-slider__timeline-col .wp-caption-text {
    font-size: 0.75rem;
  }
}
.s-timeline-slider__timeline-col .wp-caption {
  max-width: 100%;
}
.s-timeline-slider__timeline-col .wp-caption img {
  margin: 0;
}
.s-timeline-slider__timeline-col .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.s-timeline-slider__timeline-col .aligncenter figcaption,
.s-timeline-slider__timeline-col .aligncenter .wp-element-caption {
  text-align: center;
}
.s-timeline-slider__timeline-col .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.s-timeline-slider__timeline-col .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.s-timeline-slider__timeline-col .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.s-timeline-slider__timeline-col .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.s-timeline-slider__timeline-col .alignfull img {
  border-radius: 0;
}
.s-timeline-slider__timeline-col img.size-medium,
.s-timeline-slider__timeline-col figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.s-timeline-slider__timeline-col img.size-thumbnail,
.s-timeline-slider__timeline-col figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.s-timeline-slider__timeline-col blockquote,
.s-timeline-slider__timeline-col .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.s-timeline-slider__timeline-col blockquote p,
.s-timeline-slider__timeline-col .wp-block-quote p {
  margin-top: 0.75rem;
}
.s-timeline-slider__timeline-col blockquote p:first-child,
.s-timeline-slider__timeline-col .wp-block-quote p:first-child {
  margin-top: 0;
}
.s-timeline-slider__timeline-col blockquote cite,
.s-timeline-slider__timeline-col blockquote footer,
.s-timeline-slider__timeline-col .wp-block-quote cite,
.s-timeline-slider__timeline-col .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-timeline-slider__timeline-col blockquote cite,
.s-timeline-slider__timeline-col blockquote footer,
.s-timeline-slider__timeline-col .wp-block-quote cite,
.s-timeline-slider__timeline-col .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col blockquote cite,
  .s-timeline-slider__timeline-col blockquote footer,
  .s-timeline-slider__timeline-col .wp-block-quote cite,
  .s-timeline-slider__timeline-col .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col blockquote cite,
  .s-timeline-slider__timeline-col blockquote footer,
  .s-timeline-slider__timeline-col .wp-block-quote cite,
  .s-timeline-slider__timeline-col .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.s-timeline-slider__timeline-col .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-left: none;
}
.s-timeline-slider__timeline-col .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.s-timeline-slider__timeline-col .wp-block-pullquote cite {
  margin-top: 1rem;
}
.s-timeline-slider__timeline-col code,
.s-timeline-slider__timeline-col kbd,
.s-timeline-slider__timeline-col samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--bg-gray-medium);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-timeline-slider__timeline-col code,
.s-timeline-slider__timeline-col kbd,
.s-timeline-slider__timeline-col samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col code,
  .s-timeline-slider__timeline-col kbd,
  .s-timeline-slider__timeline-col samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col code,
  .s-timeline-slider__timeline-col kbd,
  .s-timeline-slider__timeline-col samp {
    font-size: 0.8125rem;
  }
}
.s-timeline-slider__timeline-col pre,
.s-timeline-slider__timeline-col .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--bg-gray-medium);
  border-radius: 0.5rem;
}
.s-timeline-slider__timeline-col pre code,
.s-timeline-slider__timeline-col .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-timeline-slider__timeline-col table,
.s-timeline-slider__timeline-col .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.s-timeline-slider__timeline-col table,
.s-timeline-slider__timeline-col .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col table,
  .s-timeline-slider__timeline-col .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col table,
  .s-timeline-slider__timeline-col .wp-block-table table {
    font-size: 0.875rem;
  }
}
.s-timeline-slider__timeline-col table th,
.s-timeline-slider__timeline-col table td,
.s-timeline-slider__timeline-col .wp-block-table table th,
.s-timeline-slider__timeline-col .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--bg-gray-medium);
  text-align: left;
  vertical-align: top;
}
.s-timeline-slider__timeline-col table th,
.s-timeline-slider__timeline-col .wp-block-table table th {
  font-weight: 700;
}
.s-timeline-slider__timeline-col .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.s-timeline-slider__timeline-col hr,
.s-timeline-slider__timeline-col .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  opacity: 1;
  max-width: 7.5rem;
}
.s-timeline-slider__timeline-col hr.is-style-wide,
.s-timeline-slider__timeline-col .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.s-timeline-slider__timeline-col hr.is-style-dots,
.s-timeline-slider__timeline-col .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.s-timeline-slider__timeline-col hr.is-style-dots::before,
.s-timeline-slider__timeline-col .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.s-timeline-slider__timeline-col hr.is-style-dots::before,
.s-timeline-slider__timeline-col .wp-block-separator.is-style-dots::before {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__timeline-col hr.is-style-dots::before,
  .s-timeline-slider__timeline-col .wp-block-separator.is-style-dots::before {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__timeline-col hr.is-style-dots::before,
  .s-timeline-slider__timeline-col .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.s-timeline-slider__timeline-col .wp-block-embed,
.s-timeline-slider__timeline-col .wp-block-video,
.s-timeline-slider__timeline-col .wp-block-audio,
.s-timeline-slider__timeline-col .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.s-timeline-slider__timeline-col .wp-block-embed__wrapper,
.s-timeline-slider__timeline-col .wp-block-video video {
  max-width: 100%;
}
.s-timeline-slider__timeline-col .wp-block-embed iframe {
  max-width: 100%;
}
.s-timeline-slider__timeline-col .wp-block-gallery,
.s-timeline-slider__timeline-col .blocks-gallery-grid,
.s-timeline-slider__timeline-col .wp-block-media-text {
  gap: 0.5rem;
}
.s-timeline-slider__timeline-col .wp-block-gallery,
.s-timeline-slider__timeline-col .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.s-timeline-slider__timeline-col .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-timeline-slider__timeline-col .wp-block-button__link {
  text-decoration: none;
}
.s-timeline-slider__timeline-col ul ul,
.s-timeline-slider__timeline-col ol ol,
.s-timeline-slider__timeline-col ul ol,
.s-timeline-slider__timeline-col ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.s-timeline-slider__timeline-col dl {
  margin: 1.5rem 0;
}
.s-timeline-slider__timeline-col dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-timeline-slider__timeline-col dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.s-timeline-slider__timeline-col mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.s-timeline-slider__timeline-col sub,
.s-timeline-slider__timeline-col sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-timeline-slider__timeline-col .has-text-align-center {
  text-align: center;
}
.s-timeline-slider__timeline-col .has-text-align-right {
  text-align: right;
}
.s-timeline-slider__timeline-col .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .s-timeline-slider__timeline-col .alignleft,
  .s-timeline-slider__timeline-col .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .s-timeline-slider__timeline-col .alignwide,
  .s-timeline-slider__timeline-col .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .s-timeline-slider__timeline-col figure,
  .s-timeline-slider__timeline-col .wp-block-image,
  .s-timeline-slider__timeline-col .wp-caption,
  .s-timeline-slider__timeline-col .wp-block-media-text__media {
    max-width: 100%;
  }
  .s-timeline-slider__timeline-col figure img,
  .s-timeline-slider__timeline-col .wp-block-image img,
  .s-timeline-slider__timeline-col .wp-caption img,
  .s-timeline-slider__timeline-col .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .s-timeline-slider__timeline-col > img,
  .s-timeline-slider__timeline-col p > img,
  .s-timeline-slider__timeline-col .wp-block-image img,
  .s-timeline-slider__timeline-col .wp-block-gallery .blocks-gallery-item img,
  .s-timeline-slider__timeline-col .wp-block-gallery .wp-block-image img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .s-timeline-slider__timeline-col img.size-medium,
  .s-timeline-slider__timeline-col figure.size-medium img,
  .s-timeline-slider__timeline-col img.size-thumbnail,
  .s-timeline-slider__timeline-col figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .s-timeline-slider__timeline-col figcaption,
  .s-timeline-slider__timeline-col .wp-element-caption,
  .s-timeline-slider__timeline-col .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .s-timeline-slider__timeline-col pre,
  .s-timeline-slider__timeline-col .wp-block-code {
    padding: 1rem;
  }
}
.s-timeline-slider__timeline-col::after {
  content: "";
  display: block;
  clear: both;
}
.s-timeline-slider__timeline-arrows {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
}
.s-timeline-slider__timeline-arrows.hide-arrows {
  display: none;
}
.s-timeline-slider__timeline-arrow {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.s-timeline-slider__timeline-arrow svg {
  fill: var(--wp--preset--color--bg-white);
}
.s-timeline-slider__timeline-arrow.arrow-next svg {
  transform: scaleX(-1);
}
.s-timeline-slider__tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  color: var(--wp--preset--color--txt-white);
  justify-content: space-between;
  gap: 2rem;
}
.s-timeline-slider__progress {
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(0, 0, 0, 0.2);
  margin-block: 1.875rem 0.5rem;
}
.s-timeline-slider__progress-cursor {
  height: 100%;
  width: 0;
  background-color: var(--wp--preset--color--bg-black);
}
.s-timeline-slider__tab {
  flex: 1 1 auto;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  color: var(--wp--preset--color--txt-black);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 300ms ease;
}
.s-timeline-slider__tab {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-timeline-slider__tab {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-timeline-slider__tab {
    font-size: 1.25rem;
  }
}
.s-timeline-slider__tab.is-tab-active {
  opacity: 1;
  transition: opacity 300ms ease;
}
.s-timeline-slider__tab-inner {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
.s-timeline-slider__tabs-viewport {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .s-timeline-slider {
    padding-inline: 0;
  }
  .s-timeline-slider__header {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
  .s-timeline-slider__slider-group {
    display: flex;
    flex-direction: column;
  }
  .s-timeline-slider__tabs-viewport {
    order: 1;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transform: translateX(calc(-1 * 1.25rem));
    width: calc(100% + 1.25rem * 2);
    padding-inline: 1.25rem;
  }
  .s-timeline-slider__tabs-viewport::-webkit-scrollbar {
    display: none;
  }
  .s-timeline-slider__progress {
    order: 2;
    margin-block: 1rem 1.5rem;
  }
  .s-timeline-slider__timeline-slider {
    order: 3;
  }
  .s-timeline-slider__tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.5rem;
    width: max-content;
    min-width: 100%;
  }
  .s-timeline-slider__tabs.is-scrollable {
    justify-content: flex-start;
  }
  .s-timeline-slider__tab {
    flex: 0 0 auto;
    min-width: 0;
  }
  .s-timeline-slider__tab-inner {
    white-space: nowrap;
  }
  .s-timeline-slider__timeline {
    flex-direction: column;
    min-height: auto;
  }
  .s-timeline-slider__timeline-img-wrapper {
    width: 100%;
    height: 10rem;
    max-height: 10rem;
    min-height: 0;
    flex-shrink: 0;
  }
  .s-timeline-slider__timeline-content {
    padding: 1.5rem;
  }
  .s-timeline-slider__timeline-cols {
    flex-direction: column;
    gap: 1rem;
  }
  .s-timeline-slider__timeline-img, .s-timeline-slider__timeline-title, .s-timeline-slider__timeline-cols {
    transform: none !important;
    transition: none;
  }
  .s-timeline-slider__timeline-title.anim-clone {
    display: none;
  }
  .s-timeline-slider__timeline:hover .s-timeline-slider__timeline-img,
  .s-timeline-slider__timeline:hover .s-timeline-slider__timeline-title,
  .s-timeline-slider__timeline:hover .s-timeline-slider__timeline-cols {
    transform: none !important;
  }
}
@media screen and (max-width: 580px) {
  .s-timeline-slider__header {
    margin-bottom: 1.25rem;
  }
  .s-timeline-slider__title {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1;
  }
  .s-timeline-slider__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) and (min-width: 569px) {
  .s-timeline-slider__title {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 580px) and (min-width: 1440px) {
  .s-timeline-slider__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .s-timeline-slider__tabs {
    gap: 1.25rem;
  }
  .s-timeline-slider__tab {
    font-weight: 200;
  }
  .s-timeline-slider__tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) and (min-width: 569px) {
  .s-timeline-slider__tab {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 580px) and (min-width: 1440px) {
  .s-timeline-slider__tab {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .s-timeline-slider__timeline-img-wrapper {
    height: 8.75rem;
    max-height: 8.75rem;
  }
  .s-timeline-slider__timeline-content {
    padding: 1.25rem;
  }
}