:root {
  --text: #602622;
  --secondary: #7a9cc6;
  --background: #f6f5f0;
  --padding-m: 20px;
  --primary: #803631;
  --gray: #a7a7a7;
  --padding-s: 10px;
}

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

h1 {
  color: var(--text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fraunces, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fraunces, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fraunces, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: var(--secondary);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

li {
  font-size: 18px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

.body {
  background-color: var(--background);
}

.navigation {
  padding: 20px var(--padding-m);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cappy-header-animation {
  max-width: 350px;
}

.navigation-actions {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  border-radius: 10px;
  max-height: 50px;
}

.button {
  background-color: var(--primary);
  border-radius: 40px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.button.large {
  justify-content: center;
  align-items: center;
  max-height: 60px;
  padding: 15px 30px;
  font-size: 19px;
  line-height: 28px;
  display: flex;
}

.hero-section {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.navigation-section {
  z-index: 10;
  background-color: var(--background);
  border: 1px #000;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hero-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-image-center {
  max-width: 400px;
  margin-top: 100px;
}

.hero-downloads-external {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.hero-start {
  align-self: center;
}

.features-section-old {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 140px;
  display: flex;
}

.feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: 300px;
  max-width: 400px;
  padding: 20px;
  display: flex;
}

.feature-image {
  width: 400px;
  max-width: 100%;
  max-height: 400px;
}

.feature-text {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  order: -1;
  display: flex;
}

.feature-text.inverse {
  order: 1;
}

.background-video {
  object-fit: scale-down;
  width: 350px;
  height: 700px;
  margin-top: 0;
}

.footer-content {
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-text {
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1140px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-heading {
  color: #fff;
  margin-bottom: 20px;
}

.footer-image {
  align-self: center;
  max-width: 500px;
  position: absolute;
  top: -192px;
}

.footer-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.title {
  text-align: center;
  font-size: 52px;
  line-height: 60px;
}

.subtitle {
  text-align: center;
}

.footer-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.beta {
  background-color: var(--background);
  color: var(--secondary);
  border-radius: 8px;
  padding: 3px 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.logo-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-actions {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-action-ios-beta {
  color: var(--text);
  background-color: #0000;
  border: 1px solid #34a8ef;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.hero-action-ios-text {
  font-family: Lato, sans-serif;
}

.privacy-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  margin-top: 140px;
  margin-bottom: 220px;
  display: flex;
}

.privacy-text {
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-link {
  opacity: .8;
  color: #fff;
  text-decoration: none;
}

.feature-paragraph {
  color: #3f3f3f;
  font-weight: 300;
}

.price-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 250px;
  display: flex;
}

.price-plans {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.price-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  padding: 40px;
  display: flex;
}

.price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.price-period {
  color: var(--gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph {
  text-align: center;
}

.navigation-link {
  color: var(--text);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.price-features {
  color: var(--primary);
  font-weight: 300;
}

.hero-actions-android {
  display: block;
}

.image {
  object-fit: contain;
}

.hero-link-image {
  max-height: 85px;
  padding-left: 0;
  padding-right: 0;
}

.hero-link-image.hero-link-image-apple {
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.image-2 {
  box-sizing: content-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/article-illustration.png');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: 500px;
  overflow: clip;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-height: none;
  display: flex;
}

.article-body {
  color: var(--text);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-2 {
  margin-left: 0;
  margin-right: 0;
}

.article-heading {
  color: var(--text);
  text-align: center;
  margin-bottom: 50px;
}

.heading-2 {
  margin-top: 30px;
  font-size: 30px;
}

.heading-3 {
  font-size: 19px;
}

.features-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-container.feature-insights {
  width: 100%;
  max-width: 100%;
}

.feature-text-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.feature-text-container.insights {
  padding-right: 180px;
}

.image-inspiration {
  width: 50%;
  min-width: 600px;
}

.image-insight-cappy {
  width: 200px;
  position: absolute;
  right: 0;
}

.image-feature-insight {
  width: 50%;
  max-width: 500px;
}

.feature-container-courses {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.feature-courses-title, .feature-courses-text {
  text-align: center;
}

.feature-courses-insights-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.feature-courses-insights-container.reversed {
  min-width: 2210px;
  position: relative;
  left: -2210px;
}

.feature-courses-insights-container.reversed.first {
  position: relative;
  left: -100%;
}

.feature-courses-insights-container.left {
  min-width: 2210px;
}

.insight-heading {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.insight-text {
  text-overflow: ellipsis;
  word-break: normal;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
}

.insight-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  min-width: 420px;
  max-width: 420px;
  height: 140px;
  padding: 20px;
  display: flex;
  box-shadow: 4px 6px 0 2px #895250;
}

.insight-text-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.insight-image {
  border-radius: 20px;
  width: 100px;
  height: 100px;
}

.feature-carousel-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 2210px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.image-journal {
  max-width: 500px;
}

.feature-container-course-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(0, 30px) 1fr;
}

.pricing-icon {
  width: 30px;
  height: 30px;
}

.prices {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  font-size: 28px;
}

@media screen and (min-width: 1440px) {
  .footer-link {
    opacity: .8;
    text-decoration: none;
  }

  .hero-link-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-courses-insights-container.left {
    min-width: 2210px;
  }

  .feature-carousel-container {
    max-width: 2210px;
  }
}

@media screen and (max-width: 991px) {
  .price-section {
    margin-top: 40px;
  }

  .feature-container {
    flex-flow: column;
  }

  .feature-container.reverse {
    flex-flow: column-reverse;
  }

  .feature-text-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-text-container.insights {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
  }

  .image-inspiration {
    width: 100%;
    min-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-feature-insight {
    width: 100%;
    max-width: 600px;
  }

  .image-journal {
    max-width: 450px;
  }

  .feature-container-course-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-heading, .feature-description {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-section-old {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-text {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-actions {
    flex-flow: column;
  }

  .price-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .price-plans {
    flex-flow: column;
  }

  .price-container {
    width: 100%;
  }

  .hero-link-image.hero-link-image-apple {
    margin-left: 0;
  }

  .section {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
  }

  .article-heading {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .heading-3 {
    line-height: 30px;
  }

  .feature-container {
    width: 100%;
  }

  .image-insight-cappy {
    width: 150px;
  }

  .image-feature-insight {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-overflow: clip;
    word-break: break-all;
    overflow-wrap: normal;
  }

  .navigation {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navigation-actions {
    align-self: center;
    width: 100%;
    display: none;
  }

  .hero-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .navigation-section {
    display: block;
    position: relative;
  }

  .hero-text {
    justify-content: center;
    align-items: center;
  }

  .features-section-old {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 20px;
    display: flex;
  }

  .feature.inverse {
    flex-flow: column wrap-reverse;
  }

  .feature-text.inverse {
    order: 0;
  }

  .background-video {
    width: 300px;
    margin-top: 0;
  }

  .footer-text {
    grid-template-columns: 1fr;
  }

  .footer-heading {
    text-align: center;
  }

  .footer-image {
    max-width: 300px;
    top: -115px;
  }

  .title {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .subtitle {
    text-align: center;
  }

  .footer-links {
    margin-top: 40px;
  }

  .footer-heading-subtitle {
    text-align: center;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-actions {
    flex-flow: column;
  }

  .demo-image {
    display: none;
  }

  .privacy-section {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-plans {
    flex-flow: column;
  }

  .price-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-link-image {
    object-fit: contain;
    height: 70px;
    padding-right: 0;
  }

  .hero-link-image.hero-link-image-apple {
    margin-top: 10px;
    margin-left: 0;
    padding-right: 0;
  }

  .hero-link-image.android {
    height: 85px;
  }

  .heading {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .section {
    margin-bottom: 100px;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 25px;
  }

  .article-heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-3 {
    line-height: 24px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 20px;
  }

  .feature-text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-inspiration {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-journal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-container-course-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-columns: minmax(0, 100%);
    grid-auto-columns: minmax(200px, 1fr);
    place-items: center;
  }

  .prices {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}

#w-node-_3e38e5b8-f918-78aa-cf2f-cf6aa345e9c9-41242e49, #w-node-_087bab51-8e72-7187-38b4-eddba47082d6-41242e49, #w-node-_0c31d787-4552-90c3-8ad9-3ba78f567830-41242e49, #w-node-_8d080c77-d8f3-a75f-c1fc-a73494bfccde-41242e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d1fb973-1bcd-ec95-cd26-47de8cec73ca-8cec73bd {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_0d1fb973-1bcd-ec95-cd26-47de8cec73ca-8cec73bd {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d1fb973-1bcd-ec95-cd26-47de8cec73ca-8cec73bd {
    justify-self: center;
  }
}


