@keyframes prevent-scroll {
  0% {
    height: 100vh;
    overflow: hidden;
  }
  99% {
    height: 100vh;
    overflow: hidden;
  }
  100% {
    height: auto;
    overflow: visible;
  }
}
@keyframes hero-skip {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  30% {
    opacity: 0;
    pointer-events: none;
  }
  40% {
    opacity: 1;
    pointer-events: auto;
  }
  95% {
    opacity: 1;
    pointer-events: auto;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes hero-scroll {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  90% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes phone-wrapper {
  0% {
    opacity: 0;
    transform: scale(1.4) rotateX(15deg) rotateY(20deg) translateY(200px);
  }
  20% {
    opacity: 1;
    transform: scale(1.2) rotateX(0deg) rotateY(0deg) translateY(50px);
  }
  80% {
    opacity: 1;
    transform: scale(1) rotateX(0deg) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.85) rotateX(0deg) translateY(0px);
  }
}
@keyframes phone-wrapper-after {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(800px);
  }
}
@keyframes hero-before {
  0% {
    transform: translateY(150px);
  }
  80% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-after {
  0% {
    opacity: 0;
    background: linear-gradient(180deg, rgba(12, 39, 23, 0.7) 0%, rgba(12, 39, 23, 0) 60%, rgba(12, 39, 23, 0) 100%);
  }
  4% {
    opacity: 1;
    background: linear-gradient(180deg, rgba(39, 54, 73, 0.7) 0%, rgba(39, 54, 73, 0) 60%, rgba(39, 54, 73, 0) 100%);
  }
  10% {
    background: linear-gradient(180deg, rgba(39, 54, 73, 0.7) 0%, rgba(39, 54, 73, 0) 60%, rgba(39, 54, 73, 0) 100%);
  }
  14% {
    background: linear-gradient(180deg, rgba(11, 45, 32, 0.7) 0%, rgba(11, 45, 32, 0) 60%, rgba(11, 45, 32, 0) 100%);
  }
  20% {
    background: linear-gradient(180deg, rgba(11, 45, 32, 0.7) 0%, rgba(11, 45, 32, 0) 60%, rgba(11, 45, 32, 0) 100%);
  }
  24% {
    background: linear-gradient(180deg, rgba(15, 34, 86, 0.7) 0%, rgba(15, 34, 86, 0) 60%, rgba(15, 34, 86, 0) 100%);
  }
  30% {
    background: linear-gradient(180deg, rgba(15, 34, 86, 0.7) 0%, rgba(15, 34, 86, 0) 60%, rgba(15, 34, 86, 0) 100%);
  }
  34% {
    background: linear-gradient(180deg, rgba(92, 10, 10, 0.7) 0%, rgba(92, 10, 10, 0) 60%, rgba(92, 10, 10, 0) 100%);
  }
  50% {
    background: linear-gradient(180deg, rgba(92, 10, 10, 0.7) 0%, rgba(92, 10, 10, 0) 60%, rgba(92, 10, 10, 0) 100%);
  }
  60% {
    background: linear-gradient(180deg, rgba(92, 10, 10, 0.7) 0%, rgba(92, 10, 10, 0) 60%, rgba(92, 10, 10, 0) 100%);
  }
  100% {
    opacity: 1;
    background: linear-gradient(180deg, rgba(92, 10, 10, 0.7) 0%, rgba(92, 10, 10, 0) 60%, rgba(92, 10, 10, 0) 100%);
  }
}
@keyframes carousel-wrapper {
  0% {
    transform: translateX(0px);
  }
  4% {
    transform: translateX(-56px);
  }
  10% {
    transform: translateX(-56px);
  }
  14% {
    transform: translateX(-112px);
  }
  20% {
    transform: translateX(-112px);
  }
  24% {
    transform: translateX(-168px);
  }
  30% {
    transform: translateX(-168px);
  }
  34% {
    transform: translateX(-224px);
  }
  50% {
    transform: translateX(-224px);
  }
  60% {
    transform: translateX(-224px);
  }
  100% {
    transform: translateX(-224px);
  }
}
@keyframes button-wrapper {
  0% {
    transform: translateX(0px);
  }
  4% {
    transform: translateX(56px);
  }
  10% {
    transform: translateX(56px);
  }
  14% {
    transform: translateX(112px);
  }
  20% {
    transform: translateX(112px);
  }
  24% {
    transform: translateX(168px);
  }
  30% {
    transform: translateX(168px);
  }
  34% {
    transform: translateX(224px);
  }
  50% {
    transform: translateX(224px);
  }
  60% {
    transform: translateX(224px);
  }
  100% {
    transform: translateX(224px);
  }
}
@keyframes phone-cutout-entry {
  0% {
    opacity: 0;
    transform: scale(10);
  }
  80% {
    opacity: 0;
    transform: scale(10);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes card-1-after {
  0% {
    transform: rotate(-45deg) translateY(0px);
    opacity: 0;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    transform: rotate(-45deg) translateY(800px);
    opacity: 0;
  }
}
@keyframes card-1 {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  4% {
    opacity: 0.4;
    transform: translateX(-252px);
  }
  10% {
    opacity: 0.4;
  }
  14% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-252px);
  }
}
@keyframes card-1-content-wrapper {
  0% {
    transform: translateX(0px);
  }
  4% {
    transform: translateX(252px);
  }
  100% {
    transform: translateX(252px);
  }
}
@keyframes card-1-ui {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  4% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes card-1-button {
  0% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes card-2 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  10% {
    opacity: 1;
    transform: translateX(56px);
  }
  14% {
    opacity: 0.4;
    transform: translateX(-196px);
  }
  20% {
    opacity: 0.4;
  }
  24% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-196px);
  }
}
@keyframes card-2-content-wrapper {
  0% {
    transform: translateX(252px);
  }
  4% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(0px);
  }
  14% {
    transform: translateX(252px);
  }
  100% {
    transform: translateX(252px);
  }
}
@keyframes card-2-content {
  0% {
    transform: translateX(-252px);
  }
  4% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes card-2-ui {
  0% {
    transform: translateX(-212px);
    opacity: 0;
  }
  4% {
    transform: translateX(0px);
    opacity: 1;
  }
  10% {
    transform: translateX(0px);
    opacity: 1;
  }
  14% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes card-2-button {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes card-3 {
  0% {
    transform: translateX(112px);
    opacity: 0;
  }
  4% {
    transform: translateX(112px);
    opacity: 0.4;
  }
  10% {
    transform: translateX(112px);
    opacity: 0.4;
  }
  14% {
    transform: translateX(112px);
    opacity: 1;
  }
  20% {
    transform: translateX(112px);
    opacity: 1;
  }
  24% {
    opacity: 0.4;
    transform: translateX(-140px);
  }
  30% {
    opacity: 0.4;
  }
  34% {
    opacity: 0;
  }
  100% {
    transform: translateX(-140px);
    opacity: 0;
  }
}
@keyframes card-3-content-wrapper {
  0% {
    transform: translateX(252px);
  }
  10% {
    transform: translateX(252px);
  }
  14% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(0px);
  }
  24% {
    transform: translateX(252px);
  }
  100% {
    transform: translateX(252px);
  }
}
@keyframes card-3-content {
  0% {
    transform: translateX(-252px);
  }
  10% {
    transform: translateX(-252px);
  }
  14% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes card-3-ui {
  0% {
    transform: translateX(-212px);
    opacity: 0;
  }
  10% {
    transform: translateX(-212px);
    opacity: 0;
  }
  14% {
    transform: translateX(0px);
    opacity: 1;
  }
  20% {
    transform: translateX(0px);
    opacity: 1;
  }
  24% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes card-3-button {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes card-4 {
  0% {
    transform: translateX(168px);
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  14% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.4;
  }
  24% {
    opacity: 1;
  }
  30% {
    transform: translateX(168px);
    opacity: 1;
  }
  34% {
    transform: translateX(-84px);
    opacity: 0.4;
  }
  40% {
    transform: translateX(-84px);
    opacity: 0.4;
  }
  100% {
    transform: translateX(-84px);
    opacity: 0.4;
  }
}
@keyframes card-4-content-wrapper {
  0% {
    transform: translateX(252px);
  }
  20% {
    transform: translateX(252px);
  }
  24% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(0px);
  }
  34% {
    transform: translateX(252px);
  }
  100% {
    transform: translateX(252px);
  }
}
@keyframes card-4-content {
  0% {
    transform: translateX(-252px);
  }
  20% {
    transform: translateX(-252px);
  }
  24% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes card-4-ui {
  0% {
    transform: translateX(-212px);
    opacity: 0;
  }
  20% {
    transform: translateX(-212px);
    opacity: 0;
  }
  24% {
    transform: translateX(0px);
    opacity: 1;
  }
  30% {
    transform: translateX(0px);
    opacity: 1;
  }
  34% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes card-4-button {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes card-5 {
  0% {
    transform: translateX(224px);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  24% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.4;
  }
  34% {
    opacity: 1;
  }
  40% {
    transform: translateX(224px);
    opacity: 1;
  }
  100% {
    transform: translateX(224px);
    opacity: 1;
  }
}
@keyframes card-5-content-wrapper {
  0% {
    transform: translateX(252px);
  }
  30% {
    transform: translateX(252px);
  }
  34% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes card-5-content {
  0% {
    transform: translateX(-252px);
  }
  30% {
    transform: translateX(-252px);
  }
  34% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes card-5-ui {
  0% {
    transform: translateX(-212px);
    opacity: 0;
  }
  30% {
    transform: translateX(-212px);
    opacity: 0;
  }
  34% {
    transform: translateX(0px);
    opacity: 1;
  }
  40% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes card-5-button {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes card-6 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  34% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes h1-title-entry {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  90% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes feature-logos--logo-1 {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
@keyframes feature-logos--logo-1--reverse {
  0% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes feature-logos--logo-2 {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes feature-logos--logo-2--reverse {
  0% {
    transform: scale(1.5) translateX(-20px);
  }
  100% {
    transform: scale(1) translateX(0px);
  }
}
@keyframes feature-logos--logo-1--after {
  0% {
    opacity: 1;
    transform: translateX(-500px);
  }
  10% {
    transform: translateX(0px);
  }
  35% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    transform: translateX(500px);
  }
}
@keyframes feature-logos--logo-2--after {
  0% {
    opacity: 1;
    transform: translateX(-100px);
  }
  10% {
    transform: translateX(0px);
  }
  35% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(100px);
  }
}
@keyframes feature-logos--validation--warning {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@keyframes feature-logos--validation--success {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  45% {
    opacity: 0;
    transform: scale(1.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes feature-interactions--carousel-wrapper {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(216.6px);
  }
  45% {
    transform: translateX(216.6px);
  }
  50% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-216.6px);
  }
  95% {
    transform: translateX(-216.6px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes feature-interactions--card-middle--carousel-content-wrapper {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  20% {
    transform: translateX(0px);
    opacity: 1;
  }
  25% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  45% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  50% {
    transform: translateX(0px);
    opacity: 1;
  }
  70% {
    transform: translateX(0px);
    opacity: 1;
  }
  75% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  95% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes feature-interactions--card-middle--carousel-content {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-176.4px);
  }
  45% {
    transform: translateX(-176.4px);
  }
  50% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(176.4px);
  }
  95% {
    transform: translateX(176.4px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes feature-interactions--card-middle--carousel-ui {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  20% {
    transform: translateX(0px);
    opacity: 1;
  }
  25% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  45% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    opacity: 1;
  }
  70% {
    transform: translateX(0px);
    opacity: 1;
  }
  75% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  95% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes feature-interactions--card-middle-bg {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  45% {
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes feature-interactions--card-l1--carousel-content-wrapper {
  0% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  20% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  25% {
    transform: translateX(0px);
    opacity: 1;
  }
  45% {
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  70% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  75% {
    transform: translateX(176.4px);
    opacity: 0.4;
  }
  95% {
    transform: translateX(176.4px);
    opacity: 0.4;
  }
  100% {
    transform: translateX(0px);
    opacity: 0.4;
  }
}
@keyframes feature-interactions--card-l1--carousel-content {
  0% {
    transform: translateX(176.4px);
  }
  20% {
    transform: translateX(176.4px);
  }
  25% {
    transform: translateX(0px);
  }
  45% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(176.4px);
  }
  70% {
    transform: translateX(176.4px);
  }
  75% {
    transform: translateX(176.4px);
  }
  95% {
    transform: translateX(176.4px);
  }
  100% {
    transform: translateX(176.4px);
  }
}
@keyframes feature-interactions--card-l1--carousel-ui {
  0% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  20% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  25% {
    transform: translateX(0px);
    opacity: 1;
  }
  45% {
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  70% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  75% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  95% {
    transform: translateX(148.4px);
    opacity: 0;
  }
  100% {
    transform: translateX(148.4px);
    opacity: 0;
  }
}
@keyframes feature-interactions--card-l1-bg {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes feature-interactions--card-r1--carousel-content-wrapper {
  0% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  20% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  25% {
    transform: translateX(-176.4px);
    opacity: 0.4;
  }
  45% {
    transform: translateX(-176.4px);
    opacity: 0.4;
  }
  50% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  70% {
    transform: translateX(0px);
    opacity: 0.4;
  }
  75% {
    transform: translateX(0px);
    opacity: 1;
  }
  95% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 0.4;
  }
}
@keyframes feature-interactions--card-r1--carousel-content {
  0% {
    transform: translateX(-176.4px);
  }
  20% {
    transform: translateX(-176.4px);
  }
  25% {
    transform: translateX(-176.4px);
  }
  45% {
    transform: translateX(-176.4px);
  }
  50% {
    transform: translateX(-176.4px);
  }
  70% {
    transform: translateX(-176.4px);
  }
  75% {
    transform: translateX(0px);
  }
  95% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-176.4px);
  }
}
@keyframes feature-interactions--card-r1--carousel-ui {
  0% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  20% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  25% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  45% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  50% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  70% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
  75% {
    transform: translateX(0px);
    opacity: 1;
  }
  95% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-148.4px);
    opacity: 0;
  }
}
@keyframes feature-interactions--card-r1-bg {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  height: auto;
}
body.prevent-scroll {
  height: 100vh;
  overflow: hidden;
}
body.prevent-scroll .project-intro {
  opacity: 0;
  transform: translateY(32px);
  transition: 0.5s cubic-bezier(0.22, 0.67, 0.46, 0.98);
}
body.prevent-scroll .hero-skip {
  display: block;
}
body.prevent-scroll.done-loading {
  animation: prevent-scroll 11.2s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
body.prevent-scroll.done-loading .project-intro {
  transition-delay: 12.2s;
}
body.prevent-scroll.done-loading .hero-skip {
  animation: hero-skip 11.2s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}

h1 {
  opacity: 0;
  transform: translateY(60px);
  animation: h1-title-entry 11.2s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
  position: relative;
}

h1, h2, h3, h4, p {
  text-wrap: pretty;
}

.hold-animation *, .hold-animation::before, .hold-animation::after {
  transition-property: none !important;
  animation-name: none !important;
  animation-duration: 0s !important;
  transition-duration: 0s !important;
}

.hero-skip, .hero-scroll {
  z-index: 10;
  opacity: 0;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: rgba(0, 0, 0, 0);
}

.hero-skip {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
}
.hero-skip:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}

.hero-scroll {
  padding: 0 2rem;
  position: absolute;
  text-align: center;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0);
  animation: hero-scroll 11.2s 1.5s cubic-bezier(0.78, 0.51, 0.67, 0.98) forwards;
}
.hero-scroll .fa {
  display: block;
}
.hero-scroll.hide {
  display: none;
}

.hero {
  padding: 6.25rem 2rem 0;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  perspective: 500px;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 100%);
  animation: hero-before 11.2s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  z-index: -2;
  animation: hero-after 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper {
  opacity: 0;
  animation: phone-wrapper 11.2s 1s cubic-bezier(0.78, 0.51, 0.67, 0.98) forwards;
  width: 360px;
  height: 426px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  z-index: -1;
}
.hero .phone-wrapper::before {
  content: "";
  position: absolute;
  height: 800px;
  width: 360px;
  top: -420px;
  left: 0;
  animation: phone-cutout-entry 11.2s 1s cubic-bezier(0.03, 0.86, 0.08, 0.99) forwards;
}
.hero .phone-wrapper::after {
  content: "";
  position: absolute;
  left: -50%;
  right: 0;
  height: 100%;
  width: 200%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  animation: phone-wrapper-after 11.2s 1s cubic-bezier(0.13, 0.93, 0.77, 1) forwards;
}
.hero .phone-wrapper .carousel-wrapper {
  width: 300px;
  height: 426px;
  white-space: nowrap;
  position: absolute;
  animation: carousel-wrapper 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
  transform-style: preserve-3d;
  transform-origin: top center;
}
.hero .phone-wrapper .button-wrapper {
  width: 300px;
  height: 426px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  animation: button-wrapper 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
  z-index: 10;
}
.hero .phone-wrapper .button-wrapper .carousel-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
.hero .phone-wrapper .button-wrapper .carousel-button-1 {
  opacity: 1;
  background-image: url(../images/carousel-img-1-button.svg);
  animation: card-1-button 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .button-wrapper .carousel-button-2 {
  background-image: url(../images/carousel-img-2-button.svg);
  animation: card-2-button 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .button-wrapper .carousel-button-3 {
  background-image: url(../images/carousel-img-3-button.svg);
  animation: card-3-button 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .button-wrapper .carousel-button-4 {
  background-image: url(../images/carousel-img-4-button.svg);
  animation: card-4-button 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .button-wrapper .carousel-button-5 {
  background-image: url(../images/carousel-img-5-button.svg);
  animation: card-5-button 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card {
  width: 300px;
  height: 426px;
  border-radius: 8px;
  margin-right: 8px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.hero .phone-wrapper .carousel-card .carousel-content-wrapper, .hero .phone-wrapper .carousel-card .carousel-content, .hero .phone-wrapper .carousel-card .carousel-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.hero .phone-wrapper .carousel-card .carousel-content-wrapper {
  transform: translateX(252px);
}
.hero .phone-wrapper .carousel-card .carousel-content {
  transform: translateX(-252px);
}
.hero .phone-wrapper .carousel-card-0 {
  left: -56px;
  opacity: 0.6;
  width: 48px;
  display: none;
}
.hero .phone-wrapper .carousel-card-1 {
  left: 0px;
  transform: translateX(0px);
  animation: card-1 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-1 .carousel-content-wrapper {
  transform: translateX(0px);
  animation: card-1-content-wrapper 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-1 .carousel-content {
  transform: translateX(0px);
  background-image: url(../images/carousel-img-1.png);
  background-size: cover;
  animation: card-1-content 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-1 .carousel-ui {
  transform: translateX(0px);
  background-image: url(../images/carousel-img-1-ui.png);
  background-size: cover;
  animation: card-1-ui 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-1:after {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  height: 200%;
  width: 200%;
  opacity: 0;
  animation: card-1-after 2.5s 1s cubic-bezier(0.78, 0.51, 0.67, 0.98) forwards;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
}
.hero .phone-wrapper .carousel-card-2 {
  left: 0px;
  transform: translateX(56px);
  opacity: 0;
  animation: card-2 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-2 .carousel-content-wrapper {
  animation: card-2-content-wrapper 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-2 .carousel-content {
  background-image: url(../images/carousel-img-2.png);
  background-size: cover;
  animation: card-2-content 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-2 .carousel-ui {
  transform: translateX(-212px);
  opacity: 0;
  background-image: url(../images/carousel-img-2-ui.png);
  background-size: cover;
  animation: card-2-ui 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-3 {
  left: 0px;
  transform: translateX(112px);
  opacity: 0;
  animation: card-3 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-3 .carousel-content-wrapper {
  animation: card-3-content-wrapper 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-3 .carousel-content {
  background-image: url(../images/carousel-img-3.png);
  background-size: cover;
  animation: card-3-content 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-3 .carousel-ui {
  transform: translateX(-212px);
  opacity: 0;
  background-image: url(../images/carousel-img-3-ui.png);
  background-size: cover;
  animation: card-3-ui 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-4 {
  left: 0px;
  opacity: 0;
  animation: card-4 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-4 .carousel-content-wrapper {
  animation: card-4-content-wrapper 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-4 .carousel-content {
  background-image: url(../images/carousel-img-4.png);
  background-size: cover;
  animation: card-4-content 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-4 .carousel-ui {
  transform: translateX(-212px);
  opacity: 0;
  background-image: url(../images/carousel-img-4-ui.png);
  background-size: cover;
  animation: card-4-ui 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-5 {
  left: 0px;
  opacity: 0;
  animation: card-5 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-5 .carousel-content-wrapper {
  animation: card-5-content-wrapper 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-5 .carousel-content {
  background-image: url(../images/carousel-img-5.png);
  background-size: cover;
  animation: card-5-content 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-5 .carousel-ui {
  transform: translateX(-212px);
  opacity: 0;
  background-image: url(../images/carousel-img-5-ui.png);
  background-size: cover;
  animation: card-5-ui 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-6 {
  left: 0px;
  opacity: 0;
  transform: translateX(280px);
  animation: card-6 14s 4s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.hero .phone-wrapper .carousel-card-6 .carousel-content {
  background-image: url(../images/carousel-img-6.png);
  background-size: cover;
}
.hero .phone-cutout {
  height: 1500px;
  width: 2000px;
  position: absolute;
  top: -420px;
  left: -820px;
  z-index: 9;
  animation: phone-cutout-entry 11.2s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}

@font-face {
  font-family: "Satoshi Variable";
  src: url("../../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 1 999;
}
/* Loader overlay */
#page-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background: rgb(0, 0, 0);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Fade out state */
#page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* Optional */
body.is-loading {
  overflow: hidden;
}

.loader-inner {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.loader-inner.is-visible {
  opacity: 1;
}

body {
  background: #000;
  color: #fff;
  font-family: "Satoshi Variable", serif;
  margin: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 3.75rem;
  text-align: center;
  z-index: 10;
  width: 700px;
  font-weight: 800;
  line-height: 1.25;
  margin-block-start: 0;
  margin-block-end: 0;
}

h2 {
  font-weight: 600;
  font-size: calc(1.6rem + 0.9vw);
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
h2.blockquote-large {
  margin-bottom: 2rem;
}

.title-group {
  margin-bottom: 3rem;
}

h3 {
  margin-bottom: 1rem;
}

.tac {
  text-align: center;
}

p {
  font-size: 1.25rem;
  letter-spacing: 0.02rem;
  color: rgba(255, 255, 255, 0.7);
}

.spacer-end {
  height: 500px;
  width: 100%;
}

.divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 6rem 0;
  position: relative;
}
.divider.gradient-fade {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
}
.divider.gradient-fade::after {
  content: "";
  width: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  height: 800px;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.project-intro {
  text-align: center;
  margin-bottom: 80px;
  transition: 1s cubic-bezier(0.22, 0.67, 0.46, 0.98);
}
.project-intro h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
.project-intro h3, .project-intro h4 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.project-intro h4 {
  font-size: calc(1.175rem + 0.1vw);
  color: rgba(255, 255, 255, 0.4);
}
.project-intro a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.7px;
  text-underline-offset: 4px;
}
.project-intro a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.project-ownership {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 1.75rem;
}

.phone {
  width: 360px;
  aspect-ratio: 0.45;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.display-multiple-phones {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 14rem;
}
.display-multiple-phones .phones-wrapper {
  position: relative;
  width: 320px;
  aspect-ratio: 0.45;
  gap: 40px;
  perspective: 500px;
}
.display-multiple-phones .phone {
  border: none;
  background: rgba(255, 255, 255, 0.05);
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: 50% 0%;
  transform: translateY(500px) scale(1.5) rotateX(80deg);
  transition: 2s cubic-bezier(0.22, 0.67, 0.46, 0.98);
  position: absolute;
  width: inherit;
}
.display-multiple-phones .phone-middle {
  background-image: url(../images/phone-middle.png);
  left: 0;
}
.display-multiple-phones .phone-l1 {
  margin-top: 4rem;
  transform-origin: 200% 0%;
  background-image: url(../images/phone-l1.png);
  left: -110%;
}
.display-multiple-phones .phone-r1 {
  margin-top: 4rem;
  background-image: url(../images/phone-r1.png);
  transform-origin: -200% 0%;
  left: 110%;
}
.display-multiple-phones .phone-l2 {
  margin-top: 8rem;
  background-image: url(../images/phone-l2.png);
  transform-origin: 300% 0%;
  left: -220%;
}
.display-multiple-phones .phone-r2 {
  margin-top: 8rem;
  background-image: url(../images/phone-r2.png);
  transform-origin: -300% 0%;
  left: 220%;
}
.display-multiple-phones.anim-trigger .phone {
  opacity: 1;
  transform: translateY(0px) scale(1) rotateX(0deg);
  transition: 1.2s cubic-bezier(0.22, 0.67, 0.46, 0.98);
}
.display-multiple-phones.anim-trigger .phone-l1, .display-multiple-phones.anim-trigger .phone-r1 {
  transition-delay: 0.2s;
}
.display-multiple-phones.anim-trigger .phone-l2, .display-multiple-phones.anim-trigger .phone-r2 {
  transition-delay: 0.4s;
}

.feature-major {
  text-align: center;
  margin-bottom: 14rem;
}

.feature-backstory {
  margin-bottom: 0;
}
.feature-backstory .para {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.feature-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.075);
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}
.feature-box .text-wrapper {
  padding: 1rem;
}

.carousel-comparison {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.carousel-comparison .phone {
  width: 300px;
  border-radius: 30px;
  margin-bottom: 12px;
  flex: 0 0 auto;
  position: relative;
}
.carousel-comparison .text-block {
  flex: 1 1 auto;
}
.carousel-comparison p {
  color: rgba(255, 255, 255, 0.6);
}
.carousel-comparison .carousel-old {
  background-image: url(../images/comparison-old-carousel.png);
}
.carousel-comparison .carousel-new {
  background-image: url(../images/comparison-new-carousel.png);
}

.feature-colour-wrapper {
  overflow: hidden;
}

.feature-colour--feature-box-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  overflow-x: visible;
}

.feature-colour .feature-box {
  background: rgba(255, 255, 255, 0);
  border: none;
  aspect-ratio: 0.8;
  width: 100%;
  background-size: cover;
  flex: 0 0 calc(50% - 12px);
  animation: feature-colour 30s linear infinite;
}
.feature-colour .feature-colour-1 {
  background-image: url(../images/feature-colour-1.png);
}
.feature-colour .feature-colour-2 {
  background-image: url(../images/feature-colour-2.png);
}
.feature-colour .feature-colour-3 {
  background-image: url(../images/feature-colour-3.png);
}
.feature-colour .feature-colour-4 {
  background-image: url(../images/feature-colour-4.png);
}
.feature-colour .feature-colour-5 {
  background-image: url(../images/feature-colour-5.png);
}
.feature-colour .feature-colour-6 {
  background-image: url(../images/feature-colour-6.png);
}

@keyframes feature-colour {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(6 * (100% + 24px)));
  }
}
.feature-logos .feature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  padding: 3.25rem 2rem 5rem;
}
.feature-logos .icon-row {
  position: relative;
  height: 2.5rem;
  width: 100%;
}
.feature-logos .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  aspect-ratio: 1;
  transition: 0.3s cubic-bezier(0.22, 0.67, 0.46, 0.98);
  background-size: cover;
}
.feature-logos .icon-success {
  opacity: 0;
  background-image: url(../images/icon-correct.svg);
}
.feature-logos .icon-warning {
  opacity: 1;
  background-image: url(../images/icon-warning.svg);
}
.feature-logos .logo-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feature-logos .logo {
  height: 50px;
  transition-delay: 1s;
  transform: scale(1) translateX(0);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.feature-logos .logo:after {
  content: "";
  position: absolute;
  background: rgba(0, 255, 72, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  mix-blend-mode: color-dodge;
}
.feature-logos .logo-1 {
  transform-origin: 0% 50%;
  background-image: url(../images/logo-1.png);
  aspect-ratio: 10;
  animation: feature-logos--logo-1--reverse 2s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
  transition: 1s ease;
}
.feature-logos .logo-1:after {
  width: 500px;
}
.feature-logos .logo-2 {
  transform-origin: 100% 50%;
  background-image: url(../images/logo-2.png);
  aspect-ratio: 2;
  animation: feature-logos--logo-2--reverse 2s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.feature-logos .logo-2:after {
  width: 100px;
}
.feature-logos .anim-trigger .icon {
  transition-delay: 2.7s;
}
.feature-logos .anim-trigger .icon-success {
  animation: feature-logos--validation--success 10s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.feature-logos .anim-trigger .icon-warning {
  animation: feature-logos--validation--warning 10s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.feature-logos .anim-trigger .logo-1 {
  animation: feature-logos--logo-1 10s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.feature-logos .anim-trigger .logo-1:after {
  animation: feature-logos--logo-1--after 10s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.feature-logos .anim-trigger .logo-2 {
  animation: feature-logos--logo-2 10s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}
.feature-logos .anim-trigger .logo-2:after {
  animation: feature-logos--logo-2--after 10s 1s cubic-bezier(0.22, 0.67, 0.46, 0.98) forwards;
}

.feature-publishing {
  margin-bottom: 0;
}

.poster-mosaic-wrapper {
  overflow: hidden;
  width: 100vw;
  transform: translateY(-4rem);
  margin-bottom: 14rem;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.poster-mosaic {
  width: 100vw;
  aspect-ratio: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/poster-mosaic.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transform-origin: top center;
  filter: blur(5px);
  transition: 1s cubic-bezier(0.22, 0.67, 0.46, 0.98);
}
.poster-mosaic.anim-trigger {
  filter: blur(0px);
  transition: 1s cubic-bezier(0.22, 0.67, 0.46, 0.98);
}

.feature-interactions .feature-box {
  padding: 9rem 0;
  background: rgba(255, 255, 255, 0);
}
.feature-interactions .phone {
  width: 252px;
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: scale(1.5);
}
.feature-interactions .phone-bg-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.feature-interactions .phone-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.feature-interactions .card-button {
  z-index: 10;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 118px;
  width: 210px;
  height: 298.2px;
  background-size: cover;
}
.feature-interactions .card-middle-bg {
  background: linear-gradient(180deg, rgba(12, 39, 23, 0.7) 0%, rgba(12, 39, 23, 0) 40%, rgba(12, 39, 23, 0) 100%);
  animation: feature-interactions--card-middle-bg 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-middle-button {
  background-image: url(../images/carousel-img-1-button.svg);
  animation: feature-interactions--card-middle-bg 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-l1-bg {
  background: linear-gradient(180deg, rgba(39, 54, 73, 0.7) 0%, rgba(39, 54, 73, 0) 40%, rgba(39, 54, 73, 0) 100%);
  animation: feature-interactions--card-l1-bg 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-l1-button {
  background-image: url(../images/carousel-img-2-button.svg);
  animation: feature-interactions--card-l1-bg 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-r1-bg {
  background: linear-gradient(180deg, rgba(92, 10, 10, 0.7) 0%, rgba(92, 10, 10, 0) 40%, rgba(92, 10, 10, 0) 100%);
  animation: feature-interactions--card-r1-bg 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-r1-button {
  background-image: url(../images/carousel-img-5-button.svg);
  animation: feature-interactions--card-r1-bg 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .carousel-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 118px;
  height: 298.2px;
  animation: feature-interactions--carousel-wrapper 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .carousel-card {
  position: absolute;
  border-radius: 5.6px;
  width: 210px;
  aspect-ratio: 0.7;
  top: 0;
}
.feature-interactions .carousel-content-wrapper, .feature-interactions .carousel-content, .feature-interactions .carousel-ui {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5.6px;
}
.feature-interactions .card-middle {
  opacity: 1;
  left: 21px;
}
.feature-interactions .card-l1 {
  left: -194.6px;
}
.feature-interactions .card-l1 .carousel-content-wrapper {
  opacity: 0.4;
  transform: translateX(176.4px);
}
.feature-interactions .card-r1 {
  left: 236.6px;
}
.feature-interactions .card-r1 .carousel-content-wrapper {
  opacity: 0.4;
  transform: translateX(-176.4px);
}
.feature-interactions .card-middle .carousel-content-wrapper {
  animation: feature-interactions--card-middle--carousel-content-wrapper 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-middle .carousel-content {
  background-image: url(../images/carousel-img-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: feature-interactions--card-middle--carousel-content 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-middle .carousel-ui {
  background-image: url(../images/carousel-img-1-ui.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: feature-interactions--card-middle--carousel-ui 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-l1 .carousel-content-wrapper {
  animation: feature-interactions--card-l1--carousel-content-wrapper 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-l1 .carousel-content {
  background-image: url(../images/carousel-img-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: feature-interactions--card-l1--carousel-content 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-l1 .carousel-ui {
  background-image: url(../images/carousel-img-2-ui.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: feature-interactions--card-l1--carousel-ui 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-r1 .carousel-content-wrapper {
  animation: feature-interactions--card-r1--carousel-content-wrapper 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-r1 .carousel-content {
  background-image: url(../images/carousel-img-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: feature-interactions--card-r1--carousel-content 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}
.feature-interactions .card-r1 .carousel-ui {
  background-image: url(../images/carousel-img-5-ui.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: feature-interactions--card-r1--carousel-ui 10s cubic-bezier(0.22, 0.67, 0.46, 0.98) infinite;
}

.feature-metrics .feature-box {
  gap: 2rem;
  text-align: left;
  width: 100%;
  padding: 4rem;
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: stretch;
}
.feature-metrics .metric-title {
  margin-bottom: 0;
  line-height: 1.3;
}
.feature-metrics .metric-title .small-text {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.feature-metrics .metric-number-large {
  color: #00AE46;
  font-size: 3rem;
}
.feature-metrics .metric-visualisation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.feature-metrics .metric-visualisation {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-metrics .metric-visualisation p {
  margin-bottom: 0;
}
.feature-metrics .bar {
  width: 100%;
  height: 12px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.feature-metrics .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: red;
  border-radius: 100px;
  transition: 0s;
  transform: translateX(-600px);
  opacity: 0;
}
.feature-metrics .visualisation-1 .bar:after {
  width: 100%;
  background: linear-gradient(to right, #1B6E3C 0%, #34D474 100%);
}
.feature-metrics .visualisation-2 .bar:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.feature-metrics .metric-1 .visualisation-2 .bar:after {
  width: 88.48%;
}
.feature-metrics .metric-2 .visualisation-2 .bar:after {
  width: 80%;
}
.feature-metrics .metric-3 .visualisation-2 .bar:after {
  width: 80%;
}
.feature-metrics .feature-box.anim-trigger .bar:after {
  transition: 0.8s cubic-bezier(0.22, 0.67, 0.46, 0.98);
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0px);
}

.feature-end-card .title-group {
  text-align: center;
}
.feature-end-card .link-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 30rem;
  background: linear-gradient(to bottom, #58023A, #360023);
  border-radius: 30px;
  color: white;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.22, 0.67, 0.46, 0.98);
}
.feature-end-card .link-preview:hover {
  transform: scale(1.02);
  transition: 0.4s cubic-bezier(0.22, 0.67, 0.46, 0.98);
}
.feature-end-card .text {
  width: 20rem;
  padding: 2.5rem 0 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: left;
}
.feature-end-card .text h3 {
  line-height: 1.35;
  margin-bottom: 0;
}
.feature-end-card .text p {
  margin: 0;
}
.feature-end-card .text .url {
  color: rgb(255, 255, 255);
}
.feature-end-card .image {
  flex: 1;
  height: 100%;
  background-image: url(../images/jc-carousel-graphic.png);
  background-size: cover;
  background-position: 0 0;
  margin-top: 2rem;
}
.feature-end-card .link-wrapper {
  text-align: center;
}

.wrapper-sign-off {
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../images/hero-bg-night.png");
  background-size: cover;
}

.feature-sign-off {
  padding: 8rem 0 14rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 2rem;
}
.feature-sign-off .dp {
  aspect-ratio: 1;
  width: 160px;
  background-image: url(../images/hero-picture-colour.jpg);
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
}
.feature-sign-off .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feature-sign-off .text h3, .feature-sign-off .text p {
  margin: 0;
}
.feature-sign-off .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.feature-sign-off .btn {
  min-width: 18rem;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: auto;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  transition: 0.2s cubic-bezier(0.22, 0.67, 0.46, 0.98);
  border: none;
}
.feature-sign-off .btn:active, .feature-sign-off .btn:focus {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.03);
}
.feature-sign-off .btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.2s cubic-bezier(0.22, 0.67, 0.46, 0.98);
  transform: scale(1.05);
}
.feature-sign-off .btn-primary {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
.feature-sign-off .btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.feature-sign-off .btn-secondary {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
  h1 {
    width: 100%;
    font-size: 3rem;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3 {
    line-height: 1.5;
    font-size: 1.75rem;
  }
  .project-intro h3 {
    font-size: calc(1.325rem + 0.6vw);
  }
  @keyframes phone-wrapper {
    0% {
      opacity: 0;
      transform: scale(1.2) rotateX(15deg) rotateY(20deg) translateY(200px);
    }
    20% {
      opacity: 1;
      transform: scale(1.1) rotateX(0deg) rotateY(0deg) translateY(50px);
    }
    80% {
      opacity: 1;
      transform: scale(1) rotateX(0deg) translateY(0px);
    }
    100% {
      opacity: 1;
      transform: scale(0.9) rotateX(0deg) translateY(0px);
    }
  }
  @keyframes phone-cutout-entry {
    0% {
      opacity: 0;
      transform: scale(2);
    }
    80% {
      opacity: 0;
      transform: scale(10);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .feature-major {
    margin-bottom: 10rem;
  }
  .feature-backstory .para {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .display-multiple-phones {
    display: none;
  }
  .carousel-comparison {
    flex-direction: column;
  }
  .feature-colour-wrapper {
    overflow: hidden;
  }
  .feature-colour .feature-box {
    margin-bottom: 2rem;
    flex: 0 0 80%;
    animation: feature-colour-wrapper 30s linear infinite;
  }
  @keyframes feature-colour-wrapper {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(6 * (100% + 24px)));
    }
  }
  .feature-logos .logo-row {
    flex-direction: column;
  }
  .feature-logos .logo-1 {
    height: 20px;
    transform-origin: 50% 0%;
  }
  .feature-logos .logo-1:after {
    width: 200px;
  }
  .feature-logos .logo-2 {
    height: 100px;
    transform-origin: 50% 100%;
  }
  .feature-logos .logo-2:after {
    width: 200px;
  }
  .feature-logos .anim-trigger .logo-1, .feature-logos .anim-trigger .logo-2 {
    transform-origin: 50% 50%;
  }
  @keyframes feature-logos--logo-1 {
    0% {
      transform: scale(1);
    }
    15% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.45);
    }
    100% {
      transform: scale(1.45);
    }
  }
  @keyframes feature-logos--logo-1--reverse {
    0% {
      transform: scale(1.45);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes feature-logos--logo-2 {
    0% {
      transform: scale(1);
    }
    15% {
      transform: scale(1);
    }
    25% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes feature-logos--logo-2--reverse {
    0% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes feature-logos--logo-1--after {
    0% {
      opacity: 1;
      transform: translateX(-200px);
    }
    10% {
      transform: translateX(0px);
    }
    35% {
      transform: translateX(0px);
    }
    40% {
      transform: translateX(200px);
    }
    100% {
      opacity: 1;
      transform: translateX(200px);
    }
  }
  @keyframes feature-logos--logo-2--after {
    0% {
      opacity: 1;
      transform: translateX(-200px);
    }
    10% {
      transform: translateX(0px);
    }
    35% {
      transform: translateX(0px);
    }
    40% {
      transform: translateX(200px);
    }
    100% {
      opacity: 1;
      transform: translateX(200px);
    }
  }
  .feature-publishing {
    margin-bottom: 0;
  }
  .poster-mosaic-wrapper {
    transform: translateY(-3rem);
  }
  .poster-mosaic {
    min-width: 200vw;
  }
  .feature-interactions .feature-box {
    padding: 4rem 0;
  }
  .feature-interactions .phone {
    transform: scale(1.2);
  }
  .feature-metrics .feature-box {
    padding: 4rem 3rem;
  }
  .feature-metrics .metric-number-large {
    font-size: 2.5rem;
  }
  .feature-end-card .link-preview {
    flex-direction: column;
    height: auto;
    gap: 1.5rem;
  }
  .feature-end-card .text {
    width: auto;
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
  .feature-end-card .image {
    flex: auto;
    height: 500px;
    width: 100%;
    margin-top: 0;
  }
  .feature-end-card .back-to-main-site {
    font-size: 1.2rem;
  }
  .feature-sign-off {
    gap: 1.75rem;
  }
  .feature-sign-off .dp {
    width: 120px;
  }
  .feature-sign-off .text {
    gap: 0.75rem;
  }
  .feature-sign-off .btn {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .hero-skip {
    padding: 6px 12px;
    right: auto;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    width: auto;
  }
  @keyframes hero-skip {
    0% {
      opacity: 0;
      pointer-events: none;
    }
    30% {
      opacity: 0;
      pointer-events: none;
    }
    40% {
      opacity: 1;
      pointer-events: auto;
    }
    95% {
      opacity: 1;
      pointer-events: auto;
    }
    100% {
      opacity: 0;
      pointer-events: none;
    }
  }
  .hero-scroll {
    position: relative;
    margin-top: 1rem;
    font-size: 1.2rem;
    width: auto;
  }
  .hero {
    gap: 0rem;
  }
  .hero .hero-coachmark {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 12px;
  }
}
@media (min-width: 1599.98px) {
  .hero {
    gap: 1.5rem;
  }
  .hero:before {
    height: 260px;
  }
  h1 {
    font-size: 4.4rem;
  }
  @keyframes phone-wrapper-xl {
    0% {
      opacity: 0;
      transform: scale(1.5) rotateX(15deg) rotateY(20deg) translateY(200px);
    }
    20% {
      opacity: 1;
      transform: scale(1.3) rotateX(0deg) rotateY(0deg) translateY(50px);
    }
    80% {
      opacity: 1;
      transform: scale(1.1) rotateX(0deg) translateY(0px);
    }
    100% {
      opacity: 1;
      transform: scale(1) rotateX(0deg) translateY(0px);
    }
  }
}
@media (min-width: 1600px) {
  .hero {
    padding: 13rem 2rem 0;
    gap: 7rem;
  }
  @keyframes phone-wrapper {
    0% {
      opacity: 0;
      transform: scale(1.7) rotateX(15deg) rotateY(20deg) translateY(200px);
    }
    20% {
      opacity: 1;
      transform: scale(1.5) rotateX(0deg) rotateY(0deg) translateY(50px);
    }
    80% {
      opacity: 1;
      transform: scale(1.3) rotateX(0deg) translateY(0px);
    }
    100% {
      opacity: 1;
      transform: scale(1.1) rotateX(0deg) translateY(0px);
    }
  }
  .display-multiple-phones .phones-wrapper {
    width: 400px;
  }
}

/*# sourceMappingURL=screen.css.map */
