.heading-block {
  margin-top: calc(100px + 3vw);
}

.heading-block--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.heading-block--wrapper .background {
  position: absolute;
  right: 0;
  top: calc(-100px - 3vw);
  width: 100%;
  max-width: 100vw;
  height: 100%;
}
.heading-block--wrapper .background .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  max-height: 600px;
}
.heading-block--wrapper .background .svg-container .svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -11px;
  z-index: -1;
  max-width: 100%;
}
@media screen and (min-width: 500px) {
  .heading-block--wrapper .background .svg-container .svg-content {
    max-width: 60vw;
  }
}
.heading-block--wrapper .background.purple-shape {
  display: none;
  right: 0;
}
@media screen and (min-width: 800px) {
  .heading-block--wrapper .background.purple-shape {
    display: inline-block;
  }
}
.heading-block--wrapper .background.purple-shape svg {
  position: absolute;
  right: -10px;
  top: -150px;
  z-index: -1;
}

.heading-block--content {
  position: relative;
  max-width: 900px;
  margin: auto;
}
@media screen and (min-width: 800px) {
  .heading-block--content {
    max-width: 1600px;
    width: 100%;
    margin: 0 2em;
    align-self: center;
  }
  .heading-block--content span {
    max-width: 800px;
  }
}
@media screen and (min-width: 800px) {
  .heading-block--content.centered {
    margin-top: 15vh;
    margin-bottom: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.heading-block--content h1 {
  max-width: 90vw;
  width: calc(500px + 25vw);
  display: inline-block;
  margin: 10px 0;
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-size: calc(55px + 35 * (100vw - 350px) / 1700);
  line-height: 1.2;
  background: #aa5adb;
  background-image: linear-gradient(90deg, #aa5adb 15%, #31caa1 59%, #69eba9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.heading-block--content span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: calc(18px + 7 * (100vw - 400px) / 1700);
  line-height: 1.3;
  color: #d7d4d9;
}
@media screen and (min-width: 800px) {
  .heading-block--content span {
    margin: 10px 0;
  }
}

/*# sourceMappingURL=heading-block.css.map */
