:root {
  --black: black;
  --2: #ba6a2d;
  --white: white;
  --50-white: #ffffff80;
  --silver: #b5b5b5;
  --burlywood: #dfab82;
  --1: #fba21c;
  --dark-slate-blue: #4a5899;
  --medium-turquoise: #59c3c3;
  --light-coral: #ed8590;
  --light-steel-blue: #9aa7df;
  --cube-yellow: #f9cb11;
  --cube-red: #c32c33;
  --book-bluetext: #56c6d7;
}

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

body {
  color: var(--black);
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

p {
  max-width: 710px;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

a {
  color: var(--2);
  font-family: Muli, sans-serif;
  text-decoration: none;
}

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

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

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

.page-hero {
  background-color: var(--black);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.page-hero.support-hero {
  background-color: var(--white);
  color: var(--black);
  min-height: auto;
  padding-top: 200px;
}

.navigation {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1375px;
  display: flex;
}

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

.nav-links {
  align-items: center;
  display: flex;
}

.nav-links.footer-copyright {
  flex-grow: 1%;
  flex-basis: 100%;
  justify-content: flex-end;
  margin-top: 50px;
  font-size: 10px;
}

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

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

.page-container.about-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-container.book-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: block;
}

.page-container.chapter-brakedown {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.page-container.testimonial-container {
  z-index: 3;
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  padding: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #00000014;
}

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

.page-container.free-sample-container {
  z-index: 2;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  min-height: 250px;
  padding: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #00000014;
}

.page-container.footer-container {
  border-top: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.page-container.about-author-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.page-container.book-guarantee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-container.footer-free-download {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.page-container.buy-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

.label {
  z-index: 4;
  color: var(--50-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 13px;
  position: relative;
}

.label.dark-label {
  color: var(--silver);
}

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

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

.button {
  z-index: 3;
  background-color: var(--2);
  color: var(--white);
  letter-spacing: 1px;
  flex: none;
  padding: 20px 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.button.w--current {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button.inverted {
  background-color: var(--white);
  color: var(--2);
}

.button-transparent {
  color: var(--burlywood);
  padding-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}

.button-transparent.inverted-2 {
  color: var(--white);
}

.spacer-60-px {
  flex: none;
  width: 60px;
  height: 60px;
}

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

.button-line.white-line {
  background-color: var(--white);
}

.button-overlay {
  z-index: 1;
  background-color: var(--1);
  color: var(--white);
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}

.button-text {
  z-index: 2;
  position: relative;
}

.nav-link {
  color: var(--50-white);
  letter-spacing: 2px;
  margin-right: 20px;
  padding-bottom: 5px;
  transition: color .5s;
}

.nav-link:hover {
  color: var(--white);
}

.hero-content {
  z-index: 2;
  position: relative;
}

.book-cover {
  background-color: var(--2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 750px;
  height: 90vh;
  max-height: 1000px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.section.learn {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding-top: 200px;
  position: relative;
}

.section.book-section {
  background-color: var(--2);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

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

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

.section.about-the-author {
  background-color: var(--2);
  color: var(--white);
  text-align: center;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}

.section.footer-section {
  background-color: var(--black);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.color-section {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.section.form-section {
  background-color: var(--white);
}

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

.section.value-2 {
  padding-bottom: 70px;
}

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

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

.section.buy-section {
  text-align: center;
  padding-bottom: 50px;
}

.book-image {
  border-radius: 5px;
  height: 60%;
  box-shadow: -8px 8px 11px #000;
}

.book-image.big-book {
  z-index: 2;
  height: 600px;
  position: relative;
  box-shadow: 0 1px 50px #00000014;
}

.book-desc {
  color: var(--50-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  font-family: Muli, sans-serif;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.book-light-box {
  z-index: 3;
  background-color: #000c;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.listen-on {
  color: var(--white);
  font-family: Muli, sans-serif;
  position: absolute;
  top: 20px;
  right: 40px;
}

.listen-on-links {
  color: var(--50-white);
  text-decoration: underline;
}

.testimonial-author-name {
  color: var(--2);
  letter-spacing: 2px;
  font-family: EB Garamond, sans-serif;
  font-weight: 800;
}

.testimonial-author-role {
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 12px;
}

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

.learn-paragraph {
  color: var(--50-white);
  max-width: 700px;
}

.learn-item {
  background-color: var(--dark-slate-blue);
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 50px #0000001a;
}

.learn-item:hover {
  box-shadow: 0 10px 50px #0006;
}

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

.feature-paragrapg {
  color: var(--50-white);
  max-width: 510px;
  margin-top: 300px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

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

.learn-number {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  font-family: Muli, sans-serif;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  top: 40px;
  left: 40px;
}

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

.book-slider-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.right-arrow, .left-arrow {
  color: var(--black);
  font-size: 12px;
}

.slide-nav {
  color: var(--black);
  font-size: 8px;
  display: none;
}

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

.email-us {
  color: var(--white);
  text-decoration: underline;
}

.chapter-brakedown-wrap {
  align-self: center;
  width: 90%;
  max-width: 750px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.see-all-chapters-trigger {
  background-image: linear-gradient(180deg, #ed859000, var(--2));
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100px;
  font-weight: 600;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.author-image {
  background-color: var(--burlywood);
  background-image: url('../images/JeremyDaltonProfile.jpg');
  background-position: 50% 10%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  max-width: 750px;
  height: 800px;
  display: flex;
  position: absolute;
  top: -250px;
  right: 0;
}

.order-after-chapter {
  align-self: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

.page-wrapper.style-guide-wrap, .page-wrapper.licencing-wrap {
  color: var(--black);
  background-color: #0000;
  padding-top: 110px;
  padding-bottom: 0;
  display: block;
}

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

.book-reseler-wrap {
  border: 1px solid #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.book-reseler-cta {
  background-color: var(--2);
  color: var(--white);
  letter-spacing: 1px;
  padding: 10px 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  overflow: hidden;
}

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

.testimonial-author-img.author-2 {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/JeremyDaltonProfile2.jpg');
  background-position: 50% 10%;
  background-clip: border-box;
  overflow: visible;
}

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

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

.text-block {
  color: var(--silver);
  letter-spacing: 4px;
  font-family: Muli, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 145px;
  right: -10px;
  transform: rotate(90deg);
}

.who-should-grab-h-wrap {
  align-self: center;
}

.who-should-grab-item {
  background-color: var(--white);
  min-height: 300px;
  margin: 20px;
  box-shadow: 1px 1px 50px #00000014;
}

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

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

.subscribe-form-block {
  width: 100%;
  margin-bottom: 0;
}

.subscribe-form-block.half-block {
  width: 75%;
  min-width: 600px;
}

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

.input.transparent-input {
  border-bottom-color: var(--50-white);
  color: var(--white);
  background-color: #0000;
}

.input.transparent-input::placeholder {
  color: var(--50-white);
}

.form {
  align-items: center;
  display: flex;
}

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

.small-paragraph {
  float: none;
  color: var(--silver);
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 30px;
  position: static;
}

.small-paragraph.free-explainer {
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

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

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

.book-logo-img {
  height: 45px;
}

.bg-image-overlay {
  z-index: 2;
  background-color: var(--2);
  display: none;
  position: absolute;
  inset: 0;
}

.bg-image {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  background-image: url('../images/science-in-hd-pAzSrQF3XUQ-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.bg-image.bg-image-2 {
  background-image: url('../images/times-square-crowd.jpg');
}

.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 {
  box-shadow: -8px 8px 14px 0 var(--black);
  border-radius: 4px;
  height: 60vh;
}

.navigation-wrap {
  z-index: 3;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.style-guide-wrap {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

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

.style-colors.grey-cc {
  background-color: var(--silver);
}

.style-colors.dark-cc {
  background-color: var(--black);
}

.style-colors.white-tr-cc {
  background-color: var(--50-white);
}

.style-colors.light-cc {
  background-color: var(--white);
}

.style-colors.brand-1-cc {
  border: 1px solid var(--50-white);
  background-color: var(--dark-slate-blue);
}

.style-colors.brand-2-cc {
  background-color: var(--medium-turquoise);
}

.style-colors.brand-3-cc {
  background-color: var(--burlywood);
}

.style-colors.brand-4-cc {
  background-color: var(--light-coral);
}

.success-message {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.style-guide-divider {
  background-color: var(--silver);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.button-small {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  letter-spacing: 1px;
  padding: 10px 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: static;
}

.button-small.white-small {
  background-color: var(--white);
  color: var(--dark-slate-blue);
}

.powered-text {
  color: var(--50-white);
  letter-spacing: 1px;
  margin-right: 5px;
  padding-bottom: 5px;
}

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

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

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

.value-proposal-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1.4fr;
}

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

.image-wrap {
  z-index: 2;
  background-image: url('../images/VR-office.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.image-wrap.image-2 {
  background-image: url('../images/mobile-ar.jpg');
}

.image-rectangle-overlay {
  z-index: 2;
  border: 2px solid var(--2);
  color: var(--2);
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

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

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

.order-book-sideflex {
  z-index: 1;
  background-color: var(--2);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 70%;
  min-width: 850px;
  margin-top: -60px;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.value-wrap {
  z-index: 2;
  position: relative;
}

.value-list {
  flex-wrap: wrap;
  display: flex;
}

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

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

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

.faq-wrap {
  border: 1px solid var(--2);
  background-color: var(--white);
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0 0 50px #0000000a;
}

.faq-question-wrap {
  color: var(--burlywood);
  text-align: left;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.faq-answer {
  text-align: left;
  flex: none;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.social-icons-wrap {
  align-items: center;
  display: flex;
}

.social-icon {
  opacity: .5;
  height: 20px;
  margin-left: 20px;
  transition: opacity .2s;
}

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

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

.book-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.book-image-bg {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 40px;
  right: 60px;
}

.footer-link {
  color: var(--50-white);
  letter-spacing: 2px;
  margin-left: 20px;
  padding-bottom: 5px;
  transition: color .5s;
  position: static;
}

.footer-link:hover {
  color: var(--white);
}

.footer-link.creator {
  color: var(--burlywood);
  margin-left: 0;
}

.faq-question {
  color: var(--2);
  margin-bottom: 0;
  margin-right: 40px;
}

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

.success-message-2 {
  background-color: var(--burlywood);
  color: var(--white);
  padding: 40px;
}

.error-message-2 {
  background-color: var(--light-coral);
  color: var(--white);
  margin-top: 20px;
  padding: 40px;
}

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

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

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

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

.buy-the-book-column {
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 50px #00000014;
}

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

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

.ebook {
  border: 1px solid var(--silver);
  border-radius: 6px;
  height: 250px;
  margin-bottom: 30px;
}

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

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

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

.changelog-hero {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-hero.support-hero {
  background-color: var(--white);
  color: var(--black);
}

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

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

.paragraph {
  overflow: visible;
}

.paragraph-2 {
  max-width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-pending {
  z-index: 3;
  background-color: var(--silver);
  color: var(--white);
  letter-spacing: 1px;
  flex: none;
  padding: 20px 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.button-pending.w--current {
  background-color: var(--silver);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-pending.inverted {
  background-color: var(--white);
  color: var(--burlywood);
}

.link {
  color: var(--2);
}

.spacer-60-px-copy {
  flex: none;
  width: 60px;
  height: 60px;
}

.book-reseler-cta-2 {
  background-color: var(--2);
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.heading {
  padding-top: 30px;
}

.text-block-3 {
  color: var(--white);
}

.text-block-4 {
  color: var(--2);
}

.text-span {
  color: var(--white);
  text-decoration: underline;
}

.text-block-5 {
  color: var(--2);
}

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

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

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

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

  .page-container.about-author-container {
    flex-wrap: wrap;
  }

  .page-container.book-guarantee {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .page-container.footer-free-download {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

  .book-image {
    height: 80%;
  }

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

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

  .feature-heading {
    position: static;
  }

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

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

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

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

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

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

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

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

  .social-icons-wrap {
    flex: 1;
    justify-content: flex-end;
  }

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

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

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

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

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

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

  h2 {
    font-size: 55px;
  }

  blockquote {
    margin-bottom: 40px;
  }

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

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

  .section.about-the-author {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .form, .order-book-sideflex {
    flex-wrap: wrap;
  }

  .value-list-item {
    flex-basis: 100%;
  }

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

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

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

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

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

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

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

  .navigation {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .nav-links.footer-copyright, .nav-links.footer-navs {
    justify-content: center;
    margin-top: 30px;
  }

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

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

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

  .page-container.footer-container {
    justify-content: center;
  }

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

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

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

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

  .nav-link {
    text-align: left;
    flex: 0 auto;
    align-items: center;
    margin-right: 20px;
  }

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

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

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

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

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

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

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

  .book-desc {
    justify-content: center;
  }

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

  .right-arrow, .left-arrow {
    width: 20px;
  }

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

  .order-after-chapter {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

  .who-should-grab-item.grab-2 {
    align-self: center;
    margin: 0;
  }

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

  .input {
    font-size: 16px;
  }

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

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

  .navigation-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

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

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

  .social-icons-wrap {
    justify-content: center;
  }

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

  .footer-link {
    text-align: left;
    flex: 0 auto;
    align-items: center;
    margin-right: 20px;
  }

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

#w-node-_96b357a5-3a95-10c7-bbfe-9880bed721bc-e0d36583 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_3c10481b-f3d3-1f86-5283-e0bc3d043956-e0d36583 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_29615f78-11de-21e8-ba0f-3efe8959ccb2-e0d36583 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-f015a8f4-8893-8ebe-0112-bf4d346f7e33-e0d36583 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: stretch;
}

#w-node-_5faa669f-bf69-cf92-0004-e4dabda21c2c-e0d36583 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e9fb6792-37c2-f963-3dd8-7fe2afd18166-e0d36583 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bda58c3-a793-9fa5-52aa-9a24c47e2286-e0d36583 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-bcfc931d-114d-5f18-37f5-0072e034e268-e0d36583 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcfc931d-114d-5f18-37f5-0072e034e264-e0d36583 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcfc931d-114d-5f18-37f5-0072e034e27a-e0d36583 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_03b4a145-4e4a-c4bb-d070-80ec19ffddbe-e0d36583 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-be02709d-b8ab-5b3c-c2a8-d71846a52c45-e0d36583 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29d3398c-6de1-b69c-8b35-744a7d789235-e0d36583 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-a3a5f4c3-7f8e-f1d5-d682-c96692262155-e0d36583 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-ab898219-809c-ca21-2666-420e35ab0b58-e0d36583 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_5faa669f-bf69-cf92-0004-e4dabda21c2c-e0d36583 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9fb6792-37c2-f963-3dd8-7fe2afd18166-e0d36583 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3bda58c3-a793-9fa5-52aa-9a24c47e2286-e0d36583 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bcfc931d-114d-5f18-37f5-0072e034e268-e0d36583 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bcfc931d-114d-5f18-37f5-0072e034e264-e0d36583 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bcfc931d-114d-5f18-37f5-0072e034e27a-e0d36583 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_03b4a145-4e4a-c4bb-d070-80ec19ffddbe-e0d36583 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-be02709d-b8ab-5b3c-c2a8-d71846a52c45-e0d36583 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96b357a5-3a95-10c7-bbfe-9880bed721bc-e0d36583 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c10481b-f3d3-1f86-5283-e0bc3d043956-e0d36583 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_29615f78-11de-21e8-ba0f-3efe8959ccb2-e0d36583 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f015a8f4-8893-8ebe-0112-bf4d346f7e33-e0d36583 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_29d3398c-6de1-b69c-8b35-744a7d789235-e0d36583 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3a5f4c3-7f8e-f1d5-d682-c96692262155-e0d36583 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96b357a5-3a95-10c7-bbfe-9880bed721bc-e0d36583 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-_3c10481b-f3d3-1f86-5283-e0bc3d043956-e0d36583 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_29615f78-11de-21e8-ba0f-3efe8959ccb2-e0d36583 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-f015a8f4-8893-8ebe-0112-bf4d346f7e33-e0d36583 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: stretch;
  }
}


