/* [project]/components/windows/WPrezentationCards/WPrezentationCards.module.css [app-client] (css) */
.WPrezentationCards-module__FNnt3G__root {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WPrezentationCards-module__FNnt3G__cardsStage {
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  padding: 1rem 2rem .5rem;
  display: flex;
  position: relative;
}

.WPrezentationCards-module__FNnt3G__cardsCarouselStage {
  aspect-ratio: 4 / 5;
  perspective: 62.5rem;
  width: 100%;
  max-width: 28rem;
  position: relative;
}

.WPrezentationCards-module__FNnt3G__cardsSlideItem {
  background: var(--color-chrome-dark, #1e2130);
  transition: transform var(--slide-speed, .5s) cubic-bezier(.4, 0, .2, 1),
    opacity var(--slide-speed, .5s) ease;
  transform-origin: bottom;
  will-change: transform, opacity;
  border-radius: .75rem;
  position: absolute;
  inset: 0;
  overflow: hidden;
  box-shadow: 0 .5rem 1.5rem #0000001f;
}

.WPrezentationCards-module__FNnt3G__cardsSlidePos0 {
  opacity: 1;
  z-index: 3;
  transform: translate3d(0, 0, 0)rotate(0)scale(1);
}

.WPrezentationCards-module__FNnt3G__cardsSlidePos1 {
  opacity: 1;
  z-index: 2;
  cursor: pointer;
  transform: translate3d(5rem, 0, 0)rotate(6deg)scale(.92);
}

.WPrezentationCards-module__FNnt3G__cardsSlidePos2 {
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  transform: translate3d(-5rem, 0, 0)rotate(-6deg)scale(.88);
}

.WPrezentationCards-module__FNnt3G__cardsSlidePos1 a, .WPrezentationCards-module__FNnt3G__cardsSlidePos2 a {
  pointer-events: none;
}

.WPrezentationCards-module__FNnt3G__cardsSlideHidden {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transform: translate3d(0, -1rem, 0)scale(.85);
}

.WPrezentationCards-module__FNnt3G__slide {
  width: 100%;
  height: 100%;
  padding-top: 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WPrezentationCards-module__FNnt3G__slide:before {
  content: "";
  z-index: 2;
  background: #ff5f57;
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: .625rem;
  left: .875rem;
  box-shadow: .9375rem 0 #febc2e, 1.875rem 0 #28c840;
}

.WPrezentationCards-module__FNnt3G__slideLink {
  z-index: 1;
  color: inherit;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.WPrezentationCards-module__FNnt3G__media {
  z-index: 0;
  position: absolute;
  inset: 1.75rem 0 0;
  overflow: hidden;
}

.WPrezentationCards-module__FNnt3G__media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.WPrezentationCards-module__FNnt3G__media img, .WPrezentationCards-module__FNnt3G__media video, .WPrezentationCards-module__FNnt3G__media iframe {
  object-fit: cover;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.WPrezentationCards-module__FNnt3G__media img, .WPrezentationCards-module__FNnt3G__media video {
  transition: transform .5s ease-out;
  transform: scale(1);
}

.WPrezentationCards-module__FNnt3G__cardsSlidePos0 .WPrezentationCards-module__FNnt3G__media img, .WPrezentationCards-module__FNnt3G__cardsSlidePos0 .WPrezentationCards-module__FNnt3G__media video {
  animation: WPrezentationCards-module__FNnt3G__kenBurns var(--slide-duration, 10s) ease-out forwards;
}

@keyframes WPrezentationCards-module__FNnt3G__kenBurns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

.WPrezentationCards-module__FNnt3G__overlay {
  z-index: 2;
  text-align: left;
  pointer-events: none;
  color: #fff;
  text-shadow: none;
  background: linear-gradient(to top, #000000d9 0, #0000008c 40%, #0000 100%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  display: flex;
  position: absolute;
  inset: 1.75rem 0 0;
}

.WPrezentationCards-module__FNnt3G__title {
  margin: 0 0 .25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.WPrezentationCards-module__FNnt3G__subtitle {
  opacity: .85;
  color: #aee1f4;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 .5rem;
  margin: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.WPrezentationCards-module__FNnt3G__subtitleItem {
  align-items: baseline;
  display: inline-flex;
}

.WPrezentationCards-module__FNnt3G__subtitleItem:not(:first-child):before {
  content: "·";
  opacity: .7;
  margin-right: .5rem;
  display: inline-block;
}

.WPrezentationCards-module__FNnt3G__cta {
  display: none;
}

.WPrezentationCards-module__FNnt3G__tabs {
  gap: 1rem;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

.WPrezentationCards-module__FNnt3G__tab {
  font-size: .75rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-tab-muted, #9aaab0);
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  flex: 1 1 0;
  padding: .625rem 0 .375rem;
  font-family: inherit;
  transition: color .15s;
  position: relative;
}

.WPrezentationCards-module__FNnt3G__tabTrack {
  background: var(--color-border, #e5e7eb);
  border-radius: .0625rem;
  height: .125rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.WPrezentationCards-module__FNnt3G__tabFill {
  background: var(--color-accent, var(--color-primary));
  transform-origin: 0;
  width: 100%;
  height: 100%;
  animation: WPrezentationCards-module__FNnt3G__tabFillGrow var(--tab-fill-duration, 10s) linear forwards;
  border-radius: .0625rem;
  display: block;
  transform: scaleX(0);
}

@keyframes WPrezentationCards-module__FNnt3G__tabFillGrow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.WPrezentationCards-module__FNnt3G__tab:hover, .WPrezentationCards-module__FNnt3G__tab:focus-visible {
  color: #000;
}

.WPrezentationCards-module__FNnt3G__tabActive {
  color: #000;
  font-weight: 700;
}

.WPrezentationCards-module__FNnt3G__bottomLink {
  color: var(--color-text-tab-muted, #9aaab0);
  font-size: .7813rem;
  font-weight: var(--font-weight-semibold);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  padding: .3125rem .375rem;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.WPrezentationCards-module__FNnt3G__bottomLink:hover, .WPrezentationCards-module__FNnt3G__bottomLink:focus-visible {
  color: var(--color-primary);
  text-decoration: none;
}

.WPrezentationCards-module__FNnt3G__empty {
  padding: var(--space-lg);
  text-align: center;
  color: var(--color-text-muted);
  background: var(--color-bg-subtle);
  border-radius: var(--radius-control);
}

@media (max-width: 48rem) {
  .WPrezentationCards-module__FNnt3G__root {
    gap: 1.25rem;
  }

  .WPrezentationCards-module__FNnt3G__cardsCarouselStage {
    aspect-ratio: 4 / 4.6;
    perspective: 50rem;
    max-width: 20rem;
  }

  .WPrezentationCards-module__FNnt3G__tabs {
    max-width: 100%;
  }

  .WPrezentationCards-module__FNnt3G__cardsSlidePos1 {
    transform: translate3d(3rem, 0, 0)rotate(5deg)scale(.9);
  }

  .WPrezentationCards-module__FNnt3G__cardsSlidePos2 {
    transform: translate3d(-3rem, 0, 0)rotate(-5deg)scale(.86);
  }

  .WPrezentationCards-module__FNnt3G__cardsStage {
    padding: .5rem 1rem .375rem;
  }

  .WPrezentationCards-module__FNnt3G__title {
    font-size: 1rem;
  }

  .WPrezentationCards-module__FNnt3G__subtitle {
    font-size: .8125rem;
  }

  .WPrezentationCards-module__FNnt3G__overlay {
    padding: .75rem 1rem;
  }
}

@media (max-width: 30rem) {
  .WPrezentationCards-module__FNnt3G__cardsCarouselStage {
    aspect-ratio: 4 / 4.4;
    max-width: 17rem;
  }

  .WPrezentationCards-module__FNnt3G__cardsSlidePos1 {
    transform: translate3d(2rem, 0, 0)rotate(4deg)scale(.9);
  }

  .WPrezentationCards-module__FNnt3G__cardsSlidePos2 {
    transform: translate3d(-2rem, 0, 0)rotate(-4deg)scale(.87);
  }

  .WPrezentationCards-module__FNnt3G__tab {
    padding: .5rem 0 .3125rem;
    font-size: .6875rem;
  }

  .WPrezentationCards-module__FNnt3G__tabs {
    gap: .5rem;
  }

  .WPrezentationCards-module__FNnt3G__bottomLink {
    font-size: .6875rem;
  }
}

/*# sourceMappingURL=components_windows_WPrezentationCards_WPrezentationCards_module_0fxc~.r.css.map*/