/* 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-cols-video-anim .l-wrapper {
  background-color: var(--wp--preset--color--midnight-blue);
}
.s-cols-video-anim__container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__container {
    flex-direction: column;
    gap: 2.5rem;
    color: var(--wp--preset--color--taupe);
  }
}
.s-cols-video-anim .line-wrapper {
  display: block;
  overflow: hidden;
}
.s-cols-video-anim .line {
  display: block;
  will-change: transform;
}
.s-cols-video-anim__content {
  flex: 1 1 0;
  padding-right: 5rem;
}
@media screen and (max-width: 991px) {
  .s-cols-video-anim__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__content {
    display: contents;
  }
}
.s-cols-video-anim__content-inner {
  max-width: 36.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  color: var(--wp--preset--color--taupe);
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__content-inner {
    display: contents;
  }
}
.s-cols-video-anim__ttl {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  line-height: 1.1;
}
.s-cols-video-anim__ttl {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  .s-cols-video-anim__ttl {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-video-anim__ttl {
    font-size: 3.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__ttl {
    order: 1;
  }
}
.s-cols-video-anim__visible-content {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  max-width: 38.75rem;
}
.s-cols-video-anim__visible-content {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-cols-video-anim__visible-content {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-video-anim__visible-content {
    font-size: 1rem;
  }
}
.s-cols-video-anim__visible-content p:first-of-type {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-bottom: 1.75rem;
}
.s-cols-video-anim__visible-content p:first-of-type {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-cols-video-anim__visible-content p:first-of-type {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-video-anim__visible-content p:first-of-type {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__visible-content {
    order: 3;
  }
}
.s-cols-video-anim__reveal-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, transform;
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__reveal-content {
    order: 4;
  }
}
.s-cols-video-anim__reveal-text {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  width: 21.875rem;
}
.s-cols-video-anim__reveal-text {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-cols-video-anim__reveal-text {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-video-anim__reveal-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__reveal-text {
    width: 100%;
  }
}
.s-cols-video-anim__video-container {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .s-cols-video-anim__video-container {
    order: 2;
    width: 100%;
  }
}
.s-cols-video-anim__video-wrapper {
  flex: 1 1 0;
  height: 11.3125rem;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  opacity: 0.72;
  transform: translateY(100px);
}
.s-cols-video-anim__video-wrapper::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, black 100%);
  opacity: 0.36;
}
.s-cols-video-anim__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.s-cols-video-anim__tags {
  position: absolute;
  z-index: 2;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  gap: 0.4375rem;
}
.s-cols-video-anim__tag {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  padding: 0.3125rem 0.625rem;
  border: 1px solid var(--wp--preset--color--white);
  border-radius: 2.5rem;
  transform: translateY(calc(100% + 1.25rem));
}
.s-cols-video-anim__tag {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cols-video-anim__tag {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-video-anim__tag {
    font-size: 0.875rem;
  }
}