*, :after, :before {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
}

picture, svg {
  display: block;
}

video, img {
  width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

textarea {
  resize: vertical;
  font-family: inherit;
}

button, input, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-indent: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  box-shadow: unset;
  background: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Manrope;
  src: url("Manrope.7d92c4e2.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 800;
}

html, body {
  scroll-behavior: auto;
  scroll-padding-top: 10vh;
  font-family: Manrope, -apple-system, BlinkMacSystemFont, Helvetica, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 20px;
}

@media (width <= 1700px) {
  html, body {
    font-size: 18px;
  }
}

@media (width <= 1500px) {
  html, body {
    font-size: 17px;
  }
}

@media (width <= 1300px) {
  html, body {
    font-size: 16px;
  }
}

@media (width <= 1000px) {
  html, body {
    font-size: 16px;
  }
}

@media (height <= 500px) {
  html, body {
    font-size: 15px;
  }
}

body {
  color: var(--color-text);
  background-color: #b56bff;
}

body:before {
  z-index: 1;
  content: "";
  background: radial-gradient(90% 200% at 80%, #af6df3 0%, #9462e6 100%);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.content-wrapper {
  z-index: 3;
  background-color: var(--color-content-ground);
  border-radius: 3rem;
  position: relative;
  transform: translate3d(.00001px, 0, .00001px);
}

:root {
  --color-main-purple: #b56bff;
  --color-light-purple: #d4aaff;
  --color-text: #000;
  --color-sub-purple: #f0e1ff;
  --color-content-element: #fff;
  --color-content-ground: #f5f5f5;
  --color-grey1: #bfbfbf;
  --color-grey2: #909090;
  --color-background: #fff;
  --color-illustration-dark: #131324;
  --layout-size-m: 10rem;
  --layout-size-s: 5rem;
}

@media (width <= 1500px) {
  :root {
    --layout-size-s: 4rem;
  }
}

@media (width <= 1200px) {
  :root {
    --layout-size-s: 3rem;
  }
}

@media (width <= 1000px) {
  :root {
    --layout-size-s: 2rem;
  }
}

@media (width <= 800px) {
  :root {
    --layout-size-s: 1rem;
  }
}

.icons-template {
  display: none;
}

button, input {
  user-select: none;
  -webkit-user-drag: none;
}

button {
  flex-direction: column;
  place-items: center;
  display: flex;
}

button, a, .link, .button {
  cursor: pointer;
}

.panascais {
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .3s linear;
}

.panascais:hover {
  transform: scale(1.1);
}

.panascais-wrapper {
  z-index: 5;
  position: relative;
}

picture {
  width: 100%;
  height: 100%;
}

.button {
  color: var(--color-content-ground);
  background-color: #b56bff;
  border: 2px solid #fff0;
  border-radius: 2rem;
  width: max-content;
  height: max-content;
  padding: .6rem 1.5rem;
  transition: transform .2s ease-in-out;
  display: block;
}

@media (width <= 900px) {
  .button {
    padding: .5rem 1.2rem;
  }
}

.button:hover, .button:focus {
  transform: scale(1.03);
}

.button:focus-visible {
  border-color: var(--color-content-ground);
  outline: 2px solid var(--color-text);
}

.button--white {
  color: #b56bff;
  background-color: #f5f5f5;
  border-color: #fff0;
}

.button--white:focus-visible {
  border-color: #b56bff;
  outline: 2px solid #f5f5f5;
}

[text~="text"] {
  color: var(--color-text);
}

[text~="sub-purple"] {
  color: var(--color-sub-purple);
}

[text~="content-element"] {
  color: var(--color-content-element);
}

[text~="content-ground"] {
  color: var(--color-content-ground);
}

[text~="grey1"] {
  color: var(--color-grey1);
}

[text~="grey2"] {
  color: var(--color-grey2);
}

[text~="background"] {
  color: var(--color-background);
}

[text~="illustration-dark"] {
  color: var(--color-illustration-dark);
}

[data-text] {
  padding-bottom: .4rem;
  display: inline-block;
  transform: translateY(1.2em);
}

[data-wrapper] {
  margin-bottom: -.4rem;
  display: inline-block;
  overflow: hidden;
}

[text~="uppercase"] {
  text-transform: uppercase;
}

[text~="grey"] {
  color: var(--color-black);
  opacity: .6;
}

[text~="xxl"] {
  line-height: 1.1;
}

a, .link {
  color: #b56bff;
  text-decoration: none;
}

a:focus-visible, .link:focus-visible {
  font-variation-settings: "wght" 600;
  text-decoration: underline;
}

em {
  color: #b56bff;
  font-style: normal;
}

[text~="xxl"] {
  font-size: 3rem;
}

[text~="xl"] {
  font-size: 2rem;
}

[text~="l"] {
  font-size: 1.5rem;
}

[text~="m"] {
  font-size: 1rem;
}

[text~="s"] {
  font-size: .75rem;
}

@media (width <= 2000px) {
  [text~="xxl"] {
    font-size: 3rem;
  }
}

@media (width >= 1600px) {
  [text~="l"] {
    font-size: 2rem;
  }
}

@media (width <= 1200px) {
  [text~="xxl"] {
    font-size: 3rem;
  }
}

@media (width <= 900px) {
  [text~="xl"], [text~="l"] {
    font-size: 2rem;
  }
}

@media (width <= 600px) {
  [text~="xxl"] {
    font-size: 2.5rem;
  }

  [text~="xl"], [text~="l"] {
    font-size: 1.4rem;
  }
}

@media (width <= 500px) {
  [text~="xxl"] {
    font-size: 2.2rem;
  }
}

@media (width <= 350px) {
  [text~="xxl"] {
    font-size: 2rem;
  }
}

[scroll-animation="opacity"] {
  opacity: 0;
  transition: opacity .4s ease-in-out, transform .3s ease-in-out;
}

[scroll-animation="opacity"]:not([scroll-visible]) {
  transform: translate3d(0, 5rem, 0);
}

[scroll-animation="opacity"][scroll-visible] {
  opacity: 1;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.message {
  color: #fff;
  transform-origin: 0 100%;
  background-color: #b56bff;
  border-radius: 1rem;
  max-width: 15rem;
  padding: 1.25rem 1.5rem;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  position: relative;
}

.message p {
  margin: unset;
}

.message:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 57 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.4949 -1.05529C54.1856 5.32634 22.0726 21.566 6.61401 28.4444C2.76077 30.1589 1.21944 26.9031 2.37547 24.2059C3.53151 21.5086 10.4672 6.48098 5.07268 -1.05529C-0.321831 -8.59156 52.5958 -9.36222 53.4949 -1.05529Z' fill='%23b56bff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 1rem;
}

.message:not([scroll-visible]) {
  opacity: 0;
  transform: rotate(8deg);
}

.message-container {
  place-content: start end;
  width: 100%;
  display: grid;
}

header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate3d(.00001px, 0, .00001px);
}

.navigation {
  padding-top: 1.5rem;
  padding-right: var(--layout-size-s);
  padding-left: var(--layout-size-s);
  grid-template-rows: 100%;
  grid-template-columns: auto auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  transition: transform .3s ease-in-out;
  display: grid;
}

@media (width <= 900px) {
  .navigation {
    padding: .5rem;
  }
}

.navigation svg {
  height: 3rem;
}

.navigation__content {
  align-items: center;
  display: flex;
}

.navigation__content > :not(:last-child) {
  margin-right: 3rem;
}

@media (width <= 900px) {
  .navigation__content > :not(:last-child) {
    display: none;
  }
}

.navigation .logo-button {
  transition: transform .2s ease-in-out;
}

.navigation .logo-button:hover, .navigation .logo-button:focus {
  transform: scale(1.05);
}

.navigation .logo-button:focus-visible {
  outline: 1px solid var(--color-text);
  border-radius: .5rem;
}

.navigation .logo {
  width: 8rem;
  transition: transform .2s ease-in-out, fill .2s ease-in-out;
  overflow: visible;
}

@media (width <= 900px) {
  .navigation .logo {
    width: 7rem;
  }
}

.navigation .logo__text, .navigation .logo__app, .navigation .logo__point, .navigation .logo__mark {
  transition: transform .2s ease-in-out, fill .2s ease-in-out;
}

.navigation .logo__text {
  fill: var(--color-text);
}

.navigation .logo__app {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0);
}

.navigation .logo__mark {
  transform-box: fill-box;
  transform-origin: center;
}

.navigation.light, .navigation.light a, .navigation.light .link {
  color: #f5f5f5;
}

.navigation.light .logo-button:focus-visible {
  outline: 2px solid #f5f5f5;
}

.navigation.light .logo {
  transform: translateX(.4rem);
}

.navigation.light .logo__text {
  fill: #f5f5f5;
  transform: translateX(.7rem);
}

.navigation.light .logo__point {
  fill: #f5f5f5;
}

.navigation.light .logo__mark {
  transform: scale(.85);
}

.navigation.light .logo__app {
  fill: #f5f5f5;
  opacity: 1;
  transform: unset;
}

.navigation.light .button {
  color: #b56bff;
  background-color: #f5f5f5;
  border-color: #b56bff;
}

.navigation.light .button:focus-visible {
  outline: 2px solid #f5f5f5;
}

.navigation.down {
  transform: translateY(-100%);
}

.footer {
  z-index: 2;
  padding: var(--layout-size-s);
  position: relative;
}

@media (width <= 900px) {
  .footer {
    text-align: center;
  }
}

.footer a, .footer p {
  color: var(--color-content-ground);
}

.footer a:hover {
  text-decoration: underline;
}

.footer__content {
  grid-auto-flow: row;
  justify-content: space-between;
  gap: 1rem;
  display: grid;
}

@media (width >= 900px) {
  .footer__content {
    grid-auto-flow: column;
  }
}

@media (width <= 900px) {
  .footer__content {
    place-content: center;
    width: 100%;
    padding-top: 2rem;
  }
}

.footer__links {
  grid-auto-flow: column;
  gap: 1rem;
  display: grid;
}

@media (width <= 900px) {
  .footer__links {
    place-items: center;
    gap: 2rem;
  }
}

.footer__legal {
  text-align: end;
}

@media (width <= 900px) {
  .footer__legal {
    text-align: center;
  }
}

.footer__social {
  grid-auto-flow: column;
  align-items: center;
  gap: 1rem;
  display: grid;
}

@media (width <= 900px) {
  .footer__social {
    place-items: center;
    gap: 3rem;
  }
}

.footer__social svg {
  fill: var(--color-content-ground);
  width: 2.5rem;
  height: 2.5rem;
}

.footer__social .twitter {
  stroke: var(--color-content-ground);
  stroke-width: 1px;
  width: 2rem;
  height: 2rem;
}

.footer__social > * {
  transition: transform .2s ease-in-out;
}

.footer__social > :hover {
  transform: scale(1.05);
}

.home-intro {
  z-index: 2;
  padding: var(--layout-size-s);
  color: var(--color-content-ground);
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  height: 90vh;
  padding-top: 15vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

@media (width <= 1200px) and (height >= 501px) {
  .home-intro {
    padding: calc(var(--layout-size-s) * 2);
    grid-template-rows: 55vh 1fr;
    grid-template-columns: 1fr;
  }

  .home-intro .home-intro__text {
    padding-top: 8vh;
  }
}

@media (width >= 1700px) {
  .home-intro {
    max-width: 1700px;
    margin: 0 auto;
    overflow-x: visible;
  }
}

.home-intro__text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-intro__text .title {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  animation: .1s linear .3s both fade;
}

@media (width >= 1200px) and (width <= 1600px) {
  .home-intro__text .title {
    white-space: nowrap;
  }
}

.home-intro__text .description {
  margin-top: unset;
  max-width: 30rem;
  margin-bottom: 2rem;
  animation: .5s linear .2s both fade;
}

.home-intro__text .button {
  animation: .5s linear .2s both fade;
}

@media (width <= 500px) {
  .home-intro__text br {
    display: none;
  }
}

.home-intro__bubble {
  color: #b56bff;
  background-color: var(--color-sub-purple);
  border-radius: 1.5rem;
  width: 12.5rem;
  padding: .8rem 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(76.5%)translateX(-44%);
}

.home-intro__bubble p {
  margin: 0;
}

@media (width <= 1600px) {
  .home-intro__bubble {
    transform: translateY(75.5%)translateX(-33%);
  }
}

@media (width <= 1400px) {
  .home-intro__bubble {
    transform: translateY(66.5%)translateX(-10%);
  }
}

@media (width <= 1300px) {
  .home-intro__bubble {
    transform: translateY(2.5rem);
  }
}

@media (width <= 1250px) {
  .home-intro__bubble {
    transform: translateY(2.5rem)translateX(2rem);
  }
}

@media (width <= 1200px) {
  .home-intro__bubble {
    transform: translateY(3.2rem)translateX(-5.5rem);
  }
}

@media (width <= 800px) {
  .home-intro__bubble {
    display: none;
  }
}

.home-intro__illustration {
  align-items: center;
  height: 100%;
  animation: 2s cubic-bezier(.075, .82, .165, 1) intro-illustration;
  display: grid;
}

@keyframes intro-illustration {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }

  35% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}

.home-intro__illustration-wrapper {
  height: max-content;
  position: relative;
}

@media (width >= 2200px) {
  .home-intro__illustration-wrapper {
    transform: scale(1.6);
  }
}

@media (width >= 1800px) {
  .home-intro__illustration-wrapper {
    transform: scale(1.2);
  }
}

@media (width >= 1800px) and (height <= 900px) {
  .home-intro__illustration-wrapper {
    transform: scale(1);
  }
}

@media (width <= 1600px) {
  .home-intro__illustration-wrapper {
    transform: translateY(6rem);
  }
}

@media (width <= 1600px) and (height <= 1600px) {
  .home-intro__illustration-wrapper {
    transform: scale(1.1);
  }
}

@media (width <= 1300px) {
  .home-intro__illustration-wrapper {
    transform: translateY(20rem);
  }
}

@media (width <= 1300px) and (height <= 1600px) {
  .home-intro__illustration-wrapper {
    transform: translateY(6rem);
  }
}

@media (width <= 1200px) {
  .home-intro__illustration-wrapper {
    transform: translateY(-8rem);
  }
}

@media (width <= 900px) {
  .home-intro__illustration-wrapper {
    transform: translateY(-4rem);
  }
}

@media (width <= 800px) {
  .home-intro__illustration-wrapper {
    transform: translateY(-5rem);
  }
}

@media (width <= 500px) {
  .home-intro__illustration-wrapper {
    transform: scale(1.3)translateY(-5vh);
  }
}

.home-intro__illustration picture {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  position: relative;
  transform: translateY(5rem);
}

@media (width <= 2000px) {
  .home-intro__illustration picture {
    max-width: 35rem;
  }
}

.home-intro__illustration picture img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.statement {
  z-index: 3;
  padding: var(--layout-size-s);
  padding-top: var(--layout-size-m);
  padding-bottom: unset;
  text-align: center;
  justify-content: center;
  align-items: start;
  display: grid;
  position: relative;
}

.statement > * {
  max-width: 40rem;
  transition: opacity .2s ease-in-out;
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
}

.statement > [disabled] {
  opacity: 0;
}

.statement--world {
  padding-bottom: var(--layout-size-m);
  height: 300vh;
  margin-bottom: -300vh;
}

.statement--world > * {
  top: 20vh;
}

@media (width <= 900px) {
  .statement--world > * {
    top: 24vh;
  }
}

@media (height >= 1750px) {
  .statement--world {
    height: 325rem;
    margin-bottom: -300rem;
  }

  .statement--world > * {
    top: 25vh;
  }
}

.statement--focused {
  height: auto;
  margin-bottom: -15rem;
}

.statement--focused > * {
  max-width: 45rem;
}

@media (width <= 600px) {
  .statement--focused > * {
    max-width: 23rem;
  }
}

.statement--card-title {
  padding-bottom: 0;
}

.home-world {
  height: 400vh;
  margin-bottom: -60vh;
  position: relative;
}

.home-world__content {
  height: 150vh;
  padding-bottom: 50vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

@media (height >= 1750px) {
  .home-world__content {
    border-radius: 100%;
    height: 60rem;
    margin-top: 44rem;
    padding-bottom: 0;
    top: calc(45vh - 30rem);
  }
}

.home-world__illustration {
  grid-template-areas: "overlay";
  place-items: center;
  width: 100%;
  max-width: 110rem;
  height: 200%;
  margin: 0 auto;
  padding-top: 16rem;
  display: grid;
}

@media (height >= 1750px) {
  .home-world__illustration {
    margin-top: 13rem;
    padding-top: 0;
  }
}

.home-world__illustration > * {
  grid-area: overlay;
}

.home-world__illustration .world {
  height: 90%;
  max-height: 200vh;
  position: relative;
}

@media (height >= 1750px) {
  .home-world__illustration .world {
    max-height: 200rem;
  }
}

.home-world__illustration .world svg {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (width <= 600px) {
  .home-world__illustration .world {
    height: 85%;
  }
}

.home-world__illustration .sky {
  z-index: 2;
  align-self: start;
  width: 100%;
  position: relative;
}

.home-world__illustration .sky svg {
  width: 100%;
  min-width: 80rem;
  max-width: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (height >= 1750px) {
  .home-world__illustration .sky svg {
    max-width: 100rem;
  }
}

.home-world__illustration .cloud {
  fill: #fff;
  animation: 50s linear infinite cloud-movement;
}

@keyframes cloud-movement {
  0% {
    transform: translateX(-5vw);
  }

  50% {
    transform: translateX(10vw);
  }

  100% {
    transform: translateX(-5vw);
  }
}

.home-world__illustration .message-container {
  align-self: start;
  justify-items: center;
  height: 100%;
  position: relative;
}

@media (width >= 3000px) {
  .home-world__illustration .message-container {
    align-self: end;
    height: 92%;
  }
}

.home-world__illustration .message {
  transform-origin: 0 100%;
  position: absolute;
}

@media (width <= 1000px) {
  .home-world__illustration .message {
    z-index: 5;
  }
}

@media (height >= 2000px) {
  .home-world__illustration .message {
    z-index: 5;
  }
}

@media (width >= 800px) {
  .home-world__illustration .message {
    transform: translateX(10rem);
  }

  .home-world__illustration .message:not([scroll-visible]) {
    transform: translateX(10rem)rotate(8deg);
  }
}

.home-world__illustration .message--first {
  top: 5rem;
}

.home-world__illustration .message--last {
  top: 4rem;
}

@media (width <= 600px) {
  .home-world__illustration .message {
    transform-origin: 100% 100%;
  }

  .home-world__illustration .message:after {
    left: 10rem;
  }

  .home-world__illustration .message--first {
    top: 4rem;
  }
}

.home-world .world__wrapper {
  width: 100%;
  height: 100%;
}

.home-world[animation-out] {
  opacity: 0;
}

.home-explainer {
  height: 400vh;
  position: relative;
}

@media (width <= 800px) {
  .home-explainer {
    padding-top: 10rem;
  }
}

.home-explainer__text {
  cursor: pointer;
}

.home-explainer__headline {
  padding: var(--layout-size-s);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

@media (width >= 800px) {
  .home-explainer__headline {
    padding-top: 0;
    padding-bottom: var(--layout-size-xs);
  }
}

@media (width <= 800px) {
  .home-explainer__headline {
    padding: 0 4rem 1rem;
  }

  .home-explainer__headline [text~="xl"] {
    font-size: 2rem;
  }
}

@media (height >= 1800px) {
  .home-explainer__headline {
    margin-bottom: -20vh;
  }
}

@media (height >= 2200px) {
  .home-explainer__headline {
    margin-bottom: -25vh;
  }
}

.home-explainer__headline > * {
  margin: unset;
  line-height: 1.4;
}

.home-explainer__app {
  grid-template: "a" 100%
  / 100%;
  width: 21rem;
  max-width: 44vh;
  display: grid;
  position: relative;
}

@media (width <= 800px) {
  .home-explainer__app {
    width: 23rem;
    max-width: 46vh;
  }
}

.home-explainer__app .home-explainer__media {
  grid-area: a;
  padding: 9% 7% 7%;
  transition: opacity .2s ease-in;
  overflow: hidden;
}

.home-explainer__app .home-explainer__media:not(.active) {
  opacity: 0;
}

.home-explainer__app .home-explainer__media svg {
  display: none;
}

@media (width <= 800px) {
  .home-explainer__app .home-explainer__media picture {
    display: none;
  }

  .home-explainer__app .home-explainer__media svg {
    display: block;
  }
}

.home-explainer__app-mockup {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-explainer__background {
  width: 100%;
  height: 85%;
  max-height: 40rem;
  position: absolute;
  top: 50%;
  left: -25rem;
  transform: translateY(-50%);
}

.home-explainer__background svg {
  width: 100%;
  height: 100%;
  animation: 120s linear infinite fullRotate;
}

@keyframes fullRotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.home-explainer__wrapper {
  padding: var(--layout-size-s);
  grid-template-columns: minmax(auto, 15rem) minmax(auto, 25rem);
  place-content: center;
  align-items: center;
  gap: 5rem;
  height: 100vh;
  margin: 0 auto;
  display: grid;
  position: sticky;
  top: 0;
}

@media (width <= 800px) {
  .home-explainer__wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    grid-template-areas: "a";
    place-items: center;
    width: 100%;
  }

  .home-explainer__wrapper .home-explainer__app {
    height: auto;
    overflow: hidden;
    transform: translateY(-25vh);
  }

  .home-explainer__wrapper > * {
    grid-area: a;
  }

  .home-explainer__statements {
    z-index: 1;
    text-align: left;
    transform: translateY(18vh);
  }
}

.home-explainer__statements .home-explainer__text {
  transition: opacity .2s ease-in-out;
}

@media (width <= 800px) {
  .home-explainer__statements .home-explainer__text {
    max-width: 30rem;
  }
}

@media (width <= 600px) {
  .home-explainer__statements .home-explainer__text {
    max-width: 18rem;
  }
}

.home-explainer__statements .home-explainer__text > [text] {
  margin-bottom: 0;
}

.home-explainer__statements .home-explainer__text > div {
  max-height: 10rem;
  transition: max-height .5s ease-in-out, opacity .2s ease-in-out;
  overflow: hidden;
}

.home-explainer__statements .home-explainer__text:not(.active) {
  opacity: .2;
}

.home-explainer__statements .home-explainer__text:not(.active) > div {
  opacity: 0;
  max-height: 0;
}

.home-features {
  z-index: 2;
  padding: var(--layout-size-s);
  padding-top: unset;
  grid-template-columns: 100%;
  gap: 2rem;
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  display: grid;
  position: relative;
  overflow-x: hidden;
}

@media (width <= 500px) {
  .home-features br {
    display: none;
  }
}

.home-features > :nth-child(odd) {
  grid-template-rows: 1fr;
  grid-template-columns: 45% 54%;
}

@media (width <= 900px) and (height >= 501px) {
  .home-features > :nth-child(odd) {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 100%;
  }
}

.home-features > :nth-child(2n) {
  grid-template-rows: 1fr;
  grid-template-columns: 54% 45%;
}

@media (width <= 900px) and (height >= 501px) {
  .home-features > :nth-child(2n) {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 100%;
  }
}

.home-features > div {
  gap: 2%;
  display: grid;
}

@media (width >= 1700px) {
  .home-features {
    max-width: 1700px;
    margin: 0 auto;
  }
}

.card {
  --card-padding: 2em;
  --card-background: var(--color-content-element);
  padding: var(--card-padding);
  background-color: var(--card-background);
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  min-height: 20em;
  font-size: 1.6vw;
  display: flex;
}

@media (width <= 600px) {
  .card {
    --card-padding: 1.2em;
    padding-top: 1.5em;
  }
}

@media (width >= 1700px) {
  .card {
    font-size: 1.5rem;
  }
}

@media (width <= 1200px) {
  .card {
    font-size: 1rem;
  }
}

.card h2, .card h3, .card h4, .card h5, .card h6 {
  margin-top: unset;
  max-width: 90%;
}

@media (width <= 900px) {
  .card h2, .card h3, .card h4, .card h5, .card h6 {
    max-width: 23rem;
  }
}

.card__illustration {
  user-select: none;
  -webkit-user-drag: none;
  padding-top: .5em;
}

.card--notification .card__illustration {
  gap: 1rem;
  display: grid;
}

.card--notification .ui-alert {
  background-color: var(--color-content-ground);
  border: 2px solid var(--color-content-ground);
  border-radius: 1rem;
  grid-template-columns: auto 1fr;
  align-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: .5rem 1rem .5rem .5rem;
  font-size: 1.1rem;
  transition: border .2s ease-in-out;
  display: grid;
}

.card--notification .ui-alert:hover {
  color: #b56bff;
  border-color: var(--color-sub-purple);
}

.card--notification .ui-alert:hover svg {
  animation: 7s ease-in-out ring;
}

@media (width <= 800px) {
  .card--notification .ui-alert {
    gap: 1rem;
  }
}

@media (width <= 600px) {
  .card--notification .ui-alert {
    font-size: .9rem;
  }
}

.card--notification .ui-alert__icon {
  background-color: var(--color-sub-purple);
  border-radius: 1rem;
  place-items: center;
  width: 5rem;
  height: 5rem;
  display: grid;
}

@keyframes ring {
  0% {
    transform: rotateZ(0);
  }

  1% {
    transform: rotateZ(30deg);
  }

  3% {
    transform: rotateZ(-28deg);
  }

  5% {
    transform: rotateZ(34deg);
  }

  7% {
    transform: rotateZ(-32deg);
  }

  9% {
    transform: rotateZ(30deg);
  }

  11% {
    transform: rotateZ(-28deg);
  }

  13% {
    transform: rotateZ(26deg);
  }

  15% {
    transform: rotateZ(-24deg);
  }

  17% {
    transform: rotateZ(22deg);
  }

  19% {
    transform: rotateZ(-20deg);
  }

  21% {
    transform: rotateZ(18deg);
  }

  23% {
    transform: rotateZ(-16deg);
  }

  25% {
    transform: rotateZ(14deg);
  }

  27% {
    transform: rotateZ(-12deg);
  }

  29% {
    transform: rotateZ(10deg);
  }

  31% {
    transform: rotateZ(-8deg);
  }

  33% {
    transform: rotateZ(6deg);
  }

  35% {
    transform: rotateZ(-4deg);
  }

  37% {
    transform: rotateZ(2deg);
  }

  39% {
    transform: rotateZ(-1deg);
  }

  41% {
    transform: rotateZ(1deg);
  }

  43% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(0);
  }
}

@media (width <= 800px) {
  .card--notification .ui-alert__icon {
    width: 4rem;
    height: 4rem;
  }
}

.card--notification .ui-alert__icon svg {
  stroke: #b56bff;
  stroke-width: 2px;
  stroke-linejoin: round;
  transform-origin: 50% 4px;
  width: 40%;
  height: 40%;
  transition: transform .2s ease-in-out;
}

.card--notification .ui-alert p {
  transition: color .2s ease-in-out;
}

.card--notification .ui-user {
  background-color: var(--color-content-ground);
  border: 2px solid var(--color-content-ground);
  border-radius: 1rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: .5rem;
  transition: border .2s ease-in-out;
  display: grid;
}

.card--notification .ui-user:hover {
  color: #b56bff;
  border-color: var(--color-sub-purple);
}

.card--notification .ui-user p {
  margin: unset;
  transition: color .2s ease-in-out;
}

.card--notification .ui-user__grid {
  grid-auto-flow: column;
  place-content: center space-between;
  align-items: center;
  font-size: 1rem;
  display: grid;
}

@media (width <= 600px) {
  .card--notification .ui-user__grid {
    font-size: .9rem;
  }
}

.card--notification .ui-user .button {
  padding: .4rem .7rem;
  font-size: 1rem;
}

@media (width <= 600px) {
  .card--notification .ui-user .button {
    font-size: .9rem;
  }
}

.card--notification .ui-profil {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

@media (width <= 800px) {
  .card--notification .ui-profil {
    width: 3rem;
    height: 3rem;
  }
}

.card--notification .ui-profil img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.card--highlight {
  --card-background: #b56bff;
  color: var(--color-content-ground);
}

.card--highlight em {
  color: #000;
}

.card--tag-slide {
  padding-right: unset;
  padding-left: unset;
}

.card--tag-slide .card__illustration {
  gap: .6em;
  width: 100%;
  padding-bottom: 2rem;
  display: grid;
  overflow: hidden;
}

@media (width <= 600px) {
  .card--tag-slide .card__illustration {
    padding-bottom: 1rem;
  }
}

.card--tag-slide .card__header {
  padding-right: var(--card-padding);
  padding-left: var(--card-padding);
}

.card--tag-slide .ui-animation-wrapper {
  --duration: 200s;
  height: 4rem;
  position: relative;
}

@media (width <= 600px) {
  .card--tag-slide .ui-animation-wrapper {
    height: 3em;
  }
}

.card--tag-slide .ui-animation-wrapper > :first-child {
  animation: var(--duration) ui-infiniteSlide infinite both linear;
  position: absolute;
  top: 0;
}

.card--tag-slide .ui-animation-wrapper > :last-child {
  animation: var(--duration) ui-infiniteSlideOffset infinite both linear;
  position: absolute;
  top: 0;
}

@keyframes ui-infiniteSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(100%, 0, 0);
  }

  50.1% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ui-infiniteSlideOffset {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.card--tag-slide .ui-tags {
  color: #b56bff;
  display: flex;
}

.card--tag-slide .ui-tags span {
  background-color: var(--color-content-ground);
  border-radius: 2em;
  width: max-content;
  margin-right: .5rem;
  padding: .5em 1.5em;
  font-size: 1.5rem;
  display: block;
}

@media (width <= 900px) {
  .card--tag-slide .ui-tags span {
    font-size: 1.2rem;
  }
}

.card--tag-slide .ui-tags > .active {
  color: #fff;
  background-color: #b56bff;
}

.card--tags .ui-animation-wrapper {
  --duration: 200s;
}

.card--tags .ui-animation-wrapper:first-child {
  --duration: 120s;
}

.card--tags .ui-animation-wrapper:last-child {
  --duration: 260s;
}

.card--tags .category span {
  background-color: var(--color-sub-purple);
}

.card--repeat .card__illustration {
  gap: .5em;
  display: grid;
}

.card--repeat .ui-select {
  color: var(--color-text);
  cursor: pointer;
  background-color: var(--color-content-ground);
  border-radius: 1em;
  align-items: center;
  padding: 1.25em;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.card--repeat .ui-select .checkbox {
  border: .12em solid var(--color-grey1);
  border-radius: 100%;
  place-items: center;
  width: 1.25em;
  height: 1.25em;
  margin-right: 1em;
  transition: border .2s ease-in-out;
  display: grid;
}

.card--repeat .ui-select .checkbox:before {
  content: "";
  opacity: 0;
  background-color: #b56bff;
  border-radius: 100%;
  width: 70%;
  height: 70%;
  display: block;
}

.card--repeat .ui-select > * {
  transition: color .2s ease-in-out;
}

.card--repeat .ui-select:hover {
  color: #b56bff;
  background-color: var(--color-sub-purple);
}

.card--repeat .ui-select:hover .checkbox {
  border-color: #b56bff;
}

.card--repeat .ui-select.active {
  color: #b56bff;
  background-color: var(--color-sub-purple);
}

.card--repeat .ui-select.active .checkbox {
  border-color: #b56bff;
}

.card--repeat .ui-select.active .checkbox:before {
  opacity: 1;
}

.card--group .profil-images {
  z-index: 3;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(5, 1fr);
  max-width: 25em;
  display: grid;
  position: relative;
}

.card--group .profil-images div {
  aspect-ratio: 1;
  color: var(--color-content-ground);
  background: #b56bff;
  border-radius: 100%;
  place-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.3em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card--group .profil-images picture {
  width: 100%;
  height: 100%;
}

.card--group .profil-images picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card--group .profil-images > :first-child {
  z-index: 2;
  transform: scale(1.3)translateX(33%);
}

.card--group .profil-images > :nth-child(2) {
  transform: scale(.9)translateX(48%);
}

.card--group .profil-images > :nth-child(3) {
  z-index: 3;
  transform: scale(.8)translateX(15%)translateY(-36%);
}

.card--group .profil-images > :nth-child(4) {
  z-index: 2;
  transform: scale(1.1)translateX(-11%)translateY(12%);
}

.card--group .profil-images > :nth-child(5) {
  transform: translateX(-27%);
}

.card--group .checkbox {
  border: .12em solid var(--color-grey1);
  border-radius: 100%;
  place-items: center;
  width: 1.25em;
  height: 1.25em;
  margin-right: 1em;
  transition: border .2s ease-in-out;
  display: grid;
}

.card--group .checkbox:before {
  content: "";
  opacity: 0;
  background-color: #b56bff;
  border-radius: 100%;
  width: 70%;
  height: 70%;
  transition: opacity .2s ease-in-out;
  display: block;
}

.card--group .time-container {
  grid-auto-flow: row;
  gap: .5em;
  margin-top: .5em;
  display: grid;
}

.card--group .time-container p {
  margin: unset;
}

.card--group .time-container > div {
  cursor: pointer;
  background-color: var(--color-content-ground);
  border-radius: 1em;
  align-items: center;
  padding: .7em .9em;
  transition: background-color .2s ease-in-out;
  display: flex;
  position: relative;
}

.card--group .time-container > div.active .checkbox {
  border-color: #b56bff;
}

.card--group .time-container > div.active .checkbox:before {
  opacity: 1;
}

.card--group .time-container .description {
  margin: unset;
  font-size: .9rem;
}

.card--group .time-container time {
  margin: unset;
  font-size: 1.1rem;
}

.card--group .time-container .green {
  color: #5ac54e;
}

.card--group .time-container .orange {
  color: #ff9600;
}

.card--agenda .card__illustration {
  gap: .5em;
  display: grid;
}

.card--agenda .ui-searchbar {
  background-color: var(--color-content-ground);
  border-radius: 1em;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .3em .3em .3em 1em;
  display: grid;
}

.card--agenda .ui-add-button {
  background-color: #b56bff;
  border-radius: 100%;
  place-content: center;
  place-items: center;
  width: 3rem;
  height: 3rem;
  display: grid;
}

.card--agenda .ui-add-button svg {
  width: 70%;
  height: 70%;
}

.card--agenda .ui-agenda-item {
  background-color: var(--color-content-ground);
  border-radius: 1em;
  align-items: center;
  width: 100%;
  padding: .6em;
  display: flex;
}

.card--agenda .ui-agenda-description {
  margin-left: .8rem;
  line-height: 1.3;
}

.card--agenda .ui-profil-image {
  background-color: var(--color-grey2);
  border-radius: 100%;
  width: 2.2em;
  height: 2.2em;
  overflow: hidden;
}

.card--agenda p {
  padding: unset;
  margin: unset;
}

.card--agenda .contenteditable {
  text-overflow: ellipsis;
  max-width: 30em;
  overflow: hidden;
}

.card--agenda .title {
  font-size: 1.1rem;
}

.card--agenda .small {
  font-size: .9rem;
}

.card--agenda .tinted {
  color: var(--color-grey2);
}

.card--focus {
  padding-right: unset;
  padding-left: unset;
  overflow: hidden;
}

.card--focus .card__header {
  padding-right: var(--card-padding);
  padding-left: var(--card-padding);
}

.card--focus .card__illustration {
  grid-template: "a" 1fr
  / 1fr;
  padding-bottom: 2rem;
  display: grid;
  transform: translateX(-2em);
}

.card--focus__grid {
  z-index: 2;
  grid-area: a;
  grid-template-rows: 1fr;
  grid-template-columns: 14.2% 28.4% 14.2% 28.4% 14.2%;
  height: 6rem;
  display: grid;
  position: relative;
}

.card--focus__grid.content {
  z-index: 1;
  grid-template-columns: repeat(7, 14.2%);
}

.card--focus__grid.content div {
  border-left: 1px dotted var(--color-grey1);
}

.card--focus__grid > div {
  grid-template-columns: 100%;
  display: grid;
}

.card--focus .ui-large-tag {
  color: #b56bff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--color-content-ground);
  border-radius: 2em;
  align-self: end;
  width: 100%;
  padding: .5em 1.3em;
  font-size: 1.5rem;
  display: block;
}

@media (width <= 900px) {
  .card--focus .ui-large-tag {
    font-size: 1.2rem;
  }
}

.card--focus .ui-large-tag.highlight {
  background-color: var(--color-sub-purple);
  align-self: start;
}

.home-join {
  padding: var(--layout-size-s);
  --duration: 180s;
  border-radius: 3rem;
  grid-template: "a b" 100%
  / 1fr 1fr;
  align-items: center;
  gap: 2rem;
  height: 100vh;
  min-height: 20rem;
  max-height: 1800px;
  display: grid;
  overflow: hidden;
}

@media (width >= 1700px) {
  .home-join {
    max-width: 1700px;
    margin: 0 auto;
  }
}

@media (width <= 900px) {
  .home-join {
    height: unset;
    grid-template: "b" 1fr
                   "a"
                   / 1fr;
    padding-top: 2rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
}

@media (width <= 600px) {
  .home-join {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}

@media (width <= 500px) {
  .home-join br {
    display: none;
  }
}

.home-join__text {
  z-index: 5;
  position: relative;
}

@media (width <= 900px) {
  .home-join__text {
    text-align: center;
    place-items: center;
    padding-top: 3rem;
    display: grid;
  }

  .home-join__text div {
    place-items: center;
    display: grid;
  }
}

.home-join .title {
  margin: unset;
  margin-bottom: 1.5rem;
}

@media (width <= 600px) {
  .home-join .title {
    max-width: 13rem;
    font-size: 2rem;
  }
}

.home-join .button {
  margin-top: 1.5rem;
}

.home-join__illustration {
  grid-area: b;
  place-items: center;
  height: 100%;
  transition: transform 2s cubic-bezier(.075, .82, .165, 1);
  display: grid;
  position: relative;
}

@media (width <= 900px) {
  .home-join__illustration {
    min-height: 25rem;
  }
}

.home-join__illustration svg {
  z-index: 1;
  height: 100%;
  max-height: 40rem;
  position: absolute;
  left: 50%;
  overflow: visible;
  transform: translateX(-50%);
}

@media (width <= 1400px) and (height >= 70rem) and (width >= 800px) {
  .home-join__illustration svg {
    transform: scale(.6)translateX(-90%);
  }
}

.home-join__illustration .person-center {
  transform-origin: center;
  transform-box: fill-box;
  transition: transform 2s cubic-bezier(.075, .82, .165, 1);
}

.home-join__illustration .inner-circle {
  transform-origin: center;
  animation: fullRotate var(--duration) linear infinite;
}

.home-join__illustration .second-circle {
  transform-origin: center;
  animation: 200s linear infinite reverse fullRotate;
}

.home-join__illustration .outer-circle {
  transform-origin: center;
  animation: 200s linear infinite fullRotate;
}

.home-join__illustration .person {
  transform-box: fill-box;
  transform-origin: center;
  animation: fullRotate var(--duration) linear infinite reverse;
}

.home-join__illustration:not([scroll-visible]), .home-join__illustration:not([scroll-visible]) .person-center {
  transition: transform 1s linear;
  transform: scale(0);
}

.legal {
  background-color: var(--color-content-ground);
  min-height: 100%;
}

.legal:before {
  display: none;
}

.legal .content-wrapper {
  padding-right: var(--layout-size-s);
  padding-bottom: 5rem;
  padding-left: var(--layout-size-s);
  max-width: 1700px;
  margin: 10rem auto 0;
}

.legal h1 {
  margin-bottom: 4rem;
  margin-left: 1rem;
}

.legal-links {
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  display: grid;
}

@media (width <= 800px) {
  .legal-links {
    grid-template-columns: 1fr;
  }
}

.legal-links > a {
  background-color: var(--color-content-element);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  transition: background-color .1s ease-in-out, color .1s ease-in-out;
  display: flex;
}

.legal-links > a svg {
  width: 2rem;
  height: 2rem;
}

.legal-links > a:hover {
  color: var(--color-content-ground);
  background-color: #b56bff;
}

.legal .fill {
  fill: currentColor;
  stroke: none;
}

.legal .stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-miterlimit: 10;
}

.legal footer {
  z-index: 3;
  padding-right: var(--layout-size-s);
  padding-left: var(--layout-size-s);
  max-width: 1700px;
  margin: 0 auto;
  position: fixed;
  bottom: 3rem;
}

@media (width <= 800px) {
  .legal footer {
    position: relative;
  }
}

.legal footer > a {
  margin-top: 5rem;
  margin-left: 1rem;
}

