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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #18154c;
  font-size: 1rem;
  line-height: 150%;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

a {
  position: relative;
  color: #18154c;
  text-decoration: none;
}

a:active {
  top: 1px;
}

form {
  background-color: transparent;
}

label {
  display: block;
  margin-bottom: 0rem;
  font-weight: 700;
}

.section {
  position: relative;
  padding: 1rem 2rem;
}

.section.lmtd-wide {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.einblendmen-mg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-mg.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-mg.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-mg.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-mg.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-mg.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-mg.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-mg.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  margin: 300px 0rem 10vh;
  padding-top: 0px;
}

.col {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.col.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col.col-4.col-footer.col-100-ml {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col.col-4.col-footer.col-100-ml {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.col.nopad.col-6.weglot-is {
  display: none;
  height: 100%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.nopad.col-6.halfpage {
  overflow: hidden;
}

.col.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-radius: 0px;
}

.col.nopad.col-6.poweroflang {
  height: 100%;
  border-radius: 80px;
}

.fill {
  width: 100%;
  height: 1rem;
  min-width: 0.125rem;
  background-color: rgba(36, 12, 46, 0.1);
}

.fill.f2 {
  background-color: #e8f1f0;
}

.fill.f3 {
  background-color: #f1e8f0;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33%;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.99%;
  -ms-flex: 0 0 24.99%;
  flex: 0 0 24.99%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.32%;
  -ms-flex: 0 0 33.32%;
  flex: 0 0 33.32%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.65%;
  -ms-flex: 0 0 41.65%;
  flex: 0 0 41.65%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33%;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66%;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 74.99%;
  -ms-flex: 0 0 74.99%;
  flex: 0 0 74.99%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.32%;
  -ms-flex: 0 0 83.32%;
  flex: 0 0 83.32%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.65%;
  -ms-flex: 0 0 91.65%;
  flex: 0 0 91.65%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.off-11 {
  margin-left: 91.65%;
}

.off-10 {
  margin-left: 83.32%;
}

.off-9 {
  margin-left: 74.99%;
}

.off-8 {
  margin-left: 66.66%;
}

.off-7 {
  margin-left: 58.33%;
}

.off-6 {
  margin-left: 50%;
}

.off-5 {
  margin-left: 41.65%;
}

.off-4 {
  margin-left: 33.32%;
}

.off-3 {
  margin-left: 24.99%;
}

.off-2 {
  margin-left: 16.66%;
}

.off-1 {
  margin-left: 8.33%;
}

.row-nomar {
  margin-right: 0px;
  margin-left: 0px;
}

.h-huge {
  margin-top: 0px;
  margin-bottom: 3vw;
  font-family: Oswald, sans-serif;
  font-size: 3.6vw;
  line-height: 1.2;
}

.h-huge.p-bold.mb-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #fff;
}

.h-large {
  margin-top: 0px;
  margin-bottom: 1.75rem;
  font-family: Oswald, sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.h-normal {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.h-small {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h-tiny {
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.h-mini {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: Oswald, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-normal-l {
  margin-bottom: 1rem;
  font-family: 'Droid Serif', serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p-normal-s {
  position: static;
  font-family: 'Droid Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.mb-normal {
  margin-bottom: 2rem;
}

.p-small-l {
  margin-bottom: 0.75rem;
  font-family: 'Droid Serif', serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.p-small-s {
  font-family: 'Droid Serif', serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.p-tiny {
  font-family: 'Droid Serif', serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.02em;
}

.v-last {
  margin-bottom: 0rem;
}

.mt-normal {
  margin-top: 2rem;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn.primary {
  background-color: #3c46fb;
  box-shadow: 0 0 0 0rem rgba(60, 70, 251, 0);
  -webkit-transition: background-color 100ms ease, box-shadow 100ms ease;
  transition: background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
  font-style: normal;
}

.btn.primary:hover {
  background-color: #333df0;
  box-shadow: 0 0 0 0.25rem #ff8177;
}

.btn.ghost {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  box-shadow: inset 0 0 0 0.125rem rgba(36, 12, 46, 0.1), inset 0 0 0 10rem rgba(242, 240, 243, 0);
  -webkit-transition: padding 200ms cubic-bezier(.55, .085, .68, .53), color 200ms ease, box-shadow 100ms ease;
  transition: padding 200ms cubic-bezier(.55, .085, .68, .53), color 200ms ease, box-shadow 100ms ease;
}

.btn.ghost:hover {
  padding-left: 2.5rem;
  box-shadow: inset 0 0 0 0rem rgba(36, 12, 46, 0.1), inset 0 0 0 10rem #3c46fb;
  color: #fff;
}

.btn.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn.simple:hover {
  box-shadow: none;
}

.btn.footer1 {
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn.footer2 {
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn.footer3 {
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mb-small {
  margin-bottom: 1rem;
}

.mb-tiny {
  margin-bottom: 0.5rem;
}

.mb-large {
  margin-bottom: 10vh;
}

.mb-huge {
  display: block;
  margin-bottom: 40vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr-tiny {
  margin-right: 0.5rem;
}

.p-bold {
  font-weight: 700;
}

.grid-row-com {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-com {
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.p-link {
  box-shadow: 0 0 0 0 rgba(36, 12, 46, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #3c46fb;
  text-decoration: none;
}

.p-link:hover {
  box-shadow: 0 2px 0 0 #ffe8ae;
}

.p-link.special {
  display: none;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 5rem;
  background-color: #3c46fb;
  box-shadow: none;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.p-link.special:hover {
  background-color: #ff8177;
  box-shadow: none;
}

.p-link.link-footer {
  color: hsla(0, 0%, 100%, 0.76);
}

.p-link.link-footer:hover {
  box-shadow: 0 2px 0 0 #ff8177;
  color: #fff;
}

.list {
  margin-bottom: 0rem;
  padding-left: 3rem;
  font-family: Oswald, sans-serif;
}

.list-item.bulletless {
  list-style-type: none;
}

.mt-tiny {
  margin-top: 0.5rem;
}

.p-large {
  display: block;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.p-large.p-bold {
  text-align: center;
}

.p-large.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.p-large.lh12 {
  font-size: 1rem;
  line-height: 170%;
  font-weight: 400;
}

.hl-rosa {
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-family: Oswald, sans-serif;
  font-size: 7vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.hl-rosa.intro-2 {
  position: absolute;
  z-index: 1;
  margin-bottom: 0rem;
  opacity: 0.1;
  color: #fff;
  font-size: 8vw;
  letter-spacing: 0.2em;
}

.hl-rosa.intro-2.lennon {
  display: none;
  color: #8437fd;
  text-align: center;
}

.hl-rosa.intro-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 0rem;
  opacity: 0.85;
  color: #ff8177;
}

.hl-rosa.intro-1.p-gradient-1 {
  display: none;
  background-color: transparent;
  color: #00c2ab;
  text-align: center;
  letter-spacing: 0.2em;
}

.hl-rosa.intro-3 {
  position: absolute;
  margin-bottom: 0rem;
  opacity: 0.5;
  color: #e8e9ff;
  font-size: 9vw;
  letter-spacing: 0.2em;
}

.hl-rosa.intro-3.lennon {
  display: none;
  opacity: 0.26;
  color: #8437fd;
  text-align: center;
}

.ico {
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
}

.ico.scroll {
  position: absolute;
  left: 49.5%;
  top: auto;
  right: 49.5%;
  bottom: 2%;
  width: 2rem;
  height: 2rem;
  color: #fff;
}

.ico.addlang {
  position: absolute;
  left: 1rem;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ico.arrow-dd {
  width: 2vh;
  height: 2vh;
}

.ml-tiny {
  margin-left: 0.5rem;
}

.mt-huge {
  margin-top: 6rem;
}

.ml-huge {
  margin-left: 6rem;
}

.mr-huge {
  margin-right: 6rem;
}

.mt-large {
  margin-top: 4rem;
}

.ml-large {
  margin-left: 4rem;
}

.mr-large {
  margin-right: 4rem;
}

.ml-normal {
  margin-left: 2rem;
}

.mr-normal {
  margin-right: 2rem;
}

.mt-small {
  margin-top: 1rem;
}

.ml-small {
  margin-left: 1rem;
}

.mr-small {
  margin-right: 1rem;
}

.nopad {
  padding: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.lmtr-wide {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.lmtr-narrow {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.flex-v-ast-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-h-ast-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cantread-stydy-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  cursor: none;
}

.cantread-stydy-link:hover {
  color: #ff8177;
}

.flex-h-ac-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-h-ac-js.copyright {
  color: hsla(0, 0%, 100%, 0.5);
}

.flex-h-ae-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-h-ab-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-h-as-jc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h-as-je {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h-as-jsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h-as-jsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-v-as-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-v-ac-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-v-ae-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-v-ab-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-v-as-jc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-v-as-je {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-v-as-jsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-v-as-jsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4rem;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3c46fb;
}

.logo-wrapper.weglot-exclude {
  display: none;
}

.logo-embed {
  position: relative;
  width: 100%;
  line-height: 100%;
}

.logo-embed.mb-tiny {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}

.logo-embed.mb-tiny:hover {
  color: #ff8177;
}

.logo-wrapper-webflow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #18154c;
  font-weight: 700;
}

.scene-1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(232, 233, 255, 0)), to(rgba(60, 70, 251, 0.18)));
  background-image: linear-gradient(270deg, rgba(232, 233, 255, 0), rgba(60, 70, 251, 0.18));
  color: #333df0;
}

.nav-btns-wrapper {
  position: relative;
  display: none;
}

.browser-window {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linke-gh {
  position: absolute;
  left: 12%;
  bottom: 10%;
  z-index: 1;
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.rechte-gh {
  position: absolute;
  right: -4%;
  bottom: 13%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
}

.linke-gehirnh-lfte {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.hemisphere-east-continents {
  position: relative;
  z-index: 1;
  width: 100%;
}

.intro-text-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.intro-title-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: default;
}

.intro-title-wrapper.lennon {
  display: none;
  padding-bottom: 0vh;
}

.intro-title-wrapper.intro.mb-normal {
  margin-top: 0px;
  margin-bottom: 2rem;
  padding-top: 0px;
  background-color: transparent;
}

.ix-intro-title-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 20vh;
}

.p-huge {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.p-huge.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.p-huge.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.p-huge.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.triangles-wrapper {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.triangles-1 {
  position: absolute;
  display: block;
  width: 150%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.triangles-2 {
  position: absolute;
  width: 150%;
}

.intro-webflow-facts-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600vh;
  margin-top: 150vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.webflow-facts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ix-intro-globe-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 200vh;
}

.ix-intro-facts-trigger {
  position: absolute;
  left: 0%;
  top: 150vh;
  right: 0%;
  bottom: 0%;
  display: block;
}

.webflow-facts-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.webflow-facts-content {
  position: relative;
}

.browser-overflow-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.globe-stat {
  position: absolute;
  left: 68%;
  top: 39%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.globe-stat.germ {
  left: 42%;
  top: 15%;
}

.globe-stat.rus {
  left: 60%;
  top: 48%;
}

.globe-stat.latin {
  left: 51%;
  top: 43%;
}

.globe-stat.norway {
  left: 25%;
  top: 12%;
  right: auto;
  bottom: auto;
}

.stat-ping {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #3c46fb;
}

.stat-ping.large {
  position: absolute;
  width: 400%;
  height: 400%;
  opacity: 0.2;
}

.stat-ping.large._430 {
  display: block;
  width: 860%;
  height: 860%;
}

.stat-ping.large._400 {
  display: block;
  width: 800%;
  height: 800%;
}

.stat-ping.large._600 {
  width: 1200%;
  height: 1200%;
}

.stat-ping.latin {
  display: block;
}

.stat-line {
  position: absolute;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 10vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3c46fb;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.stat-number.ml-tiny {
  position: relative;
  font-weight: 700;
}

.stat-number.ml-tiny.rus {
  top: 6px;
  right: -211px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -12.3rem;
  padding-right: 0px;
  padding-left: 0px;
}

.stat-number.ml-tiny.latin {
  margin-right: 0px;
  margin-left: -10.5rem;
}

.ix-facts-2-trigger {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.fact1 {
  position: relative;
  display: block;
}

.ix-facts-3-trigger {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.fact2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.fact3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.ix-facts-1-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 25%;
}

.ix-facts-4-trigger {
  position: absolute;
  left: 0%;
  top: 75%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.img-triangles-1 {
  max-width: 25%;
  margin-top: 400px;
  opacity: 0.04;
}

.img-triangles-2 {
  max-height: 50%;
  margin-top: 0px;
}

.gehirnfenster {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
}

.language-barrier-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: transparent;
}

.main-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #18154c;
  color: transparent;
}

.barrier-darkness {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 50%;
  height: 100vh;
  opacity: 0.9;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.barrier-text-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-left: 4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.barrier-content-wrapper {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.ix-darkness-expand-trigger {
  position: absolute;
  left: 0%;
  top: 75%;
  right: auto;
  bottom: auto;
  height: 25%;
}

.p-oversized {
  font-size: 6vw;
  line-height: 1;
}

.p-oversized.p-bold {
  display: block;
  margin-top: 100px;
  font-family: Oswald, sans-serif;
  text-align: left;
}

.p-oversized.break {
  position: absolute;
  left: 10%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
}

.barrier-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.barrier-breaker {
  position: relative;
  right: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img {
  position: absolute;
  width: 55%;
  max-width: none;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.barrier-breaker-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.barrier-breaker-para {
  position: relative;
  display: block;
}

.html-embed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.barrier-darkness-part {
  width: 100%;
  height: 50%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.barrier-darkness-part.p1 {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.darkness-inner {
  width: 100%;
  height: 100%;
  background-color: #18154c;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.darkness-inner.in1 {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.barrier-pieces {
  position: absolute;
  width: 70%;
}

.barrier-pieces-inner {
  color: #18154c;
}

.ix-barrier-breaker-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  cursor: pointer;
}

.ix-barrier-breaker-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  cursor: pointer;
}

.p-no {
  position: absolute;
  left: 2%;
  top: 10%;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-no-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c46fb;
  -webkit-transform: scale(0.7) rotate(-16deg);
  -ms-transform: scale(0.7) rotate(-16deg);
  transform: scale(0.7) rotate(-16deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
}

.scene-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: none;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.progress-bar-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  padding-right: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.progress-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.progress-bar-part {
  position: relative;
  display: block;
  width: 16.666666666666668%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-ping {
  position: absolute;
  left: -0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3c46fb;
  box-shadow: 0 0 0 0.25rem #ff8177;
}

.progress-bar-fill {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  border-radius: 1rem;
  background-color: #3c46fb;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.progress-bar-fill.f2 {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.progress-bar-fill.f3 {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.progress-bar-fill.f4 {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.progress-bar-fill.f4 {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.progress-bar-fill.f6 {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.progress-bar-fill.f5 {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.progress-ping-inner {
  position: absolute;
  z-index: -1;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #3c46fb;
  opacity: 0.2;
}

.progress-ping-inner.pi1 {
  background-color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.progress-ping-inner.pi2 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.progress-ping-inner.pi3 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.progress-ping-inner.pi4 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.progress-ping-inner.pi5 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.progress-ping-inner.pi6 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.progress-bar-line {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(60, 70, 251, 0.2);
}

.progress-barrier {
  position: absolute;
  width: 2px;
  height: 2rem;
  background-color: #ff8177;
}

.ix-show-hidden-progress {
  position: absolute;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
}

.gehirn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-prompt-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-prompt-wrapper.spw1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.scroll-prompt-wrapper.spw3 {
  left: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.scroll-prompt-wrapper.spw4 {
  left: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.scroll-prompt-wrapper.spw5 {
  left: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.scroll-prompt-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 70%;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0), rgba(232, 233, 255, 0.45));
  box-shadow: 10px 10px 14px -4px rgba(24, 21, 76, 0.16);
  font-size: 1.5vh;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.scroll-prompt-btn.initial {
  width: 100%;
  height: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.scroll-prompt-ico {
  position: absolute;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-prompt-ico.initial {
  position: relative;
  bottom: auto;
  margin-top: 0.5rem;
}

.scroll-prompt-undercircle {
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 70%;
  border-style: dashed;
  border-width: 2px;
  border-color: #3c46fb;
  border-radius: 50%;
}

.ix-scroll-prompt {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  height: 100vh;
}

.scroll-prompts-all {
  position: relative;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -2rem);
  -ms-transform: translate(0px, -2rem);
  transform: translate(0px, -2rem);
}

.scroll-prompt-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.half-page.blue {
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0.41), hsla(0, 0%, 100%, 0));
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  cursor: none;
}

.half-page.red {
  width: 80%;
  height: 80%;
  min-height: 80vh;
  margin-left: 125px;
  padding-top: 4rem;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: none;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.half-page.is {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  padding-left: 0rem;
  background-color: transparent;
}

.half-page.weglot-is {
  width: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.half-page.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.half-page.sticky.nobg {
  background-color: transparent;
}

.half-page.uielements {
  width: auto;
  padding-top: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  color: #18154c;
}

.half-page.nobg {
  background-color: transparent;
}

.half-page.poweroflang {
  width: 80%;
  height: 80%;
  padding-top: 2rem;
  background-color: transparent;
}

.ix-halfpage-scale {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
}

.power-of-lang-ill-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.power-of-lang-ill-wrapper.store {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.power-of-lang-ill-wrapper.graph {
  width: 80%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.power-0f-lang-store-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.power-0f-lang-store-item.graphs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.store-item-shadow {
  position: relative;
  width: 4vh;
  height: 100%;
  background-color: #18154c;
  opacity: 0.2;
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.store-item-shadow.s1 {
  min-width: 4vh;
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}

.store-item-shadow.s2 {
  width: 100%;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.store-item-watch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  color: #3c46fb;
}

.store-item-watch:hover {
  background-color: #18154c;
  color: #fff;
}

.store-item-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.store-item-row.r1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.store-item-row.r2 {
  z-index: 1;
  height: 4vh;
  min-height: 4vh;
  padding-left: 4vh;
}

.store-watch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  max-width: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 129, 119, 0);
}

.store-watch-face {
  position: absolute;
  width: 150%;
  padding-bottom: 150%;
  border-radius: 50%;
  background-color: rgba(255, 129, 119, 0.5);
}

.store-item-title {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-pointer-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-pointer-wrapper.no-events {
  display: none;
}

.power-of-lang-pointer {
  position: relative;
  left: 7px;
  top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointer {
  position: relative;
  width: 3rem;
}

.pointer.p1 {
  z-index: 2;
}

.pointer.p2 {
  position: absolute;
  z-index: 1;
  width: 3.8rem;
}

.pointer.p3 {
  position: absolute;
  width: 3.8rem;
}

.power-of-language-store-graphs-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
}

.store-graphs-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.store-graph-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.store-item-graph-fill {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.store-item-graph-fill.gf2 {
  height: 28%;
}

.store-item-graph-fill.gf1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.store-graph-back-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 4vh;
  padding-left: 4vh;
}

.store-graph-back {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.16);
}

.store-graph-text-wrapper {
  position: absolute;
  left: 100%;
  width: 100%;
  padding-left: 6vh;
  color: #fff;
}

.store-graph-text-wrapper.stw2 {
  left: auto;
  right: 100%;
  bottom: 100%;
  padding-right: 6vh;
  padding-left: 0vh;
}

.ill-outer-link {
  width: 2rem;
  min-width: 2rem;
}

.ill-outer-link.uikit {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.ill-embed {
  line-height: 100%;
}

.power-of-lang-graph {
  position: relative;
  top: 185px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 50%;
  max-width: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.graph-fill {
  width: 100%;
  height: 20%;
  background-color: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.graph-fill.span {
  height: 7.9%;
  background-color: #fff;
  opacity: 0.9;
}

.graph-fill.ger {
  height: 2.1%;
}

.graph-fill.fre {
  height: 3.3%;
  opacity: 0.8;
}

.graph-fill.chi {
  height: 19.3%;
  background-color: #fff;
  opacity: 0.7;
}

.graph-fill.eng {
  height: 25.2%;
  background-color: #fff;
  opacity: 0.6;
}

.browser-graph-btns-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.browser-graph-btn {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}

.btn-wrapper-disabler {
  position: relative;
}

.btn-disabler {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.graph-lang-wrapper {
  position: absolute;
  left: 93%;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.graph-lang {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  margin-top: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e8e9ff;
  background-color: #fff;
  color: #3c46fb;
  font-size: 2vh;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.graph-lang.en {
  margin-top: 0px;
}

.graph-eye {
  position: absolute;
  right: 0%;
  display: none;
  width: 20%;
  max-width: 7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graph-scan {
  position: absolute;
  right: 50%;
  width: 250%;
  opacity: 0.5;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.graph-percentage {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  -webkit-transform: translate3d(0px, 0px, 1000px);
  transform: translate3d(0px, 0px, 1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.scene-3 {
  position: relative;
  z-index: 3;
  display: none;
  width: 100%;
  height: 450vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #161616;
  background-image: linear-gradient(120deg, #000, #0b0b0c, #18154c 76%, #18154c 100%, #18154c);
  opacity: 0.9;
  color: #fff;
}

.imagine-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ix-lennon-imagine-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 200vh;
}

.imagine-lennon {
  display: none;
  width: 40vh;
  opacity: 0.5;
}

.img-lennon {
  display: none;
}

.imagine-pie-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagine-pie-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagine-pie-col.pie {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.imagine-pie {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pie-part.pp1 {
  position: absolute;
  left: 49.5%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 36%;
}

.pie-part.pp2 {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 49.5%;
  width: 50%;
}

.pie-part.pp3 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
}

.pie-part.pp4 {
  position: absolute;
  left: 49.5%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 36%;
}

.pie-part.pp5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 0%;
  width: 36%;
}

.pie-part.pp6 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 50%;
  bottom: auto;
  width: 50%;
}

.pie-part.pp7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 49.5%;
  width: 50%;
}

.pie-part.pp8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 50%;
  bottom: auto;
  width: 36%;
}

.pie-slash {
  position: absolute;
  left: 0%;
  overflow: hidden;
  width: 12vw;
  height: 0.25rem;
  padding-left: 2rem;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.pie-slash-fill {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imagine-pie-scroll {
  position: relative;
  top: 150vh;
  display: block;
  width: 100%;
  height: 300vh;
  padding-left: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imagine-pie-torta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 7vw;
  line-height: 100%;
  font-weight: 700;
}

.p-pie {
  position: relative;
  text-align: center;
}

.p-torta {
  position: absolute;
  display: block;
  text-align: center;
}

.p-tarte {
  position: absolute;
  display: block;
  font-size: 4vw;
  text-align: center;
}

.ix-pie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 33.33%;
}

.ix-torta {
  position: absolute;
  left: 0%;
  top: 33.33%;
  right: auto;
  bottom: auto;
  height: 33.33%;
}

.ix-tarte {
  position: absolute;
  left: 0%;
  top: 66.66%;
  right: auto;
  bottom: auto;
  height: 33.33%;
}

.scene-1-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.browser-window-wrapper {
  position: fixed;
  top: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.browser-window-inner-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.scene-4 {
  position: relative;
  z-index: 8;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.weglot-intro-wrapper {
  position: relative;
  display: none;
  width: 100%;
  height: 200vh;
  background-color: #fffaee;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0.29), hsla(0, 0%, 100%, 0));
}

.weglot-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-intro-megatalkbox {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vh;
  height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.intro-talkbox {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -9%;
  width: 30%;
}

.intro-talkbox.tb1 {
  bottom: -14%;
  width: 50%;
}

.intro-talkbox.tb2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 36%;
}

.intro-talkbox.tb3 {
  left: 0%;
  top: 34%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.intro-talkbox.tb4 {
  left: 9%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70%;
}

.intro-talkbox.tb5 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 45%;
}

.intro-talkbox.tb6 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 40%;
}

.intro-talkbox.tb7 {
  left: 26%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 40%;
}

.intro-talkbox.tb8 {
  left: 21%;
  top: 28%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 70%;
}

.intro-talkbox.tb9 {
  left: auto;
  top: 27%;
  right: 0%;
  bottom: auto;
  width: 35%;
}

.intro-talkbox.tb10 {
  left: 32%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.weglot-intro-subtitle-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.weglot-logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.weglot-logo-letter {
  position: relative;
  width: 10%;
  margin-right: 0.25%;
  margin-left: 0.25%;
}

.weglot-logo-letter.wl-w.is {
  display: none;
  width: 21%;
}

.weglot-logo-letter.wl-e {
  width: 5.3%;
}

.weglot-logo-letter.wl-e.is {
  display: none;
  width: 11%;
}

.weglot-logo-letter.wl-g {
  width: 9%;
}

.weglot-logo-letter.wl-g.is {
  display: none;
  width: 19%;
}

.weglot-logo-letter.wl-l {
  width: 5.3%;
}

.weglot-logo-letter.wl-l.is {
  display: none;
  width: 11%;
}

.weglot-logo-letter.wl-o {
  width: 9%;
}

.weglot-logo-letter.wl-o.is {
  display: none;
  width: 19%;
}

.weglot-logo-letter.wl-t {
  width: 6.1%;
}

.weglot-logo-letter.wl-t.is {
  display: none;
  width: 13%;
}

.weglotis-wrapper {
  position: relative;
  width: 100%;
  height: 500vh;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.megatb-btns-wrapper {
  position: absolute;
  left: 7%;
  top: 7%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.megatb-browser-btn {
  width: 2vh;
  height: 2vh;
  margin-right: 5%;
  margin-left: 5%;
  border-radius: 50%;
  background-color: #3c46fb;
  opacity: 0.2;
}

.weglot-letters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-letters.is {
  position: absolute;
  top: 0%;
  overflow: hidden;
  width: 52vh;
  max-width: 39vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.weglot-megatalkbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-is-desc {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 25vw;
}

.weglot-is-desc.de1 {
  position: absolute;
  display: block;
  margin-left: 150px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.weglot-is-desc.de2 {
  display: block;
  margin-left: 150px;
}

.weglot-is-desc.de3 {
  display: block;
  margin-left: 150px;
}

.weglot-is-desc.de4 {
  display: block;
  margin-left: 150px;
}

.weglot-is-desc.de5 {
  display: block;
  margin-left: 150px;
}

.weglot-is-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.weglot-is-ill-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffe8ae;
  background-image: linear-gradient(135deg, #ff8177, rgba(255, 129, 119, 0));
  color: #fff;
}

.weglot-is-ill-wrapper.iw1 {
  padding-left: 2rem;
  border: 3px none transparent;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff8177 20%, rgba(255, 129, 119, 0));
}

.weglot-is-ill-wrapper.iw2 {
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 20px;
  background-color: #3c46fb;
  background-image: linear-gradient(10deg, #ff8177, hsla(0, 0%, 100%, 0));
}

.weglot-is-ill-wrapper.iw3 {
  top: 1rem;
  right: 1rem;
  border-radius: 20px;
  background-color: #8dc7eb;
  background-image: linear-gradient(344deg, #8437fd, rgba(132, 55, 253, 0));
}

.weglot-is-ill-wrapper.iw4 {
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 20px;
  background-color: #3c46fb;
  background-image: linear-gradient(225deg, #8dc7eb, rgba(255, 129, 119, 0));
}

.weglot-is-ill-wrapper.iw5 {
  top: 2rem;
  right: 2rem;
  border-radius: 20px;
  background-color: #18154c;
  background-image: linear-gradient(225deg, #3c46fb, rgba(51, 61, 240, 0));
}

.weglot-is-ll-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.weglot-ill-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 1rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.weglot-ill-col.ill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-bullet-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-h-as-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-bullet {
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
}

.weglot-ill-1 {
  position: absolute;
}

.weglot-ill-1.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.weglot-ill-1.ob2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.weglot-ill-1.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8177;
}

.svg {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  opacity: 1;
}

.svg.ill1 {
  opacity: 0;
}

.svg.ill2 {
  opacity: 0;
}

.svg.hryvna {
  position: absolute;
  left: 2%;
}

.weglot-ill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.weglot-ill-2 {
  position: absolute;
}

.weglot-ill-2.ob1 {
  width: 80%;
}

.weglot-ill-2.ob2 {
  left: 71%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.weglot-ill-2.ob3 {
  left: 55%;
  bottom: 53%;
  width: 90%;
}

.weglot-ill-2.ob4 {
  left: auto;
  top: auto;
  right: 55%;
  bottom: 8%;
  width: 60%;
}

.weglot-ill-2.ob5 {
  left: 67%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 50%;
}

.weglot-ill-2.ob6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 67%;
  width: 60%;
}

.weglot-ill-2.ob2-copy {
  left: 49%;
  top: -31%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.weglot-ill-3 {
  position: absolute;
}

.weglot-ill-3.ob1 {
  top: 0%;
  width: 80%;
  padding: 15px 5px;
  border-radius: 20px;
  background-color: #3c46fb;
}

.weglot-ill-3.ob2 {
  left: auto;
  top: -7%;
  right: 0%;
  bottom: auto;
  width: 110%;
}

.weglot-ill-3.ob3 {
  left: auto;
  top: -36%;
  right: 7%;
  bottom: auto;
  width: 50%;
}

.weglot-ill-3.ob4 {
  left: -12%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.weglot-ill-4 {
  position: absolute;
}

.weglot-ill-4.ob1 {
  left: 36px;
  top: -39px;
  width: 100%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.weglot-ill-4.ob2 {
  left: -19%;
  top: auto;
  right: auto;
  bottom: -33%;
  display: block;
  width: 130%;
}

.weglot-ill-4.ob3 {
  left: auto;
  top: auto;
  right: 12%;
  bottom: 20%;
  width: 44%;
}

.weglot-ill-4.ob4 {
  left: auto;
  top: auto;
  right: 12%;
  bottom: -8%;
  display: block;
  width: 82%;
}

.weglot-ill-5 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-5.ob2 {
  left: -37%;
  top: auto;
  right: auto;
  bottom: -26%;
  width: 100%;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.weglot-ill-5.ob1 {
  z-index: 1;
}

.weglot-ill-5.ob3 {
  left: auto;
  top: -32%;
  right: -10%;
  bottom: auto;
  width: 80%;
  height: auto;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.weglot-ill-5.ob4 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 30%;
  height: 30%;
}

.weglot-ill-5.ob4.no-events {
  width: 100%;
  height: 100%;
}

.weglot-ill-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 0 0vh #8437fd, inset 0 0 0 0vh #ff8177, -11px 11px 0 0 #18154c;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-radius 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-radius 200ms ease, box-shadow 200ms ease;
  color: #18154c;
}

.weglot-ill-dropdown:hover {
  border-radius: 1.5rem;
  background-color: #e8e9ff;
  box-shadow: 0 0 0 0.5vh #8437fd, inset 0 0 0 0.5vh #ff8177, -23px 23px 0 0 #18154c;
  color: #3c46fb;
}

.webflow-ill-dd-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2vh;
  font-weight: 700;
}

.webflow-ill-dd-link.ddl1 {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid #18154c;
}

.webflow-ill-dd-link.ddl2 {
  display: block;
}

.ix-ki_endmenue-trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
}

.ix-weglot-is-trigger2 {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  display: none;
  height: 20%;
}

.ix-weglot-is-trigger3 {
  position: absolute;
  left: 0%;
  top: 40%;
  right: auto;
  bottom: auto;
  display: none;
  height: 20%;
}

.ix-weglot-is-trigger4 {
  position: absolute;
  left: 0%;
  top: 60%;
  right: auto;
  bottom: auto;
  display: none;
  height: 20%;
}

.ix-weglot-is-trigger5 {
  position: absolute;
  left: 0%;
  top: 80%;
  right: auto;
  bottom: auto;
  display: none;
  height: 20%;
}

.scene-5 {
  position: relative;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 800vh;
  padding-top: 50vh;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: -webkit-gradient(linear, left top, right top, from(#8437fd), to(rgba(132, 55, 253, 0)));
  background-image: linear-gradient(90deg, #8437fd, rgba(132, 55, 253, 0));
}

.webis-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.webis-ill-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill {
  position: absolute;
  width: 70vh;
  height: 70vh;
}

.webis-ill.ill3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill.ill4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-content-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.webis-content-wrapper.webis {
  display: block;
  height: 70%;
}

.webis-content-wrapper.urready {
  display: block;
  height: 30%;
}

.webis-content-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.webis-content-section.wcs1 {
  width: 125%;
  height: 25%;
}

.webis-ill-circle {
  position: absolute;
  right: -3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.2%;
  height: 7.2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e8e9ff;
}

.webis-ill-circle.c1 {
  right: -3.5%;
}

.webis-ill-circle.c2 {
  left: -3.5%;
  right: auto;
}

.webis-ill-circle.c3 {
  top: -3.5%;
  right: auto;
}

.webis-ill-circle.c4 {
  right: auto;
  bottom: -3.5%;
}

.webis-ill-circle.c5 {
  right: -3.5%;
}

.webis-ill-circle.c6 {
  left: -3.5%;
  right: auto;
}

.webis-ill-circle.c7 {
  top: -3.5%;
  right: auto;
}

.webis-ill-circle.c8 {
  right: auto;
  bottom: -3.5%;
}

.webis-ill-circles-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill-circles-wrapper.sw2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ix-webis-global {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ix-webis-connected {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: auto;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill-compl-wrapper {
  position: absolute;
}

.webis-ill-compl-wrapper.cw1 {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 300%;
  height: 300%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.webis-ill-compl-wrapper.cw2 {
  width: 300%;
  height: 300%;
}

.webis-ill-compl-wrapper.cw3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill-compl-wrapper.cw4 {
  width: 200%;
}

.webis-compl-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33.33%;
  height: 33.33%;
  border-style: solid;
  border-width: 2px;
  border-color: #e8e9ff;
  border-radius: 50%;
}

.webis-compl-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 117%;
  height: 2px;
  background-color: #e8e9ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.webis-compl-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -18%;
  bottom: -18%;
  width: 70%;
  height: 70%;
}

.ix-webis-complex {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ix-webis-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.webis-ill-shootingstar {
  position: absolute;
  bottom: 41%;
  width: 25%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.webis-urready-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.webis-urready-section.global {
  display: none;
  color: #3c46fb;
}

.webis-globe-wrapper {
  position: absolute;
  z-index: -1;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-globe {
  position: absolute;
  display: block;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  background-color: #f5f6fd;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #e8e9ff, hsla(0, 0%, 100%, 0));
  box-shadow: 0 0 0 21vh rgba(255, 129, 119, 0.15), 0 0 0 14vh rgba(255, 129, 119, 0.15), 0 0 0 7vh rgba(255, 129, 119, 0.15);
  opacity: 1;
}

.ix-webis-uncomplicated {
  position: absolute;
  left: 0%;
  top: 75%;
  right: auto;
  bottom: auto;
  height: 68%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-shootingstar-core {
  position: absolute;
  width: 26%;
  height: 26%;
  border-radius: 50%;
  background-color: #e8e9ff;
}

.webis-ill-shootingstar-wrapper {
  position: absolute;
  top: 11.5%;
  width: 7vh;
  height: 7vh;
}

.scene-6 {
  position: relative;
  z-index: 6;
  display: none;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.webis-bg-gradient {
  position: absolute;
  left: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 50vh;
}

.weglotui-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.uielement-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30vh;
  padding: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uielement-col-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: -1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wg-dropdown-3 {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 700;
}

.wg-dd-3-togle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 100%;
  padding: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3c46fb;
  box-shadow: 0 0 0 0 #ff8177;
  -webkit-transition: background-color 100ms ease, box-shadow 100ms ease;
  transition: background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.wg-dd-3-togle:hover {
  background-color: #333df0;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.wg-dd-3-list {
  left: auto;
  top: 0%;
  right: 2rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-right: 2rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 10rem 0px 0rem 10rem;
  background-color: #3c46fb;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wg-dd-3-list.w--open {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wg-dropdown-3-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 100%;
  padding: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #fff;
}

.wg-dropdown-3-link:hover {
  background-color: #333df0;
  color: #ff8177;
}

.uielement-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c46fb;
  box-shadow: 0 0 0 0 #ff8177;
  -webkit-transition: box-shadow 100ms ease, color 100ms ease, background-color 100ms ease;
  transition: box-shadow 100ms ease, color 100ms ease, background-color 100ms ease;
  color: #fff;
}

.uielement-button:hover {
  background-color: #333df0;
  box-shadow: -16px 16px 0 0 #ff8177;
  color: #ff8177;
}

.btn-simple-underscore {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 0.25rem;
}

.btn-underscore-fill {
  width: 100%;
  height: 100%;
  background-color: #ff8177;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(132, 55, 253, 0.49)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, rgba(132, 55, 253, 0.49), hsla(0, 0%, 100%, 0));
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.footer-dots {
  position: absolute;
  left: -5%;
  z-index: -1;
  width: 40%;
}

.footer-screenshot {
  width: 100%;
  box-shadow: -35px 35px 100px 0 rgba(36, 4, 87, 0.27);
}

.footer {
  position: relative;
  z-index: 101;
  display: block;
  width: 100%;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(132, 55, 253, 0)), to(#8437fd));
  background-image: linear-gradient(270deg, rgba(132, 55, 253, 0), #8437fd);
  color: #fff;
}

.progress-wf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e4e9;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  cursor: default;
}

.progress-last {
  position: absolute;
  right: -2rem;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-wf-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
}

.ico-copyright {
  width: 2rem;
  height: 2rem;
}

.webflow-fact4 {
  position: absolute;
  display: none;
}

.ix-facts-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 75%;
}

.barrier-breaker-overflow {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.barrier-text-overflow {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 50%;
  margin-top: auto;
}

.weglot-ui-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), to(rgba(255, 129, 119, 0)));
  background-image: linear-gradient(180deg, #ff8177, rgba(255, 129, 119, 0));
}

.barrier-breaker-ping {
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #8437fd;
  opacity: 0.13;
}

.wg-element-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-element-wrapper-2.sw4 {
  height: 4rem;
  margin: 0.5rem;
}

.hidden {
  display: none;
}

.wg-selector-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: 0.5;
}

.wg-selector-highlight {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-highlight.h1 {
  background-color: #4049ff;
}

.wg-selector-highlight.h2 {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.wg-selector-highlight-wrapper {
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 0.25rem;
}

.wg-selector2-text-lang1 {
  color: #fff;
}

.wg-selector-2-fill.f1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-2-fill.f2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #4049ff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.wg-selector-2 {
  position: relative;
  overflow: hidden;
  padding: 0.5rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-3-line {
  position: relative;
  overflow: hidden;
  width: 2rem;
  height: 2px;
}

.wg-selector3-text-lang2 {
  text-transform: uppercase;
}

.wg-selector-3 {
  position: relative;
  overflow: hidden;
  padding: 0.5rem;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.wg-selector-3.w--current {
  cursor: default;
}

.wg-selector-3.s1 {
  color: #ff6640;
}

.wg-selector3-text-lang1 {
  text-transform: uppercase;
}

.wg-selector-3-line-fill {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.wg-selector-3-line-fill.f2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #ff6640;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.wg-selector-3-line-fill.f1 {
  position: relative;
}

.wg-dropdown-1 {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 700;
  text-transform: uppercase;
}

.wg-dd-1-togle {
  z-index: 1;
  width: 100%;
  padding: 0.5rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wg-dd-1-togle:hover {
  background-color: #4049ff;
  color: #fff;
}

.wg-dd-1-list {
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, 0.07);
}

.wg-dropdown-1-link {
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
}

.wg-dropdown-1-link:hover {
  background-color: #4049ff;
  color: #fff;
}

.wg-dropdown-2 {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 700;
}

.wg-dd-2-togle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2rem;
  padding: 0rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.wg-dd-2-togle:hover {
  color: #ff6640;
}

.wg-dd-2-list {
  left: 0%;
  top: -0.5rem;
  right: auto;
  bottom: auto;
  overflow: hidden;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 11px -1px rgba(64, 73, 255, 0.11);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.wg-dropdown-2-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  padding: 0rem 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.wg-dropdown-2-link:hover {
  color: #ff6640;
}

.wg-dropdown-3-2 {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 700;
}

.wg-dd-3-togle-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(64, 73, 255, 0.1);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

.wg-dd-3-togle-2:hover {
  background-color: #000;
  color: #fff;
}

.wg-dd-3-list-2 {
  left: auto;
  top: 0%;
  right: 3rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wg-dropdown-3-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

.wg-dropdown-3-link-2:hover {
  background-color: #000;
  color: #fff;
}

.toggle-2 {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
}

.toggle-2.t-large {
  width: 1.5rem;
  height: 1.5rem;
}

.wg-toggle-1-switch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  min-width: 3rem;
  padding: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  color: #240c2e;
  font-size: 0.875rem;
  line-height: 1em;
  text-align: center;
}

.wg-toggle-1-switch.ts-large {
  width: 4rem;
  height: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4049ff;
}

.wg-toggle-1-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transform: translate(0.000001%, 0px);
  -ms-transform: translate(0.000001%, 0px);
  transform: translate(0.000001%, 0px);
  color: rgba(64, 73, 255, 0.3);
  font-weight: 700;
  cursor: pointer;
}

.wg-toggle-1-label.lang2 {
  margin-left: -3rem;
  padding-left: 3rem;
}

.wg-toggle-1-label.lang1 {
  margin-right: -3rem;
  padding-right: 3rem;
  color: #4049ff;
}

.wg-button-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.wg-button-1:hover {
  color: #4049ff;
}

.wg-button-1-lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wg-button-1-text-lang2 {
  position: absolute;
  bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-button-1-text-lang1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 2rem;
  min-width: 6rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(64, 73, 255, 0.1);
  -webkit-transition: box-shadow 100ms ease, background-color 100ms ease, color 100ms ease;
  transition: box-shadow 100ms ease, background-color 100ms ease, color 100ms ease;
  color: #000;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.wg-button-2:hover {
  background-color: #ff6640;
  box-shadow: 0 5px 13px -4px rgba(128, 26, 0, 0.32);
  color: #fff;
}

.wg-button-2-lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wg-button-2-text-lang2 {
  position: absolute;
  top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-button-2-text-lang1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-element-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(132, 55, 253, 0.03);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.wg-element-wrapper:hover {
  background-color: rgba(132, 55, 253, 0.1);
}

.no-crossout {
  position: absolute;
  display: none;
  width: 80%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.p-languagebarrier-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-languagebarrier-wrapper.mb-large.z-1 {
  display: block;
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 15vh;
}

.no-cross {
  position: absolute;
  width: 70%;
  height: 3vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c46fb;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  color: #fff;
}

.max80p {
  max-width: 80%;
}

.fs-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-video-palm {
  position: absolute;
  left: auto;
  right: -24%;
  bottom: auto;
  z-index: 1;
  width: 70%;
}

.fs-video-palm.vp1 {
  top: 39%;
  right: -20%;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.fs-video-palm.vp2 {
  top: 37%;
  right: -34%;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.fs-video-palm.vp3 {
  left: -29%;
  top: 42%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.fs-video-palm.vp4 {
  left: -26%;
  top: 25%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-31deg);
  -ms-transform: rotate(-31deg);
  transform: rotate(-31deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.fs-video-palm.vp5 {
  position: absolute;
  left: -11%;
  top: 12%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.fs-video-sun {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vh;
  height: 70vh;
  min-height: 70vh;
  min-width: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #ffe8ae, #ff8177);
}

.fs-video-sun-inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 120%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #ffe8ae, #ff8177);
  opacity: 0.5;
}

.fs-video-sun-inner.alt {
  width: 140%;
  height: 140%;
}

.fs-video-tabs-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
}

.fs-video {
  position: relative;
  width: 100%;
}

.fs-video-tabs-content {
  overflow: visible;
  box-shadow: 35px 35px 100px -50px rgba(0, 5, 99, 0.45);
}

.fs-video-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fs-video-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 5rem;
  padding: 0rem 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5rem solid hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
}

.fs-video-tab-link.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
}

.intro-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8437fd;
}

.video-btn-1 {
  position: relative;
  top: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffe8ae;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0), #ff8177);
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
}

.video-btn-1:hover {
  background-color: #8437fd;
}

.fs-video-screen {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.fs-video-play-button-wrapper {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}

.ico-video-btn {
  position: absolute;
  left: 34%;
  width: 40%;
  line-height: 90%;
}

.video-dynamic-wrapper {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #3c46fb;
}

.fs-video-description {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 50%;
  margin-top: 7rem;
  padding-top: 2rem;
}

.fs-video-description.alt {
  left: 50%;
}

.fs-video-waves {
  position: absolute;
  left: -16.2vw;
  top: auto;
  bottom: 70%;
  z-index: 4;
  width: 30%;
}

.fs-video-dots {
  position: absolute;
  left: 90%;
  top: auto;
  bottom: 28%;
  z-index: 2;
  width: 25%;
}

.video-btn-2 {
  position: relative;
  top: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffe8ae;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0), #ff8177);
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
}

.video-btn-2:hover {
  background-color: #8437fd;
}

.fs-video-logo-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-bottom: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fs-logo {
  width: 20vh;
}

.fs-video-palm-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-prompt-wrapper-initial {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  padding-bottom: 5.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-prompt-intro-initial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-scroll {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.fs-video-sun-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-bottom: -10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.d-52-card-wrapper {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.men-kasten_rechts {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 30px;
  background-color: rgba(231, 228, 233, 0);
}

.menu-line {
  height: 2px;
  background-color: rgba(255, 129, 119, 0.6);
}

.menu-line.bottom-m-line {
  width: 70%;
}

.nav-line-h {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 5px;
  background-color: #fff;
  color: #fff;
}

.impressum {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: visible;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.nav-item-num {
  position: absolute;
  left: -30px;
  top: 0%;
  right: auto;
  bottom: auto;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.inner-col-txt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.inner-col-txt.red-txt {
  color: #e41f1f;
}

.right-col-holder {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  background-color: #ffe8ae;
}

.menu-col {
  width: 50%;
}

.menu-col.s {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #080808;
}

.menu-col.left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.menu-col.right {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #080808;
}

.menu-col.l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.menu-row {
  position: absolute;
  width: 100%;
  height: 65%;
}

.menu-row.white-bg {
  background-color: #fff;
}

.menu-row.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 35%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.quote-author {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.nav-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-col-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 40%;
}

.nav-item {
  position: relative;
  -webkit-transition: color 600ms cubic-bezier(.23, 1, .32, 1);
  transition: color 600ms cubic-bezier(.23, 1, .32, 1);
  font-family: 'Open Sans', sans-serif;
  color: #e41f1f;
  font-size: 48px;
  line-height: 54px;
  text-decoration: none;
}

.nav-item:hover {
  color: #fff;
}

.text-block {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.rechte-gehirnh-lfte {
  display: block;
  max-width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.hi {
  margin-right: 23px;
  direction: ltr;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.ki-2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.ki {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-7 {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.text-block-8 {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.text-block-9 {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.text-block-10 {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.text-block-11 {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.neuronen-aninmation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 45%;
  bottom: 166px;
  z-index: 1;
  display: block;
  max-height: 2.5%;
  max-width: 200px;
  min-height: 0px;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.testneuronanimation {
  position: relative;
  left: 69px;
  top: 220px;
  right: auto;
  z-index: 2;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.synapse {
  position: relative;
  bottom: 0%;
  width: 20px;
  height: 20px;
  border-radius: 70px;
  background-color: #ffe8ae;
}

.strang {
  position: relative;
  left: -40px;
  top: 32px;
  bottom: 0%;
  width: 2px;
  height: 100px;
  background-color: #ffe8ae;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.synapse2 {
  position: relative;
  left: -89px;
  top: 72px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #ffe8ae;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #8437fd;
  background-color: #ff8177;
}

.lottie-animation {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.animation_neuronen {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.neuronenanimation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  max-height: 300px;
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  color: #18154c;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #ffe8ae;
}

.div-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #ff8177;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.kreiskontur {
  position: absolute;
  left: 34%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  max-width: 115px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.94);
  border-radius: 500px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-top: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.9;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading {
  font-family: Oswald, sans-serif;
}

.heading-2 {
  font-family: Oswald, sans-serif;
}

.heading-3 {
  font-family: Oswald, sans-serif;
}

.heading-4 {
  font-family: Oswald, sans-serif;
}

.heading-5 {
  font-family: Oswald, sans-serif;
}

.heading-6 {
  font-family: Oswald, sans-serif;
}

.paragraph {
  font-family: Oswald, sans-serif;
}

.lottie-animation-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 80%;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.columns {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  margin-top: -361px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.image {
  margin-left: 0px;
}

.section-4 {
  background-color: #18154c;
}

.body-2 {
  background-color: #18154c;
  color: #161616;
}

.haupt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.button {
  position: fixed;
  left: 457px;
  top: 123px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.button1 {
  position: fixed;
  left: 31.1%;
  top: 38.2%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 80px;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 6px;
  border-color: #8dc7eb;
  border-radius: 200px;
  background-color: #ff8177;
  opacity: 0.8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2 {
  position: relative;
}

.body-3 {
  background-color: #18154c;
  -o-object-fit: contain;
  object-fit: contain;
}

.netzwerk {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.animation-mg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 100%;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.ki_gehirn_flat {
  position: fixed;
  left: 35%;
  top: 25%;
  right: 35%;
  bottom: 25%;
  max-width: 25%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gehirn_slidein {
  position: fixed;
  left: 25%;
  top: 15%;
  right: 25%;
  bottom: 15%;
  display: inline-block;
}

.neuronenmen {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin-top: 125px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.75;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.waberneuronen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.waberbild {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  opacity: 0.41;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.textbutton2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button3 {
  position: fixed;
  left: 56.7%;
  top: 75.3%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  max-width: 80px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 100px;
  background-color: #ff8177;
  opacity: 0.8;
  -o-object-fit: fill;
  object-fit: fill;
}

.titelbutton3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: 11px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 130%;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button2 {
  position: fixed;
  left: 66.25%;
  top: 36%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 74px;
  max-width: 74px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8177;
  opacity: 0.8;
  color: #ff8177;
  -o-object-fit: fill;
  object-fit: fill;
}

.titelbutton2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 130%;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.titelbutton1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 130%;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.buttons {
  position: absolute;
  white-space: normal;
}

.button4 {
  position: fixed;
  left: 32.3%;
  top: 72.5%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 62px;
  max-width: 62px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 80px;
  background-color: #ff8177;
  opacity: 0.8;
}

.titelbutton4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 130%;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  position: absolute;
  left: auto;
  top: -158%;
  right: -234%;
  bottom: 0%;
  max-width: 320%;
  min-height: 80px;
}

.erweiterung {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.button2-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 20%;
  max-width: 10%;
  margin: auto auto 334px 709px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8177;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.titelbutton2-1 {
  position: relative;
  left: 0%;
  top: 8%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 150%;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.button2-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 82%;
  max-width: 82%;
  margin: -33px -166px 44px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8177;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.titelbutton2-2 {
  position: relative;
  left: 0%;
  top: 13%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 160%;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.button2-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 72%;
  max-width: 72%;
  margin: -110px -94px 44px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8177;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.titelbutton2-3 {
  position: relative;
  top: 15px;
  right: auto;
  bottom: auto;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 160%;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.x {
  position: absolute;
  left: 33%;
  top: 32%;
  right: 0%;
  bottom: 0%;
  display: none;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  -o-object-fit: contain;
  object-fit: contain;
}

.erweiterungbutton2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-14 {
  position: relative;
  top: -26px;
  right: auto;
  margin: -83px 55px auto 160px;
  padding: 5px 8px 14px 10px;
  border-radius: 200px;
  background-color: #ff8177;
  opacity: 0.8;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 170%;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-4 {
  position: relative;
}

.arm-1 {
  position: absolute;
  left: 0%;
  top: 432px;
  right: auto;
  bottom: 0%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-conclusion-section {
  position: fixed;
}

.page-conclusion-section.final-block {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 39;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-conclusion-section.final-block {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 39;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.monday-img-flex-col.thin-col {
  background-color: transparent;
}

.day-text {
  margin-top: -9px;
  margin-bottom: -9px;
  padding-left: 32px;
  font-size: 15px;
  line-height: 30px;
}

.day-number-title {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.05;
  font-family: Oswald, sans-serif;
  color: #8dc7eb;
  font-size: 454px;
  line-height: 278px;
  font-weight: 700;
}

.rapid-section-thursday {
  position: fixed;
}

.rapid-section-thursday.thursday {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.week-scroll-track {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 1400vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -o-object-fit: fill;
  object-fit: fill;
}

.rapid-section-monday {
  position: fixed;
}

.rapid-section-monday.monday {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rapid-section-monday.monday {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.fixed-mobile-phone-bg {
  display: none;
}

.day-title-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.day-title-wrapper {
  max-width: 60%;
  margin-left: 32px;
}

.day-subtitle {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 500;
}

.k-nstlicheintelligenz.day-set {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 8;
  display: block;
  overflow: visible;
  width: 200vh;
  background-color: rgba(24, 21, 76, 0.85);
  -o-object-fit: contain;
  object-fit: contain;
}

.rapid-section-tuesday {
  position: fixed;
}

.rapid-section-tuesday.tuesday {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.rapid-section-wednesday {
  position: fixed;
}

.rapid-section-wednesday.wednesday {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.rapid-section-wednesday.wednesday {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.day-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
}

.day-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.day-image {
  max-width: 35%;
  opacity: 0.85;
  -o-object-fit: contain;
  object-fit: contain;
}

.day-text-wrapper {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  border-left: 4px solid #1522b2;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.button2b {
  position: fixed;
  left: 79%;
  top: 37%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  max-width: 55px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-radius: 80px;
  background-color: #ff8177;
  opacity: 0.8;
}

.button2c {
  position: fixed;
  left: 68.25%;
  top: 53.15%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 62px;
  max-width: 62px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #ff8177;
  opacity: 0.8;
}

.button2a {
  position: fixed;
  left: 72.9%;
  top: 24%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 53px;
  max-width: 53px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 80px;
  background-color: #ff8177;
  opacity: 0.8;
  -o-object-fit: fill;
  object-fit: fill;
}

.test {
  position: absolute;
  min-height: 10px;
  min-width: 1px;
  background-color: #ffe8ae;
}

.animationstest {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.lottie-animation-test {
  position: absolute;
  top: auto;
  bottom: auto;
  display: block;
  margin: 0px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.body-4 {
  background-color: #18154c;
}

.kreis1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transform: translate(300px, 176px);
  -ms-transform: translate(300px, 176px);
  transform: translate(300px, 176px);
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-4 {
  position: absolute;
}

.kreis1kontur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 200px;
  background-color: transparent;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform: translate(276px, 152px);
  -ms-transform: translate(276px, 152px);
  transform: translate(276px, 152px);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.schwacheki {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.kreis1kontur-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #18154c;
  border-radius: 200px;
  background-color: transparent;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: translate(276px, 152px);
  -ms-transform: translate(276px, 152px);
  transform: translate(276px, 152px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.kreis {
  position: absolute;
  left: 35%;
  top: 27%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 90px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.94);
  border-radius: 500px;
  background-color: hsla(0, 0%, 100%, 0.88);
  opacity: 0.87;
  -webkit-perspective: 843px;
  perspective: 843px;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform: translate3d(1px, 1px, 1px);
  transform: translate3d(1px, 1px, 1px);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ki_hl {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: rgba(60, 70, 251, 0.52);
}

.ki_inner_hl {
  position: absolute;
  left: auto;
  top: -10%;
  right: 3%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 100px;
  margin: 100px 42.5% 0px 48%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 200px;
  background-color: transparent;
  opacity: 0.8;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.starkeki {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 129, 119, 0.8);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie-animation-3-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.ki_schwach_hl {
  position: absolute;
  left: auto;
  top: -10%;
  right: 3%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 200px;
  margin: 100px 42% 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none transparent;
  border-radius: 200px;
  background-color: transparent;
  opacity: 0.8;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.ki_starke_hl {
  position: absolute;
  left: auto;
  top: -10%;
  right: 3%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 200px;
  margin: 100px 42% 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none transparent;
  border-radius: 200px;
  background-color: transparent;
  opacity: 0.8;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-5 {
  position: absolute;
  right: 239px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #ffe8ae;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie-animation-onscroll {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  margin: 0px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie-animation-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-6 {
  position: absolute;
  display: none;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ki2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: none;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.machinelearning {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: none;
  width: 100%;
  height: 900vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.test1 {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(232, 233, 255, 0)), to(rgba(60, 70, 251, 0.18)));
  background-image: linear-gradient(270deg, rgba(232, 233, 255, 0), rgba(60, 70, 251, 0.18));
  color: #333df0;
}

.text-block-15 {
  font-family: Oswald, sans-serif;
}

.paragraph-2 {
  margin-top: -9px;
  margin-bottom: -9px;
  padding-left: 32px;
}

.paragraph-3 {
  margin-top: -9px;
  margin-bottom: -9px;
  padding-left: 32px;
}

.paragraph-4 {
  margin-top: -9px;
  margin-bottom: -9px;
  padding-left: 32px;
}

.paragraph-5 {
  margin-top: -9px;
  margin-bottom: -9px;
  padding-left: 32px;
}

.mg_content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 350vh;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.x-away {
  position: fixed;
  left: auto;
  top: 6%;
  right: 4%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background-color: rgba(255, 129, 119, 0.85);
  opacity: 0.85;
  font-family: Oswald, sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.back {
  position: absolute;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: 0%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.stat-ping-2 {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #3c46fb;
}

.stat-ping-2.large {
  position: absolute;
  width: 400%;
  height: 400%;
  opacity: 0.2;
}

.stat-ping-2.large._650 {
  width: 1300%;
  height: 1300%;
}

.stat-line-2 {
  position: absolute;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 10vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3c46fb;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.scroll {
  position: fixed;
  left: 49.5%;
  top: 242px;
  right: 49.5%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.ki_off {
  position: fixed;
  left: auto;
  top: 6%;
  right: 4%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background-color: rgba(255, 129, 119, 0.85);
  opacity: 0.85;
  font-family: Oswald, sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.off_ml {
  position: fixed;
  left: auto;
  top: 6%;
  right: 4%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background-color: rgba(255, 129, 119, 0.85);
  opacity: 0.85;
  font-family: Oswald, sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.off_ki {
  position: fixed;
  left: auto;
  top: 6%;
  right: 4%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 200px;
  background-color: rgba(255, 129, 119, 0.85);
  opacity: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: Oswald, sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.off_ki-main {
  position: fixed;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
  display: none;
  overflow: visible;
  width: 40px;
  height: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 200px;
  background-color: rgba(255, 129, 119, 0.85);
  opacity: 0.85;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Oswald, sans-serif;
  -o-object-fit: contain;
  object-fit: contain;
}

.kkk {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 800vh;
  padding-top: 50vh;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#18154c), to(#18154c)), -webkit-gradient(linear, left top, right top, from(#8437fd), to(rgba(132, 55, 253, 0)));
  background-image: linear-gradient(180deg, #18154c, #18154c), linear-gradient(90deg, #8437fd, rgba(132, 55, 253, 0));
}

.image-9 {
  position: relative;
  max-width: 50%;
}

.kkkmain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.scene-6-2 {
  position: relative;
  z-index: 6;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.p-large-2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-underscore-fill-2 {
  width: 100%;
  height: 100%;
  background-color: #ff8177;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(132, 55, 253, 0.49)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, rgba(132, 55, 253, 0.49), hsla(0, 0%, 100%, 0));
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.p-huge-2 {
  font-size: 2.5vw;
  line-height: 1.2;
}

.p-huge-2.p-bold {
  font-family: Oswald, sans-serif;
}

.btn-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-2:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-2.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-2.simple:hover {
  box-shadow: none;
}

.btn-2.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-2.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-2.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-2.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-2.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.weglot-ui-gradient-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), to(rgba(255, 129, 119, 0)));
  background-image: linear-gradient(180deg, #ff8177, rgba(255, 129, 119, 0));
}

.svg-2 {
  width: 100%;
}

.uielement-button-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c46fb;
  box-shadow: 0 0 0 0 #ff8177;
  -webkit-transition: box-shadow 100ms ease, color 100ms ease, background-color 100ms ease;
  transition: box-shadow 100ms ease, color 100ms ease, background-color 100ms ease;
  color: #fff;
}

.uielement-button-2:hover {
  background-color: #333df0;
  box-shadow: -16px 16px 0 0 #ff8177;
  color: #ff8177;
}

.half-page-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.half-page-2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.half-page-2.sticky.nobg {
  background-color: transparent;
}

.half-page-2.nobg {
  background-color: transparent;
}

.half-page-2.uielements {
  display: none;
  width: auto;
  padding-top: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.half-page-2.blue {
  display: none;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #3c46fb;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0.41), hsla(0, 0%, 100%, 0));
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  cursor: none;
}

.video-btn-1-2 {
  position: relative;
  top: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffe8ae;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0), #ff8177);
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
}

.video-btn-1-2:hover {
  background-color: #8437fd;
}

.intro-video-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8437fd;
}

.fs-video-sun-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vh;
  height: 70vh;
  min-height: 70vh;
  min-width: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #ffe8ae, #ff8177);
}

.fs-video-tab-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 5rem;
  padding: 0rem 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5rem solid hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
}

.fs-video-tab-link-2.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
}

.p-link-2 {
  box-shadow: 0 0 0 0 rgba(36, 12, 46, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #3c46fb;
  text-decoration: none;
}

.p-link-2:hover {
  box-shadow: 0 2px 0 0 #ffe8ae;
}

.p-link-2.link-footer {
  color: hsla(0, 0%, 100%, 0.76);
}

.p-link-2.link-footer:hover {
  box-shadow: 0 2px 0 0 #ff8177;
  color: #fff;
}

.video-dynamic-wrapper-2 {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #3c46fb;
}

.video-btn-2-2 {
  position: relative;
  top: 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffe8ae;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0), #ff8177);
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
}

.video-btn-2-2:hover {
  background-color: #8437fd;
}

.footer-2 {
  position: relative;
  z-index: 101;
  display: block;
  width: 100%;
  height: 300vh;
  margin-top: -148px;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  color: #fff;
}

.fs-video-sun-inner-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 120%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #ffe8ae, #ff8177);
  opacity: 0.5;
}

.fs-video-sun-inner-2.alt {
  width: 140%;
  height: 140%;
}

.kkk2 {
  position: relative;
  z-index: 6;
  display: block;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.store-watch-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  max-width: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 129, 119, 0.5);
}

.cantread-stydy-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  cursor: none;
}

.cantread-stydy-link-2:hover {
  color: #ff8177;
}

.store-graph-text-wrapper-2 {
  position: absolute;
  left: 100%;
  width: 100%;
  padding-left: 6vh;
  color: #fff;
}

.store-graph-text-wrapper-2.stw2 {
  left: auto;
  right: 100%;
  bottom: 100%;
  padding-right: 6vh;
  padding-left: 0vh;
}

.store-item-watch-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  color: #3c46fb;
}

.store-item-watch-2:hover {
  background-color: #18154c;
  color: #fff;
}

.store-graph-bar-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.store-item-shadow-2 {
  position: relative;
  width: 4vh;
  height: 100%;
  background-color: #18154c;
  opacity: 0.2;
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.store-item-shadow-2.s1 {
  min-width: 4vh;
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}

.store-item-shadow-2.s2 {
  width: 100%;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-7 {
  position: fixed;
  left: 78%;
  top: 0%;
  right: 12%;
  bottom: 83%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #24e00f;
}

.aus {
  position: absolute;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: 0%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.k-nstlicheintelli {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 1500vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.rapid-x {
  position: fixed;
}

.rapid-x.thursday {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: -85px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.mobile {
  position: absolute;
  z-index: 50;
  display: block;
  width: 8px;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.rapid-paragraph {
  max-width: 45vw;
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
  font-size: 15px;
  line-height: 30px;
}

.row-padding-right {
  padding-left: 12px;
}

.row-padding-right.less {
  padding-left: 8px;
}

.contact-phone {
  padding-top: 10px;
  padding-left: 14px;
  float: left;
}

.white-rapid-home-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.textarea {
  max-height: 400px;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 16px;
  border: 1px solid #c9ceff;
  border-radius: 4px;
  color: #434343;
}

.textarea:active {
  border-color: #1522b2;
}

.textarea:focus {
  border-color: #1522b2;
}

.rapid-subhead {
  margin-top: 0vh;
  margin-bottom: 0px;
  color: #02adcf;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
}

.rapid-subhead.landscape-subhead {
  text-align: center;
}

.rapid-phone-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 12vw;
  bottom: 0px;
  z-index: 61;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 33vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.rapid-home-text-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  min-width: 407px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.rapid-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 68px;
  padding-right: 100px;
  padding-bottom: 9px;
  padding-left: 33px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #00fff4;
  border-radius: 32px;
  background-color: #fff;
  background-image: url('../images/blue-right-arrow-.svg');
  background-position: 90% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.95, .05, .795, .035);
  transition: all 200ms cubic-bezier(.95, .05, .795, .035);
  color: #363e4c;
  font-size: 24px;
  font-weight: 700;
}

.rapid-button:hover {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/white-arrow.svg');
  background-position: 90% 50%;
  background-size: auto;
  color: #fff;
}

.rapid-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.frame-bg {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 48;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.phone-mask-ui-wrapper {
  position: relative;
  z-index: 48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 77vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.success {
  border: 1px solid #434343;
  border-radius: 4px;
  background-color: #fff;
  color: #434343;
}

.mobile-prog-block {
  position: absolute;
  z-index: 50;
  width: 8px;
  height: 100vh;
  float: right;
  background-color: #1522b2;
}

.sketch-top-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 47;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.rapid-fixed-contact {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.spruce-logo-rapid {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-left: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #02adcf;
  color: #363e4c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 12.86px;
  text-transform: uppercase;
}

.btn-3 {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 300;
}

.btn-3:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.5);
}

.btn-3.btn-margin {
  margin-top: 24px;
  cursor: pointer;
}

.btn-3.btn-margin:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.btn-3.btn-margin.solid {
  margin-top: 30px;
  border-color: #0014ff;
  background-color: #1522b2;
  color: #fff;
  text-decoration: none;
}

.btn-3.btn-margin.solid:hover {
  border-color: #0010ce;
  background-color: #4e5bf0;
}

.btn-3.blue-line {
  float: left;
  border-color: #828cff;
  background-color: transparent;
  color: #828cff;
}

.btn-3.blue-line:hover {
  background-color: #1522b2;
  color: #fff;
}

.field {
  height: 42px;
  margin-bottom: 16px;
  border: 1px solid #c9ceff;
  border-radius: 4px;
  color: #c9ceff;
}

.field.name {
  color: #434343;
}

.field.name:active {
  border-color: #1522b2;
}

.field.name:focus {
  border-color: #1522b2;
}

.field.email {
  color: #434343;
}

.field.email:active {
  border-color: #1522b2;
}

.field.email:focus {
  border-color: #1522b2;
}

.contact {
  padding-bottom: 72px;
  font-weight: 300;
}

.slide-2 {
  z-index: 51;
}

.scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 600vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.row-padding-left {
  padding-right: 12px;
}

.row-padding-left.less {
  padding-right: 8px;
}

.contact-50 {
  width: 50%;
  float: left;
}

.mask-4 {
  z-index: 51;
}

.rapid-section-home {
  position: fixed;
}

.rapid-section-home.rapid-home {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.rapid-home-flex {
  position: relative;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.frame-bottom-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 49;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.work-image {
  margin-right: 16px;
}

.frame-top {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 49;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.rapid-title {
  margin-top: 7vh;
  margin-bottom: 1vh;
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
}

.about-spruce {
  margin-bottom: 15px;
  padding-right: 42px;
  font-size: 16px;
  line-height: 24px;
}

.ui-bw {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 50;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.left-colour-block {
  position: absolute;
  z-index: 50;
  width: 8px;
  height: 100vh;
  float: right;
  background-color: #1522b2;
}

.frame-bottom {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 49;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.sketch-bottom-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 47;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.phone-number {
  padding-bottom: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #828cff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.phone-number:hover {
  color: #1522b2;
}

.transparent-mask-background {
  position: static;
  left: auto;
  right: auto;
  bottom: 0px;
  z-index: 10;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 0;
}

.work-with-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9eaff;
}

.error {
  padding: 20px;
  border: 1px solid #0014ff;
  border-radius: 4px;
  background-color: #fff;
  color: #0014ff;
  text-align: center;
}

.rapid-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  padding: 5vw 32px 32px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.sketch-top-left {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 47;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.phone-mask-fore-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 50;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.sketch-bottom {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 47;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.phone-mask-back-reversed {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 49;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 0;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.home-scroll-wrapper {
  position: relative;
  display: none;
  overflow: hidden;
}

.sketch-bottom-left {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 47;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.right-colour-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  width: 30%;
  height: 100vh;
  float: right;
  background-color: transparent;
  background-image: url('../images/Group-5.png');
  background-position: 100% 50%;
  background-size: cover;
}

.phone-mask-back {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 0;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 0;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.frame-top-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 49;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.rapid-btn-wrapper {
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 34px;
  background-image: -webkit-gradient(linear, left top, right top, from(#02adcf), to(#01dfe7));
  background-image: linear-gradient(90deg, #02adcf, #01dfe7);
}

.sketch-top {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 47;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.ui-colour {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 51;
  width: 100%;
  height: auto;
  max-height: 90vh;
  max-width: 77vw;
  background-color: transparent;
  opacity: 1;
}

.ui-slider {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 51;
  width: 100%;
  height: auto;
  max-height: 90vh;
  max-width: 77vw;
  background-color: transparent;
  opacity: 1;
}

.frame-bottom-left {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 49;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.frame-top-left {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 49;
  max-height: 90vh;
  max-width: 77vw;
  opacity: 1;
}

.home-scroll-wrapper-2 {
  position: relative;
  overflow: hidden;
}

.day-number-title-2 {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -9%;
  opacity: 0.05;
  color: #363e4c;
  font-size: 454px;
  line-height: 278px;
  font-weight: 700;
}

.week-scroll-track-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 1400vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.day-subtitle-2 {
  color: #1522b2;
  font-size: 28px;
  line-height: 39px;
  font-weight: 500;
}

.week-scroll-wrapper.day-set {
  overflow: hidden;
}

.day-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
}

.day-text-wrapper-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  border-left: 4px solid #1522b2;
}

.heading-7 {
  margin-top: 8vh;
  margin-bottom: 8vh;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 8vw;
  line-height: 1;
}

.scrolie {
  width: 80%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.scrolie.cc-extra-space {
  margin-bottom: 4vh;
}

.scrolie.cc-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrolie.cc-flex.cc-dots {
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.large-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 3vw;
  font-weight: 600;
}

.lil-dot-guy {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
}

.katalog {
  display: none;
  padding-top: 25vh;
  padding-bottom: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar {
  height: 10px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #000;
}

.bigdata {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 800vh;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(24, 21, 76, 0.85);
  color: #18154c;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-2 {
  width: 100%;
  height: 99.955%;
  background-color: #3aafa9;
}

.container-3 {
  margin-top: 30px;
}

.div-block-9 {
  margin-top: 1px;
}

.heading-8 {
  width: 100vw;
  height: auto;
  margin: 117px 50px 50px 3px;
  font-family: Oswald, sans-serif;
  color: #def2f1;
  font-size: 100px;
  font-weight: 800;
  text-align: center;
}

.lottie-animation-3 {
  margin-top: -1px;
  margin-bottom: -25px;
}

.heading-9 {
  margin-top: 61px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  text-align: center;
}

.section-5 {
  height: auto;
  margin-top: -273px;
  background-color: rgba(24, 21, 76, 0.85);
}

.columns-4 {
  height: 61%;
  margin-top: -2px;
  padding-top: 164px;
}

.column {
  margin-top: 144px;
  margin-bottom: 101px;
  padding: 0px;
  clear: none;
  text-align: center;
}

.icons {
  width: 20vw;
  margin: 35px 35px 35px 98px;
  padding-left: 0px;
}

.text-block-16 {
  margin: -1px -1px 22px -20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.text-block-17 {
  margin-top: -22px;
  margin-bottom: 22px;
  margin-left: -19px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.section-6 {
  min-height: 80vh;
  margin: 24px;
  padding-top: 26px;
  background-color: #3aafa9;
}

.section-6.next-level {
  min-height: auto;
  margin: -1px 0px 0px;
  background-color: rgba(24, 21, 76, 0.85);
}

.heading-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: 80px;
  margin-bottom: 54px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 21, 76, 0.85);
  font-family: Oswald, sans-serif;
  color: #feffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-align: center;
}

.paragraph-6 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

._5step {
  background-color: rgba(24, 21, 76, 0.85);
}

.text-block-5 {
  margin-bottom: 3px;
  margin-left: -183px;
  padding-bottom: 43px;
  color: #17252a;
  font-size: 30px;
}

.text-block-5.build {
  margin-left: -393px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.text-block-5.revision {
  margin-left: 304px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-5.launch {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
}

.lottie-animation-9 {
  position: static;
  display: block;
  width: 15vw;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 633px;
  padding-top: 22px;
  padding-bottom: 23px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3aafa9;
}

.lottie-animation-9.launch {
  margin-left: 487px;
}

.lottie-animation-9.build {
  margin-left: 376px;
}

.lottie-animation-9.revision {
  margin-left: 739px;
}

.lottie-animation-5 {
  margin-top: -34px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 21, 76, 0.85)), to(rgba(24, 21, 76, 0.85)));
  background-image: linear-gradient(180deg, rgba(24, 21, 76, 0.85), rgba(24, 21, 76, 0.85));
}

.footer-3 {
  min-height: 30vh;
  margin-top: -1px;
}

.div-block-3 {
  margin-top: 0px;
  padding-top: 14px;
  background-color: rgba(24, 21, 76, 0.85);
}

.column-2 {
  margin-bottom: 31px;
  text-align: center;
}

.button-3 {
  padding-right: 25px;
  padding-bottom: 9px;
  padding-left: 25px;
  border-radius: 20px;
  background-color: #def2f1;
  font-family: Oswald, sans-serif;
  color: #17252a;
  font-size: 20px;
  font-weight: 900;
  text-align: left;
}

.column-3 {
  margin-bottom: -74px;
}

.section-7 {
  background-color: #18154c;
}

.bigdataaa {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 0vh;
  min-width: 0vh;
  margin-top: 2600px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.bigdataintro {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #161616;
  background-image: linear-gradient(120deg, #000, #0b0b0c, #18154c 76%, #18154c 100%, #18154c);
  opacity: 0.9;
  color: #fff;
}

.text-block-18 {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-style: normal;
}

.endzitatkkk {
  font-size: 2.5vw;
  line-height: 1.2;
}

.endzitatkkk.p-bold {
  font-family: Oswald, sans-serif;
}

.endzitat {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  width: 40%;
  margin-top: 132px;
  margin-bottom: 0vh;
  text-align: center;
}

.endzitatkkk-2 {
  font-size: 2.5vw;
  line-height: 1.2;
}

.endzitatkkk-2.p-bold {
  font-family: Oswald, sans-serif;
}

.btn-wrapper-off {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn_mg-off {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 5% -0.5rem -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.animation {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 250vh;
}

.animation-ki {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: 100px 100px 0px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.h-huge-copy {
  margin-top: 0px;
  margin-bottom: 3vw;
  font-family: Oswald, sans-serif;
  font-size: 3.6vw;
  line-height: 1.2;
}

.h-huge-copy.p-bold.mb-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #fff;
}

.columns-5 {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-6 {
  width: 120%;
}

.columns-7 {
  width: 120%;
}

.paragraph-7 {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 170%;
  font-weight: 200;
  text-align: center;
}

.column-5 {
  padding-right: 177px;
  padding-left: 43px;
}

.text-block-19 {
  font-family: Oswald, sans-serif;
}

.columns-8 {
  position: relative;
  width: 120%;
}

.image-11 {
  max-width: 90%;
  margin-left: -132px;
}

.column-6 {
  padding-left: 0px;
}

.image-12 {
  max-width: 90%;
  margin-left: -132px;
}

.column-7 {
  padding-left: 0px;
}

.paragraph-10 {
  margin-top: 70px;
}

.paragraph-11 {
  margin-top: 60px;
}

.xx {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-huge-copy {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.p-huge-copy.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.p-huge-copy.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.p-huge-copy.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.p-huge-copy {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.p-huge-copy.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.p-huge-copy.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.p-huge-copy.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.lupensl {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.lupensl.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.lupensl.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.lupensl.p-bold.break.weglot-hide-rus {
  margin-top: 0px;
  color: #ff8177;
}

.hl1 {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.hl1.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.hl1.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.hl1.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.hlkkk1 {
  font-size: 6vw;
  line-height: 1;
}

.hlkkk1.p-bold {
  display: block;
  margin-top: 175px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  text-align: left;
}

.hlkkk1.break {
  position: absolute;
  left: 10%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
}

.mg-x {
  position: fixed;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ml-x {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ki-x {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-content-copy {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ml-hl {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.ml-hl.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.ml-hl.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.ml-hl.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.ml-hl2 {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.ml-hl2.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.ml-hl2.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.ml-hl2.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.ml-hl2.p-bold.mb-normal {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ml-hl3 {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.ml-hl3.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.ml-hl3.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.ml-hl3.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.ml-hl3.p-bold.mb-normal {
  margin-top: 18px;
  margin-bottom: 1rem;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ml-hl4 {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.ml-hl4.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.ml-hl4.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.ml-hl4.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.ml-hl4.p-bold.mb-normal {
  margin-top: 0px;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ml-hl5 {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.ml-hl5.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.ml-hl5.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.ml-hl5.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.ml-hl5.p-bold.mb-normal {
  margin-top: 0px;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.bigdata-x {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-top: 5%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.graph-lang-wrapper-2 {
  position: absolute;
  left: -25%;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.graph-lang-wrapper-3 {
  position: absolute;
  left: 34%;
  top: 26%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.big-data-hl {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.big-data-hl.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.big-data-hl.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.big-data-hl.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.italic-text {
  margin-right: 20px;
  padding-right: 35px;
  font-family: 'Droid Serif', serif;
  font-style: normal;
}

.big-data-hl2 {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.big-data-hl2.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.big-data-hl2.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.big-data-hl2.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.bd-1 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.bd-1.p-bold {
  text-align: center;
}

.bd-1.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.bd-1.lh12 {
  line-height: 1.2;
}

.bd2 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.bd2.p-bold {
  text-align: center;
}

.bd2.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.bd2.lh12 {
  line-height: 1.2;
}

.bd3 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.bd3.p-bold {
  text-align: center;
}

.bd3.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.bd3.lh12 {
  line-height: 1.2;
}

.p-large-copy {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-large-copy.p-bold {
  text-align: center;
}

.p-large-copy.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.p-large-copy.lh12 {
  line-height: 1.2;
}

.kkksl1 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.kkksl1.p-bold {
  text-align: center;
}

.kkksl1.mb-normal {
  margin-top: 10px;
}

.kkksl1.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.kkksl1.lh12 {
  line-height: 1.2;
}

.kkksl2 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.kkksl2.p-bold {
  text-align: center;
}

.kkksl2.mb-normal {
  margin-top: 20px;
}

.kkksl2.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.kkksl2.lh12 {
  line-height: 1.2;
}

.kkksl3 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.kkksl3.p-bold {
  text-align: center;
}

.kkksl3.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.kkksl3.lh12 {
  line-height: 1.2;
}

.introsl {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.introsl.p-bold {
  display: block;
  overflow: visible;
  margin-top: 25px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.introsl.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.introsl.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.paragraph-14 {
  padding-right: 50px;
  color: #fff;
}

.bdeyesl {
  display: block;
  margin-top: 26px;
  padding-right: 40px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.bdeyesl.p-bold {
  text-align: center;
}

.bdeyesl.mb-small {
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.bdeyesl.lh12 {
  line-height: 1.2;
}

.button_ddd {
  position: absolute;
  left: 34.27%;
  top: 69.1%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 72px;
  max-width: 72px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #ff8177;
  opacity: 0.8;
}

.buttontoolsuartikel {
  position: fixed;
  left: 23%;
  top: 57.7%;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 62px;
  max-width: 62px;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 200px;
  background-color: #ff8177;
  opacity: 0.8;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 0.8rem;
  line-height: 130%;
  -o-object-fit: fill;
  object-fit: fill;
}

.button_gesamt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: -0.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.linkeseite {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.linkeseite.blue {
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0.41), hsla(0, 0%, 100%, 0));
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  cursor: none;
}

.linkeseite.red {
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8177;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0), rgba(255, 232, 174, 0.76));
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.linkeseite.is {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  padding-left: 0rem;
  background-color: transparent;
}

.linkeseite.weglot-is {
  width: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.linkeseite.weglot-is.nobg {
  display: block;
}

.linkeseite.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.linkeseite.sticky.nobg {
  background-color: transparent;
}

.linkeseite.uielements {
  width: auto;
  padding-top: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  color: #18154c;
}

.linkeseite.nobg {
  background-color: transparent;
}

.linkeseite.poweroflang {
  height: 100%;
  background-color: #18154c;
}

.footer-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-4 {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(132, 55, 253, 0)), to(#8437fd));
  background-image: linear-gradient(270deg, rgba(132, 55, 253, 0), #8437fd);
  color: #fff;
}

.footer-mg {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(132, 55, 253, 0)), to(#8437fd));
  background-image: linear-gradient(270deg, rgba(132, 55, 253, 0), #8437fd);
  color: #fff;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/1205_Neuronennetzwerk-26.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.buttonkoffer {
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -o-object-fit: contain;
  object-fit: contain;
}

.buttoncontainer {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  background-color: transparent;
}

.buttonsection {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: block;
  max-height: 100%;
  max-width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-10 {
  max-height: 5px;
  max-width: 5px;
  margin-top: -8px;
  margin-bottom: 0px;
  margin-left: 22px;
  padding-right: 25px;
  padding-bottom: 25px;
  border: 1px none #fff;
  border-radius: 200px;
  background-color: #ff8177;
}

.text-block-23 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8rem;
}

.kapiteltitel-mg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-8 {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  margin-top: -25px;
  padding-right: 0px;
  padding-left: 66px;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-9 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.x-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.x-button:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.x-button.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.x-button.simple:hover {
  box-shadow: none;
}

.x-button.footer2 {
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.x-button.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.x-button.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.x-button.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.x-button.footer1 {
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.x-button.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.x-button.footer3 {
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.x-button.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.buttontextblocklaptop {
  font-family: Oswald, sans-serif;
  font-size: 0.8rem;
}

.gridrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gridrow.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gridrow.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gridrow.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gridrow.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gridrow.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.gridrow.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gridrow.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.grid-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-row.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-row.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-row.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-row.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-row.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.grid-row.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-row.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.einblendmen-ml {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-ml.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ml.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ml.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-ml.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-ml.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-ml.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-ml.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.kapiteltitel-ml {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.einblendmen-ki {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-ki.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ki.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ki.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-ki.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-ki.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-ki.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-top: 23.5rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
}

.einblendmen-ki.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.kapiteltitel-ki {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.einblendmen-kkk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-kkk.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-kkk.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-kkk.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-kkk.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-kkk.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-kkk.mb-large {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-kkk.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.kapiteltitel-kkk {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.einblendmen-bigdata {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-bigdata.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-bigdata.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-bigdata.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-bigdata.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-bigdata.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-bigdata.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  height: 40vh;
  margin: 200px 0rem 0px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.einblendmen-bigdata.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.kapiteltitel-bigdata {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.bigdatax {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bigdatax.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bigdatax.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bigdatax.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bigdatax.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigdatax.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.bigdatax.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bigdatax.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.btn_bd-off-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-nderbar {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-nderbar.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.col-nderbar.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-nderbar.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col-nderbar.col-4.col-footer.col-100-ml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-nderbar.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.col-nderbar.nopad.col-6.weglot-is {
  height: 100%;
}

.col-nderbar.nopad.col-6.halfpage {
  overflow: hidden;
}

.col-nderbar.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.col-nderbar.nopad.col-6.poweroflang {
  height: 100%;
}

.bigdata-toolson {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigdata-toolson.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.bigdata-toolson.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bigdata-toolson.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bigdata-toolson.col-4.col-footer.col-100-ml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigdata-toolson.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.bigdata-toolson.nopad.col-6.weglot-is {
  height: 100%;
}

.bigdata-toolson.nopad.col-6.halfpage {
  overflow: hidden;
}

.bigdata-toolson.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.bigdata-toolson.nopad.col-6.poweroflang {
  height: 100%;
}

.gridrow2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gridrow2.row-nomar.scene2-1 {
  height: 100vh;
  margin-right: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gridrow2.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gridrow2.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gridrow2.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gridrow2.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.gridrow2.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gridrow2.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.gridrow2b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gridrow2b.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gridrow2b.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gridrow2b.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gridrow2b.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gridrow2b.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.gridrow2b.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gridrow2b.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.question-title {
  margin-right: 10px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #8dc7eb;
  border-radius: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.flowbase-navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: none;
  min-height: 80px;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(155, 158, 184, 0.22);
}

.title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 0px 10% 100px 22%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8177;
  background-color: #18154c;
  color: #7b88a8;
}

.faq-wrapper {
  position: relative;
  margin-top: 246px;
  margin-right: 200px;
  margin-left: -200px;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.flowbase-logo {
  width: 55px;
}

.div-block-11 {
  width: 100%;
  height: 1px;
}

.container-flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-question-wrap {
  padding-right: 40px;
  padding-left: 40px;
  border-style: dotted dotted none;
  border-width: 0.5px;
  border-color: #fff;
  cursor: pointer;
}

.container-4 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 850px;
  max-width: none;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f3f3f3;
}

.faq-grid {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  overflow: auto;
  width: 100%;
  margin-top: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 3.25fr;
  grid-template-columns: 1fr 3.25fr;
  -ms-grid-rows: 0px;
  grid-template-rows: 0px;
}

.faq-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  padding: 94px 3% 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-h1 {
  position: relative;
  top: 0px;
  right: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-bottom: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-content {
  z-index: 1;
  overflow: hidden;
}

.arrow-cta {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.kreuzaufmenu {
  display: block;
}

.marker-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #aaa;
  font-size: 18px;
  font-weight: 700;
}

.marker-container.hide {
  opacity: 0;
}

.menu-item-text-wrapper {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.menu-item-text-wrapper:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  text-shadow: 4px 4px 3px #ccc;
}

.container-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-images-container {
  position: relative;
}

.images-text-menu-col {
  left: -215px;
  z-index: 999;
}

.showcase-slider-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marker-line {
  width: 0%;
  height: 1px;
  margin: 10px;
  background-color: #ccc;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.marker-line.show {
  width: 100%;
}

.img-container-1b {
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.7) translate(-55%, 0px);
  -ms-transform: scale(0.7) translate(-55%, 0px);
  transform: scale(0.7) translate(-55%, 0px);
}

.img-container-2 {
  position: absolute;
  z-index: 5;
  -webkit-transform: scale(0.9) translate(-20%, 0px);
  -ms-transform: scale(0.9) translate(-20%, 0px);
  transform: scale(0.9) translate(-20%, 0px);
}

.img-wrapper-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #ff8177;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
}

.menu-item-text-container {
  margin: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #aaa;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.marker-number {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.img-container-1 {
  position: absolute;
  z-index: 6;
}

.showcase-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.menu-item-header-container {
  padding: 5px;
  font-family: 'Great Vibes', cursive;
  color: #666;
  font-size: 36px;
  line-height: 48px;
}

.grid {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.img-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #3c46fb;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 150px;
}

.showcase-slider-container {
  width: 100%;
  max-width: 1300px;
}

.img-container-3 {
  position: absolute;
  z-index: 4;
  -webkit-transform: scale(0.8) translate(-35%, 0px);
  -ms-transform: scale(0.8) translate(-35%, 0px);
  transform: scale(0.8) translate(-35%, 0px);
}

.section-homepage {
  width: 100%;
  height: 100vh;
  max-width: 100%;
}

.menu-ki-literatur {
  display: inline-block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.img-container-2b {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.7) translate(-55%, 0px);
  -ms-transform: scale(0.7) translate(-55%, 0px);
  transform: scale(0.7) translate(-55%, 0px);
}

.img-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #8dc7eb;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 150px;
  line-height: 150px;
}

.images-showcase-col {
  text-align: center;
}

._3erlayermenu {
  display: block;
  background-color: rgba(24, 21, 76, 0.8);
}

.kkkcontent {
  display: block;
  height: 600vh;
  margin-right: 7.5%;
  margin-bottom: 200px;
  margin-left: 7.5%;
  padding-left: 0px;
  background-color: rgba(24, 21, 76, 0.8);
}

.grid-background {
  position: fixed;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100vh;
  padding-right: 10%;
  padding-left: 10%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.05;
}

.div-grid-bg {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.div-contact-container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 7vw;
  padding-left: 7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #4451f6;
}

.contact-button:hover {
  background-color: rgba(68, 81, 246, 0.8);
}

.text-contact-button {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-section-number {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 20px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.div-number-container {
  position: relative;
  display: none;
  overflow: hidden;
  width: 90px;
  height: 88px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-section-numbers {
  position: relative;
  left: 182px;
  color: #fff;
  font-size: 80px;
  line-height: 88px;
}

.text-section-numbers._02 {
  position: relative;
  top: 0px;
  opacity: 0.2;
}

.text-section-numbers._03 {
  top: 0px;
  opacity: 0.2;
}

.div-background-interaction-numbers {
  position: absolute;
  left: 0%;
  top: 88px;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 88px;
  background-color: #4451f6;
}

.div-bar-sn {
  width: 300px;
  height: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-small-bar-sn {
  width: 100px;
  height: 4px;
  background-color: #fff;
}

.opacity-down {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, #000, transparent 75%);
}

.text-button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-scroll-down {
  position: relative;
  top: 486px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  opacity: 0.4;
}

.first-button {
  display: none;
  margin-top: 10px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
}

.div-scroll-conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 48px;
  margin-top: 5px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
}

.bg-video {
  display: none;
  height: 100%;
  margin-left: -10vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-small {
  position: absolute;
  top: 100px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: none;
}

.text-small.click-me {
  position: absolute;
  left: auto;
  top: 30px;
  right: 20px;
  bottom: auto;
  z-index: auto;
  display: block;
  opacity: 0.2;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.text-small.role {
  position: relative;
  top: 0px;
  opacity: 0.4;
  line-height: 16px;
}

.image-15 {
  width: 0px;
  height: 20px;
}

.color {
  font-family: Oswald, sans-serif;
  color: #4451f6;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-12 {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #ff8177;
}

.div-content-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 400px 0% 25% 10%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #3c46fb;
  background-color: transparent;
}

.div-left-first-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 44px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4451f6;
}

.grid-main {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 110vh;
  margin-top: 0px;
  padding-left: 0%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 9.25fr;
  grid-template-columns: 1fr 1fr 9.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(24, 21, 76, 0.8);
}

.div-background-interaction {
  position: absolute;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: 0%;
  height: 60px;
  background-color: #4451f6;
}

.div-png-tec {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #3c46fb;
}

.div-bg-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  border-radius: 20px;
  background-color: #4451f6;
}

.arrow {
  position: absolute;
  left: auto;
  top: 34px;
  right: 0%;
  bottom: 0%;
  width: 12px;
  height: 12px;
  opacity: 0;
  font-family: Oswald, sans-serif;
  color: #ff8177;
}

.div-png-tec-responsive {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin-top: 40px;
}

.heading-14 {
  position: relative;
}

.section-was-ki-nicht-kann {
  position: relative;
  z-index: 1;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 50px;
  background-color: rgba(24, 21, 76, 0.8);
}

.heading-2-projects {
  z-index: 1;
  display: block;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 60px;
}

.bar-flag {
  height: 1px;
  margin-top: 50px;
  background-color: #fff;
  opacity: 0.2;
}

.paragraph-15 {
  font-family: 'Droid Serif', serif;
  color: #fff;
}

.div-testimoninal {
  display: -ms-grid;
  display: grid;
  margin: 60px 7.5% 4px;
  padding: 30px 40px 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-rows: auto auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #3c46fb;
}

.div-picture-testimonial {
  width: 80px;
  height: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 100px;
  background-image: url('../images/download-2.jpeg');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-picture-testimonial._2 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/download-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

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

.grid-project-ci {
  position: relative;
  z-index: 1;
  display: block;
  margin: 126px 15% 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . . ." ". . . . ." ". . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto 100px auto;
  grid-template-rows: auto auto auto;
}

.div-content-project {
  margin-bottom: 25px;
}

.div-content-project.idea {
  display: block;
  margin-right: 10%;
  margin-left: 10%;
}

.div-title-project-technology {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.paragraph-options {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
}

.div-title-project {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-title-project.ideas {
  display: block;
}

.png-tec-base {
  left: -10%;
  opacity: 0;
}

.png-tec-base._1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.png-tec-base._3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.png-tec-base._5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 1%;
  opacity: 0;
}

.png-tec-base._2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.png-tec-base._4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.div-technology-container {
  position: relative;
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 20px;
  background-color: #18154c;
  cursor: pointer;
}

.quote-icon {
  width: 30px;
}

.div-conteiner-titles {
  position: relative;
  display: block;
  overflow: hidden;
  height: 60px;
  margin-top: 5px;
}

.h4-technology {
  margin-top: 150px;
  margin-bottom: 60px;
  margin-left: 15%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-content-card {
  display: block;
}

.text-title-small {
  position: relative;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.grande {
  margin-top: 25px;
  margin-bottom: 25px;
  opacity: 0.9;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 1rem;
  line-height: 170%;
  text-align: center;
}

.grid-project-technology {
  position: relative;
  z-index: 1;
  margin-right: 10%;
  margin-left: 10%;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 0.5fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 0.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-card-gd {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: linear-gradient(35deg, #ff8177, #3c46fb);
  background-position: 0px 0px;
}

.div-card-gd._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #ff8177), to(#3c46fb));
  background-image: linear-gradient(180deg, #fff, #ff8177 28%, #3c46fb);
}

.div-card-gd._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), color-stop(79%, #3c46fb), to(#ffe8ae));
  background-image: linear-gradient(180deg, #ff8177, #3c46fb 79%, #ffe8ae);
  background-position: 0px 0px;
}

.gif {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  display: block;
  width: 32vw;
  height: 32vw;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  border-radius: 1000px;
  box-shadow: 1px 1px 100px 0 rgba(164, 64, 193, 0.3);
}

.gif._3 {
  border-radius: 16px;
}

.text-io {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-content-gd {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-content-case-study {
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.grid-parameters {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-areas: "." "." "." "." "." ".";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-parameters._1 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: "." "." "." ".";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 4px auto 4px auto 4px auto;
  grid-template-rows: auto auto auto auto;
}

.grid-parameters._4 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: "." "." "." "." "." "." "." "." "." "." "." "." "." "." "." ".";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-parameters._3 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: "." "." "." ".";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 4px auto 4px auto 4px auto;
  grid-template-rows: auto auto auto auto;
}

.grid-parameters._2 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: "." "." "." "." "." "." ".";
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 4px auto 4px auto 4px auto 4px auto 4px auto 4px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.background-gd-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #3c46fb;
  opacity: 1;
}

.text-small-title-cs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.centrado {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.div-inputoutput {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 16px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
}

.div-content-card-gd {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.div-circle-inside {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 4px;
  margin-right: 20px;
  background-color: #fff;
}

.div-circle-inside.pink {
  background-color: #ff75f1;
}

.div-circle-inside.yellow {
  background-color: #cad36e;
}

.div-circle-inside.purple {
  background-color: #ff8177;
}

.div-circle-inside.blue {
  background-color: #4a98ff;
}

.div-circle-inside.red {
  background-color: #ff595c;
}

.div-bar-input {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-left: 16px;
  padding: 4px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.h4-cs {
  color: #5f67f9;
}

.h4-cs._4 {
  color: #f9a95f;
}

.h4-cs._2 {
  color: #10b976;
}

.h4-cs._3 {
  color: #ddd596;
}

.h4-cs._4 {
  color: #f9a95f;
}

.h4-cs._2 {
  color: #10b976;
}

.h4-cs._3 {
  color: #ddd596;
}

.grid-case-study {
  position: relative;
  z-index: 1;
  margin-right: 10%;
  margin-bottom: 200px;
  margin-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-areas: ". . . . ." ". . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 60px auto;
  grid-template-rows: auto auto;
}

.grid-colors {
  width: 100%;
  margin-top: 30px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: auto 8px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 8px auto 8px auto;
  grid-template-rows: auto auto auto;
}

.grid-colors._4 {
  grid-template-areas: ". ." ". .";
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-colors._3 {
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-design {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding-top: 103px;
  background-color: rgba(24, 21, 76, 0.8);
}

.text-bg {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.05;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 200px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c46fb;
}

.text-span-3 {
  margin-right: 12px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  color: #181818;
  font-size: 16px;
  font-weight: 600;
}

.grid-generative-design {
  position: relative;
  display: block;
  margin-right: 15%;
  margin-bottom: 0px;
  margin-left: 15%;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: ". . . . ." ". . . . .";
  -ms-grid-columns: 1fr 0px minmax(0px, 4px) 0px 1fr 0px minmax(0px, 4px) 0px 1fr;
  grid-template-columns: 1fr minmax(0px, 4px) 1fr minmax(0px, 4px) 1fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
  background-color: rgba(24, 21, 76, 0.8);
}

.section-media {
  position: relative;
  z-index: 1;
  display: none;
}

.div-pictures {
  position: relative;
  background-image: url('../images/reflejo2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  cursor: pointer;
}

.div-pictures._3 {
  background-image: url('../images/exterior-min.jpg');
}

.div-pictures._5 {
  background-image: url('../images/reflejo1-min.jpg');
  background-size: cover;
}

.div-pictures._4 {
  background-image: url('../images/esquina-min.jpg');
}

.div-pictures._7 {
  background-image: url('../images/puerta-min.jpg');
  background-size: cover;
}

.div-pictures._6 {
  background-image: url('../images/IMG_2772-min.jpg');
  background-size: cover;
}

.div-pictures._8 {
  background-image: url('../images/esquina-min.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.grid-media {
  position: relative;
  min-height: 95vh;
  margin-right: 10%;
  margin-bottom: 160px;
  margin-left: 10%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . .";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 140px 10px 30px 10px minmax(100px, 1fr) 10px minmax(100px, 1fr) 10px 100px 10px 100px 10px 100px 10px 100px;
  grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px;
}

.div-bg-pictures {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(68, 81, 246, 0.3);
  opacity: 0;
}

.div-content-media {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15 {
  font-family: Oswald, sans-serif;
}

.paragraph-16 {
  font-family: 'Droid Serif', serif;
}

.heading-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-17 {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-style: normal;
}

.suchfeld {
  display: none;
}

.search {
  display: none;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.search-button {
  margin-right: 20px;
  margin-bottom: 1px;
  background-color: transparent;
  background-image: url('../images/SearchIconMedium.svg');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.search-input {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.biblio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.bgcolor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(24, 21, 76, 0.8);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.biblioproj {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.bibliowww {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.bibliotools {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-16 {
  width: 110px;
  height: 110px;
  border-radius: 200px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-14 {
  position: absolute;
  top: 0px;
  display: block;
  overflow: auto;
  width: 100%;
  height: 800px;
}

.text-block-28 {
  padding: 10px 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.bibliomen-klein {
  width: 100%;
  height: 100vh;
}

.men-kreise {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.men-kreis1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d66262;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
}

.men-kreis2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7bcea3;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 150px;
}

.men-kreis3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #92a4c2;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 150px;
  line-height: 150px;
}

.img-wrapper-1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d66262;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
}

.img-wrapper-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7bcea3;
  box-shadow: -11px 11px 15px 0 rgba(0, 0, 0, 0.2);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 150px;
}

.bibliowebx {
  position: fixed;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  z-index: 111111;
  display: block;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn_biblioprojoff {
  position: fixed;
  right: 6.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bibliooff {
  position: fixed;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 5%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn_bibliomain_off {
  position: fixed;
  right: 6.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-ml {
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 200px;
  background-color: rgba(255, 129, 119, 0.5);
  font-family: Oswald, sans-serif;
  color: #fff;
}

.icon-bd {
  border-style: solid;
  border-width: 2px;
  border-color: #3c46fb;
  border-radius: 200px;
  background-color: rgba(60, 70, 251, 0.5);
}

.icon-nn {
  border-style: solid;
  border-width: 2px;
  border-color: #8dc7eb;
  border-radius: 200px;
  background-color: rgba(141, 199, 235, 0.5);
}

.columns-11 {
  width: 80%;
  margin-bottom: 14px;
}

.bibbutton {
  box-shadow: 0 0 0 0 rgba(36, 12, 46, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #3c46fb;
  text-decoration: none;
}

.bibbutton:hover {
  box-shadow: 0 2px 0 0 #ffe8ae;
}

.bibbutton.special {
  display: inline-block;
  margin-bottom: 3px;
  padding-right: 1rem;
  padding-bottom: 3px;
  padding-left: 1rem;
  border-radius: 5rem;
  background-color: #3c46fb;
  box-shadow: none;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.bibbutton.special:hover {
  background-color: #ff8177;
  box-shadow: none;
}

.bibbutton.link-footer {
  color: hsla(0, 0%, 100%, 0.76);
}

.bibbutton.link-footer:hover {
  box-shadow: 0 2px 0 0 #ff8177;
  color: #fff;
}

.text-block-29 {
  display: block;
  margin-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
}

.div-block-16 {
  position: fixed;
  right: 67px;
  width: 50%;
  margin-top: 50px;
  margin-right: 375px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.icon-bersicht {
  position: absolute;
  width: 80%;
  height: 100%;
  margin-top: 24px;
  margin-left: 62px;
}

.column-11 {
  display: block;
  padding-right: 28px;
  padding-left: 28px;
}

.column-12 {
  padding-right: 28px;
  padding-left: 28px;
}

.column-13 {
  padding-right: 28px;
  padding-left: 28px;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-12-b {
  padding-right: 28px;
  padding-left: 28px;
}

.column-13b {
  padding-right: 28px;
  padding-left: 28px;
}

.column-12-c {
  padding-right: 28px;
  padding-left: 28px;
}

.p-large-3 {
  display: block;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 300;
}

.bibbutton-2 {
  box-shadow: 0 0 0 0 rgba(36, 12, 46, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #3c46fb;
  text-decoration: none;
}

.bibbutton-2:hover {
  box-shadow: 0 2px 0 0 #ffe8ae;
}

.bibbutton-2.special {
  display: inline-block;
  padding-right: 1rem;
  padding-bottom: 3px;
  padding-left: 1rem;
  border-radius: 5rem;
  background-color: #3c46fb;
  box-shadow: none;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.bibbutton-2.special:hover {
  background-color: #ff8177;
  box-shadow: none;
}

.listenende {
  padding-right: 40px;
  padding-left: 40px;
  border-style: dotted none none;
  border-width: 0.5px;
  border-color: #fff;
  cursor: pointer;
}

.column-12d {
  padding-right: 28px;
  padding-left: 28px;
}

.abschluss {
  margin-right: 10px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #8dc7eb;
  border-radius: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.abschluss1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.image-17 {
  max-width: 80%;
}

.image-18 {
  max-width: 80%;
}

.image-19 {
  max-width: 80%;
}

.image-20 {
  max-width: 80%;
}

.image-21 {
  max-width: 80%;
}

.image-22 {
  max-width: 80%;
}

.image-23 {
  max-width: 80%;
}

.image-24 {
  max-width: 80%;
}

.image-25 {
  max-width: 80%;
}

.image-26 {
  max-width: 80%;
}

.image-27 {
  max-width: 80%;
}

.image-28 {
  max-width: 80%;
}

.image-29 {
  max-width: 80%;
}

.image-30 {
  max-width: 80%;
}

.image-31 {
  max-width: 80%;
}

.image-32 {
  max-width: 80%;
}

.image-33 {
  max-width: 80%;
}

.image-34 {
  max-width: 80%;
}

.image-35 {
  max-width: 80%;
}

.image-36 {
  max-width: 80%;
}

.image-37 {
  max-width: 80%;
}

.image-38 {
  max-width: 80%;
}

.image-39 {
  max-width: 80%;
}

.image-40 {
  max-width: 80%;
}

.image-41 {
  max-width: 80%;
}

.image-42 {
  max-width: 80%;
}

.image-43 {
  max-width: 80%;
}

.image-44 {
  max-width: 80%;
}

.image-45 {
  max-width: 80%;
}

.image-46 {
  max-width: 80%;
}

.image-47 {
  max-width: 80%;
}

.image-48 {
  max-width: 80%;
}

.image-49 {
  max-width: 80%;
}

.image-50 {
  max-width: 80%;
}

.image-51 {
  max-width: 80%;
}

.image-52 {
  max-width: 80%;
}

.image-53 {
  max-width: 80%;
}

.image-54 {
  max-width: 80%;
}

.einblendmen-ml-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-ml-2.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ml-2.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ml-2.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-ml-2.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-ml-2.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-ml-2.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-ml-2.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.text-block-23-copy {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.8rem;
}

.mlmain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mlmain.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mlmain.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mlmain.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mlmain.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mlmain.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.mlmain.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mlmain.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.div-block-17 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-copy {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-copy.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.col-copy.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-copy.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col-copy.col-4.col-footer.col-100-ml {
  top: 400px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-copy.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
}

.col-copy.nopad.col-6.weglot-is {
  position: relative;
  display: block;
  height: 100%;
  max-width: 75%;
  padding-right: 0rem;
  padding-bottom: 0px;
  padding-left: 11.9rem;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-copy.nopad.col-6.halfpage {
  overflow: hidden;
}

.col-copy.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.col-copy.nopad.col-6.poweroflang {
  height: 100%;
}

.weglot-ill-1test {
  position: absolute;
}

.weglot-ill-1test.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1test.ob2 {
  position: absolute;
  left: 30px;
  top: -29%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #3c46fb;
}

.weglot-ill-1test.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1test.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.weglot-ill-1test.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ml-hl2-copy {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.ml-hl2-copy.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.ml-hl2-copy.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.ml-hl2-copy.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.ml-hl2-copy.p-bold.mb-normal {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.weglot-ill-4-copy {
  position: absolute;
}

.weglot-ill-4-copy.ob1 {
  width: 100%;
}

.weglot-ill-4-copy.ob2 {
  left: -3%;
  top: -86px;
  right: auto;
  bottom: -10%;
  display: block;
  width: 100%;
}

.weglot-ill-4-copy.ob3 {
  left: auto;
  top: auto;
  right: 17%;
  bottom: 36%;
  width: 44%;
}

.weglot-ill-4-copy.ob4 {
  left: auto;
  top: auto;
  right: 12%;
  bottom: -8%;
  display: block;
  width: 82%;
}

.svg-copy {
  display: block;
  width: 100%;
  max-width: 120%;
  opacity: 1;
}

.svg-copy.ill1 {
  opacity: 0;
}

.svg-copy.ill2 {
  opacity: 0;
}

.svg-copy.hryvna {
  position: absolute;
  left: 2%;
}

.animation-ml {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 80%;
  margin: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.einstiegsszene {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(24, 21, 76, 0.8);
  color: #333df0;
}

.extro-text-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #3c46fb;
}

.extro-title-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: default;
}

.extro-title-wrapper.lennon {
  display: none;
  padding-bottom: 0vh;
}

.extro-title-wrapper.intro.mb-normal {
  margin-top: 0px;
  margin-bottom: 2rem;
  padding-top: 0px;
  background-color: transparent;
}

.hl-rosa-copy {
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-family: Oswald, sans-serif;
  font-size: 7vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.hl-rosa-copy.intro-2 {
  position: absolute;
  z-index: 1;
  margin-bottom: 0rem;
  opacity: 0.1;
  color: #fff;
  font-size: 8vw;
  letter-spacing: 0.2em;
}

.hl-rosa-copy.intro-2.lennon {
  display: none;
  color: #8437fd;
  text-align: center;
}

.hl-rosa-copy.intro-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 0rem;
  opacity: 0.85;
  color: #ff8177;
}

.hl-rosa-copy.intro-1.p-gradient-1 {
  display: none;
  background-color: transparent;
  color: #00c2ab;
  text-align: center;
  letter-spacing: 0.2em;
}

.hl-rosa-copy.intro-3 {
  position: absolute;
  margin-bottom: 0rem;
  opacity: 0.5;
  color: #e8e9ff;
  font-size: 9vw;
  letter-spacing: 0.2em;
}

.hl-rosa-copy.intro-3.lennon {
  display: none;
  opacity: 0.26;
  color: #8437fd;
  text-align: center;
}

.hl-rosa-copy {
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-family: Oswald, sans-serif;
  font-size: 7vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.hl-rosa-copy.intro-2 {
  position: absolute;
  z-index: 1;
  margin-bottom: 0rem;
  opacity: 0.1;
  color: #fff;
  font-size: 8vw;
  letter-spacing: 0.2em;
}

.hl-rosa-copy.intro-2.lennon {
  display: none;
  color: #8437fd;
  text-align: center;
}

.hl-rosa-copy.intro-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 0rem;
  opacity: 0.85;
  color: #ff8177;
}

.hl-rosa-copy.intro-1.p-gradient-1 {
  display: none;
  background-color: transparent;
  color: #00c2ab;
  text-align: center;
  letter-spacing: 0.2em;
}

.hl-rosa-copy.intro-3 {
  position: absolute;
  margin-bottom: 0rem;
  opacity: 0.5;
  color: #e8e9ff;
  font-size: 9vw;
  letter-spacing: 0.2em;
}

.hl-rosa-copy.intro-3.lennon {
  display: none;
  opacity: 0.26;
  color: #8437fd;
  text-align: center;
}

.browser-overflow-wrapper-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gehirn-copy {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.browser-window-wrapper-copy {
  position: fixed;
  top: 50vh;
  display: block;
  width: 50vw;
  height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linke-gh-copy {
  position: absolute;
  left: 12%;
  bottom: 10%;
  z-index: 1;
  display: none;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.rechte-gh-copy {
  position: absolute;
  right: -4%;
  bottom: 13%;
  z-index: 1;
  display: none;
  width: 73%;
}

.animation-bigdata {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  margin: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-18 {
  position: static;
  width: 80%;
  height: 100vh;
  margin: 100px 100px 0px;
  background-color: transparent;
}

.p-oversized-bigdata {
  font-size: 6vw;
  line-height: 1;
}

.p-oversized-bigdata.p-bold {
  display: block;
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  text-align: left;
}

.p-oversized-bigdata.break {
  position: absolute;
  left: 10%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
}

.bigdatawhite {
  display: inline-block;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-19 {
  position: absolute;
}

.bigdatacontent {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.power-of-lang-graph-copy {
  position: relative;
  top: -85px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 50%;
  max-width: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.karteikartenbigdata {
  position: relative;
  width: 80%;
  height: auto;
  margin-right: 10%;
  margin-left: 0%;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.bigdatacards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bigdatacards.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bigdatacards.row-nomar.weglot-is {
  margin-right: 7%;
  margin-left: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigdatacards.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bigdatacards.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigdatacards.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.bigdatacards.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bigdatacards.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.bigdata-div {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bigdatacol {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigdatacol.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.bigdatacol.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bigdatacol.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bigdatacol.col-4.col-footer.col-100-ml {
  top: 400px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigdatacol.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
}

.bigdatacol.nopad.col-6.weglot-is {
  position: relative;
  display: block;
  height: 100%;
  max-width: 80%;
  margin-right: 0px;
  margin-left: 50px;
  padding: 0rem;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.bigdatacol.nopad.col-6.halfpage {
  overflow: hidden;
}

.bigdatacol.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.bigdatacol.nopad.col-6.poweroflang {
  height: 100%;
}

.bigdatakarteikarte1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.bigdatakarteikarte1.blue {
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0.41), hsla(0, 0%, 100%, 0));
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  cursor: none;
}

.bigdatakarteikarte1.red {
  height: 100vh;
  min-height: 50vh;
  padding-top: 4rem;
  padding-right: 0rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8177;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0), rgba(255, 232, 174, 0.76));
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.bigdatakarteikarte1.is {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  min-height: 100vh;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: transparent;
}

.bigdatakarteikarte1.weglot-is {
  width: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.bigdatakarteikarte1.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.bigdatakarteikarte1.sticky.nobg {
  background-color: transparent;
}

.bigdatakarteikarte1.uielements {
  width: auto;
  padding-top: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  color: #18154c;
}

.bigdatakarteikarte1.nobg {
  background-color: transparent;
}

.bigdatakarteikarte1.poweroflang {
  height: 100%;
  background-color: #18154c;
}

.karteikarte1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffe8ae;
  background-image: linear-gradient(135deg, #ff8177, rgba(255, 129, 119, 0));
  color: #fff;
}

.karteikarte1.iw1 {
  position: relative;
  padding-left: 2rem;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 3px none transparent;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff8177 20%, rgba(255, 129, 119, 0));
}

.karteikarte1.iw2 {
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 20px;
  background-color: #3c46fb;
  background-image: linear-gradient(10deg, #ff8177, hsla(0, 0%, 100%, 0));
}

.karteikarte1.iw3 {
  top: 1rem;
  right: 1rem;
  border-radius: 20px;
  background-color: #8dc7eb;
  background-image: linear-gradient(344deg, #8437fd, rgba(132, 55, 253, 0));
}

.karteikarte1.iw4 {
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 20px;
  background-color: #3c46fb;
  background-image: linear-gradient(225deg, #8dc7eb, rgba(255, 129, 119, 0));
}

.karteikarte1.iw5 {
  top: 2rem;
  right: 2rem;
  border-radius: 20px;
  background-color: #18154c;
  background-image: linear-gradient(225deg, #3c46fb, rgba(51, 61, 240, 0));
}

.karteikarte1content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kartekarte1b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 1rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kartekarte1b.ill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bd-hl1 {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.bd-hl1.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.bd-hl1.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.bd-hl1.p-bold.break.weglot-hide-rus {
  color: #ff8177;
}

.bd-hl1.p-bold.mb-normal {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.bdtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sale {
  position: absolute;
}

.sale.ob1 {
  position: absolute;
  left: -8%;
  top: -45%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.sale.ob2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sale.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sale.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.sale.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8177;
}

.b-gel {
  position: absolute;
}

.b-gel.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.b-gel.ob2 {
  position: absolute;
  left: -19px;
  top: 103%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.b-gel.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-gel.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.b-gel.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8177;
}

.buynow {
  position: absolute;
}

.buynow.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buynow.ob2 {
  position: absolute;
  left: 95px;
  top: 43%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.buynow.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buynow.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.buynow.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.geld {
  position: absolute;
}

.geld.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.geld.ob2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.geld.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.geld.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.geld.obj5 {
  position: absolute;
  left: 44px;
  top: 119px;
  right: 0px;
  bottom: -16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff8177;
}

.korb {
  position: absolute;
}

.korb.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.korb.ob2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.korb.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.korb.obj4 {
  position: absolute;
  left: 1%;
  top: 46px;
  right: auto;
  bottom: 26%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.korb.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8177;
}

.wagen {
  position: absolute;
}

.wagen.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.wagen.ob2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wagen.obj3 {
  position: absolute;
  left: 57%;
  top: -14%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff8177;
}

.wagen.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.wagen.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8177;
}

.bigdatausa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 1rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bigdatausa.ill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigdatausacontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.bigdataflag {
  position: absolute;
}

.bigdataflag.ob1 {
  left: 35px;
  top: -36px;
  width: 70%;
}

.bigdataflag.ob2 {
  left: 71%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdataflag.ob3 {
  left: 55%;
  bottom: 53%;
  width: 90%;
}

.bigdataflag.ob4 {
  left: auto;
  top: auto;
  right: 55%;
  bottom: 8%;
  width: 60%;
}

.bigdataflag.ob5 {
  left: 67%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 50%;
}

.bigdataflag.ob6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -29%;
  width: 30%;
}

.bigdataflag.ob2-copy {
  left: 49%;
  top: -31%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.svg-copy {
  display: block;
  width: 100%;
  max-width: 120%;
  opacity: 1;
}

.svg-copy.ill1 {
  opacity: 0;
}

.svg-copy.ill2 {
  opacity: 0;
}

.svg-copy.hryvna {
  position: absolute;
  left: 2%;
}

.bigdatausa1 {
  position: absolute;
}

.bigdatausa1.ob1 {
  width: 80%;
}

.bigdatausa1.ob2 {
  left: 71%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatausa1.ob3 {
  left: -29%;
  top: 44.2031px;
  bottom: 53%;
  width: 150%;
}

.bigdatausa1.ob4 {
  left: auto;
  top: auto;
  right: 55%;
  bottom: 8%;
  width: 60%;
}

.bigdatausa1.ob5 {
  left: 67%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 50%;
}

.bigdatausa1.ob6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -29%;
  width: 30%;
}

.bigdatausa1.ob2-copy {
  left: 49%;
  top: -31%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatatweet {
  position: absolute;
}

.bigdatatweet.ob1 {
  width: 80%;
}

.bigdatatweet.ob2 {
  left: 71%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatatweet.ob3 {
  left: 55%;
  bottom: 53%;
  width: 90%;
}

.bigdatatweet.ob4 {
  left: -38px;
  top: auto;
  right: 0%;
  bottom: 64%;
  width: 55%;
}

.bigdatatweet.ob5 {
  left: 67%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 50%;
}

.bigdatatweet.ob6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -29%;
  width: 30%;
}

.bigdatatweet.ob2-copy {
  left: 49%;
  top: -31%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatausapart {
  position: absolute;
}

.bigdatausapart.ob1 {
  width: 80%;
}

.bigdatausapart.ob2 {
  left: 71%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatausapart.ob3 {
  left: 55%;
  bottom: 53%;
  width: 90%;
}

.bigdatausapart.ob4 {
  left: auto;
  top: auto;
  right: 55%;
  bottom: 8%;
  width: 60%;
}

.bigdatausapart.ob5 {
  left: 21%;
  top: 110px;
  right: auto;
  bottom: 0%;
  width: 45%;
  opacity: 0.5;
}

.bigdatausapart.ob6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -29%;
  width: 30%;
}

.bigdatausapart.ob2-copy {
  left: 49%;
  top: -31%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatalupe {
  position: absolute;
}

.bigdatalupe.ob1 {
  width: 80%;
}

.bigdatalupe.ob2 {
  left: 71%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatalupe.ob3 {
  left: 55%;
  bottom: 53%;
  width: 90%;
}

.bigdatalupe.ob4 {
  left: auto;
  top: auto;
  right: 55%;
  bottom: 8%;
  width: 60%;
}

.bigdatalupe.ob5 {
  left: 67%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 50%;
}

.bigdatalupe.ob6 {
  left: 6%;
  top: 94px;
  right: auto;
  bottom: -6%;
  width: 70%;
}

.bigdatalupe.ob2-copy {
  left: 49%;
  top: -31%;
  right: auto;
  bottom: auto;
  width: 30%;
}

.bigdatakarteikarteusa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffe8ae;
  background-image: linear-gradient(135deg, #ff8177, rgba(255, 129, 119, 0));
  color: #fff;
}

.bigdatakarteikarteusa.iw1 {
  padding-left: 2rem;
  border: 3px none transparent;
  border-radius: 20px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff8177 20%, rgba(255, 129, 119, 0));
}

.bigdatakarteikarteusa.iw2 {
  position: static;
  top: auto;
  right: auto;
  margin: -1rem -1rem -1rem 1rem;
  padding: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #8dc7eb;
  background-image: linear-gradient(145deg, #3c46fb, hsla(0, 0%, 100%, 0));
}

.bigdatakarteikarteusa.iw3 {
  top: 1rem;
  right: 1rem;
  border-radius: 20px;
  background-color: #8dc7eb;
  background-image: linear-gradient(344deg, #8437fd, rgba(132, 55, 253, 0));
}

.bigdatakarteikarteusa.iw4 {
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 20px;
  background-color: #3c46fb;
  background-image: linear-gradient(225deg, #8dc7eb, rgba(255, 129, 119, 0));
}

.bigdatakarteikarteusa.iw5 {
  top: 2rem;
  right: 2rem;
  border-radius: 20px;
  background-color: #18154c;
  background-image: linear-gradient(225deg, #3c46fb, rgba(51, 61, 240, 0));
}

.karteikarte2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.karteikarte2.blue {
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: linear-gradient(225deg, rgba(255, 129, 119, 0.41), hsla(0, 0%, 100%, 0));
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  cursor: none;
}

.karteikarte2.red {
  width: 80%;
  height: 100vh;
  min-height: 50vh;
  margin-left: 126px;
  padding-top: 4rem;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: none;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.karteikarte2.is {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  min-height: 100vh;
  padding: 4rem 2rem;
  background-color: transparent;
}

.karteikarte2.weglot-is {
  width: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.karteikarte2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.karteikarte2.sticky.nobg {
  background-color: transparent;
}

.karteikarte2.uielements {
  width: auto;
  padding-top: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
  color: #18154c;
}

.karteikarte2.nobg {
  background-color: transparent;
}

.karteikarte2.poweroflang {
  width: 80%;
  height: 80%;
  background-color: transparent;
}

.karteikarte2usa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.karteikarte2b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 1rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.karteikarte2b.ill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigdatawhite-circle {
  position: static;
  left: 200px;
  top: -109px;
  display: block;
  width: 100%;
  margin-top: -33px;
  margin-left: 0px;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bdc {
  position: absolute;
  left: 35%;
  top: 50%;
  right: 45%;
  bottom: 40%;
  z-index: auto;
  display: block;
  width: 25%;
  height: 50%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.bdb {
  position: relative;
  top: auto;
  z-index: auto;
  display: block;
  width: 100%;
  height: 50%;
  max-width: 100vh;
  margin-top: 150px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.bda {
  position: absolute;
  top: auto;
  z-index: auto;
  display: block;
  width: 100%;
  height: 50%;
  max-width: 100vh;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.italic-text-2 {
  display: none;
}

.ix-scroll-einblendmen-bd {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  height: 100vh;
}

.endbuttonstest {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 100vh;
  margin-top: 0px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-20 {
  position: relative;
  top: 0px;
  height: 20px;
}

.div-block-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 300vh;
  margin: 100px;
}

.endbuttonsml {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 700px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.endbuttonsbd {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 700px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.einblendmen-mla {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-mla.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-mla.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-mla.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-mla.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-mla.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-mla.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin: 0px 0rem;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-mla.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.mlend {
  position: relative;
  height: 20px;
}

.ix-mlend_trigger1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
  margin-top: 0px;
}

.endbuttonski {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.einblendmen-ki_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-ki_1.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ki_1.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ki_1.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-ki_1.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-ki_1.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-ki_1.mb-large {
  top: 0px;
  z-index: 1;
  display: block;
  height: 40vh;
  margin: 0px 0rem;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.einblendmen-ki_1.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.div-block-kimeen {
  position: relative;
  top: 0px;
  height: 20px;
  margin-top: 0px;
}

.heading-15-copy {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.paragraph-7-copy {
  margin: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 1rem;
  line-height: 170%;
  font-weight: 400;
  text-align: center;
}

.heading-20 {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.grid-ki-kann-nicht {
  position: relative;
  z-index: 1;
  margin-right: 10%;
  margin-left: 10%;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-ki-kann {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-right: 0%;
  margin-left: 10%;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 3fr 0px 1fr 0px 0.5fr 0px 5fr;
  grid-template-columns: 3fr 1fr 0.5fr 5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ki_filtern {
  position: relative;
  padding: 30px 50px 10px 40px;
  border-radius: 20px;
  background-color: #181818;
  cursor: pointer;
}

.katze {
  display: none;
  border-radius: 20px;
}

.blackpeople {
  display: none;
  width: 100%;
  height: 20%;
  max-width: 120%;
  -o-object-fit: contain;
  object-fit: contain;
}

.originalinhalt {
  display: none;
}

.link-block-2 {
  position: absolute;
  top: 30px;
  right: 20px;
  bottom: 160px;
}

.button-6 {
  position: absolute;
  left: 300px;
  top: 0px;
  right: 0px;
  bottom: 140px;
  z-index: 1;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.div-technology-container-copy {
  position: relative;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #181818;
  cursor: pointer;
}

.div-nuancen-container {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 20px;
  background-color: #18154c;
  cursor: pointer;
}

.image-55 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-nuancen_katze {
  margin-right: 15%;
  margin-bottom: 20px;
  margin-left: 15%;
}

.image-56 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 75%;
  margin: 10% 0px 25%;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  opacity: 1;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.columns-filter_black {
  margin-right: 15%;
  margin-bottom: 20px;
  margin-left: 15%;
}

.image-57 {
  position: relative;
  display: block;
  max-width: 75%;
  margin: 10% 0px 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-nuancen {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 10% 0px 25%;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-personalisierung {
  margin-right: 15%;
  margin-bottom: 20px;
  margin-left: 15%;
}

.columns-variationen {
  margin-right: 15%;
  margin-bottom: 20px;
  margin-left: 15%;
}

.columns-variablen {
  margin-right: 15%;
  margin-bottom: 20px;
  margin-left: 15%;
}

.text-title-small-copy {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.column-19-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-20-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-18-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 30px;
}

.text-title-small-copy {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-title-small-copy {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.image-variablen {
  position: relative;
  left: auto;
  display: block;
  max-width: 100%;
  margin: 10% 0px 25%;
  padding-bottom: 0px;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-variationen {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 10% 0px 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-personalisierung {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 100%;
  margin: 10% 0px 25%;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  opacity: 1;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-options-copy {
  margin-right: 0px;
  margin-bottom: 0px;
  opacity: 0.85;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
}

.paragraph-options-copy {
  margin-right: 0px;
  margin-bottom: 0px;
  opacity: 0.85;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-10 {
  margin-top: 125px;
}

.kreativit-t {
  position: absolute;
  display: block;
  height: 700vh;
  background-color: transparent;
}

.centrado-copy {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.lupensl-copy {
  display: none;
  padding-top: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 0px;
  font-size: 2.5vw;
  line-height: 1.2;
}

.lupensl-copy.p-bold {
  display: block;
  overflow: visible;
  margin-top: 88px;
  margin-right: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.lupensl-copy.p-bold.break {
  position: absolute;
  left: 11%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.lupensl-copy.p-bold.break.weglot-hide-rus {
  top: 50%;
  display: none;
  margin-top: 0px;
  margin-bottom: 500px;
  color: #ff8177;
}

.p-oversized-copy {
  font-size: 6vw;
  line-height: 1;
}

.p-oversized-copy.p-bold {
  display: block;
  margin-top: 100px;
  font-family: Oswald, sans-serif;
  text-align: left;
}

.p-oversized-copy.break {
  position: absolute;
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 10vw;
  font-weight: 700;
}

.text-span-5 {
  color: #fff;
}

.text-span-6 {
  color: #fff;
}

.heading-21 {
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.centrado-copy-2 {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  color: #ff8177;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.centrado-copy-3 {
  margin-top: 10px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  line-height: 170%;
  text-align: center;
}

.h4 {
  margin: 50px 15% 60px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.endbuttonskkk {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.einblendmen-ki_1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-ki_1-copy.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ki_1-copy.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-ki_1-copy.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-ki_1-copy.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-ki_1-copy.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-ki_1-copy.mb-large {
  top: 0px;
  z-index: 1;
  display: block;
  height: 40vh;
  margin: 0px 0rem;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.einblendmen-ki_1-copy.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.cola-kkk {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cola-kkk.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.cola-kkk.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cola-kkk.col-4.col-footer.col-100-ml {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cola-kkk.col-4.col-footer.col-100-ml {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 45px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cola-kkk.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.cola-kkk.nopad.col-6.weglot-is {
  display: none;
  height: 100%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cola-kkk.nopad.col-6.halfpage {
  overflow: hidden;
}

.cola-kkk.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-radius: 0px;
}

.cola-kkk.nopad.col-6.poweroflang {
  height: 100%;
  border-radius: 80px;
}

.einblendmen-kkk1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-kkk1.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-kkk1.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-kkk1.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-kkk1.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-kkk1.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-kkk1.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  height: 40vh;
  min-height: auto;
  margin: 0px 0rem;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: rgba(24, 21, 76, 0.8);
  opacity: 0.8;
  -o-object-fit: fill;
  object-fit: fill;
}

.einblendmen-kkk1.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.div-block-kkkmen {
  position: relative;
  top: 0px;
  height: 40px;
  margin-top: 0px;
}

.kkk-toolson {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kkk-toolson.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.kkk-toolson.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kkk-toolson.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.kkk-toolson.col-4.col-footer.col-100-ml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kkk-toolson.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.kkk-toolson.nopad.col-6.weglot-is {
  height: 100%;
}

.kkk-toolson.nopad.col-6.halfpage {
  overflow: hidden;
}

.kkk-toolson.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.kkk-toolson.nopad.col-6.poweroflang {
  height: 100%;
}

.div-filter-container {
  position: relative;
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 20px;
  background-color: #18154c;
  cursor: pointer;
}

.div-inhalte-container {
  position: relative;
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 20px;
  background-color: #18154c;
  cursor: pointer;
}

.div-personalisierung-container {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 20px;
  background-color: #18154c;
  cursor: pointer;
}

.div-variationen-container {
  position: relative;
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 20px;
  background-color: #18154c;
  cursor: pointer;
}

.div-variablen-container {
  position: relative;
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff8177;
  border-radius: 20px;
  background-color: #18154c;
  cursor: pointer;
}

.div-block-23 {
  position: relative;
  height: 150px;
  margin-top: 180px;
  margin-bottom: -182px;
  background-color: rgba(24, 21, 76, 0.8);
}

.button-variationen-link {
  position: absolute;
  left: 286px;
  top: 0px;
  right: 0px;
  bottom: 120px;
  z-index: 1;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.button-link-variablen {
  position: absolute;
  left: 300px;
  top: 0px;
  right: 0px;
  bottom: 140px;
  z-index: 1;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.button-perso-link {
  position: absolute;
  left: 300px;
  top: 0px;
  right: 0px;
  bottom: 120px;
  z-index: 1;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.button-inhalte-link {
  position: absolute;
  left: 300px;
  top: 0px;
  right: 0px;
  bottom: 213px;
  z-index: 1;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.button-filter-link {
  position: absolute;
  left: 300px;
  top: 0px;
  right: 0px;
  bottom: 170px;
  z-index: 1;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.button-nuancen-link {
  position: absolute;
  left: 300px;
  top: 0px;
  right: 0px;
  bottom: 160px;
  z-index: 1;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.grid-biblioproj {
  position: relative;
  margin-right: 15%;
  margin-bottom: 0px;
  margin-left: 15%;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: ". . . . ." ". . . . .";
  -ms-grid-columns: 1fr 0px minmax(0px, 4px) 0px 1fr 0px minmax(0px, 4px) 0px 1fr;
  grid-template-columns: 1fr minmax(0px, 4px) 1fr minmax(0px, 4px) 1fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
  background-color: rgba(24, 21, 76, 0.8);
}

.div-content-gd-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-card-gd-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: linear-gradient(35deg, #ff8177, #3c46fb);
  background-position: 0px 0px;
}

.div-card-gd-copy._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #ff8177), to(#3c46fb));
  background-image: linear-gradient(180deg, #fff, #ff8177 28%, #3c46fb);
}

.div-card-gd-copy._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), color-stop(79%, #3c46fb), to(#ffe8ae));
  background-image: linear-gradient(180deg, #ff8177, #3c46fb 79%, #ffe8ae);
  background-position: 0px 0px;
}

.div-card-gd-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: linear-gradient(35deg, #ff8177, #3c46fb);
  background-position: 0px 0px;
}

.div-card-gd-copy._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #ff8177), to(#3c46fb));
  background-image: linear-gradient(180deg, #fff, #ff8177 28%, #3c46fb);
}

.div-card-gd-copy._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), color-stop(79%, #3c46fb), to(#ffe8ae));
  background-image: linear-gradient(180deg, #ff8177, #3c46fb 79%, #ffe8ae);
  background-position: 0px 0px;
}

.div-card-gd-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: linear-gradient(35deg, #ff8177, #3c46fb);
  background-position: 0px 0px;
}

.div-card-gd-copy._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #ff8177), to(#3c46fb));
  background-image: linear-gradient(180deg, #fff, #ff8177 28%, #3c46fb);
}

.div-card-gd-copy._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), color-stop(79%, #3c46fb), to(#ffe8ae));
  background-image: linear-gradient(180deg, #ff8177, #3c46fb 79%, #ffe8ae);
  background-position: 0px 0px;
}

.div-content-gd-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-gd-card-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  background-color: #09081d;
  opacity: 0;
}

.centrado-2 {
  position: static;
  margin-right: -60px;
  margin-bottom: 20px;
  margin-left: -60px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.color-2 {
  color: #3c46fb;
  font-weight: 600;
}

.paragraph-options-2 {
  display: block;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.div-card-gd-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-card-gd-2._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/artistbook_Merge__MG_1271.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-card-gd-2._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-design-2 {
  position: relative;
  z-index: 1;
  display: block;
  height: 850vh;
  margin-top: 2450px;
  margin-bottom: 100px;
  padding-top: 120px;
}

.text-bg-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.05;
  color: #fff;
  font-size: 160px;
  line-height: 200px;
}

.text-title-small-2 {
  position: relative;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.grid-generative-design-2 {
  position: relative;
  margin-right: 10%;
  margin-bottom: 5px;
  margin-left: 10%;
  grid-auto-flow: column;
  grid-column-gap: 2.5px;
  grid-row-gap: 4px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2.5px minmax(0px, 4px) 2.5px 1fr 2.5px minmax(0px, 4px) 2.5px 1fr;
  grid-template-columns: 1fr minmax(0px, 4px) 1fr minmax(0px, 4px) 1fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
}

.rembrandt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-card-gd-2-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Contenido-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-card-gd-2-copy._2 {
  padding-top: 30px;
  background-image: url('../images/jurek-5-min.jpg');
  background-size: auto;
}

.div-card-gd-2-copy._3 {
  background-image: url('../images/a4ef9c3411725583334a32d7c5754005-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rembrandt1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Contenido-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rembrandt1._2 {
  padding-top: 30px;
  background-image: url('../images/rembrandt.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
}

.rembrandt1._2.div-card-gd-2 {
  background-image: url('../images/rembrandt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rembrandt1._3 {
  background-image: url('../images/a4ef9c3411725583334a32d7c5754005-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-david {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.e-david._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.e-david._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.deepjazz {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.deepjazz._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.deepjazz._3 {
  background-image: url('../images/thumbnail.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.flowcomposer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.flowcomposer._2 {
  padding-top: 30px;
  background-image: url('../images/FlowComposer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flowcomposer._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.jukedeck {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Bildschirmfoto-2020-06-06-um-14.39.06-Kopie.png');
  background-position: 50% 50%;
  background-size: cover;
}

.jukedeck._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.jukedeck._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.poetryme {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.poetryme._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.poetryme._3 {
  background-image: url('../images/Download-1.png'), url('../images/PeotryME.png');
  background-position: 100% 40%, 50% 50%;
  background-size: cover, cover;
}

.sunspring {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.sunspring._2 {
  padding-top: 30px;
  background-image: url('../images/Sunspring_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.sunspring._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.digdown {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Download-2_1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.digdown._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.digdown._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.morgan {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.morgan._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.morgan._3 {
  background-image: url('../images/394984.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ai-chair {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.ai-chair._2 {
  padding-top: 30px;
  background-image: url('../images/905d98d9-40f0-4d0f-90b8-b4a85d308a44_w718_r0.7855_fpx48.95_fpy63.6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ai-chair._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.drohne {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/1_jTxZwld3Gqq289ZqYYpKQA.png');
  background-position: 50% 50%;
  background-size: cover;
}

.drohne._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.drohne._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.trennw-nde {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.trennw-nde._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.trennw-nde._3 {
  background-image: url('../images/airbus-social-img.jpg');
  background-position: 40% 50%;
  background-size: cover;
}

.buggy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.buggy._2 {
  padding-top: 30px;
  background-image: url('../images/hackrod-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.buggy._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.bridge {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Download.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.bridge._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.bridge._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.unbespielt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.unbespielt._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.unbespielt._3 {
  display: block;
  background-image: url('../images/CharacterCreator3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-generative-design-2-copy {
  position: relative;
  margin-right: 10%;
  margin-bottom: 5px;
  margin-left: 10%;
  grid-auto-flow: column;
  grid-column-gap: 2.5px;
  grid-row-gap: 4px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2.5px minmax(0px, 4px) 2.5px 1fr 2.5px minmax(0px, 4px) 2.5px 1fr;
  grid-template-columns: 1fr minmax(0px, 4px) 1fr minmax(0px, 4px) 1fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
}

.weglot-ill-1-copy {
  position: absolute;
}

.weglot-ill-1-copy.ob1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.weglot-ill-1-copy.ob2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1-copy.obj3 {
  position: absolute;
  left: 18%;
  top: 26%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weglot-ill-1-copy.obj4 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 0.5rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  font-size: 2.5vh;
  line-height: 100%;
}

.weglot-ill-1-copy.obj5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.weglot-ill-4-copy {
  position: absolute;
}

.weglot-ill-4-copy.ob1 {
  left: 36px;
  top: -39px;
  width: 100%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.weglot-ill-4-copy.ob2 {
  left: -19%;
  top: auto;
  right: auto;
  bottom: -33%;
  display: block;
  width: 130%;
}

.weglot-ill-4-copy.ob3 {
  left: auto;
  top: auto;
  right: 48%;
  bottom: 20%;
  width: 44%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.weglot-ill-4-copy.ob4 {
  left: auto;
  top: auto;
  right: 12%;
  bottom: -8%;
  display: block;
  width: 82%;
}

.weglot-ill-4-copy-copy {
  position: absolute;
}

.weglot-ill-4-copy-copy.ob1 {
  width: 100%;
}

.weglot-ill-4-copy-copy.ob2 {
  left: -3%;
  top: 66px;
  right: auto;
  bottom: -10%;
  display: block;
  width: 100%;
}

.weglot-ill-4-copy-copy.ob3 {
  left: auto;
  top: auto;
  right: 17%;
  bottom: 36%;
  width: 44%;
}

.weglot-ill-4-copy-copy.ob4 {
  left: auto;
  top: auto;
  right: 12%;
  bottom: -8%;
  display: block;
  width: 82%;
}

.neuronalenetze-und-deep-learning {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 1500vh;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.kapiteltitel-nndl {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.nndl-x {
  position: fixed;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn_nndl-off {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.animation-nndl {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  overflow: visible;
  margin: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.endbuttons-nndl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.bd-btn-hauptmen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.bd-btn-hauptmen:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.bd-btn-hauptmen.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.bd-btn-hauptmen.simple:hover {
  box-shadow: none;
}

.bd-btn-hauptmen.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-btn-hauptmen.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.bd-btn-hauptmen.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-btn-hauptmen.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.bd-btn-hauptmen.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.bd-btn-hauptmen.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.bd-btn-hauptmen.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-btn-hauptmen.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.bd-off-ml-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.bd-off-ml-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.bd-off-ml-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.bd-off-ml-on.simple:hover {
  box-shadow: none;
}

.bd-off-ml-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-off-ml-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.bd-off-ml-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-off-ml-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.bd-off-ml-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.bd-off-ml-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.bd-off-ml-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-off-ml-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.bd-off-tools-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.bd-off-tools-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.bd-off-tools-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.bd-off-tools-on.simple:hover {
  box-shadow: none;
}

.bd-off-tools-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-off-tools-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.bd-off-tools-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.bd-off-tools-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.bd-off-tools-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.bd-off-tools-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.bd-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.endbuttonsmg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}

.ix-mg_trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
}

.btn-mg-off-ki-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-mg-off-ki-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-mg-off-ki-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-mg-off-ki-on.simple:hover {
  box-shadow: none;
}

.btn-mg-off-ki-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-mg-off-ki-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-mg-off-ki-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-mg-off-ki-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-mg-off-ki-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-mg-off-ki-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-mg-off-ki-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-mg-off-ki-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-mg-off-tools-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-mg-off-tools-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-mg-off-tools-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-mg-off-tools-on.simple:hover {
  box-shadow: none;
}

.btn-mg-off-tools-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-mg-off-tools-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-mg-off-tools-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-mg-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-mg-off-tools-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-mg-off-tools-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-mg-off-tools-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-mg-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-ml1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-ml1:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-ml1.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-ml1.simple:hover {
  box-shadow: none;
}

.btn-ml1.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-ml1.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-ml1.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-ml1.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-ml1.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-ml1.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-ml1.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-ml1.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-ml-off-big-data-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-ml-off-big-data-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-ml-off-big-data-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-ml-off-big-data-on.simple:hover {
  box-shadow: none;
}

.btn-ml-off-big-data-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-ml-off-big-data-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-ml-off-big-data-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-ml-off-big-data-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-ml-off-big-data-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-ml-off-big-data-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-ml-off-big-data-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-ml-off-big-data-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.ml-toolson-copy {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ml-toolson-copy.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.ml-toolson-copy.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ml-toolson-copy.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ml-toolson-copy.col-4.col-footer.col-100-ml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ml-toolson-copy.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.ml-toolson-copy.nopad.col-6.weglot-is {
  height: 100%;
}

.ml-toolson-copy.nopad.col-6.halfpage {
  overflow: hidden;
}

.ml-toolson-copy.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.ml-toolson-copy.nopad.col-6.poweroflang {
  height: 100%;
}

.ml-off-tools-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.ml-off-tools-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.ml-off-tools-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.ml-off-tools-on.simple:hover {
  box-shadow: none;
}

.ml-off-tools-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.ml-off-tools-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.ml-off-tools-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.ml-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.ml-off-tools-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.ml-off-tools-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.ml-off-tools-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.ml-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.ki-toolson {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ki-toolson.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.ki-toolson.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ki-toolson.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ki-toolson.col-4.col-footer.col-100-ml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ki-toolson.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.ki-toolson.nopad.col-6.weglot-is {
  height: 100%;
}

.ki-toolson.nopad.col-6.halfpage {
  overflow: hidden;
}

.ki-toolson.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.ki-toolson.nopad.col-6.poweroflang {
  height: 100%;
}

.ki-btn-1 {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ki-btn-1.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.ki-btn-1.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ki-btn-1.col-4.col-footer.col-100-ml {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ki-btn-1.col-4.col-footer.col-100-ml {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ki-btn-1.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
}

.ki-btn-1.nopad.col-6.weglot-is {
  display: none;
  height: 100%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.ki-btn-1.nopad.col-6.halfpage {
  overflow: hidden;
}

.ki-btn-1.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-radius: 0px;
}

.ki-btn-1.nopad.col-6.poweroflang {
  height: 100%;
  border-radius: 80px;
}

.ki-btn-2 {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ki-btn-2.col-4.col-100-ml.mb-small {
  font-family: Oswald, sans-serif;
}

.ki-btn-2.col-4.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ki-btn-2.col-4.col-footer.col-100-ml {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ki-btn-2.col-4.col-footer.col-100-ml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ki-btn-2.nopad.col-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.ki-btn-2.nopad.col-6.weglot-is {
  height: 100%;
}

.ki-btn-2.nopad.col-6.halfpage {
  overflow: hidden;
}

.ki-btn-2.nopad.col-6.halfpage.poweroflang {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  height: auto;
}

.ki-btn-2.nopad.col-6.poweroflang {
  height: 100%;
}

.div-card-gd-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: linear-gradient(35deg, #ff8177, #3c46fb);
  background-position: 0px 0px;
}

.div-card-gd-copy._2 {
  padding-right: 30px;
  padding-left: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #ff8177), to(#3c46fb));
  background-image: linear-gradient(180deg, #fff, #ff8177 28%, #3c46fb);
}

.div-card-gd-copy._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), color-stop(79%, #3c46fb), to(#ffe8ae));
  background-image: linear-gradient(180deg, #ff8177, #3c46fb 79%, #ffe8ae);
  background-position: 0px 0px;
}

.div-card-gd-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: linear-gradient(35deg, #ff8177, #3c46fb);
  background-position: 0px 0px;
}

.div-card-gd-copy._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #ff8177), to(#3c46fb));
  background-image: linear-gradient(180deg, #fff, #ff8177 28%, #3c46fb);
}

.div-card-gd-copy._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), color-stop(79%, #3c46fb), to(#ffe8ae));
  background-image: linear-gradient(180deg, #ff8177, #3c46fb 79%, #ffe8ae);
  background-position: 0px 0px;
}

.div-card-gd-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: linear-gradient(35deg, #ff8177, #3c46fb);
  background-position: 0px 0px;
}

.div-card-gd-copy._2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(28%, #ff8177), to(#3c46fb));
  background-image: linear-gradient(180deg, #fff, #ff8177 28%, #3c46fb);
}

.div-card-gd-copy._3 {
  min-height: 465px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8177), color-stop(79%, #3c46fb), to(#ffe8ae));
  background-image: linear-gradient(180deg, #ff8177, #3c46fb 79%, #ffe8ae);
  background-position: 0px 0px;
}

.grid-generative-design-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 135vh;
  margin-right: 7.5%;
  margin-bottom: 100px;
  margin-left: 7.5%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px minmax(0px, 4px) 0px 1fr 0px minmax(0px, 4px) 0px 1fr;
  grid-template-columns: 1fr minmax(0px, 4px) 1fr minmax(0px, 4px) 1fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.kkk-x {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kkk-x.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kkk-x.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kkk-x.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kkk-x.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kkk-x.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.kkk-x.mb-large {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kkk-x.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin: -23.5rem 0rem 10vh;
  padding-top: 0px;
}

.ix-kkk-trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
}

.ix-kkkmain_trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
}

.einblendmen-kkkmain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-kkkmain.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-kkkmain.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-kkkmain.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-kkkmain.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-kkkmain.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-kkkmain.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-kkkmain.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  margin: 2000px 0rem 10vh;
  padding-top: 0px;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-25 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 40vh;
  margin-top: 493px;
  background-color: rgba(24, 21, 76, 0.8);
}

.div-block-26 {
  position: absolute;
  margin-top: 140px;
  background-color: rgba(24, 21, 76, 0.8);
}

.section-9 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-design-3 {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 120px;
  background-color: rgba(24, 21, 76, 0.8);
}

.paragraph-options-3 {
  opacity: 0.3;
  font-family: 'Droid Serif', serif;
  font-style: normal;
}

.div-card-gd-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3c46fb;
  background-image: linear-gradient(55deg, #18154c 14%, #8dc7eb);
}

.div-card-gd-3._2 {
  min-height: 300px;
  background-color: #ff8177;
  background-image: linear-gradient(307deg, #ff8177, #ffe8ae 87%);
}

.div-card-gd-3._3 {
  min-height: 375px;
  background-color: #18154c;
  background-image: linear-gradient(183deg, #ff8177, #8437fd);
}

.text-title-small-3 {
  position: absolute;
  left: 15%;
  top: 10%;
  right: 0%;
  bottom: auto;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.grid-generative-design-3 {
  position: relative;
  margin-right: 7.5%;
  margin-bottom: 120px;
  margin-left: 7.5%;
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-areas: ". . . . ." ". . . . .";
  -ms-grid-columns: 1fr 0px minmax(0px, 4px) 0px 1fr 0px minmax(0px, 4px) 0px 1fr;
  grid-template-columns: 1fr minmax(0px, 4px) 1fr minmax(0px, 4px) 1fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
}

.italic-text-3 {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-style: normal;
}

.italic-text-4 {
  color: #fff;
  font-style: normal;
}

.italic-text-5 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
}

.kreativit-t-zitat1 {
  margin-bottom: 25px;
}

.kreativit-t-zitat1.idea {
  position: relative;
  display: block;
  margin-top: 1000px;
  margin-right: 10%;
  margin-left: 10%;
}

.krea-zit1 {
  display: -ms-grid;
  display: grid;
  margin: 60px 7.5% 4px;
  padding: 30px 40px 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-rows: auto auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #3c46fb;
}

.italic-text-6 {
  font-style: normal;
}

.centrado-2-copy {
  font-family: 'Droid Serif', serif;
  color: #fff;
  line-height: 170%;
  text-align: center;
}

.krea-hl {
  position: static;
  margin: 28px -80px -26px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.color-2-copy {
  color: #ff8177;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-design-3-copy {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 50px;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.krea-x {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn_krea-off {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 5% -0.5rem -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kreuzaufmenu-copy {
  display: block;
  background-color: transparent;
}

.container-4-copy {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 850px;
  max-width: none;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-design-2-copy {
  position: relative;
  z-index: 1;
  display: block;
  height: 850vh;
  margin-top: 3350px;
  margin-bottom: 100px;
  padding-top: 120px;
}

.section-bib-tools {
  position: relative;
  z-index: 1;
  display: block;
  height: 850vh;
  margin-top: 3100px;
  margin-bottom: 250px;
  padding-top: 120px;
  background-color: rgba(24, 21, 76, 0.8);
}

.grid-bib-tools {
  position: relative;
  margin: 0px 10% 5px;
  grid-auto-flow: column;
  grid-column-gap: 2.5px;
  grid-row-gap: 4px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2.5px minmax(0px, 4px) 2.5px 1fr 2.5px minmax(0px, 4px) 2.5px 1fr;
  grid-template-columns: 1fr minmax(0px, 4px) 1fr minmax(0px, 4px) 1fr;
  -ms-grid-rows: auto 4px auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.autodraw {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Contenido-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.autodraw._2 {
  padding-top: 30px;
  background-image: url('../images/rembrandt.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
}

.autodraw._2.div-card-gd-2 {
  border-radius: 0px;
  background-image: url('../images/autodraw-shareimage.png');
  background-position: 50% 50%;
  background-size: cover;
}

.autodraw._3 {
  background-image: url('../images/a4ef9c3411725583334a32d7c5754005-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thegrid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/thegrid.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thegrid._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.thegrid._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0% 0%;
  background-size: cover;
}

.ai-experiments {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.ai-experiments._2 {
  padding-top: 30px;
  background-image: url('../images/ExperimentswithGoogle.png');
  background-position: 50% 50%;
  background-size: cover;
}

.ai-experiments._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.rene {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Renejon.png');
  background-position: 0% 50%;
  background-size: cover;
}

.rene._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.rene._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.hula {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.hula._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.hula._3 {
  background-image: url('../images/huula.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.sunspring-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.sunspring-copy._2 {
  padding-top: 30px;
  background-image: url('../images/Sunspring.png');
  background-position: 0% 50%;
  background-size: cover;
}

.sunspring-copy._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.deepart {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.deepart._2 {
  padding-top: 30px;
  background-image: url('../images/deepart-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.deepart._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.treck {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/treck.png');
  background-position: 50% 50%;
  background-size: cover;
}

.treck._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.treck._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.everypixel {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.everypixel._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.everypixel._3 {
  background-image: url('../images/everypixel.png');
  background-position: 0% 50%;
  background-size: cover;
}

.sensei {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.sensei._2 {
  padding-top: 30px;
  background-image: url('../images/adobe-sensei.png');
  background-position: 0% 50%;
  background-size: cover;
}

.sensei._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.wix {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/wix.png');
  background-position: 0% 50%;
  background-size: cover;
}

.wix._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.wix._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.nvidia {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.nvidia._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.nvidia._3 {
  background-image: url('../images/nvidia_1.jpg'), url('../images/nvidia.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.colormind {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.colormind._2 {
  padding-top: 30px;
  background-image: url('../images/colormind.png');
  background-position: 50% 50%;
  background-size: cover;
}

.colormind._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.brandmark {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/brandmark.png');
  background-position: 0% 50%;
  background-size: cover;
}

.brandmark._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.brandmark._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.headshot {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.headshot._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.headshot._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/CharacterCreator3_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.prisma {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.prisma._2 {
  padding-top: 30px;
  background-image: url('../images/lensa-app-ios.png');
  background-position: 50% 50%;
  background-size: cover;
}

.prisma._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.runway {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/runway.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.runway._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.runway._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.tailor {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.tailor._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.tailor._3 {
  background-image: url('../images/tailor.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.magenta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.magenta._2 {
  padding-top: 30px;
  background-image: url('../images/magenta-logo-bottom-text.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.magenta._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.runway-copy {
  position: relative;
  z-index: 1;
  display: none;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
}

.runway-copy._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.runway-copy._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.tailor-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.tailor-copy._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.tailor-copy._3 {
  display: none;
  background-image: none;
}

.div-card-gd-2-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.div-card-gd-2-copy._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai.png');
  background-position: 100% 50%;
  background-size: cover;
}

.div-card-gd-2-copy._3 {
  background-image: url('../images/Firedrop.png'), url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0% 130%, 0% 0%;
  background-size: cover, cover;
}

.designwithai {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.designwithai._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai_1.png');
  background-position: 100% 50%;
  background-size: cover;
}

.designwithai._3 {
  background-image: url('../images/Firedrop.png'), url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0% 130%, 0% 0%;
  background-size: cover, cover;
}

.yossarian {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/yossarian-screen.png');
  background-position: 0% 50%;
  background-size: cover;
}

.yossarian._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.yossarian._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.looka {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.looka._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.looka._3 {
  background-image: url('../images/Looka-Explainer-Image.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.bibliotoolsx {
  position: fixed;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  z-index: 11111;
  display: block;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn_bibliotoolsoff {
  position: fixed;
  right: 6.5%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-2-copy:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-2-copy.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-2-copy.simple:hover {
  box-shadow: none;
}

.btn-2-copy.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-2-copy.footer3 {
  z-index: 1;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-2-copy.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-2-copy.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-2-copy.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.professoren {
  display: none;
  margin-top: 10%;
  margin-right: 10%;
  margin-left: 10%;
  background-color: #fff;
}

.text-block-30 {
  position: static;
  right: 55%;
  display: block;
  overflow: auto;
  margin-left: 0%;
  font-family: 'Droid Serif', serif;
  color: #09081d;
  font-size: 0.8rem;
  line-height: 170%;
  text-transform: none;
}

.heading-22 {
  position: static;
  font-family: Oswald, sans-serif;
  color: #09081d;
  font-size: 25px;
}

.dank {
  display: none;
  margin-top: 10%;
  margin-right: 10%;
  margin-left: 10%;
}

.kontakt {
  display: none;
  margin-top: 10%;
  margin-right: 10%;
  margin-left: 10%;
  background-color: #fff;
}

.datenschutz {
  position: absolute;
  display: none;
  overflow: auto;
  margin-top: 10%;
  margin-right: 10%;
  margin-left: 10%;
  background-color: #fff;
}

.div-block-27 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 55%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  height: 500px;
  margin-right: 0px;
  margin-left: 5%;
  -o-object-fit: fill;
  object-fit: fill;
}

.imprint {
  position: absolute;
  display: none;
  overflow: scroll;
  margin-top: 10%;
  margin-right: 10%;
  margin-left: 10%;
  background-color: #fff;
}

.quellen {
  position: absolute;
  display: none;
  overflow: auto;
  margin-top: 10%;
  margin-right: 10%;
  margin-left: 10%;
  background-color: #fff;
}

.animation-krea {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.kreamain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(24, 21, 76, 0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.endbuttonskrea {
  display: block;
  margin-top: 0px;
  margin-bottom: 10vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.kapiteltitel-krea {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.einblendmen-krea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-krea.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-krea.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-krea.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-krea.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-krea.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-krea.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-krea.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  height: 40vh;
  margin: 0px 0rem 0vh;
  padding-top: 0px;
}

.arrow-2 {
  position: absolute;
  left: auto;
  top: 34px;
  right: 0%;
  bottom: 0%;
  width: 12px;
  height: 12px;
  opacity: 0;
}

.div-png-tec-responsive-2 {
  position: relative;
  z-index: 0;
  display: none;
  overflow: hidden;
  margin-top: 40px;
}

.text-small-2 {
  position: relative;
  z-index: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.text-small-2.click-me {
  position: absolute;
  left: auto;
  top: 30px;
  right: 20px;
  bottom: auto;
  opacity: 0.2;
}

.paragraph-options-4 {
  position: relative;
  display: block;
  margin-left: 25px;
  opacity: 0.85;
  font-family: 'Droid Serif', serif;
  color: #fff;
  line-height: 170%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-technology-container-2 {
  position: relative;
  margin-right: 10%;
  margin-left: 10%;
  padding: 30px 50px 10px 40px;
  background-color: #181818;
  cursor: pointer;
}

.div-content-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7.5%;
  margin-left: 7.5%;
}

.text-title-small-4 {
  position: relative;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button-7 {
  position: absolute;
  left: 600px;
  top: 5px;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  background-color: transparent;
}

.div-krea-bsp-container {
  position: relative;
  margin-right: 10%;
  margin-left: 10%;
  padding: 30px 50px 10px 40px;
  border-style: none;
  border-width: 2px;
  border-color: #ff8177;
  background-color: transparent;
  cursor: pointer;
}

.bob {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 15%;
  margin: -241px 10px 71px 200px;
}

.alice {
  position: relative;
  left: 500px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 25%;
  margin: 50px 300px 50px 0px;
  padding-left: 0px;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15%;
  margin-left: 10%;
}

.hl {
  position: static;
  margin-right: -60px;
  margin-bottom: 20px;
  margin-left: -60px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.hl-krea {
  display: block;
  margin-bottom: 50px;
  margin-left: 7.5%;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.ix-krea_trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
}

.button-8 {
  position: absolute;
  left: 11%;
  top: 30%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-krea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-krea:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-krea.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-krea.simple:hover {
  box-shadow: none;
}

.btn-krea.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-krea.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-krea.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-krea.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-krea.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-krea-off-ki-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-krea-off-ki-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-krea-off-ki-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-krea-off-ki-on.simple:hover {
  box-shadow: none;
}

.btn-krea-off-ki-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea-off-ki-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-krea-off-ki-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea-off-ki-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-krea-off-ki-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-krea-off-ki-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-krea-off-ki-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea-off-ki-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-krea-off-tools-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-krea-off-tools-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-krea-off-tools-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-krea-off-tools-on.simple:hover {
  box-shadow: none;
}

.btn-krea-off-tools-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea-off-tools-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-krea-off-tools-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-krea-off-tools-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-krea-off-tools-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-krea-off-tools-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-krea-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.x-button-krea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.x-button-krea:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.x-button-krea.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.x-button-krea.simple:hover {
  box-shadow: none;
}

.x-button-krea.footer2 {
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.x-button-krea.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.x-button-krea.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.x-button-krea.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.x-button-krea.footer1 {
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.x-button-krea.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.x-button-krea.footer3 {
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.x-button-krea.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.einblendmen-kkk2 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 40vh;
  margin-top: 0px;
  background-color: transparent;
}

.bg-kkk {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 225vh;
  background-color: rgba(24, 21, 76, 0.8);
}

.heading-23 {
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 35px;
}

.div-block-29 {
  margin-top: 20px;
  font-family: 'Droid Serif', serif;
  color: #fff;
}

.image-58 {
  max-width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-30 {
  position: absolute;
  max-height: 100%;
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ix-nndl-is-trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
}

.einblendmen-nndl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.einblendmen-nndl.row-nomar.scene2-1 {
  height: 150vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-nndl.row-nomar.weglot-is {
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.einblendmen-nndl.row-nomar.mb-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.einblendmen-nndl.facts {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 50vh;
  margin-top: 25px;
  margin-right: 0rem;
  margin-left: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.einblendmen-nndl.barrier {
  margin-right: 0rem;
  margin-left: 0rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.einblendmen-nndl.mb-large {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.einblendmen-nndl.mb-large {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  margin: 700px 0rem 10vh;
  padding-top: 0px;
}

.ix-bd-trigger {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 20%;
}

.weglot-ill-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 20vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.machinelearningfordummies {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Contenido-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.machinelearningfordummies._2 {
  padding-top: 30px;
  background-image: url('../images/rembrandt.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
}

.machinelearningfordummies._2.div-card-gd-2 {
  background-image: url('../images/ml-for-dummies.png');
  background-position: 50% 50%;
  background-size: cover;
}

.machinelearningfordummies._3 {
  background-image: url('../images/a4ef9c3411725583334a32d7c5754005-copy-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-card-gd-2-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Lenzen.jpeg'), url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 0px 0px, 65% 50%;
  background-size: cover, cover;
}

.div-card-gd-2-copy._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai.png');
  background-position: 100% 50%;
  background-size: cover;
}

.div-card-gd-2-copy._3 {
  background-image: url('../images/Firedrop.png'), url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0% 130%, 0% 0%;
  background-size: cover, cover;
}

.div-card-gd-2-copy-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Lenzen.jpeg'), url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 0px 0px, 65% 50%;
  background-size: cover, cover;
}

.div-card-gd-2-copy-copy._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai.png');
  background-position: 100% 50%;
  background-size: cover;
}

.div-card-gd-2-copy-copy._3 {
  background-image: url('../images/Firedrop.png'), url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0% 130%, 0% 0%;
  background-size: cover, cover;
}

.div-card-gd-2-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.div-card-gd-2-copy._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai.png');
  background-position: 100% 50%;
  background-size: cover;
}

.div-card-gd-2-copy._3 {
  background-image: url('../images/Ferdinand.jpeg'), url('../images/Firedrop.png'), url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0px 0px, 0% 130%, 0% 0%;
  background-size: cover, cover, cover;
}

.volland {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.volland._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/Volland.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.volland._3 {
  background-image: url('../images/Firedrop.png'), url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0% 130%, 0% 0%;
  background-size: cover, cover;
}

.e-david-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Bundestag.png');
  background-position: 50% 50%;
  background-size: cover;
}

.e-david-copy._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.e-david-copy._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.strategiekibundesregierung {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.strategiekibundesregierung._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.strategiekibundesregierung._3 {
  background-image: url('../images/StrategieBundestag_1.png'), url('../images/StrategieBundestag.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
}

.futurai {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.futurai._2 {
  padding-top: 30px;
  background-image: url('../images/UXplanet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.futurai._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.bmexp {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/BMExperts.png');
  background-position: 0% 50%;
  background-size: cover;
}

.bmexp._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.bmexp._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.amd {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.amd._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge_IMG_9708.jpg'), url('../images/jurek-5-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, auto;
}

.amd._3 {
  background-image: url('../images/AMD.png');
  background-position: 0% 50%;
  background-size: cover;
}

.zippuvey {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.zippuvey._2 {
  padding-top: 30px;
  background-image: url('../images/DaskreativeSystem.png');
  background-position: 50% 50%;
  background-size: cover;
}

.zippuvey._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.bibel {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/WolfgangBibel.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bibel._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.bibel._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.designbote {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.designbote._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.designbote._3 {
  background-image: url('../images/Designbote.png');
  background-position: 50% 50%;
  background-size: cover;
}

.mersch {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.mersch._2 {
  padding-top: 30px;
  background-image: url('../images/Mersch.png');
  background-position: 50% 50%;
  background-size: cover;
}

.mersch._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.kibasics {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/jaai.png');
  background-position: 0% 50%;
  background-size: cover;
}

.kibasics._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.kibasics._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.kunz {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.kunz._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.kunz._3 {
  background-image: url('../images/dotsource.png');
  background-position: 0% 50%;
  background-size: cover;
}

.knuppe {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.knuppe._2 {
  padding-top: 30px;
  background-image: url('../images/DieWeisheitmitdemFatensatzgefressen.png');
  background-position: 50% 50%;
  background-size: cover;
}

.knuppe._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.dilger {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/WernerDilger.png');
  background-position: 50% 50%;
  background-size: cover;
}

.dilger._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.dilger._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.schmitz {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.schmitz._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.schmitz._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/JulianSchmitz.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-card-gd-2-copy-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.div-card-gd-2-copy-copy._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai.png');
  background-position: 100% 50%;
  background-size: cover;
}

.div-card-gd-2-copy-copy._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Ferdinand.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lenzen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/Lenzen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lenzen._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai.png');
  background-position: 100% 50%;
  background-size: cover;
}

.lenzen._3 {
  background-image: url('../images/Firedrop.png'), url('../images/74aff52e9ba48a9be602b01f3fe9d409.png');
  background-position: 0% 130%, 0% 0%;
  background-size: cover, cover;
}

.page {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.page._2 {
  padding-top: 30px;
  background-image: url('../images/Page_KI.png');
  background-position: 50% 50%;
  background-size: cover;
}

.page._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.aiartists {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/AIArtists.png');
  background-position: 50% 0%;
  background-size: cover;
}

.aiartists._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.aiartists._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.singularity-hub {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.singularity-hub._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.singularity-hub._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/SIngularityHub_1.png');
  background-position: 0% 50%;
  background-size: cover;
}

.paragraph-options-2-copy {
  display: block;
  margin-bottom: 0px;
  opacity: 0;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.kompetenzzentrum {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.kompetenzzentrum._2 {
  padding-top: 30px;
  background-image: url('../images/Kompetenzzentrum_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.kompetenzzentrum._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.paragraph-options-2-copy {
  display: block;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.botornot {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/BotorNot.png');
  background-position: 0% 50%;
  background-size: cover;
}

.botornot._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.botornot._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.empty {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.empty._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.empty._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Kompetenzzentrum.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0;
}

.paragraph-options-2-copy-copy {
  display: block;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.chefwatson {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.chefwatson._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.chefwatson._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/Chef-Watson.png');
  background-position: 0% 0%;
  background-size: cover;
}

.pageki {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.pageki._2 {
  padding-top: 30px;
  background-image: url('../images/SIngularityHub.png'), url('../images/hackrod-1-Kopie.png');
  background-position: 0% 50%, 50% 50%;
  background-size: cover, cover;
}

.pageki._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.sougwen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.sougwen._2 {
  padding-top: 30px;
  background-image: url('../images/SougwenChung.png');
  background-position: 50% 50%;
  background-size: cover;
}

.sougwen._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.paragraph-options-leer {
  display: block;
  margin-bottom: 0px;
  opacity: 0;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.soundwavepic {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/soundwavepic.png');
  background-position: 50% 50%;
  background-size: cover;
}

.soundwavepic._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.soundwavepic._3 {
  background-image: url('../images/74aff52e9ba48a9be602b01f3fe9d409.png'), url('../images/Logo-Obvious-Blanc-V2-uai-258x258.png');
  background-position: 50% 0%, 0px 0px;
  background-size: cover, cover;
}

.background-gd-card-2-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  background-color: #09081d;
  opacity: 0;
}

.deepdreamgenerator {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.deepdreamgenerator._2 {
  padding-top: 30px;
  background-image: url('../images/artistbook_Merge__MG_1270.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.deepdreamgenerator._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/deepdreamgenerator.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-bib_booksandarticles {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  height: 850vh;
  margin-top: 3000px;
  margin-bottom: 200px;
  padding-top: 120px;
}

.paragraph-options-2-copy {
  display: block;
  margin-bottom: 0px;
  opacity: 0;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.paragraph-options-2-copy {
  display: block;
  margin-bottom: 0px;
  opacity: 0;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.paragraph-options-2-a {
  display: block;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 140%;
}

.bold-text {
  font-weight: 400;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-dot {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 129, 119, 0.5);
}

.cursor-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 129, 119, 0.5);
  border-radius: 50%;
}

.dc-scene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
}

.demo-block {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e00ff;
  background-image: linear-gradient(135deg, rgba(255, 18, 22, 0.17), transparent);
  color: #ff9d00;
  font-size: 2vw;
  line-height: 1.5em;
}

.demo-block.link {
  background-color: #ff9d00;
  background-image: linear-gradient(135deg, transparent, rgba(251, 255, 0, 0.28));
  color: #1e00ff;
}

.p-link-3 {
  position: relative;
  border-bottom: 0.1rem solid rgba(30, 0, 255, 0.19);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.p-link-3:hover {
  border-bottom-width: 0.25rem;
  border-bottom-color: #1e00ff;
}

.p-link-3:active {
  top: 1px;
  color: #1e00ff;
}

.div-block-31 {
  margin-bottom: 0px;
}

.text-block-31 {
  font-family: Oswald, sans-serif;
}

.text-block-32 {
  font-family: Oswald, sans-serif;
}

.text-block-33 {
  font-family: Oswald, sans-serif;
}

.text-block-34 {
  font-family: Oswald, sans-serif;
}

.text-block-35 {
  font-family: Oswald, sans-serif;
}

.kkkendbuttons {
  position: static;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu-ki-werkzeuge {
  display: inline-block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.menu-ki-projekte {
  display: inline-block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-32 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 112px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-33 {
  height: 100px;
}

.firedrop {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px 30px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #181818;
  background-image: url('../images/obvious-50-genius-companies-madame-de-belamy-20181.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.firedrop._2 {
  padding-top: 30px;
  background-color: #e7e4e9;
  background-image: url('../images/designwithai.png');
  background-position: 100% 50%;
  background-size: cover;
}

.firedrop._3 {
  background-image: url('../images/Firedrop_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.wischaufforderung {
  position: relative;
  z-index: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.wischaufforderung.click-me {
  position: absolute;
  left: auto;
  top: 30px;
  right: 20px;
  bottom: auto;
  opacity: 0.2;
}

.btn-dl-off {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-dl-off:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-dl-off.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-dl-off.simple:hover {
  box-shadow: none;
}

.btn-dl-off.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-dl-off.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-dl-off.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-dl-off.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-dl-off.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-dl-off.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-dl-off.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-dl-off.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-dl-off-ml-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-dl-off-ml-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-dl-off-ml-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-dl-off-ml-on.simple:hover {
  box-shadow: none;
}

.btn-dl-off-ml-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-dl-off-ml-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-dl-off-ml-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-dl-off-ml-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-dl-off-ml-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-dl-off-ml-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-dl-off-ml-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-dl-off-ml-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.nndl-off-tools-on {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.nndl-off-tools-on:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.nndl-off-tools-on.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.nndl-off-tools-on.simple:hover {
  box-shadow: none;
}

.nndl-off-tools-on.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.nndl-off-tools-on.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.nndl-off-tools-on.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.nndl-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.nndl-off-tools-on.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.nndl-off-tools-on.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.nndl-off-tools-on.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.nndl-off-tools-on.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.image-59 {
  position: absolute;
  left: 30%;
  top: 30%;
  right: 0%;
  bottom: 0%;
  max-width: 40%;
  margin-top: 0px;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie-animation-11 {
  position: fixed;
  z-index: 9007199254740991;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 21, 76, 0.8);
}

.smartphonetext {
  position: relative;
  display: none;
  width: 50%;
  margin: 0px 10% 100px 22%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8177;
  background-color: #18154c;
  color: #7b88a8;
}

.smartphonesm {
  display: block;
  margin-right: 35%;
  margin-left: 35%;
  opacity: 0.8;
}

.column-23 {
  position: static;
  max-height: none;
}

.column-24 {
  position: static;
}

.button-9-copy {
  padding-right: 35%;
  padding-bottom: 35%;
  background-color: transparent;
  background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.behance {
  max-height: 50px;
  max-width: 50px;
  margin-top: 20px;
  padding: 0px 7% 5% 0px;
  background-color: transparent;
  background-image: url('../images/behance_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-9-d {
  padding-right: 35%;
  padding-bottom: 35%;
  background-color: transparent;
  background-image: url('../images/vimeo_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-25 {
  position: static;
}

.column-26 {
  position: static;
}

.hlsmart {
  display: none;
  margin-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
}

.button-9-d-copy {
  margin-left: 0px;
  padding-right: 35%;
  padding-bottom: 35%;
  background-color: transparent;
  background-image: url('../images/pinterest_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.socialmedia {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  max-height: 7%;
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.socialmedia-main {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 7%;
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.social-media-smartphone {
  display: block;
  margin-right: 35%;
  margin-left: 35%;
  opacity: 0.8;
}

.smb-1 {
  position: static;
  max-height: none;
}

.smb-2 {
  position: static;
}

.smb-3 {
  position: static;
}

.smb-4 {
  position: static;
}

.spb1 {
  margin-left: 0px;
  padding-right: 35%;
  padding-bottom: 35%;
  background-color: transparent;
  background-image: url('../images/pinterest_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.spb-2 {
  padding-right: 35%;
  padding-bottom: 35%;
  background-color: transparent;
  background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.spb-3 {
  padding-right: 35%;
  padding-bottom: 35%;
  background-color: transparent;
  background-image: url('../images/facebook_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.spb-4 {
  padding-right: 35%;
  padding-bottom: 35%;
  background-color: transparent;
  background-image: url('../images/vimeo_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.btn-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-2-copy:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-2-copy.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-2-copy.simple:hover {
  box-shadow: none;
}

.btn-2-copy.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-2-copy.footer3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-2-copy.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-2-copy.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-2-copy.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-2-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: rgba(36, 12, 46, 0.1);
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0);
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
  line-height: 1em;
  font-weight: 700;
}

.btn-2-copy-copy:hover {
  box-shadow: inset 0 0 0 10rem rgba(36, 12, 46, 0.1);
}

.btn-2-copy-copy.simple {
  overflow: hidden;
  min-height: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 0rem;
  background-color: transparent;
  box-shadow: none;
  color: #3c46fb;
}

.btn-2-copy-copy.simple:hover {
  box-shadow: none;
}

.btn-2-copy-copy.footer2 {
  min-height: 3rem;
  background-color: #8437fd;
  background-image: linear-gradient(45deg, #ff8177, rgba(255, 129, 119, 0));
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy-copy.footer2:hover {
  background-color: #ff8177;
  box-shadow: 0 0 0 0.25rem #ffe8ae;
  color: #ffe8ae;
}

.btn-2-copy-copy.footer3 {
  z-index: 1;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0rem 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy-copy.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.btn-2-copy-copy.footer1 {
  min-height: 3rem;
  background-color: #fff;
  box-shadow: 0 0 0 0rem #fff;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #3c46fb;
}

.btn-2-copy-copy.footer1:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #fff;
}

.btn-2-copy-copy.footer3 {
  min-height: 3rem;
  margin-top: 0rem;
  padding-left: 1.3rem;
  background-color: transparent;
  box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.25rem #ff8177;
  -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  transition: color 100ms ease, background-color 100ms ease, box-shadow 100ms ease;
  color: #fff;
}

.btn-2-copy-copy.footer3:hover {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem #ff8177;
  color: #ff8177;
}

.div-block-27-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 55%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  height: 500px;
  margin-right: 0px;
  margin-left: 5%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-27-copyb {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 55%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  height: 500px;
  margin-right: 0px;
  margin-left: 5%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-27-copyv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 55%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  height: 500px;
  margin-right: 0px;
  margin-left: 5%;
  -o-object-fit: fill;
  object-fit: fill;
}

.facebook {
  max-height: 50px;
  max-width: 50px;
  margin-top: 20px;
  padding: 0px 7% 5% 0px;
  background-color: transparent;
  background-image: url('../images/facebook_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.vimeo {
  max-height: 50px;
  max-width: 50px;
  margin-top: 20px;
  padding: 0px 7% 5% 0px;
  background-color: transparent;
  background-image: url('../images/vimeo_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.pinterest {
  max-height: 50px;
  max-width: 50px;
  margin-top: 20px;
  padding: 0px 7% 5% 0px;
  background-color: transparent;
  background-image: url('../images/pinterest_Zeichenfläche-1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .col.col-4.col-footer.col-100-ml {
    margin-bottom: 0px;
    padding-bottom: 2rem;
  }
  .half-page.poweroflang {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .impressum {
    display: none;
  }
  .nav-2 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .button1 {
    left: 31.1%;
    top: 37.3%;
    height: auto;
    max-height: 88px;
    max-width: 88px;
  }
  .bg {
    position: relative;
  }
  .neuronenmen {
    position: relative;
    margin-top: 125px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button3 {
    top: 75%;
    max-height: 90px;
    max-width: 90px;
  }
  .button2 {
    top: 35.15%;
    max-height: 78px;
    max-width: 78px;
  }
  .button4 {
    top: 72.15%;
    max-height: 65px;
    max-width: 65px;
  }
  .button2b {
    left: 79.15%;
    top: 36.2%;
    max-height: 58px;
    max-width: 58px;
  }
  .button2c {
    left: 68.25%;
    top: 52.75%;
    max-height: 67px;
    max-width: 67px;
  }
  .button2a {
    left: 73%;
    top: 22.75%;
    max-height: 56px;
    max-width: 56px;
  }
  .machinelearning {
    z-index: auto;
  }
  .kkkmain {
    display: none;
  }
  .bigdata {
    display: none;
    height: 750vh;
  }
  .bigdataaa {
    margin-top: 2500px;
  }
  .buttontoolsuartikel {
    left: 23.05%;
    top: 57.15%;
    max-height: 67px;
    max-width: 67px;
  }
  .buttoncontainer {
    position: relative;
  }
  .einblendmen-bigdata.mb-large {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    margin-top: 0px;
    margin-bottom: 0vh;
  }
  .bigdata-toolson.col-4.col-footer.col-100-ml {
    padding-bottom: 5rem;
  }
  .biblio {
    display: none;
  }
  .biblioproj {
    display: none;
  }
  .bibliooff {
    top: 0%;
  }
  .text-block-29 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .animation-bigdata {
    z-index: 0;
  }
  .bigdata-div {
    bottom: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .bigdatacol.nopad.col-6.weglot-is {
    height: 50%;
  }
  .bigdatakarteikarte1.is {
    min-height: 50vh;
  }
  .sale.ob1 {
    top: -19%;
  }
  .b-gel.ob2 {
    top: 66%;
  }
  .karteikarte2.is {
    min-height: 50vh;
  }
  .bigdatawhite-circle {
    margin-top: -12px;
  }
  .endbuttonsbd {
    margin-top: 0px;
  }
  .neuronalenetze-und-deep-learning {
    display: none;
  }
  .text-title-small-3 {
    font-family: Oswald, sans-serif;
  }
  .krea-x {
    display: block;
  }
  .container-4-copy {
    max-width: 1500px;
  }
  .kontakt {
    display: none;
  }
  .div-block-27 {
    height: 560px;
  }
  .quellen {
    display: none;
  }
  .kreamain {
    display: none;
  }
  .endbuttonskrea {
    margin-bottom: 0vh;
  }
  .einblendmen-krea.mb-large {
    height: 40vh;
    margin-bottom: 10vh;
  }
  .text-title-small-4 {
    font-family: Oswald, sans-serif;
  }
  .ix-bd-trigger {
    margin-top: 0px;
  }
  .image-59 {
    left: 30%;
    top: 30%;
    max-width: 40%;
  }
  .hlsmart {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-27-copy {
    height: 500px;
  }
  .div-block-27-copyb {
    height: 500px;
  }
  .div-block-27-copyv {
    height: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .half-page.red {
    padding-top: 4rem;
  }
  .half-page.poweroflang {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .impressum {
    display: none;
  }
  .nav-2 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .haupt {
    z-index: 1;
  }
  .button1 {
    left: 35.4%;
    top: 36%;
    max-height: 90px;
    max-width: 90px;
  }
  .bg {
    z-index: auto;
  }
  .neuronenmen {
    max-width: 90%;
    margin-top: 115px;
    margin-left: 7.5%;
  }
  .button3 {
    left: 58.5%;
    top: 74.25%;
    max-height: 91px;
    max-width: 91px;
  }
  .button2 {
    left: 67.2%;
    top: 34.05%;
    max-height: 80px;
    max-width: 80px;
  }
  .button4 {
    left: 36.7%;
    top: 71.65%;
    max-height: 67px;
    max-width: 67px;
  }
  .button2b {
    left: 78.7%;
    top: 35%;
    max-height: 60px;
    max-width: 60px;
  }
  .button2c {
    left: 68.8%;
    top: 51.75%;
    max-height: 70px;
    max-width: 70px;
  }
  .button2a {
    left: 73.05%;
    top: 21.25%;
    max-height: 60px;
    max-width: 60px;
  }
  .machinelearning {
    z-index: auto;
  }
  .kkkmain {
    display: none;
  }
  .bigdata {
    display: none;
  }
  .bigdataaa {
    display: block;
    margin-top: 2450px;
  }
  .buttontoolsuartikel {
    left: 28.2%;
    top: 56.5%;
    max-height: 67px;
    max-width: 67px;
  }
  .einblendmen-bigdata.mb-large {
    margin-bottom: 10vh;
  }
  .div-scroll-down {
    margin-top: 0px;
  }
  .biblio {
    display: none;
  }
  .biblioproj {
    display: none;
  }
  .bigdatawhite-circle {
    margin-top: 0px;
  }
  .bdc {
    margin-top: 0px;
  }
  .image-nuancen {
    margin-top: 30px;
    margin-bottom: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .kreativit-t {
    display: block;
  }
  .neuronalenetze-und-deep-learning {
    display: none;
  }
  .professoren {
    display: none;
    width: 100%;
    height: 100%;
  }
  .datenschutz {
    display: none;
    overflow: scroll;
    width: 100%;
    height: 100%;
  }
  .div-block-27 {
    height: 700px;
    margin-left: 5%;
  }
  .imprint {
    width: 100%;
    height: 100%;
  }
  .quellen {
    display: none;
    overflow: scroll;
    width: auto;
    height: 1000px;
    margin-right: 10%;
  }
  .kreamain {
    display: none;
  }
  .einblendmen-nndl.mb-large {
    margin-top: 800px;
  }
  .div-block-34 {
    width: 100%;
    background-color: #ff8177;
  }
  .smartphonesm {
    position: static;
  }
  .column-23 {
    position: static;
    max-height: none;
  }
  .socialmedia {
    max-height: 10%;
  }
  .socialmedia-main {
    max-height: 10%;
  }
  .social-media-smartphone {
    position: static;
  }
  .smb-1 {
    position: static;
    max-height: none;
  }
  .div-block-27-copy {
    height: 500px;
    margin-left: 5%;
  }
  .div-block-27-copyb {
    height: 500px;
    margin-left: 5%;
  }
  .div-block-27-copyv {
    height: 500px;
    margin-left: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .einblendmen-mg.facts {
    margin-right: 20rem;
  }
  .einblendmen-mg.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .col.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col.col-4.col-footer.col-100-ml {
    top: 0px;
    margin-top: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .h-huge.p-bold.mb-0 {
    display: block;
    margin-left: -190px;
  }
  .p-link.special {
    display: none;
  }
  .p-large {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 0.9rem;
    line-height: 140%;
    text-align: left;
  }
  .p-large.mb-normal {
    font-size: 1.7rem;
    text-align: left;
  }
  .p-large.mb-small {
    line-height: 170%;
  }
  .p-large.lh12 {
    font-size: 1.5rem;
  }
  .flex-h-ac-js.copyright {
    position: fixed;
  }
  .rechte-gh {
    display: block;
  }
  .p-huge.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .webflow-facts {
    margin-top: 200px;
    margin-bottom: 0px;
    margin-left: 25px;
  }
  .ix-intro-facts-trigger {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
  }
  .webflow-facts-content {
    margin-top: 0px;
  }
  .stat-number.ml-tiny.germ {
    margin-right: 0px;
  }
  .stat-number.ml-tiny.latin {
    margin-left: -15.5rem;
  }
  .fact1 {
    display: block;
  }
  .fact2 {
    display: block;
  }
  .fact3 {
    display: block;
  }
  .ix-facts-4-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .language-barrier-wrapper {
    min-height: 100vh;
  }
  .p-oversized.p-bold {
    margin-top: 7px;
  }
  .p-oversized.break {
    top: auto;
  }
  .half-page.poweroflang {
    padding-top: 0rem;
  }
  .scene-3 {
    display: none;
  }
  .weglotis-wrapper {
    width: 80%;
    margin-left: 500px;
  }
  .weglot-is-desc.de1 {
    margin-top: 153px;
  }
  .weglot-is-desc.de2 {
    margin-top: 150px;
  }
  .weglot-is-desc.de3 {
    margin-top: 150px;
  }
  .weglot-is-desc.de4 {
    margin-top: 150px;
  }
  .weglot-is-desc.de5 {
    display: block;
    margin-top: 150px;
  }
  .weglot-ill-col {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .weglot-ill-col.ill {
    width: 45%;
    padding-left: 2rem;
  }
  .webis-content-wrapper.urready {
    margin-top: -400px;
  }
  .webis-content-col.lmtr-narrow {
    margin-top: 30px;
  }
  .webis-content-section.wcs1 {
    margin-top: 50px;
  }
  .webis-urready-section {
    display: block;
    width: 100%;
  }
  .webis-urready-section.global {
    display: block;
  }
  .webis-globe-wrapper {
    display: block;
  }
  .footer {
    background-image: none;
  }
  .webflow-facts-title-wrapper.mb-normal {
    margin-bottom: 2rem;
  }
  .ix-facts-title {
    display: block;
  }
  .p-languagebarrier-wrapper.mb-large.z-1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20vh;
  }
  .fs-video-wrapper {
    display: none;
  }
  .footer-content {
    position: relative;
    display: block;
  }
  .men-kasten_rechts {
    width: 50px;
    height: 50px;
  }
  .menu-line {
    height: 4px;
    border-radius: 2px;
  }
  .impressum {
    display: none;
  }
  .menu-col.right {
    height: 100%;
  }
  .nav-2 {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .text-block {
    font-size: 23px;
  }
  .hi {
    font-size: 1.5rem;
    line-height: 160%;
  }
  .ki-2 {
    font-size: 1.5rem;
    line-height: 160%;
  }
  .ki {
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 160%;
  }
  .text-block-7 {
    font-family: Oswald, sans-serif;
  }
  .text-block-8 {
    font-family: Oswald, sans-serif;
  }
  .text-block-9 {
    font-family: Oswald, sans-serif;
  }
  .text-block-10 {
    font-family: Oswald, sans-serif;
  }
  .text-block-11 {
    font-family: Oswald, sans-serif;
  }
  .button1 {
    position: fixed;
    left: 33.35%;
    top: 32.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: 110px;
    max-width: 110px;
    margin: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .animation-mg {
    z-index: 1;
    display: block;
  }
  .bg {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
  }
  .neuronenmen {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 100%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: 7.5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 75px;
    opacity: 0.75;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button3 {
    position: fixed;
    left: 54.5%;
    top: 73.1%;
    max-height: 115px;
    max-width: 115px;
  }
  .titelbutton3 {
    font-size: 1rem;
    line-height: 150%;
  }
  .button2 {
    position: fixed;
    left: 62.65%;
    top: 30.6%;
    max-height: 98px;
    max-width: 98px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .titelbutton2 {
    position: absolute;
    font-size: 1rem;
    line-height: 150%;
  }
  .titelbutton1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 150%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .button4 {
    position: fixed;
    left: 34.35%;
    top: 70%;
    max-height: 85px;
    max-width: 85px;
  }
  .titelbutton4 {
    font-size: 1rem;
    line-height: 150%;
  }
  .button2b {
    position: fixed;
    left: 73.15%;
    top: 31.5%;
    max-height: 77px;
    max-width: 77px;
  }
  .button2c {
    position: fixed;
    left: 64.15%;
    top: 49.25%;
    max-height: 85px;
    max-width: 85px;
  }
  .button2a {
    position: fixed;
    left: 68%;
    top: 17.15%;
    max-height: 75px;
    max-width: 75px;
  }
  .machinelearning {
    z-index: auto;
    display: none;
    height: 900vh;
  }
  .mg_content {
    position: absolute;
    display: none;
    height: 350vh;
  }
  .scroll {
    position: fixed;
    font-size: 1.2rem;
  }
  .kkkmain {
    display: none;
  }
  .btn-2.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer-2 {
    display: block;
    height: 200vh;
    margin-top: -1400px;
    padding-bottom: 0rem;
  }
  .k-nstlicheintelli {
    display: none;
  }
  .katalog {
    display: none;
  }
  .bigdata {
    display: none;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .container-3 {
    width: 100%;
    margin: 62px 33.5px 24px 744.5px;
  }
  .heading-8 {
    margin-top: 129px;
    margin-bottom: 65px;
    font-size: 160px;
    line-height: 70px;
  }
  .lottie-animation-3 {
    margin-top: 99px;
  }
  .columns-4 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .icons {
    background-color: transparent;
  }
  .heading-10 {
    width: 75%;
    margin-right: 75px;
    margin-left: 178px;
    line-height: 60px;
  }
  .image-10 {
    position: relative;
    display: block;
    width: 75%;
    margin: auto 45px auto 182px;
  }
  .column-4 {
    font-family: Oswald, sans-serif;
    line-height: 40px;
    font-weight: 400;
  }
  ._5step {
    margin-top: 74px;
    margin-bottom: 54px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 255, 255, 0.63)), to(rgba(254, 255, 255, 0.63)));
    background-image: linear-gradient(180deg, rgba(254, 255, 255, 0.63), rgba(254, 255, 255, 0.63));
  }
  .text-block-5.build {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .text-block-5.revision {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    color: #17252a;
  }
  .text-block-5.launch {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .lottie-animation-9.launch {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lottie-animation-9.build {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lottie-animation-9.revision {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .bigdataaa {
    position: relative;
    display: block;
    margin-top: 2800px;
  }
  .bigdataintro {
    display: block;
  }
  .btn-wrapper-off {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .btn_mg-off {
    max-height: 5vw;
    max-width: 4vw;
    min-height: 4vw;
  }
  .animation-ki {
    display: block;
  }
  .columns-9 {
    width: 120%;
  }
  .paragraph-8 {
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    line-height: 170%;
    font-weight: 200;
  }
  .image-13 {
    width: 1800px;
    max-width: 80%;
    margin-right: 0px;
    margin-left: 30px;
  }
  .paragraph-9 {
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    line-height: 170%;
    font-weight: 300;
    text-align: center;
  }
  .paragraph-10 {
    margin-bottom: 79px;
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    line-height: 170%;
    font-weight: 300;
    text-align: center;
  }
  .paragraph-11 {
    margin-bottom: 46px;
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    line-height: 170%;
    font-weight: 300;
    text-align: center;
  }
  .heading-11 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: transparent;
    font-family: Oswald, sans-serif;
    color: #ff8177;
    text-align: center;
    letter-spacing: 3px;
  }
  .heading-12 {
    font-family: Oswald, sans-serif;
    text-align: center;
  }
  .paragraph-12 {
    display: block;
    margin-top: 50px;
    margin-right: 300px;
    margin-left: 300px;
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    line-height: 170%;
    font-weight: 300;
    text-align: center;
  }
  .xx {
    position: fixed;
    top: 5%;
  }
  .image-14 {
    max-width: 20%;
  }
  .heading-13 {
    margin-bottom: 164px;
    font-family: Oswald, sans-serif;
  }
  .linie {
    width: 100%;
    height: 5%;
    max-height: 3px;
    min-height: 1px;
    margin-top: 0px;
    margin-bottom: 91px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: #fff;
    color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .linie-end {
    position: static;
    width: 75%;
    height: 5%;
    max-height: 3px;
    min-height: 1px;
    margin: 90px 200px 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #fff;
    color: #3c46fb;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .p-huge-copy.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: 0px;
    color: #fff;
  }
  .p-huge-copy.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: 0px;
    color: #fff;
  }
  .lupensl.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .lupensl.p-bold.break.weglot-hide-rus {
    margin-left: 0px;
  }
  .hl1.p-bold {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    color: #fff;
  }
  .hlkkk1.p-bold {
    margin-top: 194px;
    margin-right: 400px;
    margin-left: 20px;
  }
  .mg-x {
    position: fixed;
    top: 5%;
    z-index: 100;
    display: block;
  }
  .ml-x {
    position: fixed;
    top: 5%;
    display: block;
    margin-top: 0%;
  }
  .ki-x {
    position: fixed;
    top: 5%;
    display: block;
    margin-top: 0%;
    padding-left: 4rem;
  }
  .footer-content-copy {
    position: relative;
    display: block;
    margin-right: 50px;
    margin-left: 50px;
  }
  .ml-hl.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .ml-hl.p-bold.mb-normal {
    margin-left: 0px;
    text-transform: uppercase;
  }
  .ml-hl2.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .ml-hl2.p-bold.mb-normal {
    margin-left: 0px;
    font-size: 2vw;
    text-transform: uppercase;
  }
  .ml-hl3.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .ml-hl3.p-bold.mb-normal {
    margin-left: 0px;
    font-size: 2vw;
  }
  .ml-hl4.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .ml-hl4.p-bold.mb-normal {
    margin-left: 0px;
    font-size: 2vw;
  }
  .ml-hl5.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .ml-hl5.p-bold.mb-normal {
    margin-left: 0px;
    font-size: 2vw;
    text-transform: uppercase;
  }
  .bigdata-x {
    position: fixed;
    top: 5%;
    display: block;
    margin-top: 0%;
  }
  .graph-lang-wrapper-2 {
    left: -49%;
    top: 32%;
  }
  .graph-lang-wrapper-3 {
    left: -73%;
    top: 44%;
  }
  .big-data-hl.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .big-data-hl.p-bold.mb-normal {
    margin-left: 0px;
    font-style: normal;
  }
  .italic-text {
    font-style: normal;
  }
  .big-data-hl2.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: 0px;
    color: #fff;
  }
  .paragraph-13 {
    margin-top: 25px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 1.2rem;
    line-height: 170%;
  }
  .bd-1 {
    margin-top: 39px;
    margin-bottom: -73px;
    padding-top: 0px;
  }
  .bd-1.p-bold {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bd-1.mb-normal {
    font-size: 1.7rem;
    text-align: left;
  }
  .bd2 {
    margin-top: 39px;
    margin-bottom: -73px;
    padding-top: 0px;
  }
  .bd2.p-bold {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bd2.mb-normal {
    font-size: 1.7rem;
    text-align: left;
  }
  .bd3 {
    margin-top: 39px;
    margin-bottom: -73px;
    padding-top: 0px;
  }
  .bd3.p-bold {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bd3.mb-normal {
    font-size: 1.7rem;
    text-align: left;
  }
  .p-large-copy {
    margin-top: 39px;
    margin-bottom: -73px;
    padding-top: 0px;
  }
  .p-large-copy.p-bold {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-large-copy.mb-normal {
    font-size: 1.7rem;
    text-align: left;
  }
  .kkksl1 {
    margin-top: 39px;
    margin-bottom: -73px;
    padding-top: 0px;
  }
  .kkksl1.mb-normal {
    font-size: 1.7rem;
    text-align: center;
  }
  .kkksl2 {
    margin-top: 39px;
    margin-bottom: -73px;
    padding-top: 0px;
  }
  .kkksl2.mb-normal {
    font-size: 1.7rem;
    text-align: left;
  }
  .kkksl3 {
    margin-top: 39px;
    margin-bottom: -73px;
    padding-top: 0px;
  }
  .kkksl3.mb-normal {
    margin-bottom: 28px;
    font-size: 1.7rem;
    text-align: center;
  }
  .introsl.p-bold {
    display: block;
    margin-top: 25px;
    margin-right: 150px;
    margin-left: 20px;
    color: #fff;
  }
  .paragraph-14 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 3rem;
    line-height: 130%;
    font-weight: 500;
  }
  .bdeyesl {
    margin-top: 28px;
    margin-bottom: -110px;
    padding-top: 0px;
    padding-right: 280px;
  }
  .bdeyesl.mb-normal {
    font-size: 1.7rem;
    text-align: left;
  }
  .button_ddd {
    position: absolute;
    left: 29.27%;
    top: 38.1%;
  }
  .buttontoolsuartikel {
    position: fixed;
    left: 26.6%;
    top: 54.1%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 85px;
    max-width: 85px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 200px;
    background-color: #ff8177;
    opacity: 0.8;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .text-block-20 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 150%;
    text-align: center;
  }
  .linkeseite.weglot-is.nobg {
    margin-left: 220px;
  }
  .footer-content-2 {
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-mg {
    position: -webkit-sticky;
    position: sticky;
    display: none;
    margin-top: 1072px;
    background-image: none;
  }
  .text-block-21 {
    text-align: center;
  }
  .text-block-22 {
    text-align: center;
  }
  .buttoncontainer {
    position: relative;
    top: auto;
    display: block;
    max-width: 100%;
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .buttonsection {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-10 {
    max-height: 5px;
    max-width: 5px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 25px;
    border: 2px solid #fff;
    border-radius: 200px;
    background-color: #ff8177;
    opacity: 1;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .text-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 1rem;
  }
  .kapiteltitel-mg {
    position: fixed;
    margin-top: 25px;
    margin-left: 75px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .column-8 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .columns-10 {
    margin-top: 0px;
    opacity: 0.8;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .x-button.footer3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 0%;
    padding-left: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 200rem;
  }
  .x-button.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .buttontextblocklaptop {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .gridrow.facts {
    margin-top: 60px;
    margin-right: 20rem;
    margin-left: 20rem;
  }
  .gridrow.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .grid-row.facts {
    margin-right: 20rem;
  }
  .grid-row.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .einblendmen-ml.facts {
    margin-right: 20rem;
  }
  .einblendmen-ml.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .kapiteltitel-ml {
    position: fixed;
    margin-top: 25px;
    margin-left: 75px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .einblendmen-ki.facts {
    margin-right: 20rem;
  }
  .einblendmen-ki.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .kapiteltitel-ki {
    position: fixed;
    margin-top: 25px;
    margin-left: 75px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .einblendmen-kkk.facts {
    margin-right: 20rem;
  }
  .einblendmen-kkk.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .kapiteltitel-kkk {
    position: fixed;
    margin-top: 25px;
    margin-left: 75px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .einblendmen-bigdata.facts {
    margin-right: 20rem;
  }
  .einblendmen-bigdata.mb-large {
    margin-top: 200px;
  }
  .einblendmen-bigdata.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .kapiteltitel-bigdata {
    position: fixed;
    margin-top: 25px;
    margin-left: 75px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .bigdatax.facts {
    margin-right: 20rem;
  }
  .bigdatax.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .btn_bd-off-copy {
    max-height: 5vw;
    max-width: 4vw;
    min-height: 4vw;
  }
  .col-nderbar.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-nderbar.col-4.col-footer.col-100-ml {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bigdata-toolson.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bigdata-toolson.col-4.col-footer.col-100-ml {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .gridrow2.facts {
    margin-right: 20rem;
  }
  .gridrow2.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .gridrow2b.facts {
    margin-right: 20rem;
  }
  .gridrow2b.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .question-title {
    display: block;
    margin-right: 10px;
    margin-left: 0px;
    padding: 10px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #8dc7eb;
    border-radius: 20px;
    font-family: Oswald, sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
  }
  .faq-paragraph {
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.01em;
  }
  .flowbase-navigation {
    display: none;
  }
  .title-wrap {
    width: 75%;
    margin-right: auto;
    margin-left: 17%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .faq-wrapper {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 300px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .faq-question-bar {
    position: relative;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .faq-question-wrap {
    display: block;
    padding-bottom: 0px;
    border: 0.5px dotted #fff;
    background-color: transparent;
    opacity: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .container-4 {
    position: fixed;
    overflow: auto;
    height: 1140px;
    max-width: 1800px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
  }
  .faq-grid {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    overflow: auto;
    margin-top: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 23px;
    -ms-grid-columns: 0.25fr 0.75fr;
    grid-template-columns: 0.25fr 0.75fr;
  }
  .faq-section {
    position: static;
    overflow: hidden;
    padding-top: 80px;
  }
  .content-h1 {
    top: 70px;
    right: 3px;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .faq-content {
    position: relative;
    z-index: 1;
  }
  .kreuzaufmenu {
    position: static;
    display: block;
    overflow: visible;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .menu-item-text-wrapper {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .container-homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .images-text-menu-col {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .showcase-slider-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .showcase-slider-wrapper {
    display: block;
  }
  .img-wrapper-1 {
    width: 350px;
    height: 350px;
    border-radius: 200px;
    background-color: #ff8177;
  }
  .marker-number {
    font-family: Oswald, sans-serif;
  }
  .menu-item-header-container {
    display: block;
  }
  .img-wrapper-2 {
    width: 350px;
    height: 350px;
    border-radius: 200px;
    background-color: #3c46fb;
  }
  .showcase-slider-container {
    width: 100%;
    background-color: #18154c;
  }
  .section-homepage {
    display: block;
    max-width: 100%;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .menu-ki-literatur {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
  }
  .img-wrapper-3 {
    width: 350px;
    height: 350px;
    border-radius: 200px;
    background-color: #8dc7eb;
  }
  .images-showcase-col {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._3erlayermenu {
    display: block;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .grid-background {
    display: block;
  }
  .div-contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .opacity-down {
    display: none;
  }
  .div-scroll-down {
    top: 700px;
  }
  .first-button {
    display: none;
  }
  .bg-video {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 21, 76, 0.8)), to(rgba(24, 21, 76, 0.8)));
    background-image: linear-gradient(180deg, rgba(24, 21, 76, 0.8), rgba(24, 21, 76, 0.8));
  }
  .text-small {
    top: 100px;
  }
  .text-small.click-me {
    font-size: 20px;
  }
  .grid-main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 21, 76, 0.8)), to(rgba(24, 21, 76, 0.8)));
    background-image: linear-gradient(180deg, rgba(24, 21, 76, 0.8), rgba(24, 21, 76, 0.8));
  }
  .div-background-interaction {
    color: #3c46fb;
  }
  .div-bg-box {
    background-color: #3c46fb;
  }
  .heading-14 {
    color: #fff;
  }
  .section-was-ki-nicht-kann {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 21, 76, 0.8)), to(rgba(24, 21, 76, 0.8)));
    background-image: linear-gradient(180deg, rgba(24, 21, 76, 0.8), rgba(24, 21, 76, 0.8));
  }
  .heading-2-projects {
    color: #fff;
  }
  .paragraph-15 {
    font-family: Oswald, sans-serif;
    color: #fff;
  }
  .div-testimoninal {
    border-color: #3c46fb;
  }
  .div-content-project.idea {
    margin-right: 20%;
    margin-left: 20%;
  }
  .paragraph-options {
    color: #fff;
    font-size: 1rem;
    line-height: 170%;
  }
  .div-title-project {
    color: #fff;
  }
  .h4-technology {
    color: #fff;
    font-size: 2vw;
  }
  .text-title-small {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 150%;
  }
  .grande {
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 1rem;
    line-height: 170%;
    font-weight: 400;
  }
  .div-content-gd {
    margin-right: 10%;
    margin-left: 10%;
  }
  .centrado {
    color: #fff;
  }
  .h4-cs._4 {
    color: #fff;
  }
  .h4-cs._2 {
    color: #fff;
  }
  .h4-cs._3 {
    color: #fff;
  }
  .section-design {
    background-color: rgba(24, 21, 76, 0.8);
  }
  .section-media {
    background-color: rgba(24, 21, 76, 0.8);
  }
  .text-span-4 {
    font-family: Oswald, sans-serif;
    color: #fff;
  }
  .heading-15 {
    font-family: Oswald, sans-serif;
    color: #fff;
  }
  .paragraph-16 {
    color: #fff;
  }
  .heading-16 {
    display: none;
  }
  .paragraph-17 {
    font-family: Oswald, sans-serif;
    color: #fff;
  }
  .paragraph-18 {
    color: #fff;
  }
  .heading-17 {
    color: #fff;
  }
  .heading-18 {
    color: #fff;
  }
  .paragraph-19 {
    color: #fff;
  }
  .heading-19 {
    color: #fff;
  }
  .paragraph-20 {
    color: #fff;
  }
  .suchfeld {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }
  .search {
    position: fixed;
    display: none;
  }
  .text-block-24 {
    font-family: Oswald, sans-serif;
  }
  .text-block-25 {
    font-family: Oswald, sans-serif;
  }
  .text-block-26 {
    font-family: Oswald, sans-serif;
  }
  .text-block-27 {
    font-family: Oswald, sans-serif;
    color: #fff;
  }
  .biblio {
    display: none;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .bgcolor {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .search-2 {
    position: fixed;
  }
  .biblioproj {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }
  .bibliowww {
    display: none;
  }
  .bibliotools {
    display: none;
  }
  .container-5 {
    position: fixed;
    left: 49%;
    top: 25px;
    right: 49%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 150px;
    max-width: 150px;
    border-radius: 200px;
    background-color: #3c46fb;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .image-16 {
    position: static;
    width: 120px;
    height: 120px;
    border-radius: 200px;
    background-color: transparent;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }
  .button-4 {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    border-radius: 200px;
    background-color: #3c46fb;
    text-align: center;
  }
  .div-block-14 {
    position: absolute;
    top: 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1140px;
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-15 {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ff8177;
    border-radius: 200px;
    background-color: rgba(255, 129, 119, 0.5);
  }
  .text-block-28 {
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }
  .bibliomen-klein {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .men-kreis1 {
    width: 150px;
    height: 150px;
    border-radius: 200px;
    background-color: #ff8177;
  }
  .men-kreis2 {
    width: 150px;
    height: 150px;
    border-radius: 200px;
    background-color: #3c46fb;
  }
  .men-kreis3 {
    width: 150px;
    height: 150px;
    border-radius: 200px;
    background-color: #8dc7eb;
  }
  .men-text1 {
    font-family: Oswald, sans-serif;
  }
  .men-text2 {
    font-family: Oswald, sans-serif;
    font-size: 100px;
  }
  .men-text3 {
    font-family: Oswald, sans-serif;
    font-size: 100px;
  }
  .img-wrapper-1-copy {
    width: 150px;
    height: 150px;
    border-radius: 200px;
    background-color: #ff8177;
  }
  .img-wrapper-2-copy {
    width: 150px;
    height: 150px;
    border-radius: 200px;
    background-color: #3c46fb;
  }
  .bibliowebx {
    position: fixed;
    top: 5%;
    display: block;
  }
  .btn_biblioprojoff {
    max-height: 5vw;
    max-width: 4vw;
    min-height: 4vw;
  }
  .bibliooff {
    position: fixed;
    top: 0%;
    display: block;
    margin-right: 25px;
  }
  .btn_bibliomain_off {
    max-height: 5vw;
    max-width: 4vw;
    min-height: 4vw;
  }
  .icon-ml {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #ff8177;
    border-radius: 200px;
    background-color: rgba(255, 129, 119, 0.5);
  }
  .icon-bd {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #3c46fb;
    border-radius: 200px;
    background-color: rgba(60, 70, 251, 0.5);
  }
  .icon-nn {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #8dc7eb;
    border-radius: 200px;
    background-color: rgba(141, 199, 235, 0.5);
  }
  .button-5 {
    position: absolute;
    z-index: 2;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 200px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
  }
  .column-10 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-11 {
    position: relative;
    z-index: 1;
  }
  .bibbutton.special {
    display: block;
    max-width: 100px;
    margin: 0px 30px 0px 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .text-block-29 {
    position: relative;
    display: block;
    margin-top: 69px;
    margin-bottom: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
  .div-block-16 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 3%;
    bottom: 0%;
    width: 25%;
    margin-top: 150px;
    padding-left: 100px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .icon-bersicht {
    position: absolute;
    z-index: 1;
    width: 70%;
    margin-left: 120px;
  }
  .column-11 {
    position: relative;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .column-12-b {
    padding-right: 28px;
    padding-left: 28px;
  }
  .column-13b {
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    padding-right: 28px;
    padding-bottom: 0px;
    padding-left: 28px;
  }
  .column-12-c {
    padding-right: 28px;
    padding-left: 28px;
  }
  .p-large-3 {
    margin: 0px 125px 0px -25px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .bibbutton-2.special {
    display: block;
    max-width: 100px;
    margin: 0px 30px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .listenende {
    display: block;
    height: 500px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 0.5px 0px 0.5px 0.5px;
    border-color: #fff transparent #fff #fff;
    background-color: transparent;
    opacity: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .column-12d {
    padding-right: 0px;
    padding-left: 0px;
  }
  .abschluss {
    display: block;
    margin-right: 10px;
    margin-left: 0px;
    padding: 50px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #8dc7eb;
    border-radius: 20px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: none;
  }
  .abschluss1 {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .einblendmen-ml-2.facts {
    margin-right: 20rem;
  }
  .einblendmen-ml-2.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .text-block-23-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 1rem;
  }
  .mlmain.facts {
    margin-right: 20rem;
  }
  .mlmain.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .col-copy.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-copy.col-4.col-footer.col-100-ml {
    top: 557px;
    margin-top: 0px;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .ml-hl2-copy.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .ml-hl2-copy.p-bold.mb-normal {
    margin-left: 0px;
    font-size: 2vw;
    text-transform: uppercase;
  }
  .animation-ml {
    z-index: 1;
    display: block;
  }
  .rechte-gh-copy {
    display: block;
  }
  .animation-bigdata {
    z-index: 1;
    display: block;
  }
  .p-oversized-bigdata.p-bold {
    margin-top: 7px;
  }
  .p-oversized-bigdata.break {
    top: auto;
  }
  .bigdatacards.facts {
    margin-right: 20rem;
  }
  .bigdatacards.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .bigdatacol.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bigdatacol.col-4.col-footer.col-100-ml {
    top: 557px;
    margin-top: 0px;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .bd-hl1.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .bd-hl1.p-bold.mb-normal {
    margin-left: 0px;
    text-transform: uppercase;
  }
  .bdc {
    top: 43%;
  }
  .endbuttonsml {
    position: absolute;
    top: 0px;
    display: block;
    width: 80%;
    margin-top: 0px;
  }
  .endbuttonsbd {
    margin-top: 200px;
  }
  .einblendmen-mla.facts {
    margin-right: 20rem;
  }
  .einblendmen-mla.mb-large {
    height: 40vh;
    margin-top: auto;
  }
  .einblendmen-mla.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .einblendmen-ki_1.facts {
    margin-right: 20rem;
  }
  .einblendmen-ki_1.mb-large {
    height: 30vh;
  }
  .einblendmen-ki_1.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .heading-15-copy {
    font-family: Oswald, sans-serif;
    color: #fff;
  }
  .paragraph-7-copy {
    font-size: 1rem;
  }
  .columns-nuancen_katze {
    margin-right: 10%;
    margin-left: 10%;
  }
  .image-56 {
    margin-top: 10%;
    margin-bottom: 0%;
  }
  .columns-filter_black {
    margin-right: 10%;
    margin-left: 10%;
  }
  .image-57 {
    margin-bottom: 0%;
  }
  .column-17 {
    margin-top: 0px;
  }
  .column-18 {
    margin-top: 40px;
  }
  .column-19 {
    padding-top: 0px;
  }
  .column-20 {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-title-small-copy {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-family: Oswald, sans-serif;
    font-size: 2vw;
  }
  .image-variablen {
    margin-bottom: 0%;
  }
  .image-variationen {
    margin-bottom: 0%;
  }
  .image-personalisierung {
    margin-bottom: 0%;
  }
  .paragraph-options-copy {
    color: #fff;
    font-size: 1rem;
    line-height: 170%;
  }
  .paragraph-options-copy {
    color: #fff;
  }
  .column-21 {
    margin-top: 0px;
  }
  .column-22 {
    margin-top: 0px;
  }
  .kreativit-t {
    display: block;
    height: 600vh;
    max-width: none;
  }
  .centrado-copy {
    color: #fff;
    font-size: 2vw;
  }
  .lupensl-copy.p-bold {
    display: block;
    margin-top: 18px;
    margin-left: -190px;
    color: #fff;
  }
  .lupensl-copy.p-bold.break.weglot-hide-rus {
    margin-left: 0px;
  }
  .p-oversized-copy.p-bold {
    margin-top: 7px;
  }
  .p-oversized-copy.break {
    top: auto;
  }
  .heading-21 {
    font-size: 2vw;
  }
  .centrado-copy-2 {
    color: #ff8177;
    font-size: 25px;
  }
  .centrado-copy-3 {
    color: #fff;
    font-size: 1rem;
  }
  .h4 {
    color: #fff;
    font-size: 2vw;
  }
  .einblendmen-ki_1-copy.facts {
    margin-right: 20rem;
  }
  .einblendmen-ki_1-copy.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .cola-kkk.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cola-kkk.col-4.col-footer.col-100-ml {
    top: 0px;
    margin-top: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .einblendmen-kkk1.facts {
    margin-right: 20rem;
  }
  .einblendmen-kkk1.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .kkk-toolson.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kkk-toolson.col-4.col-footer.col-100-ml {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .paragraph-options-2 {
    display: block;
    font-size: 0.9rem;
    line-height: 140%;
  }
  .section-design-2 {
    overflow: visible;
    margin-top: 2450px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-title-small-2 {
    font-size: 20px;
  }
  .grid-generative-design-2 {
    overflow: visible;
    margin-right: 0%;
  }
  .grid-generative-design-2-copy {
    margin-right: 0%;
  }
  .weglot-ill-4-copy-copy.ob2 {
    top: 125px;
    bottom: 0%;
  }
  .neuronalenetze-und-deep-learning {
    display: none;
  }
  .kapiteltitel-nndl {
    position: fixed;
    margin-top: 0px;
    margin-left: 75px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .nndl-x {
    position: fixed;
    top: 5%;
    z-index: 1;
    display: block;
  }
  .btn_nndl-off {
    max-height: 5vw;
    max-width: 4vw;
    min-height: 4vw;
  }
  .animation-nndl {
    z-index: 1;
    display: block;
  }
  .bd-btn-hauptmen.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .bd-off-ml-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .bd-off-tools-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .endbuttonsmg {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    width: 80%;
    border-radius: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .btn-mg-off-ki-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-mg-off-tools-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-ml1.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-ml-off-big-data-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ml-toolson-copy.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ml-toolson-copy.col-4.col-footer.col-100-ml {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ml-off-tools-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ki-toolson.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ki-toolson.col-4.col-footer.col-100-ml {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ki-btn-1.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ki-btn-1.col-4.col-footer.col-100-ml {
    top: auto;
    overflow: visible;
    margin-top: 0px;
    padding-top: 5rem;
    padding-bottom: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ki-btn-2.col-4.col-footer.col-100-ml {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ki-btn-2.col-4.col-footer.col-100-ml {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .kkk-x.facts {
    margin-right: 20rem;
  }
  .kkk-x.mb-large {
    top: 5%;
    margin-top: 0px;
  }
  .kkk-x.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .einblendmen-kkkmain.facts {
    margin-right: 20rem;
  }
  .einblendmen-kkkmain.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .kreativit-t-zitat1.idea {
    margin-top: 1200px;
    margin-right: 20%;
    margin-left: 20%;
  }
  .krea-zit1 {
    border-color: #3c46fb;
  }
  .krea-x {
    position: fixed;
    top: 5%;
    z-index: 1;
    display: block;
    margin-top: 0%;
  }
  .btn_krea-off {
    max-height: 5vw;
    max-width: 4vw;
    min-height: 4vw;
  }
  .kreuzaufmenu-copy {
    position: static;
    display: block;
    overflow: visible;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .container-4-copy {
    position: fixed;
    overflow: auto;
    height: 1140px;
    max-width: 1800px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
  }
  .grid-bib-tools {
    margin-right: 0%;
  }
  .bibliotoolsx {
    position: fixed;
    top: 5%;
    display: block;
  }
  .btn_bibliotoolsoff {
    max-height: 5vw;
    max-width: 4vw;
    min-height: 4vw;
  }
  .btn-2-copy.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .professoren {
    display: none;
  }
  .text-block-30 {
    overflow: auto;
  }
  .heading-22 {
    margin-top: 0px;
  }
  .dank {
    display: block;
  }
  .kontakt {
    display: none;
  }
  .datenschutz {
    display: none;
    height: 500px;
  }
  .div-block-27 {
    right: 55%;
    height: 1000px;
    margin-top: 5%;
  }
  .imprint {
    display: none;
    overflow: scroll;
    height: 500px;
  }
  .quellen {
    display: none;
    height: 500px;
    margin-top: 10%;
  }
  .animation-krea {
    z-index: 1;
    display: block;
  }
  .kreamain {
    display: none;
    max-width: 100%;
  }
  .kapiteltitel-krea {
    position: fixed;
    margin-top: 0px;
    margin-left: 75px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .einblendmen-krea.facts {
    margin-right: 20rem;
  }
  .einblendmen-krea.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 17.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .div-content-card-2 {
    margin-right: 10%;
    margin-left: 10%;
  }
  .btn-krea.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-krea-off-ki-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-krea-off-tools-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .x-button-krea.footer3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 0%;
    padding-left: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 200rem;
  }
  .x-button-krea.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .einblendmen-nndl.facts {
    margin-right: 20rem;
  }
  .einblendmen-nndl.mb-large {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 700px;
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #8dc7eb;
  }
  .paragraph-options-2-copy {
    font-size: 0.9rem;
  }
  .paragraph-options-2-copy {
    font-size: 1.2rem;
  }
  .paragraph-options-2-copy-copy {
    font-size: 1.2rem;
  }
  .paragraph-options-leer {
    font-size: 1.2rem;
  }
  .paragraph-options-2-copy {
    font-size: 1.2rem;
  }
  .paragraph-options-2-copy {
    font-size: 0.9rem;
  }
  .paragraph-options-2-a {
    font-size: 0.9rem;
  }
  .menu-ki-werkzeuge {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
  }
  .menu-ki-projekte {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
  }
  .btn-dl-off.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-dl-off-ml-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .nndl-off-tools-on.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .smartphonetext {
    display: none;
    width: 75%;
    margin-right: auto;
    margin-left: 17%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .smartphonesm {
    display: block;
  }
  .hlsmart {
    position: relative;
    display: none;
    margin-top: 69px;
    margin-bottom: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
  .social-media-smartphone {
    display: block;
  }
  .btn-2-copy.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-2-copy-copy.footer3 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .div-block-27-copy {
    right: 55%;
    height: 550px;
    margin-top: 5%;
  }
  .div-block-27-copyb {
    right: 55%;
    height: 550px;
    margin-top: 5%;
  }
  .div-block-27-copyv {
    right: 55%;
    height: 550px;
    margin-top: 5%;
  }
}

@media screen and (max-width: 991px) {
  .einblendmen-mg {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-mg.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-mg.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-mg.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-mg.mb-large {
    margin-bottom: 10vh;
  }
  .col {
    padding: 2rem;
  }
  .col.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .col.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .col.nopad.col-6.halfpage.poweroflang {
    margin-left: 57px;
    padding: 0rem;
  }
  .col.nopad.col-6.poweroflang {
    margin-left: 0px;
    padding: 0rem;
  }
  .h-huge {
    font-size: 3rem;
  }
  .btn {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn.primary {
    width: auto;
  }
  .btn.ghost {
    width: auto;
  }
  .btn.footer1 {
    min-height: 4rem;
  }
  .btn.footer2 {
    min-height: 4rem;
  }
  .btn.footer3 {
    min-height: 4rem;
  }
  .col-100-t {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .col-50-t {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mb-huge {
    margin-bottom: 20vh;
  }
  .p-large {
    font-size: 1.2rem;
  }
  .cantread-stydy-link {
    color: #ff8177;
    cursor: pointer;
  }
  .nav {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .logo-wrapper {
    width: 8rem;
  }
  .scene-1 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .linke-gh {
    left: 4%;
    width: 50%;
  }
  .rechte-gh {
    right: -24%;
    width: 93%;
  }
  .p-huge {
    font-size: 1.5rem;
  }
  .webflow-facts {
    width: 40%;
  }
  .barrier-text-wrapper {
    padding-left: 5rem;
  }
  .p-oversized {
    font-size: 3rem;
  }
  .progress-bar-wrapper {
    padding-left: 2rem;
  }
  .scroll-prompts-all {
    display: none;
  }
  .half-page {
    padding: 0rem;
  }
  .half-page.blue {
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: default;
  }
  .half-page.red {
    margin-left: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .half-page.is {
    height: 100vh;
    min-height: 0vh;
    padding: 0rem;
  }
  .half-page.weglot-is {
    height: 100vh;
    min-height: 0vh;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .half-page.poweroflang {
    width: 100%;
    margin-top: -76px;
    margin-left: -44px;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .power-0f-lang-store-item.graphs.gr1 {
    width: 100%;
  }
  .power-0f-lang-store-item.graphs.gr2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }
  .store-item-shadow.s1 {
    width: 1rem;
    min-width: 1rem;
  }
  .store-item-row.r2 {
    height: 1rem;
    min-height: 1rem;
    padding-left: 1rem;
  }
  .store-item-graph-fill.gf2 {
    position: static;
  }
  .store-graph-back-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .store-graph-text-wrapper {
    color: #18154c;
  }
  .store-graph-text-wrapper.stw1 {
    left: 0%;
    top: 0%;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 3rem;
  }
  .store-graph-text-wrapper.stw2 {
    top: 0%;
    right: auto;
    bottom: auto;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 3rem;
    color: #fff;
  }
  .ill-outer-link {
    width: 1rem;
    min-width: 1rem;
  }
  .ill-outer-link.mr-small {
    margin-right: 0.5rem;
  }
  .pie-slash {
    padding-left: 1rem;
  }
  .imagine-pie-scroll {
    padding-left: 2rem;
  }
  .imagine-pie-torta {
    font-size: 3rem;
  }
  .weglot-intro {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .weglot-intro-subtitle-wrapper {
    width: 80%;
  }
  .weglot-letters.is {
    max-width: 30vw;
  }
  .weglot-is-desc {
    max-width: none;
  }
  .weglot-is-wrapper {
    height: 60vh;
  }
  .weglot-is-ill-wrapper {
    height: 60vh;
  }
  .weglot-is-ill-wrapper.iw2 {
    right: auto;
  }
  .weglot-is-ill-wrapper.iw3 {
    right: auto;
  }
  .weglot-is-ill-wrapper.iw4 {
    right: auto;
  }
  .weglot-is-ill-wrapper.iw5 {
    right: auto;
  }
  .weglot-is-ll-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .weglot-ill-col {
    width: 100%;
  }
  .weglot-ill-col.ill {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 45%;
    height: 50%;
    padding-top: 11.4rem;
    padding-left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .list-bullet-wrapper {
    height: 1.5rem;
  }
  .weglot-ill-1.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .weglot-ill {
    width: 30vw;
  }
  .scene-5 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .webis-ill {
    width: 60vw;
    height: 60vw;
  }
  .webis-urready-section {
    width: 80%;
  }
  .webis-globe {
    width: 120vw;
    height: 120vw;
  }
  .webis-ill-shootingstar-wrapper {
    width: 5rem;
    height: 5rem;
  }
  .uielement-wrapper {
    width: 100%;
    height: 25vh;
  }
  .wg-dd-3-togle {
    width: 3rem;
  }
  .wg-dd-3-list {
    right: 1.5rem;
    padding-right: 1.5rem;
  }
  .wg-dropdown-3-link {
    width: 3rem;
  }
  .footer-dots {
    width: 100%;
  }
  .progress-last {
    right: -3rem;
  }
  .wg-element-wrapper-2.sw4 {
    height: 3rem;
  }
  .hidden {
    display: none;
  }
  .fs-video-tabs-wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .intro-video {
    height: 40vh;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .fs-video-waves {
    display: none;
    width: 100%;
  }
  .fs-video-dots {
    display: none;
    width: 100%;
  }
  .fs-video-logo-wrapper {
    width: 50%;
  }
  .footer-content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .men-kasten_rechts {
    width: 50px;
    height: 50px;
    padding: 15px 10px;
    border-radius: 30px;
  }
  .text-block {
    margin-right: -20px;
    margin-left: -20px;
  }
  .button1 {
    position: fixed;
    left: 25.9%;
    top: 30.75%;
    max-height: 65px;
    max-width: 65px;
    border-style: none;
    border-width: 2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .body-3 {
    margin-right: 20px;
    margin-bottom: 35px;
    margin-left: 20px;
  }
  .bg {
    position: relative;
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 150%;
    max-width: 150%;
    margin: 10% -12.75% 10px 0%;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .ki_gehirn_flat {
    opacity: 0;
  }
  .neuronenmen {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-height: 100%;
    max-width: 100%;
    margin: 0px 0% 200px auto;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(-38px, 90px) rotate(0deg);
    -ms-transform: translate(-38px, 90px) rotate(0deg);
    transform: translate(-38px, 90px) rotate(0deg);
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button3 {
    left: 51.55%;
    top: 60.9%;
    max-height: 67px;
    max-width: 67px;
  }
  .titelbutton3 {
    font-size: 0.7rem;
  }
  .button2 {
    left: 61.4%;
    top: 29.25%;
    max-height: 56px;
    max-width: 56px;
  }
  .titelbutton2 {
    font-size: 0.7rem;
  }
  .titelbutton1 {
    font-size: 0.7rem;
  }
  .button4 {
    left: 27.4%;
    top: 58.75%;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 49px;
    max-width: 49px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .titelbutton4 {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 0.7rem;
  }
  .rapid-section-thursday.thursday {
    padding-right: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rapid-section-tuesday.tuesday {
    padding-right: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .day-title {
    font-size: 54px;
    line-height: 68px;
  }
  .button2b {
    left: 74.15%;
    top: 30.1%;
    max-height: 43px;
    max-width: 43px;
  }
  .button2c {
    left: 63.25%;
    top: 43%;
    max-height: 52px;
    max-width: 52px;
  }
  .button2a {
    left: 68%;
    top: 19.4%;
    max-height: 43px;
    max-width: 43px;
  }
  .machinelearning {
    z-index: auto;
    display: none;
  }
  .test1 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .mg_content {
    display: none;
  }
  .kkk {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .kkkmain {
    display: none;
  }
  .p-large-2 {
    font-size: 1.2rem;
  }
  .p-huge-2 {
    font-size: 1.5rem;
  }
  .btn-2 {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-2.footer2 {
    min-height: 4rem;
  }
  .btn-2.footer3 {
    min-height: 4rem;
  }
  .btn-2.footer1 {
    min-height: 4rem;
  }
  .btn-2.footer3 {
    min-height: 4rem;
  }
  .half-page-2 {
    padding: 0rem;
  }
  .half-page-2.blue {
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: default;
  }
  .intro-video-2 {
    height: 40vh;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .cantread-stydy-link-2 {
    color: #ff8177;
    cursor: pointer;
  }
  .store-graph-text-wrapper-2 {
    color: #18154c;
  }
  .store-graph-text-wrapper-2.stw1 {
    left: 0%;
    top: 0%;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 3rem;
  }
  .store-graph-text-wrapper-2.stw2 {
    top: 0%;
    right: auto;
    bottom: auto;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 3rem;
    color: #fff;
  }
  .store-item-shadow-2.s1 {
    width: 1rem;
    min-width: 1rem;
  }
  .rapid-x.thursday {
    padding-right: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rapid-paragraph {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .contact-phone {
    padding-top: 20px;
    padding-left: 0px;
    float: none;
  }
  .rapid-subhead {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
  }
  .rapid-phone-image {
    max-width: 40vw;
  }
  .frame-bg {
    max-width: 82vw;
  }
  .phone-mask-ui-wrapper {
    max-width: 82vw;
  }
  .sketch-top-right {
    max-width: 82vw;
  }
  .btn-3.blue-line {
    float: none;
  }
  .contact-50 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .frame-bottom-right {
    max-width: 82vw;
  }
  .frame-top {
    max-width: 82vw;
  }
  .rapid-title {
    margin-top: 48px;
    margin-bottom: 8px;
    font-size: 54px;
    line-height: 68px;
  }
  .about-spruce {
    padding-right: 0px;
  }
  .ui-bw {
    max-width: 82vw;
  }
  .frame-bottom {
    max-width: 82vw;
  }
  .sketch-bottom-right {
    max-width: 82vw;
  }
  .transparent-mask-background {
    max-width: 82vw;
  }
  .sketch-top-left {
    max-width: 82vw;
  }
  .phone-mask-fore-2 {
    max-width: 82vw;
  }
  .sketch-bottom {
    max-width: 82vw;
  }
  .phone-mask-back-reversed {
    max-width: 82vw;
  }
  .sketch-bottom-left {
    max-width: 82vw;
  }
  .phone-mask-back {
    max-width: 82vw;
  }
  .frame-top-right {
    max-width: 82vw;
  }
  .sketch-top {
    max-width: 82vw;
  }
  .ui-colour {
    max-width: 82vw;
  }
  .ui-slider {
    max-width: 82vw;
  }
  .frame-bottom-left {
    max-width: 82vw;
  }
  .frame-top-left {
    max-width: 82vw;
  }
  .day-title-2 {
    font-size: 54px;
    line-height: 68px;
  }
  .bigdata {
    display: none;
    background-color: rgba(24, 21, 76, 0.8);
  }
  .menu-button {
    overflow: hidden;
    background-color: transparent;
    opacity: 1;
    cursor: default;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .lottie-animation-8 {
    width: 5vw;
    margin-top: 11px;
  }
  .heading-8 {
    font-size: 80px;
  }
  .lottie-animation-3 {
    margin-top: 18px;
  }
  .column {
    margin-bottom: 29px;
  }
  .icons {
    margin-left: 48px;
  }
  .text-block-16 {
    margin-left: -11px;
  }
  .text-block-17 {
    margin-top: -16px;
    margin-left: -4px;
  }
  .section-6 {
    background-color: #3aafa9;
  }
  .heading-10 {
    font-weight: 900;
  }
  .text-block-5 {
    margin-left: 11px;
  }
  .text-block-5.build {
    margin-left: -341px;
  }
  .text-block-5.revision {
    margin-left: 224px;
  }
  .lottie-animation-9 {
    margin-left: 507px;
  }
  .lottie-animation-9.launch {
    margin-left: 363px;
  }
  .lottie-animation-9.build {
    margin-left: 164px;
  }
  .lottie-animation-9.revision {
    margin-left: 450px;
  }
  .bigdataaa {
    margin-top: 3200px;
  }
  .endzitatkkk {
    font-size: 1.5rem;
  }
  .endzitatkkk-2 {
    font-size: 1.5rem;
  }
  .h-huge-copy {
    font-size: 3rem;
  }
  .xx {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-huge-copy {
    font-size: 1.5rem;
  }
  .p-huge-copy {
    font-size: 1.5rem;
  }
  .lupensl {
    font-size: 1.5rem;
  }
  .hl1 {
    font-size: 1.5rem;
  }
  .hlkkk1 {
    font-size: 3rem;
  }
  .mg-x {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ml-x {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ki-x {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer-content-copy {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .ml-hl {
    font-size: 1.5rem;
  }
  .ml-hl2 {
    font-size: 1.5rem;
  }
  .ml-hl3 {
    font-size: 1.5rem;
  }
  .ml-hl4 {
    font-size: 1.5rem;
  }
  .ml-hl5 {
    font-size: 1.5rem;
  }
  .bigdata-x {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .big-data-hl {
    font-size: 1.5rem;
  }
  .big-data-hl2 {
    font-size: 1.5rem;
  }
  .bd-1 {
    font-size: 1.2rem;
  }
  .bd2 {
    font-size: 1.2rem;
  }
  .bd3 {
    font-size: 1.2rem;
  }
  .p-large-copy {
    font-size: 1.2rem;
  }
  .kkksl1 {
    font-size: 1.2rem;
  }
  .kkksl2 {
    font-size: 1.2rem;
  }
  .kkksl3 {
    font-size: 1.2rem;
  }
  .introsl {
    font-size: 1.5rem;
  }
  .bdeyesl {
    font-size: 1.2rem;
  }
  .buttontoolsuartikel {
    left: 18.05%;
    top: 46.8%;
    z-index: auto;
    max-height: 49px;
    max-width: 49px;
    text-transform: none;
  }
  .text-block-20 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 0.7rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .linkeseite {
    padding: 0rem;
  }
  .linkeseite.blue {
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: default;
  }
  .linkeseite.red {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .linkeseite.is {
    height: 100vh;
    min-height: 0vh;
    padding: 0rem;
  }
  .linkeseite.weglot-is {
    height: 100vh;
    min-height: 0vh;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .linkeseite.poweroflang {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer-content-2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .buttoncontainer {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
  .buttonsection {
    top: 29%;
    height: 200%;
    max-width: 90%;
    margin-top: 0px;
    margin-left: 63px;
  }
  .x-button {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .x-button.footer2 {
    min-height: 4rem;
  }
  .x-button.footer3 {
    min-height: 4rem;
  }
  .x-button.footer1 {
    min-height: 4rem;
  }
  .x-button.footer3 {
    min-height: 4rem;
  }
  .gridrow {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .gridrow.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .gridrow.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .gridrow.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .gridrow.facts {
    margin-left: 1.5rem;
  }
  .gridrow.mb-large {
    margin-bottom: 10vh;
  }
  .grid-row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .grid-row.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .grid-row.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .grid-row.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .grid-row.mb-large {
    margin-bottom: 10vh;
  }
  .einblendmen-ml {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-ml.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ml.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ml.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-ml.mb-large {
    margin-bottom: 10vh;
  }
  .einblendmen-ki {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-ki.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ki.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ki.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-ki.mb-large {
    margin-bottom: 10vh;
  }
  .einblendmen-kkk {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-kkk.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-kkk.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-kkk.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-kkk.mb-large {
    margin-bottom: 10vh;
  }
  .einblendmen-bigdata {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-bigdata.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-bigdata.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-bigdata.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-bigdata.mb-large {
    margin-top: 0rem;
  }
  .einblendmen-bigdata.mb-large {
    margin-bottom: 10vh;
  }
  .bigdatax {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .bigdatax.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .bigdatax.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .bigdatax.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .bigdatax.mb-large {
    margin-bottom: 10vh;
  }
  .col-nderbar {
    padding: 2rem;
  }
  .col-nderbar.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .col-nderbar.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .col-nderbar.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .col-nderbar.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .bigdata-toolson {
    padding: 2rem;
  }
  .bigdata-toolson.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .bigdata-toolson.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .bigdata-toolson.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .bigdata-toolson.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .gridrow2 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .gridrow2.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .gridrow2.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .gridrow2.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .gridrow2.mb-large {
    margin-bottom: 10vh;
  }
  .gridrow2b {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .gridrow2b.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .gridrow2b.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .gridrow2b.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .gridrow2b.mb-large {
    margin-bottom: 10vh;
  }
  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-4 {
    height: 100%;
  }
  .faq-grid {
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
  }
  .grid-background {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-button {
    height: 60px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .div-scroll-down {
    display: none;
    opacity: 0;
  }
  .first-button {
    background-color: #4451f6;
  }
  .div-scroll-conteiner {
    border-radius: 0px;
    opacity: 0;
  }
  .bg-video {
    margin-left: -40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-small {
    font-weight: 300;
  }
  .text-small.click-me {
    right: 30px;
    opacity: 1;
  }
  .text-small.io {
    font-weight: 600;
  }
  .image-15 {
    width: 20px;
  }
  .div-content-main {
    position: relative;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-left-first-button {
    width: 60px;
    margin-right: 0px;
  }
  .grid-main {
    padding-left: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 40px;
  }
  .div-png-tec {
    display: none;
  }
  .arrow {
    right: 10px;
    opacity: 1;
  }
  .div-png-tec-responsive {
    display: block;
    height: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bar-flag {
    margin-right: 30px;
  }
  .div-testimoninal {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    grid-row-gap: 30px;
  }
  .div-options-hardware {
    grid-row-gap: 20px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .grid-project-ci {
    margin-right: 40px;
    margin-bottom: 120px;
    margin-left: 40px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr 1fr auto auto;
  }
  .div-title-project-technology {
    position: relative;
    top: 0%;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .png-responsive {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    opacity: 0;
  }
  .div-title-project {
    margin-left: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .base-responsive {
    opacity: 0;
  }
  .div-technology-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #181818;
  }
  .grid-project-technology {
    margin-right: 40px;
    margin-left: 40px;
    grid-row-gap: 30px;
    grid-template-areas: ". . . . ." ". . . . .";
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }
  .div-card-gd {
    min-height: 300px;
  }
  .gif {
    position: relative;
    top: 0%;
    width: 360px;
    height: 360px;
    border-style: none;
    border-width: 1px;
  }
  .text-io {
    font-weight: 300;
  }
  .div-content-gd {
    padding-right: 45px;
    padding-left: 45px;
  }
  .grid-parameters._3 {
    grid-template-areas: "." "." "." "." "." "." ".";
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .div-circle-inside {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 6px;
    margin-right: 0px;
  }
  .div-bar-input {
    margin-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4451f6;
  }
  .div-bar-input.out {
    background-color: rgba(68, 81, 246, 0.6);
  }
  .grid-case-study {
    margin-right: 40px;
    margin-bottom: 80px;
    margin-left: 40px;
    grid-row-gap: 80px;
    grid-template-areas: ". . . . ." ". . . . ." ". . . . .";
    -ms-grid-rows: auto 80px auto 80px auto;
    grid-template-rows: auto auto auto;
  }
  .grid-colors._4 {
    grid-template-areas: ". ." ". .";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .text-bg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 120px;
    line-height: 120px;
  }
  .div-color {
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-generative-design {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-areas: ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr minmax(0px, 4px) 1fr;
    grid-template-columns: 1fr minmax(0px, 4px) 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-media {
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
    grid-template-areas: ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . .";
    -ms-grid-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
  }
  .div-content-media {
    padding-right: 60px;
    padding-left: 60px;
  }
  .biblio {
    display: none;
  }
  .biblioproj {
    display: none;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .div-block-14 {
    height: 1000px;
  }
  .bibliowebx {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .bibliooff {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-large-3 {
    font-size: 1.2rem;
  }
  .listenende {
    padding-right: 20px;
    padding-left: 20px;
  }
  .einblendmen-ml-2 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-ml-2.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ml-2.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ml-2.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-ml-2.mb-large {
    margin-bottom: 10vh;
  }
  .mlmain {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .mlmain.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .mlmain.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .mlmain.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .mlmain.mb-large {
    margin-bottom: 10vh;
  }
  .col-copy {
    padding: 2rem;
  }
  .col-copy.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .col-copy.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .col-copy.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .col-copy.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .weglot-ill-1test.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .ml-hl2-copy {
    font-size: 1.5rem;
  }
  .einstiegsszene {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-oversized-bigdata {
    font-size: 3rem;
  }
  .karteikartenbigdata {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
  .bigdatacards {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .bigdatacards.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .bigdatacards.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .bigdatacards.row-nomar.weglot-is {
    height: auto;
    margin-right: 0%;
    margin-left: 0rem;
  }
  .bigdatacards.mb-large {
    margin-bottom: 10vh;
  }
  .bigdata-div {
    width: 100%;
    margin-left: 0px;
  }
  .bigdatacol {
    padding: 2rem;
  }
  .bigdatacol.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .bigdatacol.nopad.col-6.weglot-is {
    display: block;
    max-width: 100%;
    padding-right: 5rem;
    padding-left: 0rem;
  }
  .bigdatacol.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .bigdatacol.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .bigdatakarteikarte1 {
    padding: 0rem;
  }
  .bigdatakarteikarte1.blue {
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: default;
  }
  .bigdatakarteikarte1.red {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .bigdatakarteikarte1.is {
    height: 100vh;
    min-height: 0vh;
    padding: 0rem;
  }
  .bigdatakarteikarte1.weglot-is {
    height: 100vh;
    min-height: 0vh;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .bigdatakarteikarte1.poweroflang {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .karteikarte1 {
    height: 60vh;
  }
  .karteikarte1.iw1 {
    height: 50vh;
  }
  .karteikarte1.iw2 {
    right: auto;
  }
  .karteikarte1.iw3 {
    right: auto;
  }
  .karteikarte1.iw4 {
    right: auto;
  }
  .karteikarte1.iw5 {
    right: auto;
  }
  .karteikarte1content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kartekarte1b {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50%;
    padding-top: 2rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kartekarte1b.ill {
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bd-hl1 {
    font-size: 1.5rem;
  }
  .sale.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .b-gel.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .buynow.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .geld.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .korb.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .wagen.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .bigdatausa {
    width: 100%;
  }
  .bigdatausa.ill {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50%;
    height: 90%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bigdatausacontent {
    width: 30vw;
  }
  .bigdataflag.ob1 {
    left: 101px;
    top: -82px;
  }
  .bigdatausa1.ob3 {
    top: 32.2031px;
  }
  .bigdatakarteikarteusa {
    height: 60vh;
  }
  .bigdatakarteikarteusa.iw2 {
    right: auto;
    width: 100%;
    height: 50vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bigdatakarteikarteusa.iw3 {
    right: auto;
  }
  .bigdatakarteikarteusa.iw4 {
    right: auto;
  }
  .bigdatakarteikarteusa.iw5 {
    right: auto;
  }
  .karteikarte2 {
    padding: 0rem;
  }
  .karteikarte2.blue {
    padding-right: 2rem;
    padding-left: 2rem;
    cursor: default;
  }
  .karteikarte2.red {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .karteikarte2.is {
    width: 100%;
    height: 100vh;
    min-height: 0vh;
    padding: 0rem;
  }
  .karteikarte2.weglot-is {
    height: 100vh;
    min-height: 0vh;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .karteikarte2.poweroflang {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .karteikarte2usa {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .karteikarte2b {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50%;
  }
  .karteikarte2b.ill {
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .bigdatawhite-circle {
    margin-top: -85px;
  }
  .einblendmen-mla {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-mla.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-mla.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-mla.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-mla.mb-large {
    margin-bottom: 10vh;
  }
  .einblendmen-ki_1 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-ki_1.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ki_1.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ki_1.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-ki_1.mb-large {
    margin-bottom: 10vh;
  }
  .grid-ki-kann-nicht {
    margin-right: 40px;
    margin-left: 40px;
    grid-row-gap: 30px;
    grid-template-areas: ". . . . ." ". . . . .";
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }
  .grid-ki-kann {
    margin-right: 40px;
    margin-left: 40px;
    grid-row-gap: 30px;
    grid-template-areas: ". . . . ." ". . . . .";
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }
  .ki_filtern {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #181818;
  }
  .div-technology-container-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #181818;
  }
  .div-nuancen-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #ff8177;
  }
  .columns-nuancen_katze {
    margin-right: 10%;
    margin-left: 10%;
  }
  .image-56 {
    margin-top: 0%;
  }
  .columns-filter_black {
    margin-right: 10%;
    margin-left: 10%;
  }
  .column-18 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-personalisierung {
    margin-right: 10%;
    margin-left: 10%;
  }
  .columns-variationen {
    position: static;
    margin-right: 10%;
    margin-left: 10%;
  }
  .columns-variablen {
    margin-right: 10%;
    margin-left: 10%;
  }
  .kreativit-t {
    position: relative;
  }
  .lupensl-copy {
    font-size: 1.5rem;
  }
  .p-oversized-copy {
    font-size: 3rem;
  }
  .einblendmen-ki_1-copy {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-ki_1-copy.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ki_1-copy.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-ki_1-copy.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-ki_1-copy.mb-large {
    margin-bottom: 10vh;
  }
  .cola-kkk {
    padding: 2rem;
  }
  .cola-kkk.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .cola-kkk.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .cola-kkk.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .cola-kkk.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .einblendmen-kkk1 {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-kkk1.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-kkk1.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-kkk1.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-kkk1.mb-large {
    margin-bottom: 10vh;
  }
  .kkk-toolson {
    padding: 2rem;
  }
  .kkk-toolson.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .kkk-toolson.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .kkk-toolson.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .kkk-toolson.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .div-filter-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #ff8177;
  }
  .div-inhalte-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #ff8177;
  }
  .div-personalisierung-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #ff8177;
  }
  .div-variationen-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #ff8177;
  }
  .div-variablen-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #ff8177;
  }
  .grid-biblioproj {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-areas: ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr minmax(0px, 4px) 1fr;
    grid-template-columns: 1fr minmax(0px, 4px) 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .div-content-gd-copy {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-card-gd-copy {
    min-height: 300px;
  }
  .div-card-gd-copy {
    min-height: 300px;
  }
  .div-card-gd-copy {
    min-height: 300px;
  }
  .div-content-gd-2 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-card-gd-2 {
    min-height: 300px;
  }
  .section-design-2 {
    height: 850vh;
    margin-top: 4000px;
  }
  .text-bg-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 120px;
    line-height: 120px;
  }
  .grid-generative-design-2 {
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
    grid-template-areas: ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr minmax(0px, 4px) 1fr;
    grid-template-columns: 1fr minmax(0px, 4px) 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .rembrandt {
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-card-gd-2-copy {
    min-height: 300px;
  }
  .rembrandt1 {
    min-height: 300px;
  }
  .rembrandt1._2.div-card-gd-2 {
    background-position: 50% 0%;
  }
  .e-david {
    min-height: 300px;
  }
  .deepjazz {
    min-height: 300px;
  }
  .flowcomposer {
    min-height: 300px;
  }
  .jukedeck {
    min-height: 300px;
  }
  .poetryme {
    min-height: 300px;
  }
  .sunspring {
    min-height: 300px;
  }
  .digdown {
    min-height: 300px;
  }
  .morgan {
    min-height: 300px;
  }
  .ai-chair {
    min-height: 300px;
  }
  .drohne {
    min-height: 300px;
  }
  .trennw-nde {
    min-height: 300px;
  }
  .buggy {
    min-height: 300px;
  }
  .bridge {
    min-height: 300px;
  }
  .unbespielt {
    min-height: 300px;
  }
  .grid-generative-design-2-copy {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-areas: ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr minmax(0px, 4px) 1fr;
    grid-template-columns: 1fr minmax(0px, 4px) 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .weglot-ill-1-copy.obj4 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .nndl-x {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .bd-btn-hauptmen {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .bd-btn-hauptmen.footer2 {
    min-height: 4rem;
  }
  .bd-btn-hauptmen.footer3 {
    min-height: 4rem;
  }
  .bd-btn-hauptmen.footer1 {
    min-height: 4rem;
  }
  .bd-btn-hauptmen.footer3 {
    min-height: 4rem;
  }
  .bd-off-ml-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .bd-off-ml-on.footer2 {
    min-height: 4rem;
  }
  .bd-off-ml-on.footer3 {
    min-height: 4rem;
  }
  .bd-off-ml-on.footer1 {
    min-height: 4rem;
  }
  .bd-off-ml-on.footer3 {
    min-height: 4rem;
  }
  .bd-off-tools-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .bd-off-tools-on.footer2 {
    min-height: 4rem;
  }
  .bd-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .bd-off-tools-on.footer1 {
    min-height: 4rem;
  }
  .bd-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .btn-mg-off-ki-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-mg-off-ki-on.footer2 {
    min-height: 4rem;
  }
  .btn-mg-off-ki-on.footer3 {
    min-height: 4rem;
  }
  .btn-mg-off-ki-on.footer1 {
    min-height: 4rem;
  }
  .btn-mg-off-ki-on.footer3 {
    min-height: 4rem;
  }
  .btn-mg-off-tools-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-mg-off-tools-on.footer2 {
    min-height: 4rem;
  }
  .btn-mg-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .btn-mg-off-tools-on.footer1 {
    min-height: 4rem;
  }
  .btn-mg-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .btn-ml1 {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-ml1.footer2 {
    min-height: 4rem;
  }
  .btn-ml1.footer3 {
    min-height: 4rem;
  }
  .btn-ml1.footer1 {
    min-height: 4rem;
  }
  .btn-ml1.footer3 {
    min-height: 4rem;
  }
  .btn-ml-off-big-data-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-ml-off-big-data-on.footer2 {
    min-height: 4rem;
  }
  .btn-ml-off-big-data-on.footer3 {
    min-height: 4rem;
  }
  .btn-ml-off-big-data-on.footer1 {
    min-height: 4rem;
  }
  .btn-ml-off-big-data-on.footer3 {
    min-height: 4rem;
  }
  .ml-toolson-copy {
    padding: 2rem;
  }
  .ml-toolson-copy.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ml-toolson-copy.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .ml-toolson-copy.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .ml-toolson-copy.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .ml-off-tools-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .ml-off-tools-on.footer2 {
    min-height: 4rem;
  }
  .ml-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .ml-off-tools-on.footer1 {
    min-height: 4rem;
  }
  .ml-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .ki-toolson {
    padding: 2rem;
  }
  .ki-toolson.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ki-toolson.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .ki-toolson.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .ki-toolson.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .ki-btn-1 {
    padding: 2rem;
  }
  .ki-btn-1.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ki-btn-1.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .ki-btn-1.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .ki-btn-1.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .ki-btn-2 {
    padding: 2rem;
  }
  .ki-btn-2.nopad.col-6.sticky {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .ki-btn-2.nopad.col-6.weglot-is {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .ki-btn-2.nopad.col-6.halfpage.poweroflang {
    padding: 0rem;
  }
  .ki-btn-2.nopad.col-6.poweroflang {
    padding: 0rem;
  }
  .div-card-gd-copy {
    min-height: 300px;
  }
  .div-card-gd-copy {
    min-height: 300px;
  }
  .div-card-gd-copy {
    min-height: 300px;
  }
  .grid-generative-design-copy {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-areas: ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr minmax(0px, 4px) 1fr;
    grid-template-columns: 1fr minmax(0px, 4px) 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .kkk-x {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .kkk-x.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .kkk-x.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .kkk-x.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .kkk-x.mb-large {
    margin-bottom: 10vh;
  }
  .einblendmen-kkkmain {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-kkkmain.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-kkkmain.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-kkkmain.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-kkkmain.mb-large {
    margin-bottom: 10vh;
  }
  .div-card-gd-3 {
    min-height: 300px;
  }
  .grid-generative-design-3 {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-areas: ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr minmax(0px, 4px) 1fr;
    grid-template-columns: 1fr minmax(0px, 4px) 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .krea-zit1 {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    grid-row-gap: 30px;
  }
  .krea-x {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .container-4-copy {
    height: 100%;
  }
  .section-bib-tools {
    margin-top: 4350px;
  }
  .grid-bib-tools {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-areas: ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr minmax(0px, 4px) 1fr;
    grid-template-columns: 1fr minmax(0px, 4px) 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .autodraw {
    min-height: 300px;
  }
  .thegrid {
    min-height: 300px;
  }
  .ai-experiments {
    min-height: 300px;
  }
  .rene {
    min-height: 300px;
  }
  .hula {
    min-height: 300px;
  }
  .sunspring-copy {
    min-height: 300px;
  }
  .deepart {
    min-height: 300px;
  }
  .treck {
    min-height: 300px;
  }
  .everypixel {
    min-height: 300px;
  }
  .sensei {
    min-height: 300px;
  }
  .wix {
    min-height: 300px;
  }
  .nvidia {
    min-height: 300px;
  }
  .colormind {
    min-height: 300px;
  }
  .brandmark {
    min-height: 300px;
  }
  .headshot {
    min-height: 300px;
  }
  .prisma {
    min-height: 300px;
  }
  .runway {
    min-height: 300px;
  }
  .tailor {
    min-height: 300px;
  }
  .magenta {
    min-height: 300px;
  }
  .runway-copy {
    min-height: 300px;
  }
  .tailor-copy {
    min-height: 300px;
  }
  .div-card-gd-2-copy {
    min-height: 300px;
  }
  .designwithai {
    min-height: 300px;
  }
  .yossarian {
    min-height: 300px;
  }
  .looka {
    min-height: 300px;
  }
  .bibliotoolsx {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .btn-2-copy {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-2-copy.footer2 {
    min-height: 4rem;
  }
  .btn-2-copy.footer3 {
    min-height: 4rem;
  }
  .btn-2-copy.footer1 {
    min-height: 4rem;
  }
  .btn-2-copy.footer3 {
    min-height: 4rem;
  }
  .imprint {
    display: none;
  }
  .quellen {
    display: none;
  }
  .kreamain {
    display: none;
  }
  .endbuttonskrea {
    margin-top: 300px;
  }
  .einblendmen-krea {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-krea.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-krea.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-krea.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-krea.mb-large {
    margin-bottom: 10vh;
  }
  .arrow-2 {
    right: 10px;
    opacity: 1;
  }
  .div-png-tec-responsive-2 {
    display: block;
    height: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-small-2 {
    display: none;
    font-weight: 300;
  }
  .text-small-2.click-me {
    right: 30px;
    opacity: 1;
  }
  .div-technology-container-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 3px;
    border-color: #181818;
  }
  .text-title-small-4 {
    font-family: Oswald, sans-serif;
  }
  .div-krea-bsp-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 3px;
    border-color: #181818;
  }
  .bob {
    margin-left: 83px;
  }
  .alice {
    left: 321px;
    margin-right: 224px;
  }
  .btn-krea {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-krea.footer2 {
    min-height: 4rem;
  }
  .btn-krea.footer3 {
    min-height: 4rem;
  }
  .btn-krea.footer1 {
    min-height: 4rem;
  }
  .btn-krea.footer3 {
    min-height: 4rem;
  }
  .btn-krea-off-ki-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-krea-off-ki-on.footer2 {
    min-height: 4rem;
  }
  .btn-krea-off-ki-on.footer3 {
    min-height: 4rem;
  }
  .btn-krea-off-ki-on.footer1 {
    min-height: 4rem;
  }
  .btn-krea-off-ki-on.footer3 {
    min-height: 4rem;
  }
  .btn-krea-off-tools-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-krea-off-tools-on.footer2 {
    min-height: 4rem;
  }
  .btn-krea-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .btn-krea-off-tools-on.footer1 {
    min-height: 4rem;
  }
  .btn-krea-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .x-button-krea {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .x-button-krea.footer2 {
    min-height: 4rem;
  }
  .x-button-krea.footer3 {
    min-height: 4rem;
  }
  .x-button-krea.footer1 {
    min-height: 4rem;
  }
  .x-button-krea.footer3 {
    min-height: 4rem;
  }
  .einblendmen-kkk2 {
    margin-top: 650px;
  }
  .einblendmen-nndl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .einblendmen-nndl.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-nndl.row-nomar.scene2-1 {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .einblendmen-nndl.row-nomar.weglot-is {
    height: auto;
    margin-left: 0rem;
  }
  .einblendmen-nndl.mb-large {
    margin-top: 800px;
    margin-bottom: 10vh;
  }
  .machinelearningfordummies {
    min-height: 300px;
  }
  .div-card-gd-2-copy {
    min-height: 300px;
  }
  .div-card-gd-2-copy-copy {
    min-height: 300px;
  }
  .div-card-gd-2-copy {
    min-height: 300px;
  }
  .volland {
    min-height: 300px;
  }
  .e-david-copy {
    min-height: 300px;
  }
  .strategiekibundesregierung {
    min-height: 300px;
  }
  .futurai {
    min-height: 300px;
  }
  .bmexp {
    min-height: 300px;
  }
  .amd {
    min-height: 300px;
  }
  .zippuvey {
    min-height: 300px;
  }
  .bibel {
    min-height: 300px;
  }
  .designbote {
    min-height: 300px;
  }
  .mersch {
    min-height: 300px;
  }
  .kibasics {
    min-height: 300px;
  }
  .kunz {
    min-height: 300px;
  }
  .knuppe {
    min-height: 300px;
  }
  .dilger {
    min-height: 300px;
  }
  .schmitz {
    min-height: 300px;
  }
  .div-card-gd-2-copy-copy {
    min-height: 300px;
  }
  .lenzen {
    min-height: 300px;
  }
  .page {
    min-height: 300px;
  }
  .aiartists {
    min-height: 300px;
  }
  .singularity-hub {
    min-height: 300px;
  }
  .kompetenzzentrum {
    min-height: 300px;
  }
  .botornot {
    min-height: 300px;
  }
  .empty {
    min-height: 300px;
  }
  .chefwatson {
    min-height: 300px;
  }
  .pageki {
    min-height: 300px;
  }
  .sougwen {
    min-height: 300px;
  }
  .soundwavepic {
    min-height: 300px;
  }
  .deepdreamgenerator {
    min-height: 300px;
  }
  .section-bib_booksandarticles {
    height: 1300vh;
    margin-top: 4750px;
  }
  .cursor-wrapper {
    display: none;
  }
  .firedrop {
    min-height: 300px;
  }
  .wischaufforderung {
    display: block;
    font-weight: 300;
  }
  .wischaufforderung.click-me {
    right: 30px;
    opacity: 1;
  }
  .btn-dl-off {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-dl-off.footer2 {
    min-height: 4rem;
  }
  .btn-dl-off.footer3 {
    min-height: 4rem;
  }
  .btn-dl-off.footer1 {
    min-height: 4rem;
  }
  .btn-dl-off.footer3 {
    min-height: 4rem;
  }
  .btn-dl-off-ml-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-dl-off-ml-on.footer2 {
    min-height: 4rem;
  }
  .btn-dl-off-ml-on.footer3 {
    min-height: 4rem;
  }
  .btn-dl-off-ml-on.footer1 {
    min-height: 4rem;
  }
  .btn-dl-off-ml-on.footer3 {
    min-height: 4rem;
  }
  .nndl-off-tools-on {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .nndl-off-tools-on.footer2 {
    min-height: 4rem;
  }
  .nndl-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .nndl-off-tools-on.footer1 {
    min-height: 4rem;
  }
  .nndl-off-tools-on.footer3 {
    min-height: 4rem;
  }
  .smartphonetext {
    display: none;
  }
  .btn-2-copy {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-2-copy.footer2 {
    min-height: 4rem;
  }
  .btn-2-copy.footer3 {
    min-height: 4rem;
  }
  .btn-2-copy.footer1 {
    min-height: 4rem;
  }
  .btn-2-copy.footer3 {
    min-height: 4rem;
  }
  .btn-2-copy-copy {
    width: 100%;
    min-height: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    line-height: 120%;
  }
  .btn-2-copy-copy.footer2 {
    min-height: 4rem;
  }
  .btn-2-copy-copy.footer3 {
    min-height: 4rem;
  }
  .btn-2-copy-copy.footer1 {
    min-height: 4rem;
  }
  .btn-2-copy-copy.footer3 {
    min-height: 4rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.75rem;
    line-height: 150%;
  }
  .einblendmen-mg {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .col {
    padding: 1rem;
  }
  .row-nomar {
    margin-right: 0px;
    margin-left: 0px;
  }
  .h-huge {
    font-size: 2rem;
  }
  .btn {
    width: auto;
  }
  .btn.primary {
    height: 2rem;
    min-height: 2rem;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 100%;
  }
  .btn.ghost:hover {
    padding-left: 1.5rem;
  }
  .btn.footer1 {
    min-height: 3rem;
  }
  .btn.footer2 {
    min-height: 3rem;
  }
  .btn.footer3 {
    min-height: 3rem;
  }
  .btn-wrapper {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .col-100-ml {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col-50-ml {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .grid-row-com {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .col-com {
    padding: 0.5rem;
  }
  .p-link.special {
    padding-right: 0rem;
    padding-left: 0rem;
    background-color: transparent;
    color: #3c46fb;
  }
  .p-link.special:hover {
    background-color: transparent;
    color: #ff8177;
  }
  .p-large {
    font-size: 1rem;
  }
  .hl-rosa.intro-2 {
    font-size: 12vw;
  }
  .hl-rosa.intro-1.p-gradient-1 {
    font-size: 10vw;
  }
  .hl-rosa.intro-3 {
    font-size: 14vw;
  }
  .ico.addlang {
    display: none;
  }
  .nav {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .logo-wrapper {
    width: 5rem;
  }
  .logo-embed {
    margin-top: 0.25rem;
  }
  .logo-wrapper-webflow {
    width: 100%;
    margin-top: -0.5rem;
    line-height: 100%;
  }
  .scene-1 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .intro-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-title-wrapper.intro {
    position: relative;
    padding-bottom: 0vh;
  }
  .p-huge {
    font-size: 1.2rem;
  }
  .intro-webflow-facts-wrapper {
    height: 400vh;
  }
  .webflow-facts {
    width: 90%;
    margin-top: 0px;
    padding-right: 1rem;
  }
  .webflow-facts-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
  }
  .webflow-facts-content {
    margin-top: 20px;
  }
  .stat-ping.large._430 {
    width: 430%;
    height: 430%;
  }
  .stat-ping.large._400 {
    width: 400%;
    height: 400%;
  }
  .stat-ping.large._600 {
    width: 600%;
    height: 600%;
  }
  .stat-number.ml-tiny.germ {
    margin-left: 1rem;
  }
  .stat-number.ml-tiny.latin {
    margin-left: -7.9rem;
  }
  .language-barrier-wrapper {
    margin-top: 0px;
  }
  .barrier-darkness {
    width: 50%;
  }
  .barrier-text-wrapper {
    padding-left: 1rem;
  }
  .p-oversized {
    font-size: 2rem;
  }
  .barrier-breaker {
    width: 40vw;
    margin-top: 10vw;
  }
  .barrier-breaker-wrapper {
    width: 100%;
  }
  .p-no {
    top: 0%;
  }
  .p-no-inner {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-transform: scale(0.7) rotate(-17deg);
    -ms-transform: scale(0.7) rotate(-17deg);
    transform: scale(0.7) rotate(-17deg);
  }
  .progress-bar-wrapper {
    display: none;
  }
  .half-page.blue {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .half-page.red {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .half-page.uielements {
    padding-top: 50vh;
  }
  .half-page.nobg.nomin {
    min-height: 0vh;
  }
  .half-page.poweroflang {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .power-of-lang-ill-wrapper.store {
    height: 70vh;
  }
  .power-of-lang-ill-wrapper.graph {
    height: 70vh;
  }
  .power-of-lang-ill-wrapper.store {
    height: 70vh;
  }
  .power-0f-lang-store-item {
    width: 100%;
    height: 15%;
  }
  .store-graph-text-wrapper.stw1 {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 2rem;
  }
  .store-graph-text-wrapper.stw2 {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 2rem;
  }
  .power-of-lang-graph {
    width: 90%;
  }
  .graph-lang-wrapper {
    width: 40%;
    height: 40%;
  }
  .scene-3 {
    height: 400vh;
  }
  .imagine-pie-scroll {
    top: 100vh;
    padding-left: 1rem;
  }
  .imagine-pie-torta {
    font-size: 2.5rem;
  }
  .browser-window-wrapper {
    top: auto;
    width: 70vw;
    height: 70vw;
    margin-top: 140px;
  }
  .weglot-intro {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .weglot-intro-megatalkbox {
    width: 40vw;
    height: 40vw;
  }
  .weglot-intro-subtitle-wrapper {
    width: 70%;
  }
  .weglot-letters.is {
    width: 40vw;
    max-width: 40vw;
  }
  .weglot-is-ill-wrapper {
    padding: 1rem;
  }
  .weglot-is-ill-wrapper.iw1 {
    background-image: linear-gradient(135deg, rgba(255, 129, 119, 0), #ff8177);
  }
  .weglot-ill-col {
    padding-bottom: 2rem;
  }
  .weglot-ill-1.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .weglot-ill {
    width: 30vw;
    height: 30vw;
  }
  .weglot-ill-dropdown {
    max-width: 10vh;
  }
  .webis-ill {
    width: 70vw;
    height: 70vw;
  }
  .webis-urready-section {
    width: 100%;
  }
  .webis-ill-shootingstar-wrapper {
    width: 4rem;
    height: 4rem;
  }
  .uielement-wrapper {
    height: 20vh;
  }
  .wg-dd-3-togle {
    width: 2rem;
  }
  .wg-dd-3-list {
    right: 1rem;
    padding-right: 1rem;
  }
  .wg-dropdown-3-link {
    width: 2rem;
  }
  .footer-dots {
    left: auto;
    right: 0%;
    display: none;
    width: 60%;
  }
  .footer {
    padding-bottom: 4rem;
  }
  .webflow-facts-title-wrapper.mb-normal {
    margin-bottom: 0rem;
  }
  .barrier-breaker-overflow {
    width: 50%;
    margin-top: 0px;
  }
  .barrier-text-overflow {
    display: block;
  }
  .weglot-ui-gradient {
    height: 60vh;
  }
  .wg-element-wrapper-2.sw4 {
    height: 2rem;
  }
  .wg-toggle-1-switch.ts-large {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .no-crossout {
    top: 0%;
  }
  .p-languagebarrier-wrapper.mb-large.z-1 {
    margin-bottom: 20vh;
  }
  .no-cross {
    width: 120%;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -webkit-transform: scale(0.7) rotate(-17deg);
    -ms-transform: scale(0.7) rotate(-17deg);
    transform: scale(0.7) rotate(-17deg);
  }
  .max80p {
    max-width: 100%;
  }
  .fs-video-tabs-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .intro-video {
    height: 30vh;
    min-height: 0px;
    border-radius: 0.2rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .fs-video-waves {
    left: auto;
    right: 0%;
    display: none;
    width: 60%;
  }
  .fs-video-dots {
    left: auto;
    right: 0%;
    display: none;
    width: 60%;
  }
  .footer-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .hi {
    margin-top: 0px;
  }
  .ki-2 {
    margin-top: 0px;
  }
  .ki {
    position: static;
    margin-left: 0px;
  }
  .button1 {
    left: 15%;
    top: 20%;
    display: none;
    max-height: 75px;
    max-width: 75px;
    border: 0px none transparent;
    opacity: 0.8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .animation-mg {
    top: 0px;
    display: none;
  }
  .bg {
    position: fixed;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .neuronenmen {
    display: none;
    margin-left: 15%;
  }
  .button3 {
    left: 75%;
    top: 40%;
    display: none;
    max-height: 75px;
    max-width: 75px;
  }
  .button2 {
    left: 35%;
    top: 20%;
    display: none;
    max-height: 75px;
    max-width: 75px;
  }
  .button4 {
    left: 55%;
    top: 20%;
    display: none;
    max-height: 75px;
    max-width: 75px;
  }
  .page-conclusion-section.final-block {
    position: static;
    height: auto;
  }
  .page-conclusion-section.final-block {
    position: static;
    height: auto;
  }
  .monday-img-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .monday-img-flex-col.thin-col {
    max-width: 11%;
    margin-right: -5px;
  }
  .monday-img-flex-col.thin-col.arrow-bg {
    margin-right: -5px;
    background-image: url('../images/arrows.svg');
    background-position: 0px 61%;
    background-repeat: no-repeat;
  }
  .day-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .day-number-title {
    left: 0px;
    right: auto;
    bottom: -9%;
    font-size: 300px;
    line-height: 250px;
  }
  .rapid-section-thursday.thursday {
    position: static;
    height: auto;
    padding-right: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .iso-ui {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -24px;
    display: block;
    max-width: 99%;
    margin: auto;
  }
  .rapid-section-monday.monday {
    position: fixed;
    height: 100vh;
  }
  .rapid-section-monday.monday {
    position: fixed;
    height: 100vh;
  }
  .fixed-mobile-phone-bg {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 50vh;
  }
  .day-title-flex {
    display: block;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .day-title-wrapper {
    max-width: 100%;
    margin-left: 0px;
    text-align: left;
  }
  .day-subtitle {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
  }
  .k-nstlicheintelligenz.day-set {
    overflow: visible;
    height: 400vh;
    padding-bottom: 40px;
  }
  .iso-wireframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -24px;
    display: block;
    max-width: 99%;
    margin: auto;
  }
  .rapid-section-tuesday.tuesday {
    position: static;
    height: auto;
    padding-right: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .rapid-section-wednesday.wednesday {
    position: static;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .rapid-section-wednesday.wednesday {
    position: static;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .day-container {
    position: static;
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 130px 32px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .day-image {
    max-width: 70px;
    margin-right: 16px;
    float: left;
  }
  .block-img {
    width: 100%;
  }
  .block-img.pad-img {
    margin-bottom: 34%;
  }
  .day-text-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    border-left-width: 0px;
  }
  .iso-sketch {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -24px;
    display: block;
    max-width: 99%;
    margin: auto;
  }
  .monday-mob-img-flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button2b {
    left: 15%;
    top: 40%;
    display: none;
    max-height: 75px;
    max-width: 75px;
  }
  .button2c {
    left: 55%;
    top: 40%;
    display: none;
    max-height: 75px;
    max-width: 75px;
  }
  .button2a {
    left: 35%;
    top: 40%;
    display: none;
    max-height: 75px;
    max-width: 75px;
  }
  .test1 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .mg_content {
    display: none;
  }
  .stat-ping-2.large._650 {
    width: 650%;
    height: 650%;
  }
  .p-large-2 {
    font-size: 1rem;
  }
  .p-huge-2 {
    font-size: 1.2rem;
  }
  .btn-2 {
    width: auto;
  }
  .btn-2.footer2 {
    min-height: 3rem;
  }
  .btn-2.footer3 {
    min-height: 3rem;
  }
  .btn-2.footer1 {
    min-height: 3rem;
  }
  .btn-2.footer3 {
    min-height: 3rem;
  }
  .weglot-ui-gradient-2 {
    height: 60vh;
  }
  .half-page-2.nobg.nomin {
    min-height: 0vh;
  }
  .half-page-2.uielements {
    padding-top: 50vh;
  }
  .half-page-2.blue {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .intro-video-2 {
    height: 30vh;
    min-height: 0px;
    border-radius: 0.2rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .footer-2 {
    padding-bottom: 4rem;
  }
  .store-graph-text-wrapper-2.stw1 {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 2rem;
  }
  .store-graph-text-wrapper-2.stw2 {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 2rem;
  }
  .k-nstlicheintelli {
    display: none;
  }
  .rapid-x.thursday {
    position: static;
    height: auto;
    padding-right: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .rapid-paragraph {
    max-width: none;
  }
  .row-padding-right {
    padding-left: 4px;
  }
  .row-padding-right.less {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-phone {
    padding-top: 16px;
  }
  .textarea {
    margin-bottom: 16px;
  }
  .rapid-subhead {
    margin-bottom: 16px;
  }
  .rapid-phone-image {
    right: 0vw;
    width: 100%;
    max-width: 100vw;
  }
  .rapid-home-text-wrapper {
    max-width: none;
    min-width: none;
  }
  .rapid-button {
    min-height: auto;
    padding-top: 16px;
    padding-right: 80px;
    padding-bottom: 16px;
  }
  .rapid-logo-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile-prog-block {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 8px;
    background-color: #02adcf;
  }
  .rapid-mobile-image {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-3.btn-margin.solid {
    margin-top: 32px;
  }
  .contact {
    padding-bottom: 64px;
  }
  .row-padding-left {
    padding-right: 4px;
  }
  .row-padding-left.less {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-50 {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .rapid-section-home.rapid-home {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
  }
  .rapid-home-flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-spruce {
    height: auto;
    max-height: auto;
    margin-bottom: 0px;
  }
  .left-colour-block {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 8px;
    background-color: #02adcf;
  }
  .work-with-us {
    display: block;
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    background-image: none;
    text-align: center;
  }
  .rapid-content {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 32px;
    padding-left: 32px;
    background-color: transparent;
  }
  .home-scroll-wrapper {
    overflow: visible;
    margin-bottom: 0%;
  }
  .right-colour-block {
    position: static;
    width: 100%;
    height: auto;
    min-height: 450px;
    background-image: none;
    background-size: auto;
  }
  .rapid-btn-wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(#02adcf), to(#01dfe7));
    background-image: linear-gradient(90deg, #02adcf, #01dfe7);
  }
  .home-scroll-wrapper-2 {
    overflow: visible;
    margin-bottom: 0%;
  }
  .day-number-title-2 {
    left: 0px;
    right: auto;
    bottom: -9%;
    font-size: 300px;
    line-height: 250px;
  }
  .fixed-mobile-phone-bg-2 {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 50vh;
  }
  .day-subtitle-2 {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
  }
  .week-scroll-wrapper.day-set {
    overflow: visible;
    height: 400vh;
    padding-bottom: 40px;
  }
  .day-image-2 {
    max-width: 70px;
    margin-right: 16px;
    float: left;
  }
  .day-text-wrapper-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-left-width: 0px;
  }
  .landscape-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }
  .bigdata {
    background-color: rgba(24, 21, 76, 0.8);
  }
  .heading-8 {
    font-size: 70px;
  }
  .lottie-animation-3 {
    width: auto;
    max-height: none;
    margin-top: 2px;
    padding-top: 0px;
  }
  .section-5 {
    margin-top: -231px;
    padding-top: 27px;
  }
  .column {
    margin-top: 64px;
  }
  .icons {
    margin-left: 294px;
    padding-left: 0px;
  }
  .text-block-16 {
    margin-top: 19px;
    font-size: 30px;
  }
  .text-block-17 {
    color: #17252a;
    font-size: 30px;
  }
  .text-block-5 {
    margin-bottom: -2px;
    margin-left: 150px;
    padding-bottom: 24px;
  }
  .text-block-5.build {
    margin-left: -157px;
  }
  .text-block-5.revision {
    margin-left: 189px;
  }
  .text-block-5.launch {
    margin-left: -7px;
  }
  .lottie-animation-9 {
    margin-left: 481px;
  }
  .lottie-animation-9.launch {
    margin-left: 260px;
  }
  .lottie-animation-9.build {
    margin-left: 186px;
  }
  .lottie-animation-9.revision {
    margin-left: 343px;
  }
  .bigdataintro {
    height: 400vh;
  }
  .endzitatkkk {
    font-size: 1.2rem;
  }
  .endzitatkkk-2 {
    font-size: 1.2rem;
  }
  .btn-wrapper-off {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .btn_mg-off {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .h-huge-copy {
    font-size: 2rem;
  }
  .xx {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .p-huge-copy {
    font-size: 1.2rem;
  }
  .p-huge-copy {
    font-size: 1.2rem;
  }
  .lupensl {
    font-size: 1.2rem;
  }
  .hl1 {
    font-size: 1.2rem;
  }
  .hl1.p-bold {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .hlkkk1 {
    font-size: 2rem;
  }
  .hlkkk1.p-bold {
    margin-top: 125px;
  }
  .mg-x {
    z-index: 100;
    height: 50vh;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .ml-x {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .ki-x {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-content-copy {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .ml-hl {
    font-size: 1.2rem;
  }
  .ml-hl2 {
    font-size: 1.2rem;
  }
  .ml-hl3 {
    font-size: 1.2rem;
  }
  .ml-hl4 {
    font-size: 1.2rem;
  }
  .ml-hl5 {
    font-size: 1.2rem;
  }
  .bigdata-x {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .graph-lang-wrapper-2 {
    width: 40%;
    height: 40%;
  }
  .graph-lang-wrapper-3 {
    width: 40%;
    height: 40%;
  }
  .big-data-hl {
    font-size: 1.2rem;
  }
  .big-data-hl2 {
    font-size: 1.2rem;
  }
  .bd-1 {
    font-size: 1rem;
  }
  .bd2 {
    font-size: 1rem;
  }
  .bd3 {
    font-size: 1rem;
  }
  .p-large-copy {
    font-size: 1rem;
  }
  .kkksl1 {
    font-size: 1rem;
  }
  .kkksl2 {
    font-size: 1rem;
  }
  .kkksl3 {
    font-size: 1rem;
  }
  .introsl {
    font-size: 1.2rem;
  }
  .bdeyesl {
    font-size: 1rem;
  }
  .buttontoolsuartikel {
    left: 75%;
    top: 20%;
    display: none;
    max-height: 75px;
    max-width: 75px;
  }
  .linkeseite.blue {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .linkeseite.red {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .linkeseite.uielements {
    padding-top: 50vh;
  }
  .linkeseite.nobg.nomin {
    min-height: 0vh;
  }
  .linkeseite.poweroflang {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-content-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn-wrapper-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .footer-4 {
    padding-bottom: 4rem;
  }
  .footer-mg {
    padding-bottom: 4rem;
  }
  .buttoncontainer {
    position: absolute;
    max-height: 50%;
  }
  .x-button {
    width: auto;
  }
  .x-button.footer2 {
    min-height: 3rem;
  }
  .x-button.footer3 {
    min-height: 3rem;
  }
  .x-button.footer1 {
    min-height: 3rem;
  }
  .x-button.footer3 {
    min-height: 3rem;
  }
  .gridrow {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .gridrow.facts {
    display: block;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
  }
  .grid-row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .grid-row.barrier {
    margin-left: 4.2rem;
  }
  .einblendmen-ml {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .einblendmen-ki {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .einblendmen-kkk {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .einblendmen-bigdata {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .bigdatax {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .btn_bd-off-copy {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .col-nderbar {
    padding: 1rem;
  }
  .bigdata-toolson {
    padding: 1rem;
  }
  .gridrow2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .gridrow2b {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 0px;
    margin-left: 10%;
  }
  .container-4 {
    height: 800px;
  }
  .faq-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .content-h1 {
    font-size: 55px;
  }
  .container-homepage {
    margin-left: 40px;
  }
  .img-wrapper-1 {
    width: 200px;
    height: 200px;
  }
  .grid {
    left: 125px;
  }
  .img-wrapper-2 {
    width: 200px;
    height: 200px;
  }
  .menu-ki-literatur {
    font-size: 20px;
  }
  .img-wrapper-3 {
    width: 200px;
    height: 200px;
  }
  .contact-button {
    position: fixed;
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bar-flag {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .paragraph-15 {
    font-size: 16px;
  }
  .div-options-hardware {
    padding-left: 0px;
  }
  .grid-project-ci {
    margin-bottom: 80px;
    grid-row-gap: 40px;
    grid-template-areas: "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto 40px auto 40px auto 40px auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .div-content-project {
    padding-right: 0px;
  }
  .div-title-project-technology {
    position: relative;
    top: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .div-title-project {
    position: relative;
    top: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-title-project.ideas {
    display: block;
  }
  .grande {
    font-size: 18px;
    line-height: 22px;
  }
  .grid-project-technology {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-card-gd._3 {
    margin-bottom: 80px;
  }
  .gif {
    z-index: 10;
    width: 60vw;
    height: 60vw;
    border: 2px solid #000;
  }
  .div-content-gd {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-content-case-study {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .grid-parameters._1 {
    grid-template-areas: "." "." "." ".";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .grid-parameters._3 {
    grid-template-areas: "." "." "." "." "." "." ".";
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .div-inputoutput {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-bar-input {
    width: auto;
  }
  .div-bar-input.out {
    padding-right: 10px;
    padding-left: 10px;
  }
  .grid-case-study {
    margin-bottom: 80px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .section-design {
    padding-top: 80px;
  }
  .text-bg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 80px;
    line-height: 80px;
  }
  .grid-generative-design {
    margin-bottom: 0px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .grid-media {
    grid-template-areas: ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . .";
    -ms-grid-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
  }
  .div-content-media {
    padding-right: 0px;
    padding-left: 0px;
  }
  .biblio {
    display: none;
  }
  .biblioproj {
    display: none;
  }
  .bibliowww {
    display: none;
  }
  .bibliotools {
    display: none;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .bibliowebx {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn_biblioprojoff {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .bibliooff {
    display: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn_bibliomain_off {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .bibbutton.special {
    padding-right: 0rem;
    padding-left: 0rem;
    background-color: transparent;
    color: #3c46fb;
  }
  .bibbutton.special:hover {
    background-color: transparent;
    color: #ff8177;
  }
  .text-block-29 {
    display: block;
    margin-top: 35px;
  }
  .p-large-3 {
    font-size: 1rem;
  }
  .bibbutton-2.special {
    padding-right: 0rem;
    padding-left: 0rem;
    background-color: transparent;
    color: #3c46fb;
  }
  .bibbutton-2.special:hover {
    background-color: transparent;
    color: #ff8177;
  }
  .einblendmen-ml-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mlmain {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .col-copy {
    padding: 1rem;
  }
  .weglot-ill-1test.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .ml-hl2-copy {
    font-size: 1.2rem;
  }
  .einstiegsszene {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .extro-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .extro-title-wrapper.intro {
    position: relative;
    padding-bottom: 0vh;
  }
  .hl-rosa-copy.intro-2 {
    font-size: 12vw;
  }
  .hl-rosa-copy.intro-1.p-gradient-1 {
    font-size: 10vw;
  }
  .hl-rosa-copy.intro-3 {
    font-size: 14vw;
  }
  .hl-rosa-copy.intro-2 {
    font-size: 12vw;
  }
  .hl-rosa-copy.intro-1.p-gradient-1 {
    font-size: 10vw;
  }
  .hl-rosa-copy.intro-3 {
    font-size: 14vw;
  }
  .browser-window-wrapper-copy {
    top: auto;
  }
  .p-oversized-bigdata {
    font-size: 2rem;
  }
  .power-of-lang-graph-copy {
    width: 90%;
  }
  .bigdatacards {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .bigdatacol {
    padding: 1rem;
  }
  .bigdatakarteikarte1.blue {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .bigdatakarteikarte1.red {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .bigdatakarteikarte1.uielements {
    padding-top: 50vh;
  }
  .bigdatakarteikarte1.nobg.nomin {
    min-height: 0vh;
  }
  .bigdatakarteikarte1.poweroflang {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .karteikarte1 {
    padding: 1rem;
  }
  .karteikarte1.iw1 {
    background-image: linear-gradient(135deg, rgba(255, 129, 119, 0), #ff8177);
  }
  .kartekarte1b {
    padding-bottom: 2rem;
  }
  .bd-hl1 {
    font-size: 1.2rem;
  }
  .sale.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .b-gel.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .buynow.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .geld.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .korb.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .wagen.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .bigdatausa {
    padding-bottom: 2rem;
  }
  .bigdatausacontent {
    width: 30vw;
    height: 30vw;
  }
  .bigdatakarteikarteusa {
    padding: 1rem;
  }
  .bigdatakarteikarteusa.iw1 {
    background-image: linear-gradient(135deg, rgba(255, 129, 119, 0), #ff8177);
  }
  .karteikarte2.blue {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .karteikarte2.red {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .karteikarte2.uielements {
    padding-top: 50vh;
  }
  .karteikarte2.nobg.nomin {
    min-height: 0vh;
  }
  .karteikarte2.poweroflang {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .karteikarte2b {
    padding-bottom: 2rem;
  }
  .bdc {
    width: 90%;
  }
  .bdb {
    width: 90%;
  }
  .bda {
    width: 90%;
  }
  .einblendmen-mla {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .einblendmen-ki_1 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .grid-ki-kann-nicht {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-ki-kann {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .lupensl-copy {
    font-size: 1.2rem;
  }
  .p-oversized-copy {
    font-size: 2rem;
  }
  .einblendmen-ki_1-copy {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .cola-kkk {
    padding: 1rem;
  }
  .einblendmen-kkk1 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .kkk-toolson {
    padding: 1rem;
  }
  .grid-biblioproj {
    margin-bottom: 0px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-content-gd-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 80px;
  }
  .div-content-gd-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-card-gd-2._3 {
    margin-bottom: 0px;
  }
  .section-design-2 {
    height: 670vh;
    padding-top: 80px;
  }
  .text-bg-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 80px;
    line-height: 80px;
  }
  .grid-generative-design-2 {
    margin-bottom: 0px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .rembrandt {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 80px;
  }
  .rembrandt1._3 {
    margin-bottom: 80px;
  }
  .e-david._3 {
    margin-bottom: 80px;
  }
  .deepjazz._3 {
    margin-bottom: 0px;
  }
  .flowcomposer._3 {
    margin-bottom: 80px;
  }
  .jukedeck._3 {
    margin-bottom: 80px;
  }
  .poetryme._3 {
    margin-bottom: 80px;
  }
  .sunspring._3 {
    margin-bottom: 80px;
  }
  .digdown._3 {
    margin-bottom: 80px;
  }
  .morgan._3 {
    margin-bottom: 80px;
  }
  .ai-chair._3 {
    margin-bottom: 80px;
  }
  .drohne._3 {
    margin-bottom: 80px;
  }
  .trennw-nde._3 {
    margin-bottom: 80px;
  }
  .buggy._3 {
    margin-bottom: 80px;
  }
  .bridge._3 {
    margin-bottom: 80px;
  }
  .unbespielt._3 {
    margin-bottom: 80px;
  }
  .grid-generative-design-2-copy {
    margin-bottom: 0px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .weglot-ill-1-copy.obj4 {
    width: 50%;
    font-size: 0.75rem;
  }
  .nndl-x {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn_nndl-off {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .bd-btn-hauptmen {
    width: auto;
  }
  .bd-btn-hauptmen.footer2 {
    min-height: 3rem;
  }
  .bd-btn-hauptmen.footer3 {
    min-height: 3rem;
  }
  .bd-btn-hauptmen.footer1 {
    min-height: 3rem;
  }
  .bd-btn-hauptmen.footer3 {
    min-height: 3rem;
  }
  .bd-off-ml-on {
    width: auto;
  }
  .bd-off-ml-on.footer2 {
    min-height: 3rem;
  }
  .bd-off-ml-on.footer3 {
    min-height: 3rem;
  }
  .bd-off-ml-on.footer1 {
    min-height: 3rem;
  }
  .bd-off-ml-on.footer3 {
    min-height: 3rem;
  }
  .bd-off-tools-on {
    width: auto;
  }
  .bd-off-tools-on.footer2 {
    min-height: 3rem;
  }
  .bd-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .bd-off-tools-on.footer1 {
    min-height: 3rem;
  }
  .bd-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .endbuttonsmg {
    display: none;
  }
  .btn-mg-off-ki-on {
    width: auto;
  }
  .btn-mg-off-ki-on.footer2 {
    min-height: 3rem;
  }
  .btn-mg-off-ki-on.footer3 {
    min-height: 3rem;
  }
  .btn-mg-off-ki-on.footer1 {
    min-height: 3rem;
  }
  .btn-mg-off-ki-on.footer3 {
    min-height: 3rem;
  }
  .btn-mg-off-tools-on {
    width: auto;
  }
  .btn-mg-off-tools-on.footer2 {
    min-height: 3rem;
  }
  .btn-mg-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .btn-mg-off-tools-on.footer1 {
    min-height: 3rem;
  }
  .btn-mg-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .btn-ml1 {
    width: auto;
  }
  .btn-ml1.footer2 {
    min-height: 3rem;
  }
  .btn-ml1.footer3 {
    min-height: 3rem;
  }
  .btn-ml1.footer1 {
    min-height: 3rem;
  }
  .btn-ml1.footer3 {
    min-height: 3rem;
  }
  .btn-ml-off-big-data-on {
    width: auto;
  }
  .btn-ml-off-big-data-on.footer2 {
    min-height: 3rem;
  }
  .btn-ml-off-big-data-on.footer3 {
    min-height: 3rem;
  }
  .btn-ml-off-big-data-on.footer1 {
    min-height: 3rem;
  }
  .btn-ml-off-big-data-on.footer3 {
    min-height: 3rem;
  }
  .ml-toolson-copy {
    padding: 1rem;
  }
  .ml-off-tools-on {
    width: auto;
  }
  .ml-off-tools-on.footer2 {
    min-height: 3rem;
  }
  .ml-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .ml-off-tools-on.footer1 {
    min-height: 3rem;
  }
  .ml-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .ki-toolson {
    padding: 1rem;
  }
  .ki-btn-1 {
    padding: 1rem;
  }
  .ki-btn-2 {
    padding: 1rem;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 80px;
  }
  .grid-generative-design-copy {
    margin-bottom: 0px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .kkk-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .einblendmen-kkkmain {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .section-design-3 {
    padding-top: 80px;
  }
  .div-card-gd-3._3 {
    margin-bottom: 80px;
  }
  .grid-generative-design-3 {
    margin-bottom: 0px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .kreativit-t-zitat1 {
    padding-right: 0px;
  }
  .section-design-3-copy {
    padding-top: 80px;
  }
  .krea-x {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn_krea-off {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .section-design-2-copy {
    padding-top: 80px;
  }
  .section-bib-tools {
    height: 710vh;
    padding-top: 80px;
  }
  .grid-bib-tools {
    margin-bottom: 0px;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .autodraw._3 {
    margin-bottom: 80px;
  }
  .thegrid._3 {
    margin-bottom: 80px;
  }
  .ai-experiments._3 {
    margin-bottom: 80px;
  }
  .rene._3 {
    margin-bottom: 80px;
  }
  .hula._3 {
    margin-bottom: 0px;
  }
  .sunspring-copy._3 {
    margin-bottom: 80px;
  }
  .deepart._3 {
    margin-bottom: 80px;
  }
  .treck._3 {
    margin-bottom: 80px;
  }
  .everypixel._3 {
    margin-bottom: 0px;
  }
  .sensei._3 {
    margin-bottom: 80px;
  }
  .wix._3 {
    margin-bottom: 80px;
  }
  .nvidia._3 {
    margin-bottom: 0px;
  }
  .colormind._3 {
    margin-bottom: 80px;
  }
  .brandmark._3 {
    margin-bottom: 80px;
  }
  .headshot._3 {
    margin-bottom: 0px;
  }
  .prisma._3 {
    margin-bottom: 80px;
  }
  .runway._3 {
    margin-bottom: 80px;
  }
  .tailor._3 {
    margin-bottom: 0px;
  }
  .magenta._3 {
    margin-bottom: 80px;
  }
  .runway-copy {
    display: none;
  }
  .runway-copy._3 {
    margin-bottom: 80px;
  }
  .tailor-copy._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 80px;
  }
  .designwithai._3 {
    margin-bottom: 80px;
  }
  .yossarian._3 {
    margin-bottom: 80px;
  }
  .looka._3 {
    margin-bottom: 0px;
  }
  .bibliotoolsx {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn_bibliotoolsoff {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .btn-2-copy {
    width: auto;
  }
  .btn-2-copy.footer2 {
    min-height: 3rem;
  }
  .btn-2-copy.footer3 {
    min-height: 3rem;
  }
  .btn-2-copy.footer1 {
    min-height: 3rem;
  }
  .btn-2-copy.footer3 {
    min-height: 3rem;
  }
  .einblendmen-krea {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .btn-krea {
    width: auto;
  }
  .btn-krea.footer2 {
    min-height: 3rem;
  }
  .btn-krea.footer3 {
    min-height: 3rem;
  }
  .btn-krea.footer1 {
    min-height: 3rem;
  }
  .btn-krea.footer3 {
    min-height: 3rem;
  }
  .btn-krea-off-ki-on {
    width: auto;
  }
  .btn-krea-off-ki-on.footer2 {
    min-height: 3rem;
  }
  .btn-krea-off-ki-on.footer3 {
    min-height: 3rem;
  }
  .btn-krea-off-ki-on.footer1 {
    min-height: 3rem;
  }
  .btn-krea-off-ki-on.footer3 {
    min-height: 3rem;
  }
  .btn-krea-off-tools-on {
    width: auto;
  }
  .btn-krea-off-tools-on.footer2 {
    min-height: 3rem;
  }
  .btn-krea-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .btn-krea-off-tools-on.footer1 {
    min-height: 3rem;
  }
  .btn-krea-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .x-button-krea {
    width: auto;
  }
  .x-button-krea.footer2 {
    min-height: 3rem;
  }
  .x-button-krea.footer3 {
    min-height: 3rem;
  }
  .x-button-krea.footer1 {
    min-height: 3rem;
  }
  .x-button-krea.footer3 {
    min-height: 3rem;
  }
  .einblendmen-nndl {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .weglot-ill-copy {
    width: 30vw;
    height: 30vw;
  }
  .machinelearningfordummies._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-2-copy-copy._3 {
    margin-bottom: 80px;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 80px;
  }
  .volland._3 {
    margin-bottom: 80px;
  }
  .e-david-copy._3 {
    margin-bottom: 80px;
  }
  .strategiekibundesregierung._3 {
    margin-bottom: 0px;
  }
  .futurai._3 {
    margin-bottom: 80px;
  }
  .bmexp._3 {
    margin-bottom: 80px;
  }
  .amd._3 {
    margin-bottom: 0px;
  }
  .zippuvey._3 {
    margin-bottom: 80px;
  }
  .bibel._3 {
    margin-bottom: 80px;
  }
  .designbote._3 {
    margin-bottom: 0px;
  }
  .mersch._3 {
    margin-bottom: 80px;
  }
  .kibasics._3 {
    margin-bottom: 80px;
  }
  .kunz._3 {
    margin-bottom: 0px;
  }
  .knuppe._3 {
    margin-bottom: 80px;
  }
  .dilger._3 {
    margin-bottom: 80px;
  }
  .schmitz._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-2-copy-copy._3 {
    margin-bottom: 0px;
  }
  .lenzen._3 {
    margin-bottom: 80px;
  }
  .page._3 {
    margin-bottom: 80px;
  }
  .aiartists._3 {
    margin-bottom: 80px;
  }
  .singularity-hub._3 {
    margin-bottom: 0px;
  }
  .kompetenzzentrum._3 {
    margin-bottom: 80px;
  }
  .botornot._3 {
    margin-bottom: 80px;
  }
  .empty._3 {
    margin-bottom: 0px;
  }
  .chefwatson._3 {
    margin-bottom: 80px;
  }
  .pageki._3 {
    margin-bottom: 80px;
  }
  .sougwen._3 {
    margin-bottom: 80px;
  }
  .soundwavepic._3 {
    margin-bottom: 80px;
  }
  .deepdreamgenerator._3 {
    margin-bottom: 80px;
  }
  .section-bib_booksandarticles {
    height: 770vh;
    padding-top: 80px;
  }
  .demo-wrap {
    width: 100%;
  }
  .menu-ki-werkzeuge {
    font-size: 20px;
  }
  .menu-ki-projekte {
    font-size: 20px;
  }
  .firedrop._3 {
    margin-bottom: 0px;
  }
  .btn-dl-off {
    width: auto;
  }
  .btn-dl-off.footer2 {
    min-height: 3rem;
  }
  .btn-dl-off.footer3 {
    min-height: 3rem;
  }
  .btn-dl-off.footer1 {
    min-height: 3rem;
  }
  .btn-dl-off.footer3 {
    min-height: 3rem;
  }
  .btn-dl-off-ml-on {
    width: auto;
  }
  .btn-dl-off-ml-on.footer2 {
    min-height: 3rem;
  }
  .btn-dl-off-ml-on.footer3 {
    min-height: 3rem;
  }
  .btn-dl-off-ml-on.footer1 {
    min-height: 3rem;
  }
  .btn-dl-off-ml-on.footer3 {
    min-height: 3rem;
  }
  .nndl-off-tools-on {
    width: auto;
  }
  .nndl-off-tools-on.footer2 {
    min-height: 3rem;
  }
  .nndl-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .nndl-off-tools-on.footer1 {
    min-height: 3rem;
  }
  .nndl-off-tools-on.footer3 {
    min-height: 3rem;
  }
  .video {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #18154c;
  }
  .smartphonetext {
    display: block;
    width: 90%;
    margin-top: 75px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .smartphonesm {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: 10%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .button-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/pinterest_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .column-23 {
    position: relative;
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .button-10 {
    max-height: 60px;
    max-width: 60px;
    background-color: transparent;
    background-image: url('../images/youtube_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .button-9-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/vimeo_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .behance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .button-9-d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/facebook_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .column-26 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .hlsmart {
    display: block;
    margin-top: 35px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .button-9-d-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/pinterest_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .button-11 {
    left: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/ok_button_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .socialmedia {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .socialmedia-main {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }
  .social-media-smartphone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-right: auto;
    margin-left: 0%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .smb-1 {
    position: relative;
    top: 199px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .smb-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .smb-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .smb-4 {
    position: absolute;
    left: 1%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .spb1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/pinterest_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .spb-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: transparent;
    background-image: url('../images/vimeo_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .spb-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .spb-4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    background-image: url('../images/facebook_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .columns-12 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .column-27 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .column-28 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .column-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-30 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .button-12 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
    background-image: url('../images/facebook_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button-13 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
    background-image: url('../images/vimeo_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .button-14 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
    background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
    background-position: 50% 50%;
    background-size: 125px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button-15 {
    padding-top: 50px;
    background-color: transparent;
    background-image: url('../images/pinterest_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .btn-2-copy {
    width: auto;
  }
  .btn-2-copy.footer2 {
    min-height: 3rem;
  }
  .btn-2-copy.footer3 {
    min-height: 3rem;
  }
  .btn-2-copy.footer1 {
    min-height: 3rem;
  }
  .btn-2-copy.footer3 {
    min-height: 3rem;
  }
  .btn-2-copy-copy {
    width: auto;
  }
  .btn-2-copy-copy.footer2 {
    min-height: 3rem;
  }
  .btn-2-copy-copy.footer3 {
    min-height: 3rem;
  }
  .btn-2-copy-copy.footer1 {
    min-height: 3rem;
  }
  .btn-2-copy-copy.footer3 {
    min-height: 3rem;
  }
  .facebook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .vimeo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .pinterest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    max-height: 50px;
    max-width: 50px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/youtube_Zeichenfläche-1_1.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .h-huge {
    font-size: 1.75rem;
  }
  .btn.footer1 {
    min-height: 2rem;
  }
  .btn.footer2 {
    min-height: 2rem;
  }
  .btn.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .col-100-mp {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col-50-mp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .p-huge {
    font-size: 1.1rem;
  }
  .p-oversized {
    font-size: 1.75rem;
  }
  .pie-slash {
    width: 8vw;
    padding-left: 0rem;
  }
  .imagine-pie-torta {
    font-size: 2rem;
  }
  .weglot-intro-subtitle-wrapper {
    width: 100%;
  }
  .weglot-ill-1.obj4 {
    padding: 0.3rem;
  }
  .wg-dd-3-list {
    top: 1rem;
    right: 0rem;
    height: auto;
    padding-top: 1rem;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px 0rem 10rem 10rem;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .wg-dropdown-3-link {
    width: 2rem;
    height: 2rem;
  }
  .uielement-button {
    padding: 1rem;
  }
  .no-cross {
    width: 200%;
  }
  .fs-video-wrapper {
    padding-bottom: 40vh;
  }
  .fs-video-palm {
    width: 50%;
  }
  .fs-video-sun {
    width: 50vh;
    height: 50vh;
    min-height: 50vh;
    min-width: 50vh;
  }
  .fs-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-video {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .video-btn-1 {
    width: 4rem;
    height: 4rem;
  }
  .fs-video-description {
    width: 100%;
  }
  .fs-video-description.alt {
    left: 0%;
  }
  .video-btn-2 {
    width: 4rem;
    height: 4rem;
  }
  .fs-video-logo-wrapper {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .scroll-prompt-wrapper-initial {
    top: 80vh;
  }
  .fs-video-sun-wrapper {
    margin-bottom: -25vh;
  }
  .button1 {
    left: 15%;
    top: 7%;
    height: auto;
    max-height: 85px;
    max-width: 85px;
    border-width: 5px;
    opacity: 1;
  }
  .bg {
    z-index: auto;
    display: none;
    overflow: visible;
    max-height: 500%;
    max-width: 500%;
    margin-top: 10%;
    margin-bottom: 0px;
  }
  .neuronenmen {
    width: auto;
    height: auto;
    max-height: 500%;
    max-width: 500%;
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
    -webkit-transform: rotate(-91deg);
    -ms-transform: rotate(-91deg);
    transform: rotate(-91deg);
  }
  .button3 {
    left: 15%;
    top: 60%;
    max-height: 85px;
    max-width: 85px;
    border: 3.5px none transparent;
    opacity: 1;
  }
  .titelbutton3 {
    font-size: 0.8rem;
  }
  .button2 {
    position: fixed;
    left: 55%;
    top: 7%;
    right: 0%;
    max-height: 85px;
    max-width: 85px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 3.5px none transparent;
    opacity: 1;
    font-size: 0.6rem;
  }
  .titelbutton2 {
    font-size: 0.8rem;
  }
  .titelbutton1 {
    font-size: 0.8rem;
  }
  .button4 {
    left: 15%;
    top: 42.25%;
    max-height: 85px;
    max-width: 85px;
    border: 3.5px none transparent;
    opacity: 1;
  }
  .titelbutton4 {
    font-size: 0.8rem;
  }
  .page-conclusion-section.final-block {
    display: none;
  }
  .page-conclusion-section.final-block {
    display: none;
  }
  .monday-img-flex-col.thin-col.arrow-bg {
    background-size: contain;
  }
  .day-text {
    margin-bottom: 100vw;
  }
  .day-text.mon-text {
    margin-bottom: 0px;
  }
  .day-text.thurs-text {
    margin-bottom: 60vw;
  }
  .day-text.wed-text {
    margin-bottom: 20vw;
  }
  .rapid-section-thursday.thursday {
    height: auto;
  }
  .iso-phone-images {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
  }
  .iso-ui {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 5000;
    max-width: 100%;
  }
  .rapid-section-monday.monday {
    position: static;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 48px;
  }
  .rapid-section-monday.monday {
    position: static;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 48px;
  }
  .fixed-mobile-phone-bg {
    z-index: 1000;
  }
  .day-title-wrapper {
    position: relative;
    z-index: 2;
  }
  .image-8 {
    display: block;
    max-height: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .day-subtitle {
    position: relative;
    z-index: 1;
  }
  .k-nstlicheintelligenz.day-set {
    overflow: hidden;
    height: auto;
  }
  .iso-wireframe {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 4000;
    max-width: 100%;
  }
  .rapid-section-tuesday.tuesday {
    position: static;
    display: block;
    width: 100vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
  }
  .image-7 {
    display: block;
    max-height: 35px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .rapid-section-wednesday.wednesday {
    position: static;
    height: auto;
  }
  .rapid-section-wednesday.wednesday {
    position: static;
    height: auto;
  }
  .day-container {
    overflow: visible;
    max-width: 100vw;
    padding-top: 80px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .day-image {
    float: none;
  }
  .iso-sketch {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 3000;
    max-width: 100%;
  }
  .button2b {
    left: 15%;
    top: 25%;
    max-height: 85px;
    max-width: 85px;
    border: 3.5px none transparent;
    opacity: 1;
  }
  .button2c {
    left: 55%;
    top: 42.5%;
    right: 5%;
    max-height: 85px;
    max-width: 85px;
    border: 3.5px none transparent;
    opacity: 1;
  }
  .button2a {
    left: 55%;
    top: 25%;
    right: 5%;
    max-height: 85px;
    max-width: 85px;
    border: 3.5px none transparent;
    opacity: 1;
    font-size: 0.8rem;
  }
  .p-huge-2 {
    font-size: 1.1rem;
  }
  .btn-2.footer2 {
    min-height: 2rem;
  }
  .btn-2.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-2.footer1 {
    min-height: 2rem;
  }
  .btn-2.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .uielement-button-2 {
    padding: 1rem;
  }
  .video-btn-1-2 {
    width: 4rem;
    height: 4rem;
  }
  .intro-video-2 {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .fs-video-sun-2 {
    width: 50vh;
    height: 50vh;
    min-height: 50vh;
    min-width: 50vh;
  }
  .video-btn-2-2 {
    width: 4rem;
    height: 4rem;
  }
  .rapid-x.thursday {
    height: auto;
  }
  .rapid-paragraph {
    max-width: 100%;
  }
  .row-padding-right {
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
  .rapid-subhead {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .rapid-phone-image {
    right: 0vw;
    max-width: 100vw;
  }
  .rapid-home-text-wrapper {
    display: block;
    max-width: 100%;
    min-width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rapid-button {
    min-height: auto;
    padding: 16px 40px 16px 5%;
    background-position: 97% 50%;
    font-size: 20px;
  }
  .rapid-button:hover {
    background-position: 97% 50%;
  }
  .rapid-logo-block {
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .mobile-prog-block {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    height: 2px;
    background-color: #1522b2;
  }
  .rapid-mobile-image {
    width: 80%;
    max-width: 350px;
    min-width: 240px;
    margin-top: 24px;
  }
  .spruce-logo-rapid {
    width: 48%;
  }
  .logo-sub {
    width: 48%;
    margin-left: 4%;
    padding-left: 4%;
    text-align: right;
  }
  .btn-3.btn-margin.solid {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    text-align: center;
  }
  .row-padding-left {
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
  }
  .rapid-title {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }
  .about-spruce {
    margin-bottom: 24px;
  }
  .rapid-content {
    display: block;
    min-height: auto;
    padding: 24px 16px;
  }
  .home-scroll-wrapper {
    position: relative;
    z-index: 99999;
  }
  .right-colour-block {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .rapid-btn-wrapper {
    max-width: 59%;
    min-width: 210px;
  }
  .home-scroll-wrapper-2 {
    position: relative;
    z-index: 99999;
  }
  .fixed-mobile-phone-bg-2 {
    z-index: 1000;
  }
  .day-subtitle-2 {
    position: relative;
    z-index: 1;
  }
  .week-scroll-wrapper.day-set {
    overflow: hidden;
    height: auto;
  }
  .day-image-2 {
    float: none;
  }
  .menu-button {
    margin-top: 0px;
  }
  .menu-button.w--open {
    margin-right: 0px;
    padding-right: 18px;
  }
  .lottie-animation-8 {
    width: 8vw;
  }
  .heading-8 {
    margin-top: 85px;
    font-size: 50px;
  }
  .lottie-animation-3 {
    margin-top: -32px;
    padding-top: 0px;
  }
  .heading-9 {
    font-size: 40px;
  }
  .column {
    margin-top: 81px;
  }
  .icons {
    width: 40vw;
    margin: 0px 0px 29px 127px;
  }
  .heading-10 {
    margin-top: 19px;
    font-size: 60px;
    line-height: 62px;
    text-align: left;
  }
  .text-block-5 {
    margin-left: 278px;
    font-size: 20px;
  }
  .text-block-5.build {
    margin-left: -42px;
  }
  .lottie-animation-9 {
    width: 25vw;
    margin-left: 457px;
  }
  .lottie-animation-9.launch {
    margin-left: 164px;
  }
  .lottie-animation-9.build {
    margin-left: 148px;
  }
  .lottie-animation-9.revision {
    margin-left: 259px;
  }
  .endzitatkkk {
    font-size: 1.1rem;
  }
  .endzitatkkk-2 {
    font-size: 1.1rem;
  }
  .h-huge-copy {
    font-size: 1.75rem;
  }
  .p-huge-copy {
    font-size: 1.1rem;
  }
  .p-huge-copy {
    font-size: 1.1rem;
  }
  .lupensl {
    font-size: 1.1rem;
  }
  .hl1 {
    font-size: 1.1rem;
  }
  .hlkkk1 {
    font-size: 1.75rem;
  }
  .ml-hl {
    font-size: 1.1rem;
  }
  .ml-hl2 {
    font-size: 1.1rem;
  }
  .ml-hl3 {
    font-size: 1.1rem;
  }
  .ml-hl4 {
    font-size: 1.1rem;
  }
  .ml-hl5 {
    font-size: 1.1rem;
  }
  .big-data-hl {
    font-size: 1.1rem;
  }
  .big-data-hl2 {
    font-size: 1.1rem;
  }
  .introsl {
    font-size: 1.1rem;
  }
  .buttontoolsuartikel {
    left: 55%;
    top: 60%;
    right: 5%;
    max-height: 85px;
    max-width: 85px;
    border: 3.5px none transparent;
    opacity: 1;
  }
  .text-block-20 {
    font-size: 0.8rem;
  }
  .x-button.footer2 {
    min-height: 2rem;
  }
  .x-button.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .x-button.footer1 {
    min-height: 2rem;
  }
  .x-button.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .content-h1 {
    font-size: 42px;
    text-align: center;
  }
  .menu-item-text-wrapper {
    display: inline-block;
    font-size: 20px;
  }
  .images-text-menu-col {
    left: -218px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .grid {
    left: 110px;
    display: -ms-grid;
    display: grid;
    margin-top: 272px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    font-size: 0.6rem;
  }
  .menu-ki-literatur {
    font-size: 20px;
    line-height: 25px;
  }
  .images-showcase-col {
    left: 56px;
    top: -88px;
  }
  .grid-background {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bg-video {
    margin-left: -20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-small.click-me {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 10px;
    font-size: 10px;
  }
  .grid-main {
    padding-left: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 20px;
  }
  .arrow {
    left: auto;
    top: auto;
    right: 5px;
    bottom: 14px;
  }
  .section-was-ki-nicht-kann {
    padding-top: 80px;
  }
  .div-testimoninal {
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .div-picture-testimonial {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-options-hardware {
    grid-row-gap: 4px;
  }
  .grid-project-ci {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-technology-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .h4-technology {
    margin-bottom: 20px;
  }
  .grid-project-technology {
    margin-right: 20px;
    margin-left: 20px;
    grid-row-gap: 30px;
    grid-template-areas: "." "." ".";
  }
  .div-card-gd._3 {
    margin-bottom: 0px;
  }
  .gif {
    width: 80vw;
    height: 80vw;
  }
  .div-content-gd {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-content-case-study {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .grid-parameters._3 {
    grid-template-areas: "." "." "." "." "." "." ".";
  }
  .centrado {
    text-align: left;
  }
  .div-inputoutput {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-circle-inside {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 12px;
    height: auto;
  }
  .div-bar-input {
    position: relative;
    height: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 2px 10px;
  }
  .grid-case-study {
    margin-right: 20px;
    margin-left: 20px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-colors {
    grid-template-areas: "." "." "." "." ".";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .grid-colors._3 {
    grid-template-areas: "." "." ".";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .text-bg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 60px;
    line-height: 60px;
  }
  .div-color {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid-generative-design {
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
  }
  .grid-media {
    margin-right: 20px;
    margin-left: 20px;
    grid-template-areas: ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . ." ". . . . . . . . .";
    -ms-grid-rows: 140px 30px 160px 200px 200px 120px 160px 200px;
    grid-template-rows: 140px 30px 160px 200px 200px 120px 160px 200px;
  }
  .div-content-media {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .biblio {
    display: none;
  }
  .biblioproj {
    display: none;
  }
  .bibliowww {
    display: none;
  }
  .bibliotools {
    display: none;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-block-29 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .abschluss {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .weglot-ill-1test.obj4 {
    padding: 0.3rem;
  }
  .ml-hl2-copy {
    font-size: 1.1rem;
  }
  .p-oversized-bigdata {
    font-size: 1.75rem;
  }
  .bd-hl1 {
    font-size: 1.1rem;
  }
  .sale.obj4 {
    padding: 0.3rem;
  }
  .b-gel.obj4 {
    padding: 0.3rem;
  }
  .buynow.obj4 {
    padding: 0.3rem;
  }
  .geld.obj4 {
    padding: 0.3rem;
  }
  .korb.obj4 {
    padding: 0.3rem;
  }
  .wagen.obj4 {
    padding: 0.3rem;
  }
  .grid-ki-kann-nicht {
    margin-right: 20px;
    margin-left: 20px;
    grid-row-gap: 30px;
    grid-template-areas: "." "." ".";
  }
  .grid-ki-kann {
    margin-right: 20px;
    margin-left: 20px;
    grid-row-gap: 30px;
    grid-template-areas: "." "." ".";
  }
  .ki_filtern {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-technology-container-copy {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-nuancen-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .centrado-copy {
    text-align: left;
  }
  .lupensl-copy {
    font-size: 1.1rem;
  }
  .p-oversized-copy {
    font-size: 1.75rem;
  }
  .centrado-copy-2 {
    text-align: left;
  }
  .centrado-copy-3 {
    text-align: left;
  }
  .h4 {
    margin-bottom: 20px;
  }
  .div-filter-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-inhalte-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-personalisierung-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-variationen-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-variablen-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid-biblioproj {
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
  }
  .div-content-gd-copy {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 0px;
  }
  .div-content-gd-2 {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .centrado-2 {
    text-align: left;
  }
  .div-card-gd-2._3 {
    margin-bottom: 0px;
  }
  .text-bg-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 60px;
    line-height: 60px;
  }
  .grid-generative-design-2 {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  .rembrandt {
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 0px;
  }
  .rembrandt1._3 {
    margin-bottom: 0px;
  }
  .e-david._3 {
    margin-bottom: 0px;
  }
  .deepjazz._3 {
    margin-bottom: 0px;
  }
  .flowcomposer._3 {
    margin-bottom: 0px;
  }
  .jukedeck._3 {
    margin-bottom: 0px;
  }
  .poetryme._3 {
    margin-bottom: 0px;
  }
  .sunspring._3 {
    margin-bottom: 0px;
  }
  .digdown._3 {
    margin-bottom: 0px;
  }
  .morgan._3 {
    margin-bottom: 0px;
  }
  .ai-chair._3 {
    margin-bottom: 0px;
  }
  .drohne._3 {
    margin-bottom: 0px;
  }
  .trennw-nde._3 {
    margin-bottom: 0px;
  }
  .buggy._3 {
    margin-bottom: 0px;
  }
  .bridge._3 {
    margin-bottom: 0px;
  }
  .unbespielt._3 {
    margin-bottom: 0px;
  }
  .grid-generative-design-2-copy {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  .weglot-ill-1-copy.obj4 {
    padding: 0.3rem;
  }
  .bd-btn-hauptmen.footer2 {
    min-height: 2rem;
  }
  .bd-btn-hauptmen.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .bd-btn-hauptmen.footer1 {
    min-height: 2rem;
  }
  .bd-btn-hauptmen.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .bd-off-ml-on.footer2 {
    min-height: 2rem;
  }
  .bd-off-ml-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .bd-off-ml-on.footer1 {
    min-height: 2rem;
  }
  .bd-off-ml-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .bd-off-tools-on.footer2 {
    min-height: 2rem;
  }
  .bd-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .bd-off-tools-on.footer1 {
    min-height: 2rem;
  }
  .bd-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-mg-off-ki-on.footer2 {
    min-height: 2rem;
  }
  .btn-mg-off-ki-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-mg-off-ki-on.footer1 {
    min-height: 2rem;
  }
  .btn-mg-off-ki-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-mg-off-tools-on.footer2 {
    min-height: 2rem;
  }
  .btn-mg-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-mg-off-tools-on.footer1 {
    min-height: 2rem;
  }
  .btn-mg-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-ml1.footer2 {
    min-height: 2rem;
  }
  .btn-ml1.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-ml1.footer1 {
    min-height: 2rem;
  }
  .btn-ml1.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-ml-off-big-data-on.footer2 {
    min-height: 2rem;
  }
  .btn-ml-off-big-data-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-ml-off-big-data-on.footer1 {
    min-height: 2rem;
  }
  .btn-ml-off-big-data-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .ml-off-tools-on.footer2 {
    min-height: 2rem;
  }
  .ml-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .ml-off-tools-on.footer1 {
    min-height: 2rem;
  }
  .ml-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-copy._3 {
    margin-bottom: 0px;
  }
  .grid-generative-design-copy {
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
  }
  .div-card-gd-3._3 {
    margin-bottom: 0px;
  }
  .grid-generative-design-3 {
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
  }
  .krea-zit1 {
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .centrado-2-copy {
    text-align: left;
  }
  .krea-hl {
    text-align: left;
  }
  .grid-bib-tools {
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
  }
  .autodraw._3 {
    margin-bottom: 0px;
  }
  .thegrid._3 {
    margin-bottom: 0px;
  }
  .ai-experiments._3 {
    margin-bottom: 0px;
  }
  .rene._3 {
    margin-bottom: 0px;
  }
  .hula._3 {
    margin-bottom: 0px;
  }
  .sunspring-copy._3 {
    margin-bottom: 0px;
  }
  .deepart._3 {
    margin-bottom: 0px;
  }
  .treck._3 {
    margin-bottom: 0px;
  }
  .everypixel._3 {
    margin-bottom: 0px;
  }
  .sensei._3 {
    margin-bottom: 0px;
  }
  .wix._3 {
    margin-bottom: 0px;
  }
  .nvidia._3 {
    margin-bottom: 0px;
  }
  .colormind._3 {
    margin-bottom: 0px;
  }
  .brandmark._3 {
    margin-bottom: 0px;
  }
  .headshot._3 {
    margin-bottom: 0px;
  }
  .prisma._3 {
    margin-bottom: 0px;
  }
  .runway._3 {
    margin-bottom: 0px;
  }
  .tailor._3 {
    margin-bottom: 0px;
  }
  .magenta._3 {
    margin-bottom: 0px;
  }
  .runway-copy._3 {
    margin-bottom: 0px;
  }
  .tailor-copy._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 0px;
  }
  .designwithai._3 {
    margin-bottom: 0px;
  }
  .yossarian._3 {
    margin-bottom: 0px;
  }
  .looka._3 {
    margin-bottom: 0px;
  }
  .btn-2-copy.footer2 {
    min-height: 2rem;
  }
  .btn-2-copy.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-2-copy.footer1 {
    min-height: 2rem;
  }
  .btn-2-copy.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .arrow-2 {
    left: auto;
    top: auto;
    right: 5px;
    bottom: 14px;
  }
  .text-small-2.click-me {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 10px;
    font-size: 10px;
  }
  .div-technology-container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-krea-bsp-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hl {
    text-align: left;
  }
  .btn-krea.footer2 {
    min-height: 2rem;
  }
  .btn-krea.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-krea.footer1 {
    min-height: 2rem;
  }
  .btn-krea.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-krea-off-ki-on.footer2 {
    min-height: 2rem;
  }
  .btn-krea-off-ki-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-krea-off-ki-on.footer1 {
    min-height: 2rem;
  }
  .btn-krea-off-ki-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-krea-off-tools-on.footer2 {
    min-height: 2rem;
  }
  .btn-krea-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-krea-off-tools-on.footer1 {
    min-height: 2rem;
  }
  .btn-krea-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .x-button-krea.footer2 {
    min-height: 2rem;
  }
  .x-button-krea.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .x-button-krea.footer1 {
    min-height: 2rem;
  }
  .x-button-krea.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .machinelearningfordummies._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-2-copy-copy._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-2-copy._3 {
    margin-bottom: 0px;
  }
  .volland._3 {
    margin-bottom: 0px;
  }
  .e-david-copy._3 {
    margin-bottom: 0px;
  }
  .strategiekibundesregierung._3 {
    margin-bottom: 0px;
  }
  .futurai._3 {
    margin-bottom: 0px;
  }
  .bmexp._3 {
    margin-bottom: 0px;
  }
  .amd._3 {
    margin-bottom: 0px;
  }
  .zippuvey._3 {
    margin-bottom: 0px;
  }
  .bibel._3 {
    margin-bottom: 0px;
  }
  .designbote._3 {
    margin-bottom: 0px;
  }
  .mersch._3 {
    margin-bottom: 0px;
  }
  .kibasics._3 {
    margin-bottom: 0px;
  }
  .kunz._3 {
    margin-bottom: 0px;
  }
  .knuppe._3 {
    margin-bottom: 0px;
  }
  .dilger._3 {
    margin-bottom: 0px;
  }
  .schmitz._3 {
    margin-bottom: 0px;
  }
  .div-card-gd-2-copy-copy._3 {
    margin-bottom: 0px;
  }
  .lenzen._3 {
    margin-bottom: 0px;
  }
  .page._3 {
    margin-bottom: 0px;
  }
  .aiartists._3 {
    margin-bottom: 0px;
  }
  .singularity-hub._3 {
    margin-bottom: 0px;
  }
  .kompetenzzentrum._3 {
    margin-bottom: 0px;
  }
  .botornot._3 {
    margin-bottom: 0px;
  }
  .empty._3 {
    margin-bottom: 0px;
  }
  .chefwatson._3 {
    margin-bottom: 0px;
  }
  .pageki._3 {
    margin-bottom: 0px;
  }
  .sougwen._3 {
    margin-bottom: 0px;
  }
  .soundwavepic._3 {
    margin-bottom: 0px;
  }
  .deepdreamgenerator._3 {
    margin-bottom: 0px;
  }
  .section-bib_booksandarticles {
    height: 760vh;
  }
  .menu-ki-werkzeuge {
    font-size: 20px;
    line-height: 25px;
  }
  .menu-ki-projekte {
    display: block;
    font-size: 20px;
    line-height: 25px;
  }
  .firedrop._3 {
    margin-bottom: 0px;
  }
  .wischaufforderung.click-me {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 10px;
    font-size: 10px;
  }
  .btn-dl-off.footer2 {
    min-height: 2rem;
  }
  .btn-dl-off.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-dl-off.footer1 {
    min-height: 2rem;
  }
  .btn-dl-off.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-dl-off-ml-on.footer2 {
    min-height: 2rem;
  }
  .btn-dl-off-ml-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-dl-off-ml-on.footer1 {
    min-height: 2rem;
  }
  .btn-dl-off-ml-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .nndl-off-tools-on.footer2 {
    min-height: 2rem;
  }
  .nndl-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .nndl-off-tools-on.footer1 {
    min-height: 2rem;
  }
  .nndl-off-tools-on.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .smartphonetext {
    margin-top: 75px;
  }
  .smartphonesm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button-9 {
    width: 25px;
    height: 25px;
    max-height: 50px;
    max-width: 50px;
    margin-left: 0px;
  }
  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-24 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .button-9-copy {
    left: 10px;
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .behance {
    left: -13px;
    width: 50px;
    height: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .button-9-d {
    left: -35px;
    width: 50px;
    height: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .column-25 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-26 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hlsmart {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-9-d-copy {
    left: 35px;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    padding-right: 80px;
    padding-bottom: 80px;
    background-image: url('../images/pinterest_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .button-11 {
    left: 35%;
  }
  .social-media-smartphone {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .smb-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .smb-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .smb-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .smb-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .spb1 {
    left: 35px;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    padding-right: 80px;
    padding-bottom: 80px;
    background-image: url('../images/pinterest_Zeichenfläche-1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .spb-2 {
    left: 10px;
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .spb-3 {
    left: -13px;
    width: 50px;
    height: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .spb-4 {
    left: -35px;
    width: 50px;
    height: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .btn-2-copy.footer2 {
    min-height: 2rem;
  }
  .btn-2-copy.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-2-copy.footer1 {
    min-height: 2rem;
  }
  .btn-2-copy.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-2-copy-copy.footer2 {
    min-height: 2rem;
  }
  .btn-2-copy-copy.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .btn-2-copy-copy.footer1 {
    min-height: 2rem;
  }
  .btn-2-copy-copy.footer3 {
    min-height: 2rem;
    box-shadow: 0 0 0 0rem #ff8177, inset 0 0 0 0.125rem #ff8177;
  }
  .facebook {
    left: -13px;
    width: 50px;
    height: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .vimeo {
    left: -13px;
    width: 50px;
    height: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .pinterest {
    left: -13px;
    width: 50px;
    height: 50px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
}

#w-node-c31b0a0a7e57-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f74bcb330221-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f74bcb330233-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-06f221c4cc1f-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-06f221c4cc27-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-06f221c4cc2e-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-06f221c4cc37-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-08b884f74a26-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-08b884f74a2a-68dde9df {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b9184b67c064-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9184b67c06c-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b9184b67c073-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b9184b67c07c-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-5c4b6d3ba4ee-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5c4b6d3ba4ef-68dde9df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5c4b6d3ba4f2-68dde9df {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-922b4073ddc9-68dde9df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-922b4073ddcd-68dde9df {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-0b3f97a05d8a-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-0b3f97a05d91-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-0b3f97a05d9a-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d75c3656ad60-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d75c3656ad67-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d75c3656ad70-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1587ba6207c4-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1587ba6207cb-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1587ba6207d4-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e0b4c74fb80f-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e0b4c74fb816-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e0b4c74fb81f-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eb89d559b1ab-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eb89d559b1b2-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eb89d559b1bb-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-afc372db2f2e-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-afc372db2f35-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-afc372db2f3e-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b56a71b20a90-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b56a71b20a9c-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b56a71b20aa8-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7ca6-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7cb2-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7cbe-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7ccb-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7cd7-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7ce3-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7cf0-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7cfc-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d08-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d5f-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d6b-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d77-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d15-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d21-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d2d-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d3a-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d46-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1db9038c7d52-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-4f3a308472ba-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-4f3a308472c6-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-4f3a308472d3-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e0a257fdb29b-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e0a257fdb2a7-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e0a257fdb2b5-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad658de-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad658ea-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad658f6-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad6594d-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65959-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65965-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65997-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad659a3-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad659af-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65972-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad6597e-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad6598a-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-0de8759dfd3d-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-0de8759dfd4a-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-0de8759dfd56-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65903-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad6590f-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad6591b-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65928-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65934-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-eed9bad65940-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c9a6bf6bb24a-68dde9df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c9a6bf6bb257-68dde9df {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c9a6bf6bb263-68dde9df {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (min-width: 1920px) {
  #w-node-06f221c4cc1f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-5c4b6d3ba4ef-68dde9df {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c31b0a0a7e57-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-f74bcb330221-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f74bcb330233-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-06f221c4cc1f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-06f221c4cc27-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-06f221c4cc2e-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-06f221c4cc37-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b9184b67c064-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b9184b67c06c-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b9184b67c073-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b9184b67c07c-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-0b3f97a05d8a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-0b3f97a05d91-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-0b3f97a05d9a-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-d75c3656ad60-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d75c3656ad67-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-d75c3656ad70-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1587ba6207c4-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1587ba6207cb-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1587ba6207d4-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e0b4c74fb80f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e0b4c74fb816-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e0b4c74fb81f-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eb89d559b1ab-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eb89d559b1b2-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eb89d559b1bb-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-afc372db2f2e-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-afc372db2f35-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-afc372db2f3e-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b56a71b20a90-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b56a71b20a9c-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b56a71b20aa8-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7ca6-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7cb2-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7cbe-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7ccb-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7cd7-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7ce3-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7cf0-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7cfc-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d08-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d5f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7d6b-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d77-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d15-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7d21-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d2d-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d3a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7d46-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d52-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-4f3a308472ba-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-4f3a308472c6-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-4f3a308472d3-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e0a257fdb29b-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e0a257fdb2a7-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e0a257fdb2b5-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad658de-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad658ea-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad658f6-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad6594d-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad65959-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65965-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65997-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad659a3-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad659af-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65972-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad6597e-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad6598a-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-0de8759dfd3d-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-0de8759dfd4a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-0de8759dfd56-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65903-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad6590f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad6591b-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65928-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad65934-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65940-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-c9a6bf6bb24a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-c9a6bf6bb257-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-c9a6bf6bb263-68dde9df {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c31b0a0a7e57-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-f74bcb330221-68dde9df {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-f74bcb330233-68dde9df {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  #w-node-06f221c4cc1f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-06f221c4cc27-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-06f221c4cc2e-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-06f221c4cc37-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-b9184b67c064-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b9184b67c06c-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b9184b67c073-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b9184b67c07c-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-0b3f97a05d8a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-0b3f97a05d91-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-0b3f97a05d9a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-d75c3656ad60-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d75c3656ad67-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-d75c3656ad70-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1587ba6207c4-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1587ba6207cb-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1587ba6207d4-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-e0b4c74fb80f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e0b4c74fb816-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e0b4c74fb81f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-eb89d559b1ab-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eb89d559b1b2-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eb89d559b1bb-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-afc372db2f2e-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-afc372db2f35-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-afc372db2f3e-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-b56a71b20a90-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b56a71b20a9c-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b56a71b20aa8-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1db9038c7ca6-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7cb2-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7cbe-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1db9038c7ccb-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7cd7-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7ce3-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1db9038c7cf0-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7cfc-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d08-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1db9038c7d5f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7d6b-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d77-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1db9038c7d15-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7d21-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d2d-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1db9038c7d3a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-1db9038c7d46-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1db9038c7d52-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-4f3a308472ba-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-4f3a308472c6-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-4f3a308472d3-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-e0a257fdb29b-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e0a257fdb2a7-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e0a257fdb2b5-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-eed9bad658de-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad658ea-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad658f6-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-eed9bad6594d-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad65959-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65965-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-eed9bad65997-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad659a3-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad659af-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-eed9bad65972-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad6597e-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad6598a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-0de8759dfd3d-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-0de8759dfd4a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-0de8759dfd56-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-eed9bad65903-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad6590f-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad6591b-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-eed9bad65928-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-eed9bad65934-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-eed9bad65940-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-c9a6bf6bb24a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-c9a6bf6bb257-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-c9a6bf6bb263-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c31b0a0a7e57-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-f74bcb330233-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-08b884f74a2a-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-5c4b6d3ba4f2-68dde9df {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Droid serif [allfont';
  src: url('../fonts/droid-serif_allfont.de.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}