/**handles:block-showcase-slider**/
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/wordpress/blocks/showcase-slider/block.scss ***!
  \**************************************************************************************************************************************************/
/**
 * Reset a list by removing the padding and list-style-type when no styling is
 * applied to it yet.
 */
.c-showcase-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-showcase-slider {
    background: none;
  }
}
@media (min-width: 1023px) {
  .c-showcase-slider {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .c-showcase-slider:not(:has(.c-showcase-slider__phone)) .c-showcase-slider__text-wrap {
    bottom: -4rem;
  }
}

.c-showcase-slider__text-wrap {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: -1rem;
  translate: 0% 0rem;
  opacity: 0;
  animation-duration: 0.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease;
}
@media (min-width: 767px) {
  .c-showcase-slider__text-wrap {
    bottom: auto;
    top: 10%;
    left: 20%;
    translate: 0% 3rem;
  }
}
@media (min-width: 1184px) {
  .c-showcase-slider__text-wrap {
    left: 20%;
  }
}

.c-showcase-slider__text {
  font-size: 2rem;
  font-family: var(--font-handwritten);
  color: var(--grey-dark);
  rotate: 20deg;
  translate: 20% 0;
}
@media (min-width: 767px) {
  .c-showcase-slider__text {
    font-size: 2.4rem;
    rotate: -20deg;
    translate: 20% 0;
  }
}

@media (max-width: 767px) {
  .c-showcase-slider__text-icon {
    translate: -2rem -5rem;
  }
}
.c-showcase-slider__text-icon svg {
  display: block;
  margin-left: auto;
  width: 1.8rem;
  height: 1.8rem;
  fill: var(--grey-dark);
  rotate: 180deg;
}
@media (min-width: 767px) {
  .c-showcase-slider__text-icon svg {
    width: 2rem;
    height: 2rem;
    rotate: 0deg;
  }
}

.c-showcase-slider__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 40%;
  right: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
  padding: 1.2rem 0.6rem 1.2rem 1.6rem;
  z-index: 20;
  background: var(--grey-dark);
  border-radius: var(--radius-small);
  opacity: 0;
  translate: 30% 20%;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
}
@media (min-width: 767px) {
  .c-showcase-slider__label {
    gap: 2rem;
    top: 50%;
    padding: 1.6rem 1rem 1.6rem 2rem;
  }
}
.c-showcase-slider__label:not(div):hover {
  scale: 1.02;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
}

.c-showcase-slider__label-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: var(--white);
}
@media (min-width: 767px) {
  .c-showcase-slider__label-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.c-showcase-slider__label-subject {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: var(--font-secondary);
  font-weight: 600;
  font-style: italic;
  color: var(--spot);
}
@media (min-width: 767px) {
  .c-showcase-slider__label-subject {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.c-showcase-slider__desktop {
  position: relative;
  width: 90%;
  flex: 0 0 90%;
  z-index: 9;
  opacity: 0;
  translate: -50% 0%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.c-showcase-slider__desktop-mockup {
  position: relative;
  z-index: 10;
  margin: 0;
  translate: 0% 0%;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.c-showcase-slider__desktop-mockup-frame {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}

.c-showcase-slider__desktop-mockup-image {
  display: block;
  position: absolute;
  z-index: 9;
  width: 83%;
  height: 89%;
  left: 9%;
  top: 2%;
}

.c-showcase-slider__desktop-shadow {
  position: relative;
  width: 100%;
  z-index: 9;
  opacity: 0.4;
  translate: 0% 5%;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.c-showcase-slider__desktop-shadow img {
  display: block;
  width: 100%;
  height: auto;
}

.c-showcase-slider__phone {
  position: relative;
  width: 35%;
  flex: 0 0 35%;
  margin-bottom: -4rem;
  margin-left: -20%;
  opacity: 0;
  translate: 100% 0%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  z-index: 10;
  overflow: hidden;
  container-type: inline-size;
}

.c-showcase-slider__phone-mockup-frame {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 10;
}

.c-showcase-slider__phone-mockup-image-wrap {
  position: absolute;
  display: block;
  top: 7%;
  left: 0.4rem;
  width: 100%;
  height: 90%;
  z-index: 9;
  transform: rotateY(-34deg) translate(-1rem, 0px) scaleX(1.1);
  border-radius: 0 0 1rem 1rem;
  background: #bbbbbb;
  overflow: hidden;
}
@container (min-width: 12rem) {
  .c-showcase-slider__phone-mockup-image-wrap {
    transform: rotateY(-30deg) translate(-1rem, 0px) scaleX(1.1);
    border-radius: 0 0 2rem 2rem;
  }
}
@container (min-width: 20rem) {
  .c-showcase-slider__phone-mockup-image-wrap {
    top: 7%;
    left: 1rem;
    width: 94%;
    transform: rotateY(-22deg) translate(-1rem, 0px) scaleX(1.1);
    border-radius: 0 0 3rem 3rem;
  }
}

.c-showcase-slider__phone-mockup-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: fill;
}

.c-showcase-slider__phone-mockup {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0;
  translate: 0% 1%;
  perspective: 110rem;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.c-showcase-slider__phone-mockup-topbar {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 96%;
  height: 10%;
  z-index: -1;
  transform: skew(0deg, -5deg);
  border-radius: 5rem;
}

.c-showcase-slider__phone-shadow {
  position: relative;
  width: 100%;
  z-index: 9;
  filter: blur(0);
  scale: 1;
  opacity: 0.8;
  translate: 0% -30%;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
}
.c-showcase-slider__phone-shadow img {
  display: block;
  width: 100%;
  height: auto;
}

.c-showcase-slider--has-graph::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 50%;
  padding-top: 50%;
  translate: -30% -60%;
  background: var(--spot);
  rotate: 45deg;
  border-radius: var(--radius-big);
  animation-name: illustration-after;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.e-animate-children--animated .c-showcase-slider__text-wrap {
  animation-name: text;
}
.e-animate-children--animated .c-showcase-slider__label {
  animation-name: label;
}
.e-animate-children--animated .c-showcase-slider__desktop {
  animation-name: desktop-wrap;
}
.e-animate-children--animated .c-showcase-slider__desktop-mockup {
  animation-name: desktop;
}
@media (min-width: 767px) {
  .e-animate-children--animated .c-showcase-slider__desktop-shadow {
    animation-name: desktop-shadow;
  }
}
.e-animate-children--animated .c-showcase-slider__phone {
  animation-name: phone-wrap;
}
.e-animate-children--animated .c-showcase-slider__phone-mockup {
  animation-name: phone;
}
.e-animate-children--animated .c-showcase-slider__phone-shadow {
  animation-name: phone-shadow;
}

@keyframes text {
  to {
    opacity: 1;
    translate: 0 1rem;
  }
}
@keyframes label {
  to {
    opacity: 1;
    translate: 0 20%;
  }
}
@keyframes desktop-wrap {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes desktop {
  to {
    translate: 0 2%;
  }
}
@keyframes desktop-shadow {
  to {
    opacity: 0.8;
    translate: 0% -5%;
  }
}
@keyframes phone-wrap {
  to {
    opacity: 1;
    translate: 0 0%;
  }
}
@keyframes phone {
  to {
    translate: 0 0%;
  }
}
@keyframes phone-shadow {
  to {
    filter: blur(1rem);
    scale: 1;
    opacity: 0.6;
    translate: 0 -27%;
  }
}