/* 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-page-listing {
  --page-listing-sticky-top: 11.25rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .s-page-listing {
    --page-listing-sticky-top: calc(var(--header-height-mobile) + 1.5rem);
  }
}
.s-page-listing__container {
  position: sticky;
  top: 0;
  z-index: 2;
}
.s-page-listing__container.is-sticky-disabled {
  position: static;
}
.s-page-listing__video-wrapper {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-page-listing__video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 2;
}
.s-page-listing__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-page-listing__header {
  position: relative;
  z-index: 2;
  padding-top: var(--page-listing-sticky-top);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .s-page-listing__header {
    padding-inline: 1.25rem;
  }
}
.s-page-listing__ttl {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  line-height: 1.1;
  text-align: center;
}
.s-page-listing__ttl {
  font-size: 52px;
}
@media screen and (min-width: 569px) {
  .s-page-listing__ttl {
    font-size: calc(52px + 25 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-page-listing__ttl {
    font-size: 4.8125rem;
  }
}
.s-page-listing__subttl {
  text-align: center;
  width: 22.25rem;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .s-page-listing__subttl {
    width: 100%;
    max-width: 17.5rem;
  }
}
.s-page-listing__subttl p {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-page-listing__subttl p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-page-listing__subttl p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-page-listing__subttl p {
    font-size: 0.875rem;
  }
}
.s-page-listing .line-wrapper {
  display: block;
  overflow: hidden;
}
.s-page-listing .line {
  display: block;
  will-change: transform;
}
.s-page-listing__list {
  z-index: 3;
  width: 100%;
  margin-top: 10.9375rem;
  display: flex;
  flex-direction: column;
  gap: 6.375rem;
  position: sticky;
  top: var(--page-listing-sticky-top);
}
@media screen and (max-width: 991px) {
  .s-page-listing__list {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.s-page-listing__item {
  position: sticky;
  top: var(--page-listing-sticky-top);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 30rem;
  border-radius: 0.375rem;
  padding-block: 7.8125rem 0;
  padding-inline: 3.375rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .s-page-listing__item {
    height: 30rem;
    min-height: 30rem;
    padding: 2.5rem 1.25rem;
    background: linear-gradient(0deg, #071325 0%, #0A4FB5 100%);
  }
  .s-page-listing__item::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(to top, rgba(61, 180, 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-page-listing__item-images {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.s-page-listing__item-images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.38;
  background: linear-gradient(130deg, #000 20%, rgba(102, 102, 102, 0) 60%);
}
@media screen and (max-width: 991px) {
  .s-page-listing__item-images {
    position: relative;
    pointer-events: auto;
    flex-shrink: 0;
    height: 10rem;
    border-radius: 0.375rem;
    overflow: hidden;
  }
  .s-page-listing__item-images::before {
    display: none;
    background: linear-gradient(130deg, #000 100%, rgba(102, 102, 102, 0) 60%);
  }
}
.s-page-listing__item-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), visibility 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.7s ease;
}
.s-page-listing__item-image.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.s-page-listing__item-title, .s-page-listing__item-links {
  position: relative;
  z-index: 2;
}
.s-page-listing__item-title {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 0.875rem;
  flex-shrink: 0;
}
.s-page-listing__item-title {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  .s-page-listing__item-title {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-page-listing__item-title {
    font-size: 3.5625rem;
  }
}
@media screen and (max-width: 991px) {
  .s-page-listing__item-title {
    margin-bottom: 0.625rem;
  }
}
.s-page-listing__item-links {
  display: flex;
  flex-direction: column;
  width: 20rem;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .s-page-listing__item-links {
    flex: 1;
    min-height: 0;
    padding-top: 1.25rem;
    width: 100%;
  }
}
.s-page-listing__item-link {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
  padding-block: 0.9375rem;
  color: var(--wp--preset--color--white);
  border-top: 1px solid var(--wp--preset--color--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.s-page-listing__item-link {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-page-listing__item-link {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-page-listing__item-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-page-listing__item-link {
    padding-block: 0.75rem;
  }
  .s-page-listing__item-link:first-child {
    border-top: none;
  }
}
.s-page-listing__item-link:last-of-type {
  border-bottom: 1px solid var(--wp--preset--color--white);
}
.s-page-listing__item-link span {
  flex: 1 0 0;
  min-width: 0;
}
.s-page-listing__item-arrow-wrapper {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.s-page-listing__hover-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  transform: translateX(-100%) scale(0.5);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-page-listing__item-link:hover .s-page-listing__hover-arrow {
  transform: translateX(0) scale(1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-page-listing__hover-arrow svg {
  fill: var(--wp--preset--color--black);
}
.s-page-listing__default-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-page-listing__item-link:hover .s-page-listing__default-arrow {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.s-page-listing__default-arrow svg {
  fill: var(--wp--preset--color--white);
}
.s-page-listing__gradient-transition {
  position: relative;
  width: 100%;
  height: 100dvh;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  user-select: none;
  pointer-events: none;
}

.pin-spacer:has(.s-page-listing) {
  width: 100% !important;
  max-width: 100%;
}

.pin-spacer:has(.s-page-listing) + section {
  position: relative;
  z-index: 2;
}
.pin-spacer:has(.s-page-listing) + section::before {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 25rem;
  z-index: 1;
  margin-bottom: -3.125rem;
  left: 0;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  user-select: none;
  pointer-events: none;
}