@font-face {
  font-family: Canela Trial;
  src: url('../fonts/Canela-Regular-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Canela Trial;
  src: url('../fonts/Canela-Medium-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_variable-collection---colors--space: #9da2b3;
  --_variable-collection---colors--smoke: #d3d6e0;
  --_variable-collection---padding--padding-xl: 24px;
  --_variable-collection---padding--padding-base: 16px;
  --_variable-collection---padding--padding-sm: 8px;
  --_variable-collection---padding--padding-md: 12px;
  --_variable-collection---spacing--spacing-base: 12px;
  --_variable-collection---spacing--spacing-md: 8px;
  --_variable-collection---colors--cloud: #edeff7;
  --_variable-collection---corner--rounded-sm: 4px;
  --_variable-collection---spacing--spacing-lg: 16px;
  --_variable-collection---sizing--base: 16px;
  --_variable-collection---sizing--sm: 8px;
  --_variable-collection---spacing--spacing-xl: 24px;
  --_variable-collection---colors--white: #fff;
  --_variable-collection---colors--dark: #1a1a1a;
  --_variable-collection---colors--steel: #bcbfcc;
  --_variable-collection---colors--arsenic: #40424d;
  --_variable-collection---colors--phantom: #1e1e24;
  --_variable-collection---colors--graphite: #6e7190;
  --_variable-collection---colors--black: #000;
  --_variable-collection---colors--error: #f04438;
  --_variable-collection---colors--sucess: #22c55e;
  --_variable-collection---colors--warning: #f59e0b;
  --_variable-collection---corner--rounded-lg: 16px;
  --_variable-collection---corner--rounded-xl: 24px;
  --_variable-collection---corner--rounded-2xl: 30px;
  --_variable-collection---corner--rounded-md: 8px;
  --_variable-collection---corner--rounded-3xl: 48px;
  --_variable-collection---icon_weight--regular: 1px;
  --_variable-collection---icon_weight--light: .5px;
  --_variable-collection---icon_weight--semi-bold: 2px;
  --_variable-collection---icon_weight--base: 1.5px;
  --_variable-collection---icon_weight--bold: 3px;
  --_variable-collection---opacity--opacity-100: 100px;
  --_variable-collection---opacity--opacity-77: 77px;
  --_variable-collection---opacity--opacity-55: 55px;
  --_variable-collection---opacity--opacity-33: 33px;
  --_variable-collection---opacity--opacity-17: 17px;
  --_variable-collection---opacity--opacity-9: 9px;
  --_variable-collection---padding--padding-lg: 20px;
  --_variable-collection---padding--padding-2xl: 48px;
  --_variable-collection---sizing--md: 12px;
  --_variable-collection---sizing--lg: 20px;
  --_variable-collection---sizing--xl: 24px;
  --_variable-collection---sizing--3xl: 64px;
  --_variable-collection---sizing--2xl: 48px;
  --_variable-collection---sizing--4xl: 96px;
  --_variable-collection---spacing--spacing-2xl: 48px;
  --_variable-collection---spacing--spacing-sm: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.effect-shadow {
  box-shadow: 0 0 50px 4px #00000012;
}

.text-headingh1 {
  text-align: center;
  letter-spacing: .015em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela Trial, Times New Roman, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.text-headingh3 {
  letter-spacing: .005em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela Trial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.text-bodytext-xl {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.text-bodytext-xl.nav-link {
  color: var(--_variable-collection---colors--space);
  width: auto;
  padding: 0;
  font-size: 16px;
  white-space: nowrap;
}

.text-bodytext-xl.nav-link:focus,
.text-bodytext-xl.nav-link.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7c34c8, #3215e9);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-bodytext-xl.p {
  color: var(--_variable-collection---colors--space);
  text-align: center;
  max-width: 800px;
}

.text-bodytext-xl.light {
  color: var(--_variable-collection---colors--smoke);
}

.text-bodytext-l {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.text-bodytext-l.p {
  color: var(--_variable-collection---colors--space);
  text-align: left;
  max-width: 500px;
}

.text-bodytext-l.p.center {
  text-align: center;
}

.text-bodytext-base {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-bodytext-base.p {
  color: var(--_variable-collection---colors--space);
}

.navbar {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 16px 0;
  display: flex;
  overflow: visible;
}

.div-block {
  width: 100%;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  padding-right: var(--_variable-collection---padding--padding-base);
  padding-left: var(--_variable-collection---padding--padding-base);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 982px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.footer {
  padding-top: var(--_variable-collection---padding--padding-sm);
  height: auto;
}

.hero-content {
  grid-row-gap: var(--_variable-collection---spacing--spacing-base);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.ctas {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button-primary {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #7c34c8 0%, #3215e9 100%);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 52px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.button-primary:hover {
  background-image: repeating-radial-gradient(circle, #7c34c8, #3215e9);
}

.button-primary:active {
  background-image: radial-gradient(circle, #7c34c8 50%, #3215e9);
}

.button-primary.nav-cta {
  opacity: 0;
  order: 0;
}

.button--text-primary {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.button-secondary {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #d3d6e0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 52px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--_variable-collection---colors--cloud);
}

.button-secondary:active {
  background-color: var(--_variable-collection---colors--smoke);
}

.button-secondary.full {
  width: 100%;
}

.button-text-secondary {
  color: #1a1a1a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.note {
  grid-row-gap: 8px;
  background-color: #e9d5ff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 160px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 221.933px;
  left: 1195px;
  box-shadow: 0 0 50px #00000012;
}

.note.effect-shadow {
  top: 125px;
  left: auto;
  right: 50px;
  transform: rotate(-4deg);
  box-shadow: 0 0 50px 4px #00000012;
}

.text-note {
  opacity: .55;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.image {
  z-index: -1;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
}

.image-4 {
  position: absolute;
  top: 150px;
  left: 0;
  transform: rotate(4deg);
  box-shadow: 0 0 50px 4px #00000012;
}

.image-4.effect-shadow {
  border-radius: var(--_variable-collection---corner--rounded-sm);
  width: 15%;
  height: auto;
  left: -39px;
}

.image-5 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 0%;
  width: 554px;
  max-width: none;
  height: 149px;
  position: absolute;
  top: 677px;
  bottom: auto;
  left: -5.5px;
}

.image-6 {
  position: absolute;
  top: 557.5px;
  right: -85px;
}

.image-6.effect-shadow {
  border-radius: var(--_variable-collection---corner--rounded-sm);
  top: 437.5px;
  transform: rotate(-4deg);
}

.note-2 {
  grid-row-gap: 8px;
  background-color: #bfdbfe;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 160px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 130.832px;
  left: 1213.29px;
  box-shadow: 0 0 50px #00000012;
}

.note-2.effect-shadow {
  clear: none;
  position: absolute;
  top: 30px;
  left: auto;
  right: -20px;
  transform: rotate(-6deg);
}

.container-3 {
  grid-column-gap: var(--_variable-collection---spacing--spacing-lg);
  grid-row-gap: var(--_variable-collection---spacing--spacing-lg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cards {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 8px;
  background-color: #00000008;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 362px;
  height: 400px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-icon {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.graduation-cap {
  object-fit: cover;
  overflow: hidden;
}

.text-content {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 336px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  object-fit: fill;
  border-radius: 4px;
  width: 90%;
  height: auto;
  position: absolute;
  top: 175.657px;
  left: 15.0642px;
  overflow: visible;
}

.note-3 {
  grid-row-gap: 8px;
  background-color: #bfdbfe;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 228px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 137px;
  left: 122px;
  box-shadow: 0 0 50px #00000012;
}

.note-3.effect-shadow {
  top: 143px;
  left: 55px;
}

.text-9 {
  opacity: .77;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.note-4 {
  grid-row-gap: 8px;
  background-color: #e9d5ff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: auto;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 244.478px;
  left: 23.7378px;
  box-shadow: 0 0 50px #00000012;
}

.note-4.effect-shadow {
  left: 11.7378px;
}

.image-7 {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 4px;
  position: absolute;
  top: 199px;
  left: 54px;
}

.image-7.effect-shadow {
  left: 38px;
}

.image-8 {
  box-sizing: border-box;
  object-fit: none;
  object-position: 97% 60%;
  border-radius: 4px;
  width: 156px;
  max-width: none;
  height: auto;
  position: absolute;
  top: 149px;
  left: 8px;
  overflow: clip;
}

.gradient-heading {
  text-align: center;
  letter-spacing: .015em;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7c34c8 0%, #3215e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela Trial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-4 {
  width: auto;
  height: 1px;
}

.container-5 {
  grid-row-gap: var(--_variable-collection---spacing--spacing-lg);
  background-color: #00000008;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: grid;
}

.card-2 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 362px;
  height: 250px;
  padding: 0 0 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-content-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 218px;
  text-decoration: none;
  display: flex;
}

.personalized-reading-illustration {
  object-fit: cover;
  width: 100%;
  position: relative;
  top: 14px;
  overflow: hidden;
}

.pdf-conversion-illustration {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  justify-content: center;
  align-items: center;
  width: 361px;
  max-width: none;
  height: 150px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -4px;
}

.illustration-2 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.group-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 628px;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 70px;
}

.smart-dashboard-illustration {
  object-fit: cover;
  object-position: 50% 0%;
  width: 150%;
  max-width: none;
  height: 100%;
  position: relative;
  top: 0;
  left: -10px;
}

.div-block-5 {
  width: 100%;
  overflow: hidden;
}

.image-10 {
  width: 100%;
  height: 100%;
  position: relative;
  top: -5px;
}

.section-content {
  grid-column-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  border-radius: 16px;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.steps {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.step {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.step-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  display: flex;
}

.step-icon {
  grid-column-gap: 10px;
  background-image: linear-gradient(90deg, #7c34c8 0%, #3215e9 100%);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.stepper-icon {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.step-icon-2 {
  grid-column-gap: 10px;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-column-gap: var(--_variable-collection---spacing--spacing-lg);
  grid-row-gap: var(--_variable-collection---spacing--spacing-lg);
  flex-flow: column;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.container-9 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 376px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 48px 12px;
  text-decoration: none;
  display: flex;
}

.footer-links {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 96px;
  display: flex;
}

.product-features-pricing-updates {
  flex-flow: column;
  display: flex;
}

.logo_original {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.notaura_a-2 {
  object-fit: cover;
}

.product-features-pricing-updates-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.product-features-pricing-updates-1 {
  color: #0000008c;
  flex-flow: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.cards-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.card-3 {
  grid-row-gap: 12px;
  background-color: #f7f7f7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 362px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-content-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #000;
  letter-spacing: .01em;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela Trial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.features-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.feature {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 330px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.check {
  object-fit: cover;
  overflow: hidden;
}

.card-4 {
  grid-row-gap: 8px;
  background-color: #7c34c8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-content-4 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-heading-h2 {
  color: var(--_variable-collection---colors--white);
  letter-spacing: .01em;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela Trial, Times New Roman, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.features-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.feature-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 330px;
  text-decoration: none;
  display: flex;
}

.image-11 {
  z-index: -1;
  height: 100%;
  position: absolute;
}

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

.file-text {
  object-fit: cover;
  position: absolute;
  inset: 5% auto auto 60%;
  overflow: hidden;
}

.highlighter {
  object-fit: cover;
  position: absolute;
  top: 20%;
  left: 50%;
  overflow: hidden;
}

.square-sigma {
  object-fit: cover;
  position: absolute;
  top: 10%;
  left: 30%;
  overflow: hidden;
}

.pin {
  object-fit: cover;
  position: absolute;
  top: 30%;
  left: 20%;
  overflow: hidden;
}

.type {
  position: absolute;
  top: 40%;
  left: 10%;
}

.search {
  object-fit: cover;
  position: absolute;
  top: 65%;
  left: 30%;
  overflow: hidden;
}

.stamp {
  object-fit: cover;
  position: absolute;
  top: 70%;
  left: auto;
  overflow: hidden;
}

.square-pen {
  position: absolute;
  top: auto;
  bottom: 35%;
  right: 30%;
}

.bookmark {
  object-fit: cover;
  position: absolute;
  inset: auto 20% 45% auto;
  overflow: hidden;
}

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

.div-block-6 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: var(--_variable-collection---padding--padding-base);
    padding-bottom: var(--_variable-collection---padding--padding-base);
    height: 100%;
  }

  .hero-content {
    height: 500px;
  }

  .note.effect-shadow {
    display: none;
  }

  .image {
    height: 90.1063%;
  }

  .image-4.effect-shadow {
    display: none;
    top: 24px;
  }

  .image-6.effect-shadow,
  .note-2.effect-shadow {
    display: none;
  }

  .cards {
    grid-row-gap: var(--_variable-collection---spacing--spacing-lg);
    flex-flow: column;
    height: 100%;
  }

  .image-2 {
    top: 123.656px;
  }

  .note-3.effect-shadow {
    left: 122px;
  }

  .container-5 {
    padding-top: var(--_variable-collection---padding--padding-base);
    padding-bottom: var(--_variable-collection---padding--padding-base);
    height: auto;
  }

  .features {
    padding-right: var(--_variable-collection---sizing--base);
    padding-left: var(--_variable-collection---padding--padding-base);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .file-text {
    top: -26%;
    left: 80%;
  }

  .highlighter {
    top: 0%;
    left: 50%;
  }

  .square-sigma {
    top: -25%;
    left: 15%;
  }

  .pin {
    top: 15%;
    left: 0%;
  }

  .type {
    top: 30%;
    left: -1%;
  }
}

@media screen and (max-width: 479px) {
  .text-headingh1 {
    width: 100%;
    font-size: 36px;
  }

  .text-headingh3 {
    text-align: center;
    width: auto;
  }

  .nav-menu {
    padding-top: var(--_variable-collection---padding--padding-xl);
    padding-left: var(--_variable-collection---padding--padding-xl);
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-2 {
    display: block;
  }

  .section {
    padding-top: var(--_variable-collection---padding--padding-base);
    padding-bottom: var(--_variable-collection---padding--padding-base);
    height: 100%;
  }

  .section.footer {
    padding-right: var(--_variable-collection---padding--padding-md);
    padding-left: var(--_variable-collection---padding--padding-sm);
  }

  .hero-content {
    width: 100%;
  }

  .ctas {
    grid-row-gap: var(--_variable-collection---spacing--spacing-md);
    flex-flow: column;
    width: 100%;
  }

  .button-primary,
  .button-secondary {
    width: 100%;
  }

  .note.effect-shadow {
    opacity: 0;
    display: none;
  }

  .image {
    opacity: 0;
    height: 100%;
    display: block;
  }

  .image-4.effect-shadow {
    display: none;
  }

  .image-5 {
    opacity: 0;
    display: none;
  }

  .image-6.effect-shadow {
    order: 0;
    display: none;
  }

  .note-2.effect-shadow {
    opacity: 0;
    display: none;
  }

  .cards {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .card {
    width: auto;
    height: auto;
  }

  .image-2 {
    top: 177.657px;
  }

  .gradient-heading {
    font-size: 36px;
  }

  .container-5 {
    padding: var(--_variable-collection---padding--padding-md);
  }

  .features {
    padding-right: var(--_variable-collection---sizing--sm);
    padding-left: var(--_variable-collection---padding--padding-sm);
    grid-column-gap: var(--_variable-collection---spacing--spacing-md);
    grid-row-gap: var(--_variable-collection---spacing--spacing-md);
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .personalized-reading-illustration {
    height: 100%;
  }

  .section-content {
    grid-row-gap: var(--_variable-collection---spacing--spacing-lg);
    flex-flow: column;
  }

  .frame-1 {
    width: 300px;
    height: 300px;
  }

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

  .container-7 {
    width: 100%;
  }

  .frame-style {
    width: 100%;
    height: 58%;
  }

  .container-9 {
    grid-column-gap: var(--_variable-collection---spacing--spacing-md);
    grid-row-gap: var(--_variable-collection---spacing--spacing-md);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links {
    grid-column-gap: var(--_variable-collection---padding--padding-sm);
    grid-row-gap: var(--_variable-collection---padding--padding-sm);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .cards-3 {
    grid-row-gap: var(--_variable-collection---spacing--spacing-xl);
    flex-flow: column;
  }

  .text-heading-h2 {
    color: var(--_variable-collection---colors--white);
  }

  .file-text,
  .highlighter,
  .square-sigma,
  .pin,
  .type,
  .search,
  .stamp,
  .square-pen,
  .bookmark {
    opacity: 0;
    display: none;
  }

  .text-block-2,
  .start-for-free-now {
    text-align: center;
  }
}


@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Centering Navigation Menu */
@media screen and (min-width: 992px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .w-nav-brand {
    flex: 1;
  }

  .nav-menu {
    flex: 0 auto;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  .div-block-6 {
    flex: 1;
  }
}