.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: Muli;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'EB Garamond';
  font-size: 4.5em;
  line-height: 1.1em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 4.5em;
  line-height: 1.1em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #8e828c;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'EB Garamond';
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'EB Garamond';
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'EB Garamond';
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 300;
}

a {
  font-family: Rubik, sans-serif;
  color: #59c3c3;
  font-weight: 300;
  text-decoration: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

blockquote {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
}

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 100px;
  -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: #ededed;
  color: #fff;
}

.page-hero.support-hero {
  min-height: auto;
  padding-top: 200px;
  background-color: #fff;
  color: #000;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  -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;
}

.logo-wrap {
  overflow: hidden;
  font-family: 'EB Garamond';
  color: #ccd1e8;
  text-decoration: none;
}

.logo-wrap.w--current {
  margin-left: 0px;
}

.nav-links {
  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-links.footer-copyright {
  margin-top: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1%;
  -webkit-flex-grow: 1%;
  -ms-flex-positive: 1%;
  flex-grow: 1%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 10px;
}

.nav-links.footer-navs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rubik, sans-serif;
}

.page-container {
  position: relative;
  width: 90%;
  max-width: 1370px;
  text-align: left;
}

.page-container.book-hero {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-container.book-hero.hero-grid {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 90%;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-container.about-container {
  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;
  text-align: center;
}

.page-container.book-slider {
  display: block;
  margin-bottom: 100px;
  -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;
}

.page-container.chapter-brakedown {
  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;
  text-align: left;
}

.page-container.testimonial-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  padding: 80px;
  -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;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  color: #000;
  text-align: left;
}

.page-container.why-read {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.2fr 1fr 1fr;
  grid-template-columns: 1.2fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-container.free-sample-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 250px;
  padding: 80px;
  -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: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}

.page-container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.page-container.about-author-container {
  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;
}

.page-container.faq-cointainer {
  text-align: center;
}

.page-container.book-guarantee {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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;
  grid-template-rows: auto;
}

.page-container.footer-free-download {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  -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: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-container.buy-container {
  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;
  text-align: center;
}

.page-container.support-hero {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.page-container.changelog-container {
  margin-bottom: 100px;
}

.book-hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.book-hero-heading.line-1 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
}

.book-hero-heading.line-1.dunkelgrau {
  margin-bottom: 30px;
}

.book-hero-heading.line-1.dunkelrot {
  margin-bottom: 30px;
}

.label {
  position: relative;
  z-index: 4;
  font-family: Muli;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.dark-label {
  color: #b5b5b5;
}

.hero-paragraph {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.5em;
}

.hero-paragraph.dunkelgrau.abstand-link {
  margin-bottom: 30px;
}

.hero-paragraph.dunkelgrau.max500 {
  max-width: 500px;
}

.hero-paragraph.dunkelgrau.bold {
  font-weight: 400;
}

.hero-paragraph.dunkelgrau.impressum {
  font-size: 1.5em;
  line-height: 1.4em;
}

.hero-paragraph.abstand-list {
  margin-bottom: 3px;
}

.hero-paragraph.abstand-list.impressum {
  font-size: 1.5em;
  line-height: 1.4em;
}

.buttons-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 15px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #dfab82;
  font-family: 'EB Garamond';
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button.inverted {
  border-radius: 2px;
  background-color: #8e828c;
  color: #dfab82;
}

.button-transparent {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #8e828c;
  font-size: 20px;
  font-weight: 400;
}

.button-transparent.inverted-2 {
  color: #fff;
}

.button-transparent.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spacer-60-px {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-line {
  position: absolute;
  left: 0px;
  width: 20%;
  height: 2px;
  margin-top: 8px;
  background-color: #8e828c;
}

.button-line.white-line {
  background-color: #fff;
}

.button-overlay {
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #cb1b23;
}

.button-text {
  position: relative;
  z-index: 2;
  font-family: 'Libre Baskerville', sans-serif;
  color: #eeedeb;
}

.nav-link {
  margin-right: 20px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #eeedeb;
  letter-spacing: 2px;
}

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

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

.book-cover {
  position: absolute;
  top: 0px;
  right: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 90vh;
  max-height: 1000px;
  max-width: 750px;
  -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: #dfab82;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.section.testimonial-section {
  position: relative;
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center;
}

.section.learn {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.section.book-section {
  padding-top: 300px;
  padding-bottom: 200px;
  background-color: #ed8590;
  color: #fff;
  text-align: center;
}

.section.book-reselers {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 330px;
  grid-template-rows: 330px;
  border-bottom: 1px solid #f1f1f1;
}

.section.free-sample-section {
  position: relative;
  padding-bottom: 200px;
  text-align: center;
}

.section.mein-beratungsansatz {
  position: relative;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ededed;
  color: #fff;
  text-align: center;
}

.section.footer-section {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #cb1b23;
  text-align: center;
}

.section.color-section {
  background-color: #4a5899;
  color: #fff;
}

.section.form-section {
  background-color: #fff;
}

.section.value-1 {
  padding-top: 200px;
}

.section.value-1.hellgrauer-hintergrund {
  background-color: #eeedeb;
}

.section.value-2 {
  margin-top: 0px;
  padding-top: 200px;
}

.section.value-2.hellgrauer-hintergrund {
  background-color: #eeedeb;
}

.section.faq-section {
  padding-bottom: 200px;
  text-align: center;
}

.section.guarantee-section {
  padding-top: 200px;
}

.section.buy-section {
  text-align: center;
}

.section.value-3 {
  padding-top: 200px;
}

.section.value-3.hellgrauer-hintergrund {
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #ededed;
}

.section.value-buch.hellgrau {
  padding-top: 200px;
  background-color: #ededed;
  color: #ededed;
}

.section.value-nest {
  padding-top: 200px;
}

.section.value-nest.hellgrau {
  background-color: #eeedeb;
}

.section.value-cta {
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ededed;
}

.book-image {
  height: 60%;
}

.book-image.big-book {
  position: relative;
  z-index: 2;
  height: 600px;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.book-desc {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px;
  -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;
  font-family: Muli;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.book-light-box {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}

.listen-on {
  position: absolute;
  top: 20px;
  right: 40px;
  font-family: Muli;
  color: hsla(0, 0%, 100%, 0.5);
}

.listen-on-links {
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: underline;
}

.testimonial-author-name {
  font-family: 'EB Garamond';
  color: #9aa7df;
  font-weight: 800;
  letter-spacing: 2px;
}

.testimonial-author-role {
  font-family: Muli;
  color: #b5b5b5;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-grid {
  width: 100%;
  max-width: 1370px;
  min-height: 500px;
  margin-bottom: -30vh;
  padding-right: 10px;
  padding-left: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.learn-paragraph {
  max-width: 700px;
  color: hsla(0, 0%, 100%, 0.5);
}

.learn-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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: #4a5899;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-align: left;
  cursor: pointer;
}

.learn-item:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.4);
}

.spacer-30-px {
  width: 30px;
  height: 30px;
}

.feature-paragrapg {
  max-width: 510px;
  margin-top: 300px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 30px;
}

.feature-heading {
  position: absolute;
  left: 40px;
  top: 80px;
  right: 40px;
}

.learn-number {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Muli;
  color: #4a5899;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.book-slider {
  min-height: 70vh;
  background-color: transparent;
}

.book-slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -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;
}

.right-arrow {
  color: #000;
  font-size: 12px;
}

.left-arrow {
  color: #000;
  font-size: 12px;
}

.slide-nav {
  display: none;
  color: #000;
  font-size: 8px;
}

.chapter-heading {
  max-width: 550px;
}

.email-us {
  color: #fff;
  text-decoration: underline;
}

.chapter-brakedown-wrap {
  position: relative;
  overflow: hidden;
  width: 90%;
  height: 500px;
  max-width: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.see-all-chapters-trigger {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 133, 144, 0)), to(#ed8590));
  background-image: linear-gradient(180deg, rgba(237, 133, 144, 0), #ed8590);
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-mein-beratungsansatz {
  position: absolute;
  left: 0%;
  top: -250px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: 800px;
  max-width: 750px;
  -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;
}

.image-mein-beratungsansatz.t-tter_06 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -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;
  background-image: url('../images/toetter_06.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-mein-beratungsansatz.t-tter_02 {
  height: 800px;
  background-image: url('../images/toetter_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.order-after-chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.page-wrapper.style-guide-wrap {
  display: block;
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
}

.page-wrapper.licencing-wrap {
  display: block;
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #000;
}

.hero-words-wrap {
  overflow: hidden;
  padding-bottom: 5px;
}

.book-reseler-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: 1px solid #f1f1f1;
}

.book-reseler-logo {
  max-width: 40%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.book-reseler-cta {
  position: absolute;
  display: none;
  overflow: hidden;
  padding: 10px 30px;
  background-color: #4a5899;
  font-family: 'EB Garamond';
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.testimonial-author-img {
  position: absolute;
  top: 80px;
  right: 80px;
  bottom: 80px;
  width: 300px;
  background-image: url('../images/pexels-photo-1239291.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-author-img.author-2 {
  z-index: 1;
  background-image: url('../images/mimikri_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.testimonial-bg-image {
  position: absolute;
  right: 0px;
  overflow: hidden;
  width: 80%;
  height: 70%;
  min-height: 640px;
}

.testimonial-bg-image.left-bg-image {
  left: 0px;
  right: auto;
}

.text-block {
  position: absolute;
  top: 145px;
  right: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Muli;
  color: #b5b5b5;
  font-size: 10px;
  letter-spacing: 4px;
}

.who-should-grab-h-wrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.who-should-grab-item {
  min-height: 300px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.who-should-grab-img {
  height: 200px;
  background-image: url('../images/pexels-photo-1308625.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.who-should-grab-img.who-grab-2 {
  background-image: url('../images/person-woman-apple-hotel.jpg');
}

.who-should-grab-img.who-grab-3 {
  background-image: url('../images/pexels-photo-374085.jpeg');
  background-position: 50% 100%;
}

.who-should-grab-info-wrap {
  padding: 30px;
}

.no-margin {
  margin-bottom: 0px;
}

.free-sample-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.free-sample-form-block.half-block {
  width: 50%;
  min-width: 600px;
}

.input {
  height: 60px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

.input.transparent-input {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
}

.input.transparent-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.input.transparent-input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

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

.free-sample-heading {
  position: absolute;
  top: -40px;
}

.small-paragraph {
  max-width: 510px;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 30px;
}

.small-paragraph.free-explainer {
  padding-right: 20px;
  padding-left: 20px;
}

.small-paragraph.no-margin {
  margin-right: 20px;
}

.small-paragraph._15-margin {
  margin-bottom: 15px;
}

.toetter-entwicklung-img {
  margin-right: 45px;
}

.bg-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-color: #eeedeb;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #4a5899;
  background-image: url('../images/pexels-photo-590493.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image.bg-image-2 {
  background-color: #eeedeb;
  background-image: url('../images/toetter_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bg-image.bg-image-4 {
  background-image: url('../images/pexels-photo.jpg');
}

.bg-image.bg-image-3 {
  background-image: url('../images/pexels-photo-946343.jpeg');
}

.book-cover-img {
  height: 60vh;
}

.navigation-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.style-guide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #4a5899;
  color: #fff;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #b5b5b5;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  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;
}

.style-colors {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.style-colors.grey-cc {
  background-color: #b5b5b5;
}

.style-colors.dark-cc {
  background-color: #000;
}

.style-colors.white-tr-cc {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.style-colors.light-cc {
  background-color: #fff;
}

.style-colors.brand-1-cc {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: #4a5899;
}

.style-colors.brand-2-cc {
  background-color: #59c3c3;
}

.style-colors.brand-3-cc {
  background-color: #dfab82;
}

.style-colors.brand-4-cc {
  background-color: #ed8590;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #b5b5b5;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.button-small {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background-color: #4a5899;
  font-family: 'EB Garamond';
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button-small.white-small {
  background-color: #fff;
  color: #4a5899;
}

.powered-text {
  margin-right: 5px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 1px;
}

.colors-grid {
  margin-bottom: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea-input {
  min-height: 100px;
  margin-bottom: 0px;
  padding: 15px 20px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
  font-size: 18px;
}

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

.value-proposal-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.value-proposal-grid.reversed {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.image-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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;
}

.image-wrap.image-2 {
  background-image: url('../images/pexels-photo-847483.jpeg');
}

.image-wrap.dnkelgrau {
  background-color: transparent;
}

.image-wrap.rot {
  background-color: transparent;
}

.image-wrap.hellgrau {
  background-color: #eeedeb;
}

.image-rectangle-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  height: 600px;
  border-style: solid;
  border-width: 3px;
  border-color: #cb1b23;
}

.image-rectangle-overlay.reversed-rectangle {
  left: auto;
  right: 20px;
}

.image-rectangle-overlay.reversed-rectangle.t-tter_04 {
  background-image: url('../images/toetter_04.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-rectangle-overlay.reversed-rectangle.t-tter_07 {
  border-style: none;
  background-image: url('../images/toetter_08.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-rectangle-overlay.reversed-rectangle.t-tter_02 {
  border-style: none;
  background-image: url('../images/toetter_02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-rectangle-overlay.buy-rectangle {
  height: 550px;
}

.image-rectangle-overlay.t-tter_03 {
  height: 600px;
  background-image: url('../images/toetter_03.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-rectangle-overlay.t-tter_05 {
  background-image: url('../images/toetter_05.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-rectangle-overlay.t-tter_01 {
  border-style: solid;
  border-width: 3px;
  border-color: #cb1b23;
  background-image: url('../images/toetter_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-rectangle-overlay.ttter_06 {
  border-style: none;
  background-image: url('../images/toetter_buchcover_d.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.order-book-sideflex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-width: 850px;
  margin-top: -60px;
  padding: 80px 60px;
  -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: #dfab82;
  color: #fff;
}

.value-wrap {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

.value-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.value-list-item {
  padding-right: 20px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.text-max-420 {
  max-width: 420px;
}

.cta-text {
  max-width: 400px;
  margin-right: 120px;
  margin-bottom: 0px;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dfab82;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.04);
}

.faq-question-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #dfab82;
  text-align: left;
}

.faq-answer {
  max-width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.social-icons-wrap {
  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;
}

.social-icon {
  height: 20px;
  margin-left: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon-img {
  display: block;
  height: 100%;
}

.book-image-wrap {
  position: relative;
  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;
}

.book-image-bg {
  position: absolute;
  right: 60px;
  bottom: 40px;
  width: 100%;
  height: 100%;
  background-color: #8e828c;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.creator {
  margin-left: 0px;
  color: #dfab82;
}

.footer-link.partner {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 5px;
}

.faq-question {
  margin-right: 40px;
  margin-bottom: 0px;
}

.max-size-320 {
  max-width: 320px;
}

.success-message-2 {
  padding: 40px;
  background-color: #dfab82;
  color: #fff;
}

.error-message-2 {
  margin-top: 20px;
  padding: 40px;
  background-color: #ed8590;
  color: #fff;
}

.text-block-2 {
  display: none;
}

.paragraph-max-400 {
  max-width: 400px;
  margin-right: 20px;
}

.author-name {
  position: relative;
  z-index: 2;
}

.buy-the-book {
  width: 80%;
  margin-bottom: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buy-the-book-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.08);
}

.paperback {
  position: relative;
  z-index: 3;
  height: 250px;
  margin-bottom: 30px;
}

.available-on-sideflex {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ebook {
  height: 250px;
  margin-bottom: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
}

.buy-the-book-available {
  width: 80%;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
}

.support-image-wrap {
  overflow: hidden;
  width: 550px;
  height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.changelog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 100px;
  -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: #4a5899;
  color: #fff;
}

.changelog-hero.support-hero {
  background-color: #fff;
  color: #000;
}

.changelog-div {
  display: block;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
}

.changelog-div.reversed {
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
}

.dunkelgrau {
  color: #8e828c;
}

.dunkelgrau.schmaler {
  color: #8e828c;
}

.dunkelgrau.titel_impressum {
  margin-bottom: 60px;
}

.dunkelgrau.list_impressum {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hellgrau {
  color: #eeedeb;
}

.div-blog-mein-beratungsansatz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  -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;
}

.text-block-3 {
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #cb1b23;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.paragraph-footer {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph-footer.hellgrau {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.paragraph-footer.hellgrau.linkbox {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.box-headline-text {
  max-width: 510px;
}

.box-headline-text.impressum {
  max-width: 800px;
}

.subline {
  font-family: Rubik, sans-serif;
  color: #cb1b23;
  font-weight: 400;
  letter-spacing: 2px;
}

.cta {
  margin-bottom: 60px;
  color: #8e828c;
  text-align: center;
}

.list-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dunkelgrau-copy {
  color: #8e828c;
}

.dunkelrot {
  color: #cb1b23;
}

.heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.7em;
  line-height: 1.5em;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-2 {
  display: block;
  width: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  blockquote {
    margin-bottom: 40px;
  }

  .page-hero {
    padding-top: 200px;
  }

  .navigation {
    padding-right: 0px;
    padding-left: 40px;
  }

  .page-container.book-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-container.book-hero.hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-container.why-read {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .page-container.footer-container {
    margin-top: 35px;
  }

  .page-container.about-author-container {
    -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;
  }

  .page-container.book-guarantee {
    position: static;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .page-container.footer-free-download {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-container.support-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 510px;
  }

  .book-cover {
    position: relative;
    width: 500px;
    height: 550px;
    margin-top: 60px;
  }

  .section.testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.learn {
    padding-top: 100px;
  }

  .section.book-reselers {
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .section.mein-beratungsansatz {
    margin-bottom: 0px;
  }

  .section.value-1 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.value-2 {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.changelog-section {
    padding-top: 100px;
  }

  .section.value-3 {
    padding-top: 100px;
  }

  .section.value-3.hellgrauer-hintergrund {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.value-buch.hellgrau {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.value-nest {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .book-image {
    height: 80%;
  }

  .learn-grid {
    height: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .feature-paragrapg {
    margin-top: 0px;
  }

  .feature-heading {
    position: static;
  }

  .learn-number {
    position: static;
    margin-bottom: 10px;
  }

  .image-mein-beratungsansatz {
    position: relative;
    top: 0px;
    width: 450px;
    height: 600px;
    margin-top: 60px;
  }

  .book-reseler-logo {
    max-width: 50%;
  }

  .testimonial-author-img {
    position: static;
    width: 100px;
    height: 100px;
    margin-bottom: 40px;
  }

  .free-sample-form-block.half-block {
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
  }

  .value-proposal-grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-rectangle-overlay.reversed-rectangle.t-tter_07 {
    height: 600px;
  }

  .order-book-sideflex {
    width: 100%;
    min-width: auto;
    margin-top: 0px;
  }

  .cta-text {
    margin-right: 60px;
  }

  .social-icons-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .footer-link.partner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .buy-the-book {
    width: 100%;
    grid-row-gap: 20px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .buy-the-book-available {
    width: 100%;
  }

  .changelog-hero {
    padding-top: 150px;
  }

  .changelog-div {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-blog-mein-beratungsansatz {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block {
    max-width: none;
  }

  .paragraph-footer.hellgrau.linkbox {
    padding-top: 25px;
    text-align: left;
  }
}

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

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

  .page-hero {
    padding-bottom: 50px;
  }

  .navigation {
    padding-left: 20px;
  }

  .page-container.footer-container {
    margin-top: 35px;
  }

  .book-hero-heading.line-1.dunkelrot {
    font-size: 4.5em;
  }

  .button.full-width-mobile {
    width: 100%;
    text-align: center;
  }

  .section.free-sample-section {
    padding-bottom: 100px;
  }

  .section.mein-beratungsansatz {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.value-2 {
    padding-top: 50px;
  }

  .section.value-3.hellgrauer-hintergrund {
    padding-top: 50px;
  }

  .section.value-buch.hellgrau {
    padding-top: 50px;
  }

  .section.value-nest {
    padding-top: 50px;
  }

  .book-reseler-logo {
    max-height: 80%;
  }

  .testimonial-bg-image {
    width: 85%;
    height: 90%;
  }

  .input.transparent-input {
    margin-bottom: 30px;
  }

  .input.free-chapter-input {
    margin-bottom: 30px;
  }

  .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .toetter-entwicklung-img {
    position: static;
    display: none;
    overflow: hidden;
  }

  .image-rectangle-overlay.reversed-rectangle.t-tter_07 {
    height: 500px;
  }

  .image-rectangle-overlay.reversed-rectangle.t-tter_02 {
    height: 500px;
  }

  .order-book-sideflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .value-list-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .cta-text {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .buy-the-book-available {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px 100px 100px;
    grid-template-rows: 100px 100px 100px;
  }
}

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

  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  blockquote {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .page-hero {
    min-height: 80vh;
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .navigation {
    margin-left: 0px;
    padding-left: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-wrap {
    margin-bottom: 20px;
  }

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

  .nav-links.footer-copyright {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-links.footer-navs {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-container.testimonial-container {
    padding: 60px 40px;
  }

  .page-container.why-read {
    grid-row-gap: 40px;
  }

  .page-container.free-sample-container {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .page-container.footer-container {
    margin-top: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .book-hero-heading.line-1.dunkelgrau {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .book-hero-heading.line-1.dunkelrot {
    font-size: 40px;
  }

  .hero-paragraph {
    font-size: 1.3em;
  }

  .buttons-sideflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-transparent.inverted-2._30-top-margin {
    margin-top: 30px;
  }

  .button-transparent.nav-menu-btn {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .button-transparent._30-margin-top {
    margin-top: 30px;
  }

  .nav-link {
    margin-right: 20px;
    -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;
    text-align: left;
  }

  .book-cover {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }

  .section.book-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section.book-reselers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 200px 200px;
    grid-template-rows: 200px 200px;
  }

  .section.mein-beratungsansatz {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }

  .section.value-1.hellgrauer-hintergrund {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.value-2 {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section.faq-section {
    padding-bottom: 100px;
  }

  .section.guarantee-section {
    padding-top: 100px;
  }

  .section.buy-section {
    padding-bottom: 100px;
  }

  .section.value-3.hellgrauer-hintergrund {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section.value-buch.hellgrau {
    padding-top: 50px;
  }

  .section.value-nest {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section.value-cta {
    height: 50vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .book-image.big-book {
    height: 300px;
  }

  .book-desc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listen-on {
    left: 10px;
    right: 10px;
  }

  .spacer-30-px {
    display: none;
  }

  .right-arrow {
    width: 20px;
  }

  .left-arrow {
    width: 20px;
  }

  .image-mein-beratungsansatz {
    width: 100%;
    height: 300px;
  }

  .image-mein-beratungsansatz.t-tter_06 {
    height: 500px;
  }

  .image-mein-beratungsansatz.t-tter_02 {
    height: 350px;
  }

  .order-after-chapter {
    -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;
  }

  .testimonial-bg-image {
    width: 90%;
  }

  .text-block {
    top: 100px;
    right: -30px;
  }

  .who-should-grab-item.grab-1 {
    margin: 0px;
  }

  .who-should-grab-item.grab-2 {
    margin: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .who-should-grab-item.grab-3 {
    margin: 0px;
  }

  .input {
    font-size: 16px;
  }

  .free-sample-heading {
    left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .toetter-entwicklung-img {
    display: none;
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .book-cover-img {
    height: 250px;
  }

  .navigation-wrap {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-auto-flow: row;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .powered-text {
    margin-left: 20px;
  }

  .textarea-input {
    font-size: 16px;
  }

  .image-wrap {
    height: 350px;
  }

  .image-rectangle-overlay {
    height: 350px;
  }

  .image-rectangle-overlay.reversed-rectangle.t-tter_07 {
    height: 300px;
  }

  .image-rectangle-overlay.reversed-rectangle.t-tter_02 {
    height: 300px;
  }

  .image-rectangle-overlay.t-tter_03 {
    height: 350px;
  }

  .order-book-sideflex {
    padding: 60px 40px;
  }

  .faq-question-wrap {
    text-align: left;
  }

  .social-icons-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-link {
    margin-right: 20px;
    -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;
    text-align: left;
  }

  .support-image-wrap {
    width: 100%;
    height: 300px;
  }

  .dunkelgrau.schmaler {
    max-width: 280px;
  }

  .dunkelgrau._35px {
    font-size: 35px;
  }

  .div-blog-mein-beratungsansatz {
    max-width: 510px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-block-3 {
    margin-left: 0px;
  }

  .paragraph-footer {
    font-size: 1.3em;
  }

  .cta {
    margin-bottom: 30px;
  }

  .dunkelgrau-copy.schmaler {
    max-width: 280px;
  }
}

#w-node-b31e2d94-130e-c3f8-ab32-6f2cdb06e40a-9c97f16f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_40c67f7d-f8fd-403f-41b9-009c1539eaa9-9c97f16f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bcfc931d-114d-5f18-37f5-0072e034e268-9c97f16f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -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-bcfc931d-114d-5f18-37f5-0072e034e264-9c97f16f {
  -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-aee97717-4b3e-c37e-b24a-d73090f23d57-9c97f16f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-aee97717-4b3e-c37e-b24a-d73090f23d59-9c97f16f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_48c81e65-a3d7-f0d8-368d-b9b3f268ec8b-9c97f16f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -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-_48c81e65-a3d7-f0d8-368d-b9b3f268ec93-9c97f16f {
  -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-a943827c-6d39-628f-ede1-be257f4ee5d4-9c97f16f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -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-a943827c-6d39-628f-ede1-be257f4ee5dc-9c97f16f {
  -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-_664f46f6-dcad-6dae-da85-c7ec167de091-9c97f16f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_664f46f6-dcad-6dae-da85-c7ec167de093-9c97f16f {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-af1df995-bff4-49d5-da23-e3b971d9ec39-9c97f16f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -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-af1df995-bff4-49d5-da23-e3b971d9ec41-9c97f16f {
  -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-c6c6ecd4-9f1e-62b8-d6ae-5a31af4db014-b3fcf143 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a68744ab-ee05-ec8c-47be-ba07b7eac760-b3fcf143 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b31e2d94-130e-c3f8-ab32-6f2cdb06e40a-9c97f16f {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_40c67f7d-f8fd-403f-41b9-009c1539eaa9-9c97f16f {
    -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-bcfc931d-114d-5f18-37f5-0072e034e268-9c97f16f {
    -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-bcfc931d-114d-5f18-37f5-0072e034e264-9c97f16f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-aee97717-4b3e-c37e-b24a-d73090f23d57-9c97f16f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-aee97717-4b3e-c37e-b24a-d73090f23d59-9c97f16f {
    -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-_48c81e65-a3d7-f0d8-368d-b9b3f268ec8b-9c97f16f {
    -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-_48c81e65-a3d7-f0d8-368d-b9b3f268ec93-9c97f16f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a943827c-6d39-628f-ede1-be257f4ee5d4-9c97f16f {
    -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-a943827c-6d39-628f-ede1-be257f4ee5dc-9c97f16f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_664f46f6-dcad-6dae-da85-c7ec167de091-9c97f16f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_664f46f6-dcad-6dae-da85-c7ec167de093-9c97f16f {
    -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-af1df995-bff4-49d5-da23-e3b971d9ec39-9c97f16f {
    -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-af1df995-bff4-49d5-da23-e3b971d9ec41-9c97f16f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b31e2d94-130e-c3f8-ab32-6f2cdb06e40a-9c97f16f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_40c67f7d-f8fd-403f-41b9-009c1539eaa9-9c97f16f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

