body {
  background-color: #3d087b;
  font-family: Oswald, sans-serif;
  color: #ffe459;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.3em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.4em;
}

a {
  color: #4a18ff;
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.4em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 1.4em;
  line-height: 1.6;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.cta__linkblock {
  padding: 0.5em 1em;
  background-color: #513aff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  cursor: pointer;
}

.global-padding {
  padding-right: 8em;
  padding-left: 8em;
}

.m-ll {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.c-style-comment {
  position: absolute;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-size: 1em;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.max1440 {
  max-width: 1440px;
}

.container.max550 {
  max-width: 550px;
}

.container.max1280 {
  max-width: 1280px;
}

.container.max1920 {
  width: 100%;
  max-width: 1920px;
}

.container.max992 {
  max-width: 992px;
}

.container.max1024 {
  max-width: 1024px;
}

.container.max1160 {
  max-width: 1160px;
}

.container.max768 {
  max-width: 768px;
}

.container.max1366 {
  max-width: 1366px;
}

.cta__text {
  font-size: 1.5em;
}

.paragraph {
  font-family: Inconsolata, monospace;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.nav__trigger {
  display: none;
  padding: 0px;
}

.nav__logo {
  cursor: pointer;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 11;
  width: 100%;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.3;
}

.nav__wrapper {
  z-index: 49;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.nav__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav__logo-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em 1em 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-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: pointer;
}

.meta-nav__holder {
  z-index: 55;
  display: none;
  height: 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;
  background-color: #aaa;
  color: #fff;
}

.nav_lb-underline {
  display: none;
  width: 100%;
  height: 2px;
  background-color: #004cff;
}

.nav__nav-link-icon {
  position: relative;
  left: -0.5em;
  display: none;
  opacity: 0;
}

.nav__logo__mobile {
  cursor: pointer;
}

.nav__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -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: all 300ms ease;
  transition: all 300ms ease;
  color: #251a41;
  font-size: 1.5em;
  cursor: pointer;
}

.nav__link-block:hover {
  opacity: 0.6;
}

.c-nav__trigger-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  -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;
}

.nav__holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.nav__logo-img {
  height: 60%;
}

.c-nav__page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-size: 1em;
  text-align: center;
}

.nav__column {
  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;
}

.nav__cont {
  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;
}

.nav__trigger-2 {
  display: none;
  padding: 0px;
}

.up {
  position: relative;
  top: -2px;
  width: 50%;
  height: 4px;
  background-color: #222;
}

.close-nav-trigger {
  display: none;
}

.down {
  position: relative;
  top: 2px;
  width: 50%;
  height: 4px;
  background-color: #222;
}

.lb {
  padding: 1em 2em;
  border-radius: 0.5em;
  background-color: #f43b86;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
}

.output {
  margin-top: 4em;
}

.wrapper {
  padding-top: 4em;
}

.was-der-coach-sagt {
  font-size: 10em;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .cta__linkblock {
    font-size: 1em;
  }

  .global-padding {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section-default-div-structure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__trigger {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 111;
    display: block;
    width: 5em;
    height: 100%;
  }

  .nav__trigger.w--open {
    background-color: transparent;
  }

  .nav__logo {
    margin-bottom: 2em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav__wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    max-width: 360px;
    padding-right: 0px;
    padding-left: 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;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .nav__logo__mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 102;
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav__link-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(37, 26, 65, 0.1);
    font-size: 1.5em;
  }

  .c-nav__trigger-icon-holder {
    position: relative;
    z-index: 112;
    width: 100%;
    height: 100%;
  }

  .c-nav__page-title {
    font-size: 1em;
  }

  .nav__column {
    width: 100%;
    padding-left: 2em;
    -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;
  }

  .nav__cont {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    padding-top: 8em;
    padding-bottom: 0vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .nav__trigger-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 111;
    display: block;
    width: 5.5em;
    height: 100%;
  }

  .nav__trigger-2.w--open {
    background-color: transparent;
  }

  .up {
    height: 4px;
    border-radius: 100vw;
    background-color: #251a41;
  }

  .close-nav-trigger {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100vw;
    height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(37, 26, 65, 0.8);
    cursor: pointer;
  }

  .down {
    height: 4px;
    border-radius: 100vw;
    background-color: #251a41;
  }

  .lb {
    position: fixed;
    left: 6vw;
    top: auto;
    right: 6vw;
    bottom: 12vw;
  }

  .link-text {
    text-align: center;
  }

  .was-der-coach-sagt {
    font-size: 15vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 10px;
  }

  .nav__wrapper {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .nav__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav__logo-lb {
    height: 100%;
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .nav__logo__mobile {
    overflow: hidden;
  }

  .nav__link-block {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav__holder {
    height: 60px;
  }

  .nav__logo-img {
    height: 75%;
  }

  .c-nav__page-title {
    font-size: 0.825em;
  }

  .nav__cont {
    padding-top: 60px;
    padding-bottom: 15vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 9px;
  }

  .cta__linkblock {
    padding: 0.5rem 1rem;
  }

  .nav__logo {
    display: none;
  }

  .c-nav__page-title {
    display: none;
  }

  .nav__cont {
    padding-top: 100px;
  }

  .lb {
    z-index: 2;
  }
}

