:root {
  --white: white;
  --black: black;
}

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

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

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

.new-page {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 96px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.navbar-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.navbar-text:hover {
  -webkit-text-decoration: underline #70e8be;
  text-decoration: underline #70e8be;
  text-decoration-thickness: 3px;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.hero-heading-left {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-big {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-big.align-right {
  text-align: right;
}

.text-big.sub-heading {
  white-space: pre;
  word-break: normal;
  font-size: 24px;
}

.text-big.link {
  -webkit-text-decoration: underline #70e8be;
  text-decoration: underline #70e8be;
  text-decoration-thickness: 5px;
}

.text-big.link:hover {
  color: #70e8be;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  background-color: #70e8be;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 24px 64px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #88fcd4;
}

.text-2 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.column-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-2-columns {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header {
  grid-column-gap: 24px;
  background-color: #f8f8f8;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.f2wf-columns {
  background-color: #0000;
  padding-bottom: 0;
}

._2-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

._2-columns.minus-margin {
  margin-top: -150px;
}

.column-3 {
  grid-row-gap: 24px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.services-text {
  color: #000;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.services-text.align-right {
  text-align: right;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.product-ownership-agile-coaching-facilitating-workshops-like-design-sprints {
  color: #000;
  text-align: right;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.subtitle {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.image {
  grid-row-gap: 10px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.features-metrics {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.columns {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.metric {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.metric-value {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 200;
  line-height: 100%;
  text-decoration: none;
}

.years-of-experience-in-developing-digital-products {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.paragraph {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.paragraph._50-percent {
  width: 50%;
}

.image-2 {
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

._3-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-title {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.logos {
  grid-column-gap: 124px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: grid;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 167.912px;
  height: 57.1927px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 71.8575px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 39.595px;
  text-decoration: none;
  display: flex;
}

.d_fb_960x960_profilbild_1_web-copy {
  object-fit: contain;
}

.vectors-wrapper-6 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 174.511px;
  height: 36.662px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 67.4581px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62.8644px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 124.709px;
  height: 48.3211px;
  text-decoration: none;
  display: flex;
}

.heading-3-columns {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.author {
  color: #70e8be;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  text-decoration: none;
}

.work-sebastian-lohrm {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.body {
  letter-spacing: -.3px;
  background-color: #fff;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.list-item {
  font-size: 24px;
  line-height: 30px;
}

.logo-image {
  height: 120px;
}

.image-3 {
  width: 100%;
}

.image-4 {
  object-fit: contain;
  height: 60px;
}

.image-5 {
  position: static;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-container, .container-4, .container-5 {
  width: 80%;
}

.image-6 {
  position: absolute;
}

.icon {
  margin-top: 175px;
  padding-bottom: 324px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
}

.image-7 {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
}

.slide-nav {
  background-color: #0000;
  display: none;
}

.image-link:hover {
  -webkit-text-fill-color: inherit;
  background-color: #70e8be;
  background-clip: border-box;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    justify-content: center;
  }

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

  .f2wf-columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
  }

  ._2-columns.minus-margin {
    margin-top: 0;
  }

  .column-4 {
    display: flex;
  }

  ._3-columns, .logos {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }

  .vectors-wrapper-3 {
    object-fit: contain;
    overflow: visible;
  }

  .vectors-wrapper-4, .vectors-wrapper-5, .d_fb_960x960_profilbild_1_web-copy, .vectors-wrapper-6, .vectors-wrapper-7, .vectors-wrapper-8, .vectors-wrapper-9, .image-4 {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .section-hero, .hero-heading-left {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container {
    flex-flow: wrap-reverse;
  }

  .column {
    padding-bottom: 16px;
  }

  .title {
    font-size: 50px;
  }

  .text-big {
    font-size: 32px;
  }

  .text-big.align-right {
    text-align: left;
  }

  .text-big.sub-heading {
    white-space: normal;
  }

  .actions {
    padding-top: 0;
  }

  .container-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .f2wf-columns {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-columns.minus-margin {
    margin-top: 0;
  }

  .services-text {
    white-space: normal;
  }

  .services-text.align-right {
    text-align: left;
  }

  .column-4 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .column-5 {
    display: block;
  }

  .product-ownership-agile-coaching-facilitating-workshops-like-design-sprints {
    text-align: left;
  }

  .image {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .metric {
    padding-bottom: 64px;
  }

  .metric-value {
    font-size: 90px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph._50-percent {
    width: 100%;
  }

  .logos {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-wrapper {
    width: 80px;
  }

  .image-3 {
    box-sizing: border-box;
    object-fit: fill;
  }

  .image-5 {
    padding-bottom: 32px;
  }

  .slider {
    width: 100%;
  }

  .slide-container {
    width: 70%;
  }

  .icon {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .image-link {
    text-align: left;
  }

  .text-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  #w-node-_2e3600d8-95ed-d755-5f4d-cf84a183da13-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e526a-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e526e-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e526c-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e527c-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e5274-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e5272-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e5278-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e527a-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e5276-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e5270-cfd1c378, #w-node-_00bbeb5b-99c4-74f9-385c-0b3e1f3e527e-cfd1c378 {
    place-self: center;
  }
}


