:root {
  --light: whitesmoke;
  --primary-washed: #e0c0fc;
  --dark: #212121;
  --accent: #e1ff01;
  --primary-solid: #6200ee;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.section__hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
}

.container {
  background-color: green;
  width: 90%;
  max-width: 1436px;
  height: 100%;
}

.header {
  z-index: 50;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  cursor: auto;
  background-color: #00000059;
  border: 1px #000;
  outline-width: 0;
  outline-style: none;
  flex-flow: column-reverse;
  place-content: center;
  align-items: center;
  height: 90px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.tagline {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--light);
  text-transform: uppercase;
  flex-direction: row;
  order: 1;
  align-items: center;
  font-family: JetBrains Mono, sans-serif;
  font-size: 16px;
  display: flex;
}

.background-video-2 {
  z-index: -20;
  width: 100vw;
  height: 100vh;
  position: static;
  top: 0;
}

.hero_overlayer {
  z-index: 20;
  background-color: #00000059;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.container__inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1146px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.container__inner.container_intro {
  margin-top: 100px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 1436px;
  display: flex;
}

.container-2 {
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1436px;
  display: flex;
}

.container__wide {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1436px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container__wide.container__footer {
  flex-direction: row;
}

.image {
  order: -1;
}

.h1_intro {
  color: var(--light);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  position: static;
}

.text-block {
  color: var(--primary-washed);
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.hero_content_body_list_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  align-items: center;
  display: flex;
  overflow: visible;
}

.hero_content_catchphrase {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: green;
  flex-direction: column;
  order: -1;
  align-items: center;
  max-height: 50%;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.hero_content_body {
  margin-top: 0;
}

.hero_content_body_list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  border-radius: 20px;
}

.floating {
  border: 1px solid var(--primary-washed);
  border-radius: 20px;
  width: 90%;
  max-width: 1436px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 20px 44px #0003;
}

.container__header {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1426px;
  display: flex;
}

.hero_interface_designer {
  border: 1px solid var(--primary-washed);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1436px;
  margin-top: -416px;
  display: block;
  position: static;
  top: auto;
  overflow: hidden;
  box-shadow: 0 20px 44px #0009;
}

.hero_content {
  z-index: 40;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1426px;
  max-height: 80vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0 auto;
}

.section__intro {
  background-color: var(--dark);
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: static;
  top: auto;
}

.divider {
  opacity: .2;
  background-color: #fff6;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.underlayer {
  z-index: -30;
  background-color: var(--accent);
  width: 100vw;
  position: absolute;
}

.paragraph {
  color: var(--light);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.primary-washed {
  color: var(--primary-washed);
  font-size: 18px;
}

.paragraph.primary-washed.paragraph-small {
  font-size: 14px;
}

.paragraph.paragraph-small {
  font-size: 18px;
}

.paragraph.dark {
  color: var(--dark);
}

.paragraph.paragraph-intro {
  object-fit: fill;
  margin: 100px 0;
}

.paragraph.paragraph-intro.dark.centered {
  text-align: center;
}

.heading-2 {
  color: var(--light);
}

.text-span {
  text-transform: uppercase;
}

.grid {
  grid-template-rows: auto;
}

.testimonial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px none var(--primary-washed);
  background-color: #6200ee1a;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  padding: 0;
  display: flex;
}

.testimonial.gradient-border {
  border-style: none;
  padding: 1px;
}

.author {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.author-avatar {
  background-color: var(--primary-washed);
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.author-info-name {
  font-size: 14px;
}

.author-info-position {
  opacity: .5;
}

.author-avatar-overlayer {
  background-color: var(--primary-washed);
  background-image: linear-gradient(to bottom, var(--primary-solid), var(--primary-washed));
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #6200ee1a;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.section__marquee {
  background-color: var(--light);
  flex-direction: row;
  width: 100vw;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.section__hwhs {
  background-color: #2e214a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h1-light {
  opacity: 1;
  color: var(--light);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h1-light.under {
  opacity: 1;
  position: relative;
  top: -309px;
}

.heading-3 {
  color: var(--primary-washed);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.pill-style1 {
  object-fit: contain;
  background-color: #e0c0fc4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section__title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section__title.more_space {
  margin-bottom: 100px;
}

.background-video-3 {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  overflow: visible;
}

.grid__hwhs {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: start center;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.card-big {
  max-width: 400px;
}

.card-big.card-big-hw {
  aspect-ratio: auto;
  object-fit: contain;
  min-width: 100%;
  height: auto;
  overflow: visible;
}

.card-big.card-big-sw {
  object-fit: fill;
  min-width: 100%;
  height: auto;
}

.card-big-image {
  background-color: var(--light);
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 220px;
}

.card-big-image.card-big-image-hw {
  background-image: url('../images/ska_reider_outdoor_totem_humelab.webp');
  width: 100%;
  height: 300px;
}

.card-big-image.card-big-image-sw {
  background-image: url('../images/sw_ska_designer.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.card-big-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-solid);
  object-fit: fill;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.card-title {
  color: var(--light);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.card-tagline {
  color: var(--light);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column {
  aspect-ratio: auto;
  display: flex;
}

.column-2 {
  display: flex;
}

.section__features {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hi-dark {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.pill-style2 {
  background-color: var(--primary-washed);
  object-fit: contain;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid__features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  place-items: stretch center;
  margin-top: 100px;
}

.card-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--dark);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.card-feature-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.h3-card-feature {
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
}

.section__how_it_works {
  background-color: var(--primary-washed);
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: static;
}

.container__how_it_works.container__wide {
  align-items: center;
  max-width: 1146px;
}

.pill-accent {
  background-color: var(--accent);
  object-fit: contain;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grid__how_it_works {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.step {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  font-size: 18px;
}

.heading-5 {
  text-transform: uppercase;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.section__modules {
  background-color: var(--dark);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container__modules {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1146px;
  display: flex;
}

.card-module-bad {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--dark);
  background-color: var(--primary-solid);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
}

.card-module-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.h3-card-module {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
}

.quick-stack {
  padding: 0;
}

.cards_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  column-count: 3;
  column-rule-width: 0px;
  overflow-wrap: normal;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 20px;
  height: auto;
  display: block;
  overflow: visible;
}

.columns-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  display: block;
}

.column-l {
  padding-left: 0;
}

.column-r {
  padding-left: 10px;
  padding-right: 0;
}

.div-block-6 {
  background-color: #ff0;
  background-image: linear-gradient(to bottom, var(--primary-washed), var(--primary-solid));
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1px;
  display: flex;
  position: static;
}

.ext {
  z-index: 0;
  background-color: #ff0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.int {
  background-color: navy;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.ext-copy {
  z-index: 10;
  background-color: navy;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin: 1px;
  padding: 40px;
  position: absolute;
  top: 0;
}

.card-module-content {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-solid);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 99%;
  margin: .5px;
  padding: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.card-module {
  background-image: linear-gradient(to bottom, var(--primary-washed) 50%, var(--primary-solid));
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: .5px;
  display: flex;
  position: static;
}

.columns-modules {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.deployments {
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  width: 100%;
  margin-top: 100px;
  box-shadow: 0 30px 50px #6200ee4d;
}

.section__designer_player {
  background-color: var(--light);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container__designer_player {
  width: 90%;
}

.section {
  background-color: var(--primary-solid);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.section__cta {
  grid-row-gap: 40px;
  background-color: var(--primary-solid);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.container__cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.credits {
  color: var(--light);
  order: 0;
}

.div-block-7 {
  clear: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  order: -1;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-8 {
  order: 1;
}

.mentions {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  order: -1;
  align-items: center;
  display: flex;
}

.card-testimonial {
  background-image: linear-gradient(to bottom, var(--primary-washed) 50%, var(--primary-solid));
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5px;
  display: flex;
  position: static;
}

.card-testimonial-content {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #281e36;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 99%;
  margin: .5px;
  padding: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.marquee-content {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  margin-right: 40px;
}

.marquee_cta {
  align-items: stretch;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.hero_video {
  z-index: -20;
  background-color: var(--dark);
  width: 100vw;
  height: 100vh;
  position: static;
  top: 0;
}

.grid-6 {
  grid-template-rows: auto;
}

.grid__intro {
  grid-column-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
}

.list {
  color: var(--light);
  margin-top: 20px;
  padding-left: 12px;
}

.list-item {
  color: var(--light);
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.list-item-2, .list-item-3 {
  margin-bottom: 20px;
}

.social-hub-arendt {
  border: 1px solid #e0c0fd4d;
  border-radius: 20px;
  margin-top: 0;
  box-shadow: 0 30px 50px #6200ee4d;
}

.text-span-2 {
  text-transform: uppercase;
}

.text-span-3 {
  opacity: .4;
  color: var(--primary-solid);
  font-family: JetBrains Mono, sans-serif;
  font-size: 50px;
}

.heading_wrap {
  width: 64%;
}

.split-lines {
  z-index: 10;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: block;
  position: relative;
}

.duplicata {
  z-index: 1;
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
}

.about {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container__footer {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1436px;
  display: flex;
}

.intro__info {
  color: var(--light);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.grid__intro_explainer_columns {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.grid__intro_explainer {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro__info_title {
  color: var(--primary-washed);
  text-transform: uppercase;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.grid__intro_explainer_col {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.text-span-4, .bold {
  font-weight: 700;
}

.section__legal {
  background-color: var(--dark);
  padding-top: 200px;
  padding-bottom: 100px;
}

.container__legal {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 900px;
  display: flex;
}

.legal__content_paragraph {
  color: var(--light);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.legal__content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.legal__content_title {
  color: var(--primary-washed);
  margin-top: 0;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
}

.list-item-4, .list-item-4-copy {
  color: var(--light);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.link {
  color: var(--light);
  text-decoration: none;
}

.link.w--current {
  text-decoration: none;
}

.divider_full {
  opacity: .5;
  background-color: #ffffff4d;
  width: 100vw;
  height: 2px;
  margin-top: -2px;
}

.h1_hero {
  z-index: 40;
  color: var(--light);
  text-align: center;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  position: absolute;
  top: 16vh;
}

.grid__intro_title {
  background-image: linear-gradient(to bottom, var(--primary-washed), var(--primary-solid));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 60px;
  display: inline;
}

.image-3 {
  opacity: 1;
}

.testimonial-link {
  text-transform: uppercase;
  font-size: 14px;
}

.card-testimonial-a {
  color: var(--primary-washed);
}

.highlighted {
  background-color: #e0c0fc33;
  border-radius: 5px;
  padding: 10px;
  font-weight: 500;
}

.button {
  background-color: var(--accent);
  color: var(--dark);
  text-transform: none;
  border: 0 #b4cc00;
  border-radius: 100px;
  padding: 30px 40px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  box-shadow: 0 10px 20px #0000004d;
}

.image-4 {
  display: none;
}

.hero_key_visual {
  z-index: 100;
  position: relative;
  bottom: 0;
}

.hero_content_visual {
  z-index: 100;
  flex: 1;
  order: 1;
  position: static;
}

.image-5 {
  z-index: 5;
  border-radius: 20px;
  min-width: 1100px;
  max-width: 1100px;
  position: relative;
}

.hero_content_key_visual {
  background-color: pink;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1426px;
  margin-top: 100px;
  display: flex;
  position: static;
  bottom: 0;
}

.div-block-10 {
  z-index: 200;
  position: absolute;
}

.div-block-11 {
  z-index: 5;
  position: relative;
  top: -203px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-6 {
  display: block;
  position: relative;
  bottom: 0;
}

.hero_bg_video {
  z-index: 10;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.section_player {
  background-color: var(--dark);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.container_player {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.player_univers {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.image-7 {
  height: 800px;
}

.image-8 {
  z-index: 10;
  position: absolute;
  top: 530px;
  right: -220px;
}

.image-9 {
  z-index: 10;
  position: absolute;
  top: 220px;
  left: -100px;
}

.image-10 {
  z-index: 20;
  position: absolute;
  top: 980px;
  left: 150px;
}

.image-11 {
  position: absolute;
  top: 989px;
  right: -100px;
}

.image-12 {
  position: absolute;
  top: 660px;
  left: -150px;
}

.background-video-4 {
  z-index: 10;
  width: 350px;
  height: 626px;
  position: absolute;
  top: 100px;
}

.background-video-5 {
  z-index: 20;
  width: 13%;
  position: static;
  inset: 0% 0% auto auto;
}

.logo_ska_hub_footer {
  opacity: .1;
  width: 100%;
  margin-top: 100px;
}

.background-video-6 {
  display: none;
}

.background-video-7 {
  z-index: 10;
  width: 350px;
  height: 626px;
  position: absolute;
  top: 338px;
}

.logic {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.heading-7 {
  color: var(--light);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-span-5 {
  color: var(--primary-washed);
  font-family: Roboto, sans-serif;
}

.grid-7 {
  grid-column-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid__intro_col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.div-block-15 {
  order: 1;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: 1;
  align-items: center;
  display: flex;
}

.link-2, .link-3 {
  color: var(--light);
}

.image-16 {
  width: 100%;
  margin-top: 100px;
}

.image-17 {
  position: absolute;
  top: 320px;
  left: auto;
  right: -100px;
}

.hero_scene {
  z-index: 40;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.image-18 {
  position: relative;
}

.image-19 {
  order: -1;
}

.hero_scene_totem {
  z-index: 30;
  max-height: 60vh;
  position: absolute;
  overflow: hidden;
}

.heading-8 {
  z-index: 40;
  position: relative;
}

.hero_scene_couple {
  max-height: 50vh;
  overflow: hidden;
}

.hero_scene_woman_ui {
  max-height: 60vh;
  overflow: hidden;
}

.photo-mertert-wasserbilig {
  z-index: 9999;
  border: 1px solid #e0c0fd4d;
  border-radius: 20px;
  margin-top: 100px;
  display: block;
  position: relative;
  box-shadow: 0 30px 50px #6200ee4d;
}

.paragraph-3 {
  color: #f5f5f5;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.intro__info-2 {
  color: #e0c0fc;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.h1_intro-2 {
  color: #f5f5f5;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  position: static;
}

.grid__intro_title-2 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 60px;
  display: inline;
}

.theproblem {
  background-color: #ffffff1a;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px;
}

.case-img {
  border: 1px solid #e0c0fd4d;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 0 30px 50px #6200ee4d;
}

.commune-feulen {
  margin-top: 50px;
}

.case-caption {
  z-index: 1000;
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  bottom: 20px;
}

.case {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-18 {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 50px;
  padding: 10px 20px;
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section__hero {
    height: 80vh;
    min-height: 100vh;
  }

  .tagline {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
  }

  .container__wide {
    display: block;
  }

  .container__wide.container__footer {
    flex-direction: row;
    align-items: flex-end;
  }

  .h1_intro {
    font-size: 50px;
    line-height: 60px;
  }

  .h1_intro.heading-intro {
    font-size: 40px;
    line-height: 50px;
  }

  .hero_content_body_list {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }

  .hero_interface_designer {
    border-radius: 10px;
    margin-top: -200px;
  }

  .h1-light {
    text-align: center;
  }

  .mentions {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid__intro {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading_wrap {
    width: 90%;
  }

  .container__footer {
    align-items: flex-start;
  }

  .h1_hero {
    font-size: 50px;
    line-height: 60px;
  }

  .h1_hero.heading-intro {
    font-size: 40px;
    line-height: 50px;
  }

  .player_univers {
    display: block;
  }

  .image-8, .image-9, .image-10, .image-11, .image-12 {
    display: none;
  }

  .background-video-6 {
    z-index: 10;
    width: 51%;
    height: 630px;
    margin-top: 100px;
    display: none;
    position: absolute;
    top: 239px;
  }

  .background-video-7 {
    top: 389px;
    left: 171px;
  }

  .logic {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .image-13, .image-14 {
    transform: rotate(90deg);
  }

  .h1_intro-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .theproblem {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading_wrap {
    width: 90%;
  }

  .background-video-6 {
    width: 69%;
  }

  .background-video-7 {
    top: 439px;
    left: 80px;
  }
}

@media screen and (max-width: 479px) {
  .tagline {
    margin-top: 20px;
    display: none;
  }

  .container__wide.container__footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .h1_intro {
    font-size: 50px;
    line-height: 40px;
  }

  .container__header {
    justify-content: center;
  }

  .hero_content {
    height: 57vh;
  }

  .section__intro {
    padding-bottom: 50px;
  }

  .grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .author {
    flex-direction: column;
    align-items: flex-start;
  }

  .section__hwhs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1-light {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .grid__hwhs {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .section__features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hi-dark {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .grid__features {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card-feature-title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .section__how_it_works {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid__how_it_works {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section__modules {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-module-title {
    text-align: left;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .column-l {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .column-r {
    padding-left: 0;
  }

  .columns-modules {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section__designer_player {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container__cta {
    display: none;
  }

  .mentions {
    align-items: flex-start;
  }

  .card-testimonial {
    align-items: center;
  }

  .grid-6 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid__intro {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading_wrap {
    width: 90%;
  }

  .split-lines, .duplicata {
    font-size: 30px;
    line-height: 36px;
  }

  .container__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro__info {
    text-align: center;
  }

  .grid__intro_explainer_columns {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid__intro_explainer_col {
    align-items: center;
    width: 100%;
  }

  .section__legal {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1_hero {
    font-size: 30px;
    line-height: 40px;
  }

  .section_player {
    display: none;
  }

  .image-7 {
    height: auto;
  }

  .background-video-6 {
    height: 350px;
    top: 224px;
  }

  .background-video-7 {
    width: 199px;
    height: 350px;
    top: 485px;
    left: 44px;
  }

  .logic {
    width: 90%;
  }

  .body {
    display: block;
  }

  .intro__info-2 {
    text-align: center;
  }

  .h1_intro-2 {
    font-size: 50px;
    line-height: 40px;
  }

  .theproblem {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

#w-node-ca089044-6e98-6d7e-3e41-c7d21a03b3ba-81527a85, #w-node-ca089044-6e98-6d7e-3e41-c7d21a03b3bb-81527a85, #w-node-ca089044-6e98-6d7e-3e41-c7d21a03b3c0-81527a85, #w-node-ca089044-6e98-6d7e-3e41-c7d21a03b3c1-81527a85, #w-node-ca089044-6e98-6d7e-3e41-c7d21a03b3c6-81527a85, #w-node-ca089044-6e98-6d7e-3e41-c7d21a03b3c7-81527a85, #w-node-dce52a1a-f5e6-1e48-06d3-558812341fb4-81527a85, #w-node-dce52a1a-f5e6-1e48-06d3-558812341fb5-81527a85, #w-node-dce52a1a-f5e6-1e48-06d3-558812341fba-81527a85, #w-node-dce52a1a-f5e6-1e48-06d3-558812341fbb-81527a85, #w-node-dce52a1a-f5e6-1e48-06d3-558812341fc0-81527a85, #w-node-dce52a1a-f5e6-1e48-06d3-558812341fc1-81527a85, #w-node-_995acc33-78c3-1919-fd42-d213587a0aba-81527a85, #w-node-_59ce2131-a3df-667e-ae1d-7e1e19469ffe-81527a85, #w-node-_201bcccf-396f-677c-8d8c-2021215c60f7-81527a85, #w-node-_201bcccf-396f-677c-8d8c-2021215c60f8-81527a85, #w-node-_60278e3d-bdce-1dc7-3ca5-f200d60fb553-81527a85, #w-node-_60278e3d-bdce-1dc7-3ca5-f200d60fb554-81527a85, #w-node-_57f7966a-bb04-36d3-01bc-ca36a94fc14d-81527a85, #w-node-aff54e05-1fa4-d913-110d-b7708c4ff7e4-81527a85, #w-node-_9b4f782e-912e-b31b-72b1-0aa979e80ee9-81527a85, #w-node-d1f7a9cd-dc44-09e3-9fdd-4a84c0442d27-81527a85, #w-node-c6012295-f8d9-e350-713b-499b9c2b2794-81527a85, #w-node-_7c4177bc-1e62-9473-5c5e-e55a8c2253ca-81527a85, #w-node-e576c87a-a437-a3eb-a5a1-8d33de8472aa-81527a85, #w-node-d1e63efd-1149-1985-2b35-1973968f7a97-81527a85, #w-node-_6df754c1-f7f1-1228-d508-6d57064983fd-81527a85, #w-node-_22f813a6-507e-8031-f888-ac27c8a1fe3f-81527a85, #w-node-_642e2ec2-b21b-ab45-bfb4-207be9d29543-81527a85, #w-node-b2174d0b-080e-23a8-a560-ebba214c8229-81527a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


