body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 31px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.06em;
}

a {
  color: #2b3595;
  text-decoration: none;
}

.block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  background-color: #ff887c;
  color: #0a027a;
  font-size: 28px;
  line-height: 1.4;
}

.col-left {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 37.5%;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  background-color: #ff85f7;
  color: #0a027a;
  font-size: 28px;
  line-height: 1.4;
}

.col-right {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container.cc-flex-h {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.cc-flex-h.footer {
  display: block;
}

.container.cc-flex-v {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-icon {
  width: 200px;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-left: -32px;
}

.block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  background-color: #fff200;
  color: #0a027a;
  font-size: 28px;
  line-height: 1.4;
}

.learn_right-text {
  padding-right: 0px;
  font-size: 36px;
  line-height: 1.2;
}

.learn_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
  display: block;
  text-align: center;
}

.block-text {
  padding-top: 6px;
  padding-bottom: 6px;
  opacity: 0.8;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

.block-text.dark {
  color: #dadada;
}

.text_left {
  position: static;
  display: block;
  margin-top: 12px;
  margin-bottom: 0px;
  padding: 9px;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.02em;
}

.section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.cc-no-padding-bottom {
  padding-bottom: 0px;
}

.section.fullheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.section.fullheight.cc-gray {
  background-color: #f5f5f5;
}

.section.height-vw90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.section.height-vw90.cc-gray {
  height: 90vh;
  background-color: #f5f5f5;
}

.section.halfheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-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.halfheight.cc-gray {
  background-color: #f5f5f5;
}

.section.halfheight.cc-end {
  padding-bottom: 180px;
}

.block {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #7946f3;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 300;
}

.block._1 {
  top: 22%;
  background-color: #d1b200;
}

.block._2 {
  top: 26%;
  background-color: #e5cf51;
}

.block._3 {
  top: 30%;
  background-color: #f8e89d;
}

.block._4 {
  top: 34%;
  margin-bottom: 0px;
  background-color: #606153;
}

.block.m1 {
  top: 22%;
  background-color: #bd0003;
}

.block.m2 {
  top: 26%;
  background-color: #d63134;
}

.block._2a {
  top: 26%;
  background-color: #f0dc6e;
}

.hero-title {
  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;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.hero-title.footer {
  font-size: 4rem;
}

.body {
  position: static;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.hero-sub {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.div-block {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-title {
  margin-top: 72px;
  margin-bottom: 22px;
  margin-left: -36px;
  opacity: 1;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04px;
}

.block-title.b2 {
  margin-top: 34px;
}

.block-title.b3 {
  margin-top: -4px;
}

.block-title.m1 {
  margin-top: 12px;
}

.block-title.werkstudent {
  position: absolute;
  margin-top: 0px;
  margin-left: -413px;
  clear: none;
  color: #000;
}

.heading {
  padding-right: 16px;
  text-align: right;
}

.listen {
  opacity: 0.8;
  color: #000;
  font-size: 1rem;
}

.listen.dark {
  color: #e4e4e4;
}

.listen-item {
  padding-top: 4px;
  padding-bottom: 4px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.html-embed.btn {
  display: none;
  margin-right: 40px;
}

.btn {
  display: none;
  margin-right: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  position: relative;
  display: none;
  -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;
}

.italic-text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 100;
}

.button {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #858585;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .block-3 {
    top: 30%;
  }

  .block-2 {
    top: 32%;
  }

  .col-right {
    margin-top: 24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .container.cc-flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.cc-flex-v {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-4 {
    top: 34%;
  }

  .block {
    top: 28%;
  }

  .hero-title {
    font-size: 5.1rem;
  }
}

@media screen and (max-width: 767px) {
  .block-3 {
    margin-bottom: 40px;
  }

  .block-2 {
    margin-bottom: 40px;
  }

  .container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.cc-flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-4 {
    margin-bottom: 0px;
  }

  .learn_right-text {
    padding-right: 40px;
    padding-bottom: 60px;
  }

  .text_left {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-bottom: 60px;
  }

  .section.height-vw90.cc-gray {
    height: 60vh;
  }

  .block {
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 479px) {
  .block-3 {
    top: 26%;
    padding: 32px;
  }

  .block-2 {
    top: 28%;
    padding: 28px 32px 32px;
  }

  .container {
    overflow: visible;
    padding-right: 28px;
    padding-left: 28px;
  }

  .learn-icon {
    margin-top: -30px;
  }

  .block-4 {
    top: 30%;
    padding: 28px 32px 32px;
  }

  .learn_right-text {
    padding-right: 0px;
    font-size: 28px;
  }

  .text_left {
    padding-right: 0px;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .block {
    top: 24%;
    padding: 28px 32px 32px;
    font-size: 24px;
  }

  .block._1 {
    top: 20%;
  }

  .block._2 {
    top: 24%;
  }

  .block._3 {
    top: 28%;
  }

  .block._4 {
    top: 32%;
  }

  .block.m1 {
    top: 20%;
  }

  .block.m2 {
    top: 24%;
  }

  .block._2a {
    top: 24%;
  }

  .hero-title {
    font-size: 3.4rem;
  }

  .hero-sub {
    line-height: 1.5;
  }
}