/* Reset html elements. */
#document-text-content {
  /* HTML5 display-role reset for older browsers */ }
  #document-text-content div, #document-text-content span, #document-text-content applet, #document-text-content object, #document-text-content iframe, #document-text-content h1, #document-text-content h2, #document-text-content h3, #document-text-content h4, #document-text-content h5, #document-text-content h6, #document-text-content p, #document-text-content blockquote, #document-text-content pre, #document-text-content a, #document-text-content abbr, #document-text-content acronym, #document-text-content address, #document-text-content big, #document-text-content cite, #document-text-content code, #document-text-content del, #document-text-content dfn, #document-text-content em, #document-text-content img, #document-text-content ins, #document-text-content kbd, #document-text-content q, #document-text-content s, #document-text-content samp, #document-text-content small, #document-text-content strike, #document-text-content strong, #document-text-content tt, #document-text-content var, #document-text-content b, #document-text-content u, #document-text-content i, #document-text-content center, #document-text-content dl, #document-text-content dt, #document-text-content dd, #document-text-content ol, #document-text-content ul, #document-text-content li, #document-text-content fieldset, #document-text-content form, #document-text-content label, #document-text-content legend, #document-text-content table, #document-text-content caption, #document-text-content tbody, #document-text-content tfoot, #document-text-content thead, #document-text-content tr, #document-text-content th, #document-text-content td, #document-text-content article, #document-text-content aside, #document-text-content canvas, #document-text-content details, #document-text-content embed, #document-text-content figure, #document-text-content figcaption, #document-text-content footer, #document-text-content header, #document-text-content hgroup, #document-text-content menu, #document-text-content nav, #document-text-content output, #document-text-content ruby, #document-text-content section, #document-text-content summary, #document-text-content time, #document-text-content mark, #document-text-content audio, #document-text-content video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  #document-text-content article, #document-text-content aside, #document-text-content details, #document-text-content figcaption, #document-text-content figure, #document-text-content footer, #document-text-content header, #document-text-content hgroup, #document-text-content menu, #document-text-content nav, #document-text-content section {
    display: block; }
  #document-text-content ol, #document-text-content ul {
    list-style: none; }
  #document-text-content blockquote, #document-text-content q {
    quotes: none; }
  #document-text-content blockquote:before, #document-text-content blockquote:after, #document-text-content q:before, #document-text-content q:after {
    content: '';
    content: none; }
  #document-text-content table {
    border-collapse: collapse;
    border-spacing: 0; }

/* End of Reset */
@font-face {
  font-family: "Inter";
  font-weight: 400 700;
  font-display: swap;
  font-style: normal;
  src: url("../../../fonts/InterV.var.woff2") format("woff2"); }

@font-face {
  font-family: "Charter";
  src: url("../../../fonts/charter_regular.woff"); }

@font-face {
  font-family: "Charter";
  src: url("../../../fonts/charter_bold.woff");
  font-weight: bold; }

:root {
  --peach-gradient: linear-gradient(180deg, #e4a38e 0%, #e4938e 100%);
  --peach: rgba(228, 147, 142, 1);
  --neutral-05: rgba(12, 17, 23, 1);
  --neutral-10: #151c23;
  --neutral-20: #28313b;
  --neutral-30: rgba(62, 72, 83, 1);
  --text-secondary: rgba(190, 201, 214, 1);
  --heading-font-size: 22px;
  --heading-font-size-desktop: 40px;
  --heading-line-height-desktop: 46px;
  --heading-letter-spacing-desktop: -.02em;
  --heading-font-weight-desktop: 600;
  --subheading-font-size: 15px;
  --subheading-font-size-desktop: 20px;
  --subheading-line-height-desktop: 48px;
  --subheading-letter-spacing-desktop: -.01em;
  --subheading-font-weight-desktop: 400;
  /* Title Desktop */
  --title-lg-font-size-desktop: 40px;
  --title-lg-line-height-desktop: 46px;
  --title-lg-font-weight-desktop: 600;
  --title-md-font-size-desktop: 28px;
  --title-md-line-height-desktop: 36px;
  --title-md-font-weight-desktop: 500;
  --title-font-size-desktop: 24px;
  --title-line-height-desktop: 32px;
  --title-font-weight-desktop: 500;
  --title-sm-font-size-desktop: 20px;
  --title-sm-line-height-desktop: 24px;
  --title-sm-font-weight-desktop: 600;
  --title-xs-font-size-desktop: 18px;
  --title-xs-line-height-desktop: 22px;
  --title-xs-font-weight-desktop: 600;
  /* Body Desktop */
  --body-lg-font-size-desktop: 20px;
  --body-lg-line-height-desktop: 28px;
  --body-md-font-size-desktop: 18px;
  --body-md-line-height-desktop: 28px;
  --body-font-size-desktop: 16px;
  --body-line-height-desktop: 24px;
  --body-sm-font-size-desktop: 14px;
  --body-sm-line-height-desktop: 20px;
  --device-box-shadow: invert(0);
  --text-color: white;
  --text-color-dim: rgba(255, 255, 255, 0.8);
  --text-color-dim-slight: rgba(255, 255, 255, 0.95);
  --text-color-dimmest: rgba(255, 255, 255, 0.7);
  --title-subheading: var(--text-secondary);
  --background: black;
  --navbar-background: rgba(0, 0, 0, 0.85);
  --theme-toggle-background: rgba(160, 160, 160, 0.16);
  --highight-color-gradient: var(--peach-gradient);
  --features-background-color: var(--neutral-10);
  --features-box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.25);
  --heading-text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.3);
  --title-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.16);
  --title-text-shadow-desktop: 0px 0px 20px rgba(255, 255, 255, 0.16);
  --button-gradient: var(--peach-gradient);
  --button-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  --section-background: var(--neutral-05);
  --testimonial-background: #2a353f;
  --testimonial-box-shadow: 7.52294px 7.52294px 18.8073px rgba(0, 0, 0, 0.08);
  --slide-icon-color: #7d7d7d;
  --integrations-background: #1c1d1f;
  --integration-card-background: #2a303f;
  --faq-background: black;
  --email-background: linear-gradient(180deg, #000000 -27.67%, rgba(0, 0, 0, 0.54) 120.67%), radial-gradient(78.13% 120.42% at 51.59% 100.04%, rgba(135, 213, 255, 0.8) 31.25%, rgba(83, 40, 215, 0.8) 72.4%, rgba(32, 45, 63, 0.8) 100%);
  --input-background: #2e3745;
  /* bubbles */
  --anifragile-background: radial-gradient(
                  50% 50% at 50% 50%,
                  #0a0e1c 7.81%,
                  rgba(10, 14, 28, 0) 83.44%,
                  rgba(12, 130, 168, 0.19) 100%
  );
  --antifragile-box-shadow: inset -24px -4px 20px rgba(12, 130, 168, 0.19),
  inset 16px 4px 28px rgba(12, 130, 168, 0.19),
  inset 0px -12px 16px rgba(12, 130, 168, 0.19);
  --antifragile-bubble1-background: radial-gradient(
                  92.97% 92.97% at 35.49% 0%,
                  #0f1c2c 0%,
                  #1e2c43 86.61%,
                  #5c443d 93%,
                  #86563c 96%,
                  #cf7130 99.99%
  );
  --antifragile-bubble1-box-shadow: 16px 36px 68px rgba(255, 130, 14, 0.2),
  inset -16px -4px 20px rgba(255, 255, 255, 0.15),
  inset 8px -4px 28px rgba(25, 42, 100, 1),
  inset 0px -12px 16px rgba(255, 255, 255, 0.3),
  inset 3px -20px 12px rgb(255, 179, 49);
  --mockingbird-bubble1-background: radial-gradient(
                  92.97% 92.97% at 35.49% 0%,
                  #0f1c2c 0%,
                  #1e2c43 76.61%,
                  #705734 99.99%
  );
  --mockingbird-bubble1-box-shadow: 16px 36px 68px rgba(255, 130, 14, 0.4),
  inset -16px -4px 20px rgba(255, 255, 255, 0.1),
  inset 8px -4px 28px #1d3058,
  inset 0px -12px 16px rgba(255, 255, 255, 0.3);
  --mockingbird-bubble2-background: radial-gradient(
                  50% 50% at 50% 50%,
                  #0a0e1c 7.81%,
                  rgba(10, 14, 28, 0) 73.44%,
                  rgba(12, 130, 168, 0.19) 100%
  );
  --mockingbird-bubble2-box-shadow: inset -24px -4px 20px rgba(255, 255, 255, 0.1),
  inset 16px 4px 28px rgba(255, 255, 255, 0.1),
  inset 0px -12px 16px rgba(255, 255, 255, 0.1);
  --ulysses-bubble1-background: radial-gradient(
                  92.97% 92.97% at 35.49% 0%,
                  #0f1c2c 0%,
                  #1e2c43 85%,
                  #80624d 95%,
                  #bb672b
  );
  --ulysses-bubble1-box-shadow: 10px 36px 68px rgba(255, 130, 14, 0.377),
  inset -16px -4px 10px rgba(248, 238, 169, 0.1),
  inset 8px -4px 28px rgba(98, 112, 243, 0.3),
  inset 0px -12px 16px rgba(255, 255, 255, 0.3);
  --ulysses-bubble2-background: radial-gradient(
                  50% 50% at 50% 50%,
                  #0a0e1c 7.81%,
                  rgba(10, 14, 28, 0) 80.44%,
                  rgba(12, 130, 168, 0.15) 100%
  );
  --ulysses-bubble2-box-shadow: inset -24px -4px 20px rgba(255, 255, 255, 0.2),
  inset 16px 4px 28px rgba(255, 255, 255, 0.05),
  inset 0px -12px 16px rgba(255, 255, 255, 0.1);
  --gatsby-bubble1-background: radial-gradient(
                  92.97% 92.97% at 35.49% 0%,
                  #0f1c2c 0%,
                  #284068 76.61%
  );
  --gatsby-bubble1-box-shadow: inset -16px -4px 20px rgba(255, 255, 255, 0.1),
  inset 8px -4px 28px #1d3058, inset 0px -12px 16px rgba(255, 255, 255, 0.3);
  --gatsby-bubble2-background: radial-gradient(
                  50% 50% at 50% 50%,
                  #0a0e1c 7.81%,
                  rgba(10, 14, 28, 0) 73.44%,
                  rgba(12, 130, 168, 0.19) 100%
  );
  --gatsby-bubble2-box-shadow: inset -24px -4px 20px rgba(255, 255, 255, 0.1),
  inset 16px 4px 28px rgba(255, 255, 255, 0.1),
  inset 0px -12px 16px rgba(255, 255, 255, 0.1);
  --infinity--bubble1-background: radial-gradient(
                  92.97% 92.97% at 35.49% 0%,
                  #0f1c2c 0%,
                  #1e2c43 85%,
                  #80624d 95%,
                  #bb672b
  );
  --infinity--bubble1-box-shadow: 10px 36px 68px rgba(255, 130, 14, 0.377),
  inset -16px -4px 10px rgba(248, 238, 169, 0.1),
  inset 8px -4px 28px rgba(98, 112, 243, 0.3),
  inset 0px -12px 16px rgba(255, 255, 255, 0.3);
  --infinity--bubble2-background: radial-gradient(
                  50% 50% at 50% 50%,
                  #0a0e1c 7.81%,
                  rgba(10, 14, 28, 0) 80.44%,
                  rgba(12, 130, 168, 0.15) 100%
  );
  --infinity--bubble2-box-shadow: inset -24px -4px 20px rgba(255, 255, 255, 0.2),
  inset 16px 4px 28px rgba(255, 255, 255, 0.05),
  inset 0px -12px 16px rgba(255, 255, 255, 0.1);
  --email-box-shadow: 16px 36px 68px rgba(255, 130, 14, 0.4),
  inset -16px -4px 20px rgba(25, 43, 83, 0.1),
  inset 8px -4px 28px #403b64,
  inset 0px -12px 16px rgb(25, 43, 83);
  --email-bubble-background: radial-gradient(
                  92.97% 92.97% at 35.49% 0%,
                  #0f1c2c 0%,
                  #1e2c43 76.61%,
                  #463b3f 84%,
                  #57473f 90%,
                  #cf7130 99.99%
  );
  --email-bubble-box-shadow: inset 0px -12px 16px rgba(229, 178, 83, 0.5); }

* {
  box-sizing: border-box; }

body::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */ }

.button {
  border: none;
  margin: auto;
  cursor: pointer;
  display: flex;
  color: #000000;
  flex-direction: row;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background: var(--button-gradient);
  box-shadow: var(--button-box-shadow);
  border-radius: 18px;
  transition: transform 150ms ease; }
  .button:hover {
    transform: scale(1.03); }
  @media screen and (min-width: 768px) {
    .button {
      padding: 8px 18px; } }
.navbar-container {
  width: 100%;
  z-index: 1100;
  position: absolute; }
  .navbar-container:not(.has-referral) {
    position: fixed;
    margin-top: -4px;
    top: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); }

.navbar-background {
  width: 100%;
  height: 85px;
  position: absolute;
  top: -15px;
  z-index: -1;
  transition: opacity 0.5s ease;
  opacity: 0;
  box-shadow: inset 0 0 0 200px var(--navbar-background); }
  .navbar-background.is-opaque {
    opacity: 0.4; }

.navbar {
  display: flex;
  max-width: 1440px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .navbar .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
  .navbar .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .navbar .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-toggle-background);
    -webkit-transition: .4s;
    transition: .4s; }
  .navbar .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .navbar input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .navbar .slider.round {
    border-radius: 34px; }
  .navbar .slider.round:before {
    border-radius: 50%; }

.navbar__left {
  margin-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  padding-bottom: 6px; }
  .navbar__left .navbar__title {
    cursor: pointer;
    padding-top: 24px;
    margin: 0px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-secondary);
    text-decoration: none;
    border-top: 2px solid transparent; }
    @media screen and (min-width: 768px) {
      .navbar__left .navbar__title {
        margin-right: 24px; } }
    .navbar__left .navbar__title.active {
      display: none;
      color: var(--peach);
      opacity: 1;
      border-top: 2px solid var(--peach); }
      @media screen and (min-width: 768px) {
        .navbar__left .navbar__title.active {
          display: initial; } }
    .navbar__left .navbar__title:active, .navbar__left .navbar__title:focus, .navbar__left .navbar__title:hover {
      color: var(--text-color); }
    .navbar__left .navbar__title:hover {
      opacity: 0.8; }

.navbar__right {
  margin-right: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: -5px;
  display: flex;
  padding-top: 24px; }
  .navbar__right .signup-button {
    opacity: 0;
    transition: opacity 0.4s ease, width 0.3s ease, padding 0.5s ease;
    width: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden; }

.sign-in-button {
  background: none;
  color: white; }

.navbar__icon {
  margin-right: 10px;
  border-radius: 4px;
  margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .navbar__icon {
      margin-right: 48px; } }
.show-all .navbar__right .signup-button {
  opacity: 1;
  width: 90px;
  padding: 8px 16px; }

.wrapper {
  z-index: -1;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: absolute; }

body,
button {
  font-family: Inter, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif; }

body {
  background: var(--background);
  margin: 0;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv01", "cv10";
  font-variation-settings: "opsz" auto;
  text-rendering: optimizeLegibility; }

.container {
  margin: auto;
  text-align: center; }

.heading {
  color: var(--text-color);
  font-size: var(--heading-font-size);
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .heading {
      font-size: var(--title-lg-font-size-desktop);
      line-height: var(--title-lg-line-height-desktop);
      font-weight: var(--title-lg-font-weight-desktop);
      letter-spacing: var(--title-lg-letter-spacing-desktop); } }
.heading--no-text-shadow {
  text-shadow: none; }

.subheading {
  font-size: var(--subheading-font-size);
  color: var(--text-secondary);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; }
  @media screen and (min-width: 768px) {
    .subheading {
      font-size: var(--subheading-font-size-desktop);
      line-height: var(--subheading-line-height-desktop);
      font-weight: var(--subheading-font-weight-desktop);
      letter-spacing: var(--subheading-letter-spacing-desktop); } }
.title {
  color: var(--text-color);
  font-size: var(--heading-font-size);
  line-height: 26px; }
  @media screen and (min-width: 768px) {
    .title {
      font-size: var(--heading-font-size-desktop);
      line-height: 54px;
      max-width: 690px;
      margin: auto;
      margin-bottom: 25px; } }
  .title .first-line {
    display: flex;
    justify-content: center; }
    .title .first-line .title-text {
      white-space: nowrap; }
  .title .second-line .title-text {
    line-height: 1; }

.title-subheading {
  color: var(--title-subheading);
  max-width: 570px;
  margin: auto;
  margin-bottom: 45px;
  line-height: 18px; }
  @media screen and (min-width: 550px) {
    .title-subheading {
      line-height: 22px; } }
.body-lg {
  color: var(--text-secondary); }
  @media screen and (min-width: 550px) {
    .body-lg {
      font-size: var(--body-lg-font-size-desktop);
      line-height: var(--body-lg-line-height-desktop); } }
.has-section-background {
  background: var(--section-background); }

section {
  opacity: 0.5;
  transition: opacity 0.4s ease; }
  section.animate {
    opacity: 1; }

.first-section {
  opacity: 1;
  filter: none;
  padding-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #000000 12.05%, rgba(0, 0, 0, 0) 53.19%), linear-gradient(122.79deg, #000000 5.02%, rgba(0, 0, 0, 0) 98.29%), radial-gradient(310.13% 135.99% at 205.26% 100%, rgba(253, 98, 90, 0.8) 0%, rgba(213, 20, 144, 0.8) 46.24%, rgba(42, 78, 171, 0.8) 82.29%); }
  .first-section .bubbles {
    transition: transform 2s ease; }
  .first-section .title-container {
    opacity: 0;
    transform: translateY(-48px);
    transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition-delay: 0s; }
  .first-section .title {
    color: var(--text-color);
    font-size: var(--heading-font-size);
    line-height: 26px; }
    @media screen and (min-width: 768px) {
      .first-section .title {
        font-size: 58px;
        line-height: 68px;
        max-width: 800px;
        font-weight: 600;
        margin: 0 auto;
        letter-spacing: -.02em;
        margin-bottom: 24px; } }
  .first-section .subheading.title-subheading {
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .first-section .subheading.title-subheading {
        font-size: var(--body-lg-font-size-desktop);
        line-height: var(--body-lg-line-height-desktop); } }
  .first-section .hero-image-container {
    position: relative;
    max-width: 1100px;
    margin: auto; }
    .first-section .hero-image-container img {
      max-height: 100%;
      height: auto;
      max-width: 100%; }
    .first-section .hero-image-container .landing-photo-phone {
      position: absolute;
      bottom: -25px;
      right: -1%;
      width: auto;
      max-width: 323px;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      transform: translateY(48px);
      transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
      transition-delay: 0.8s;
      filter: var(--device-box-shadow); }
      @media screen and (min-width: 768px) {
        .first-section .hero-image-container .landing-photo-phone {
          right: -10%; } }
    .first-section .hero-image-container .landing-photo {
      transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
      transition-delay: 0.7s;
      position: relative;
      left: -13px;
      transform: translateY(48px);
      opacity: 0;
      filter: var(--device-box-shadow); }
      @media screen and (min-width: 768px) {
        .first-section .hero-image-container .landing-photo {
          left: -10%; } }
  .first-section.animate .landing-photo-phone, .first-section.animate .landing-photo, .first-section.animate .title-container {
    opacity: 1;
    transform: translate(0, 0); }
  .first-section.animate .bubbles {
    transform: scale(130%); }
  @media screen and (min-width: 550px) {
    .first-section {
      padding-top: 132px; }
      .first-section .subheading.title-subheading {
        margin-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .first-section {
      padding-top: 148px; } }
  .first-section .first-section-bottom-gradient {
    background: linear-gradient(0deg, #000000 12.05%, rgba(0, 0, 0, 0) 53.19%);
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    left: 0;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .first-section .first-section-bottom-gradient {
        height: 400px; } }
.signup-area {
  display: block;
  margin-bottom: 72px; }
  @media screen and (min-width: 768px) {
    .signup-area {
      display: inline-flex; } }
  .signup-area input {
    display: none;
    transition: width 0.4s ease;
    width: 0px;
    background-color: var(--input-background);
    color: var(--text-color);
    border: none;
    border-radius: 8px;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.08);
    padding: 16px 20px;
    height: 50px;
    font-weight: 600;
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) {
      .signup-area input {
        margin-right: 8px;
        margin-bottom: 0; } }
    .signup-area input::placeholder {
      opacity: 1;
      color: var(--text-color-dimmest); }
    .signup-area input:focus {
      outline: none; }
    .signup-area input.invalid {
      border: 1px solid red; }
  .signup-area .signup-button {
    margin: 8px auto;
    /* yellow */
    padding: 11px 44px;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .signup-area .signup-button {
        padding: 14px 32px;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 46px;
        font-size: 18px;
        font-weight: 600; } }
  .signup-area.show-form input {
    display: initial;
    width: 260px; }
  .signup-area.show-form .signup-button {
    height: 50px;
    margin: 0px auto; }

.header-highlight {
  position: relative;
  display: inline-block;
  text-align: left;
  transition: width 0.3s ease, height 0.3s ease;
  overflow: hidden;
  width: 132px;
  height: 22px; }
  @media screen and (min-width: 768px) {
    .header-highlight {
      height: 68px;
      width: 306px; } }
.header-highlight__text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background: var(--highight-color-gradient);
  -webkit-background-clip: text;
  white-space: nowrap;
  letter-spacing: -0.02em; }

.header-highlight__text_container {
  z-index: 10;
  position: absolute;
  transition: transform 0.5s ease;
  transform: translateY(0px); }

.fade-in {
  -webkit-animation: fade-animation 1.5s ease;
  /* Safari 4+ */
  -moz-animation: fade-animation 1.5s ease;
  /* Fx 5+ */
  -o-animation: fade-animation 1.5s ease;
  /* Opera 12+ */
  animation: fade-animation 1.5s ease;
  /* IE 10+, Fx 29+ */ }

@-webkit-keyframes fade-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header-highlight__text_hide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 2000px black;
  filter: blur(20px); }

.value-section {
  padding-top: 90px;
  align-items: center;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .value-section {
      padding: 100px 0px; } }
.value-container {
  max-width: 1200px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .value-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
.value-content {
  text-align: center;
  max-width: 540px;
  padding-bottom: 40px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .value-content {
      text-align: start;
      margin-right: 90px;
      margin-left: 16px; } }
  .value-content .heading {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1%;
    margin: 0 24px;
    margin-bottom: 24px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .value-content .heading {
        margin-left: 0;
        margin-right: 0;
        font-weight: 600;
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1%; } }
  .value-content .value-text {
    color: var(--title-subheading);
    margin: 0 24px;
    max-width: 416px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: start; }
    @media screen and (min-width: 768px) {
      .value-content .value-text {
        margin: 0;
        font-weight: 400;
        font-size: var(--body-lg-font-size-desktop);
        line-height: var(--body-lg-line-height-desktop); } }
.value-photo {
  height: 400px;
  position: relative; }
  .value-photo img {
    position: absolute;
    max-height: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .value-photo img {
      right: 10%;
      height: 400px;
      width: 676px; } }
  @media screen and (min-width: 768px) {
    .value-photo {
      width: 50%;
      height: 610px; }
      .value-photo img {
        height: 610px;
        position: absolute;
        top: 0;
        right: 0; } }
.reverse .value-container {
  flex-direction: row-reverse; }

@media screen and (min-width: 768px) {
  .reverse .value-content {
    margin-left: 90px;
    margin-right: 200px; } }

@media screen and (max-width: 768px) {
  .reverse .value-photo img {
    left: 10%; } }

@media screen and (min-width: 768px) {
  .reverse .value-photo img {
    left: 0; } }

.second-section {
  padding-top: 65px;
  padding-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .second-section {
      padding-top: 77px;
      padding-bottom: 5px; } }
  .second-section .subheading {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto; }

.reading-sources-container {
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-top: 50px;
  overflow-x: scroll; }
  .reading-sources-container::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .reading-sources-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 10px; }
  .reading-sources-container::-webkit-scrollbar-track {
    background: transparent; }
  .reading-sources-container #read-it-later {
    order: -1;
    -webkit-order: -1; }
  @media screen and (min-width: 768px) {
    .reading-sources-container {
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1380px;
      overflow-x: hidden; }
      .reading-sources-container #read-it-later {
        order: 0;
        -webkit-order: 0; } }
  .reading-sources-container .reading-sources-card {
    background: var(--neutral-10);
    border-radius: 16px;
    padding: 24px;
    flex: 0 1 266px;
    margin: 16px 16px;
    text-align: start;
    width: 262px;
    min-width: 262px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.1s ease, transform 0.7s ease;
    transform: scale(0.8); }
    @media screen and (min-width: 768px) {
      .reading-sources-container .reading-sources-card {
        padding: 24px;
        flex: 0 1x;
        width: 260px;
        min-width: 260px; } }
    .reading-sources-container .reading-sources-card .feature-title {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: center;
      color: var(--text-color);
      padding: 0;
      margin-bottom: 8px; }
      @media screen and (min-width: 768px) {
        .reading-sources-container .reading-sources-card .feature-title {
          font-size: var(--title-lg-font-size-desktop);
          line-height: var(--title-lg-line-height-desktop);
          font-weight: var(--title-lg-font-weight-desktop); } }
      .reading-sources-container .reading-sources-card .feature-title h3 {
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 768px) {
          .reading-sources-container .reading-sources-card .feature-title h3 {
            font-size: var(--title-sm-font-size-desktop);
            line-height: var(--title-sm-line-height-desktop);
            font-weight: var(--title-sm-font-weight-desktop); } }
    .reading-sources-container .reading-sources-card .feature-text {
      font-style: normal;
      font-size: 13.1651px;
      line-height: 20px;
      color: var(--text-secondary);
      text-align: start;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .reading-sources-container .reading-sources-card .feature-text {
          font-size: var(--body-font-size-desktop);
          line-height: var(--body-line-height-desktop); } }
    .reading-sources-container .reading-sources-card .feature-icon {
      margin-bottom: 16px; }
  .reading-sources-container .reading-sources-card:nth-child(1) {
    transition-delay: 0s; }
  .reading-sources-container .reading-sources-card:nth-child(2) {
    transition-delay: 0.03s; }
  .reading-sources-container .reading-sources-card:nth-child(3) {
    transition-delay: 0.06s; }
  .reading-sources-container .reading-sources-card:nth-child(4) {
    transition-delay: 0.12s; }
  .reading-sources-container .reading-sources-card:nth-child(5) {
    transition-delay: 0.18s; }
  .reading-sources-container .reading-sources-card:nth-child(6) {
    transition-delay: 0.24s; }
  .reading-sources-container .reading-sources-card:nth-child(7) {
    transition-delay: 0.30s; }
  .reading-sources-container .reading-sources-card:nth-child(8) {
    transition-delay: 0.36s; }

.second-section .has-animation.animate .reading-sources-card {
  opacity: 1;
  transform: scale(99%); }

.call-to-action {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px 10px; }
  @media screen and (min-width: 768px) {
    .call-to-action {
      background: var(--neutral-10);
      border-radius: 50px;
      margin: 50px auto;
      max-width: 320px; } }
  .call-to-action span {
    display: flex;
    align-items: center;
    flex: 1; }
    .call-to-action span img {
      margin-right: 16px;
      width: 30px;
      height: 30px; }
  @media screen and (min-width: 768px) {
    .call-to-action {
      padding: 16px 24px;
      font-size: 16px;
      width: 410px;
      line-height: 22px;
      max-width: 410px; } }
.powerful-highlighting {
  background: linear-gradient(110.19deg, rgba(0, 0, 0, 0) 4.62%, #000000 92.71%), #151c23; }
  .powerful-highlighting .value-content {
    transition: opacity 0.3s ease, transform 0.7s ease;
    opacity: 0;
    transform: translate(0px, 20px);
    margin: 0 24px; }
    .powerful-highlighting .value-content .heading {
      text-align: left;
      margin-left: 0; }
    .powerful-highlighting .value-content .value-text {
      text-align: left;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .powerful-highlighting .value-content .value-text {
          max-width: 100%; } }
  .powerful-highlighting .image-container {
    height: 400px;
    position: relative; }
    .powerful-highlighting .image-container .powerful-highlighting-image {
      opacity: 0;
      transition: opacity 0.3s ease, transform 0.7s ease;
      position: absolute;
      left: -252px;
      top: -205px;
      width: auto;
      height: 187%;
      transform: translate(-70px, 70px); }
    .powerful-highlighting .image-container .powerful-highlighting-image-note {
      position: absolute;
      height: 280px;
      width: 411px;
      top: 80px;
      left: -54px;
      transition: opacity 0.2s ease, transform 0.7s ease, top 2s ease;
      transform: translate(-70px, 70px);
      transition-delay: 0s, 0s, 0.5s;
      opacity: 0; }
    @media screen and (min-width: 768px) {
      .powerful-highlighting .image-container {
        height: 700px;
        width: 50%;
        position: relative; }
        .powerful-highlighting .image-container .powerful-highlighting-image {
          position: relative;
          height: 1295px;
          left: -564px;
          top: -47px;
          width: auto; }
        .powerful-highlighting .image-container .powerful-highlighting-image-note {
          height: 400px;
          width: 588px;
          top: 464px;
          left: -177px; } }
  .powerful-highlighting .value-content {
    position: relative;
    z-index: 10; }
  .powerful-highlighting .has-animation.animate.value-content {
    opacity: 1;
    transform: translate(0, 0); }
  .powerful-highlighting .has-animation.animate .powerful-highlighting-image {
    opacity: 1;
    transform: translate(0, 0); }
  .powerful-highlighting .has-animation.animate .powerful-highlighting-image-note {
    opacity: 1;
    transform: translate(0, 0);
    top: 69px; }
    @media screen and (min-width: 768px) {
      .powerful-highlighting .has-animation.animate .powerful-highlighting-image-note {
        top: 420px; } }
@keyframes ghost-bounce {
  0% {
    transform: translateY(0px) scaleY(1); }
  100% {
    transform: translateY(-30px) scaleY(1.2); } }

.features-section {
  background: #10161d;
  padding-bottom: 0; }
  .features-section .heading {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin: auto;
    margin-bottom: 16px;
    max-width: 240px; }
    @media screen and (min-width: 768px) {
      .features-section .heading {
        font-style: normal;
        font-weight: var(--title-lg-font-weight-desktop);
        font-size: var(--title-lg-font-size-desktop);
        line-height: var(--title-lg-line-height-desktop);
        margin-bottom: 16px;
        max-width: 100%; } }
  .features-section .subheading {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    margin-left: 16px;
    margin-right: 16px; }
    @media screen and (min-width: 768px) {
      .features-section .subheading {
        font-style: normal;
        font-weight: 400;
        font-size: var(--body-lg-font-size-desktop);
        line-height: var(--body-lg-line-height-desktop);
        max-width: 500px;
        margin: 0 auto 24px; } }
  .features-section .features-container {
    margin: auto; }
    @media screen and (min-width: 768px) {
      .features-section .features-container {
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; }
        .features-section .features-container .feature-card:nth-child(1) {
          flex: 64%; }
        .features-section .features-container .feature-card:nth-child(2) {
          flex: 30%; }
        .features-section .features-container .feature-card:nth-child(3) {
          flex: 30%; }
        .features-section .features-container .feature-card:nth-child(4) {
          flex: 64%; } }
    .features-section .features-container .feature-card {
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(59, 63, 84, 0.2) 100%);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      margin: 16px 16px;
      text-align: start;
      min-width: 266px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      position: relative;
      transition: opacity 0.1s ease, transform 0.7s ease; }
      @media screen and (min-width: 768px) {
        .features-section .features-container .feature-card.ghost-card {
          overflow: visible; }
          .features-section .features-container .feature-card.ghost-card .feature-card-content {
            padding-top: 0; }
        .features-section .features-container .feature-card.keyboard-card {
          display: flex;
          flex-direction: row-reverse;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between; }
          .features-section .features-container .feature-card.keyboard-card .feature-card-image {
            flex: 0;
            max-width: 380px; }
            .features-section .features-container .feature-card.keyboard-card .feature-card-image .keyboard {
              left: 20px; }
              .features-section .features-container .feature-card.keyboard-card .feature-card-image .keyboard .keyboard-gradient {
                position: absolute;
                z-index: 10;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0) 39%, black 100%); }
          .features-section .features-container .feature-card.keyboard-card .feature-card-content {
            flex: 2;
            padding-top: 0;
            padding-bottom: 0;
            max-width: 370px; } }
    .features-section .features-container .feature-card-image {
      position: relative;
      margin-bottom: 8px; }
      .features-section .features-container .feature-card-image .keyboard {
        display: flex;
        flex-direction: column;
        align-items: center;
        top: -25px;
        position: relative;
        left: 83px; }
        .features-section .features-container .feature-card-image .keyboard .row {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .features-section .features-container .feature-card-image .keyboard .row .key {
            width: 57px;
            height: 57px;
            margin-bottom: 5px;
            margin-right: 5px;
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.01);
            border: 2px solid rgba(137, 145, 186, 0.7);
            border-radius: 8px;
            font-size: 22px;
            line-height: 24px;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: scale(0); }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(1) {
              transition: transform 0.2s 0.1s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(2) {
              transition: transform 0.2s 0.2s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(3) {
              transition: transform 0.2s 0.3s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(4) {
              transition: transform 0.2s 0.4s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(5) {
              transition: transform 0.2s 0.5s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(6) {
              transition: transform 0.2s 0.6s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(7) {
              transition: transform 0.2s 0.7s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(8) {
              transition: transform 0.2s 0.8s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(9) {
              transition: transform 0.2s 0.9s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:nth-child(10) {
              transition: transform 0.2s 1s ease-in, background-color 0.2s ease; }
            .features-section .features-container .feature-card-image .keyboard .row .key:hover {
              background-color: rgba(255, 255, 255, 0.05); }
          .features-section .features-container .feature-card-image .keyboard .row .space {
            width: 303px; }
      .features-section .features-container .feature-card-image .ghost-image-container {
        position: relative;
        height: 200px;
        width: 100%;
        transform: translateY(300px) scaleY(2);
        opacity: 0;
        transition: transform 4s cubic-bezier(0.06, 0.34, 0.19, 1.24), opacity 0.5s ease; }
        .features-section .features-container .feature-card-image .ghost-image-container .ghost, .features-section .features-container .feature-card-image .ghost-image-container .glasses {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          animation: ghost-bounce 10s cubic-bezier(0.26, 0.57, 0.79, 0.55) infinite alternate;
          animation-delay: 5s; }
    .features-section .features-container .search-card {
      display: flex;
      justify-content: space-between;
      padding: 24px 0px; }
      @media screen and (min-width: 768px) {
        .features-section .features-container .search-card {
          padding: 45px 0px; } }
      .features-section .features-container .search-card .feature-card-image {
        height: 95px; }
      .features-section .features-container .search-card .search-image-container {
        display: flex;
        justify-content: flex-end;
        transition: transform 1s ease, opacity 0.5s ease;
        transform: translateX(400px); }
    @media screen and (min-width: 768px) {
      .features-section .features-container .tts-card {
        padding-left: 45px; }
        .features-section .features-container .tts-card .feature-card-content {
          padding-left: 0;
          max-width: 370px;
          position: absolute;
          bottom: 0; } }
    .features-section .features-container .tts-card .tts-image-container {
      display: flex;
      justify-content: flex-end;
      position: relative;
      min-height: 155px; }
      @media screen and (min-width: 768px) {
        .features-section .features-container .tts-card .tts-image-container {
          min-height: 280px; } }
      .features-section .features-container .tts-card .tts-image-container .tts-image {
        position: absolute;
        top: -105%;
        width: 562px;
        min-height: 300px;
        min-width: 100px;
        height: auto;
        clip-path: inset(0 509px 0px 0px);
        transition: clip-path 1s ease-in; }
        @media screen and (min-width: 768px) {
          .features-section .features-container .tts-card .tts-image-container .tts-image {
            position: relative;
            top: 0;
            width: auto; }
            .features-section .features-container .tts-card .tts-image-container .tts-image.absolute {
              position: absolute;
              z-index: 11; } }
    @media screen and (min-width: 768px) {
      .features-section .features-container .tts-card .feature-title {
        display: none; } }
    @media screen and (min-width: 768px) {
      .features-section .features-container .feature-card-image .ghost-image-container {
        transition-delay: 1s !important; }
      .features-section .features-container .feature-card-image .search-image-container {
        transition-delay: 1s; }
      .features-section .features-container .feature-card-image .tts-image-container .tts-image {
        transition-delay: 1.5s; } }
    .features-section .features-container .has-animation.animate.feature-card {
      /*transform: scale(99%);*/ }
      .features-section .features-container .has-animation.animate.feature-card .keyboard .row .key {
        transform: scale(99%); }
      .features-section .features-container .has-animation.animate.feature-card .ghost-image-container {
        transform: translateY(0) scaleY(1);
        opacity: 1; }
      .features-section .features-container .has-animation.animate.feature-card .search-image-container {
        transform: translateX(0); }
      .features-section .features-container .has-animation.animate.feature-card .tts-image-container .tts-image {
        clip-path: inset(0 0px 0px 0px); }
    .features-section .features-container .feature-card-content {
      padding: 16px 20px; }
      @media screen and (min-width: 768px) {
        .features-section .features-container .feature-card-content {
          padding: 32px; } }
      .features-section .features-container .feature-card-content .feature-title {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px; }
        .features-section .features-container .feature-card-content .feature-title h3 {
          margin: 0;
          padding-bottom: 8px;
          font-weight: var(--title-md-font-weight-desktop); }
          @media screen and (min-width: 768px) {
            .features-section .features-container .feature-card-content .feature-title h3 {
              font-size: var(--title-md-font-size-desktop);
              line-height: var(--title-md-line-height-desktop); } }
        @media screen and (min-width: 768px) {
          .features-section .features-container .feature-card-content .feature-title {
            font-weight: 500;
            font-size: 28px;
            line-height: 36px; } }
      .features-section .features-container .feature-card-content .feature-text {
        margin: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--text-secondary); }
        @media screen and (min-width: 768px) {
          .features-section .features-container .feature-card-content .feature-text {
            font-weight: 400;
            font-size: var(--body-md-font-size-desktop);
            line-height: var(--body-md-line-height-desktop); } }
.try-reader-row {
  padding: 137px 37px;
  opacity: 0.3;
  transition: opacity 0.5s ease, background-color 0.5s ease;
  transition-delay: 0.3s; }
  @media screen and (min-width: 768px) {
    .try-reader-row {
      margin-top: 70px;
      padding: 65px 37px; } }
  .try-reader-row h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .try-reader-row h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px; } }
  .try-reader-row.animate {
    opacity: 1; }
  .try-reader-row h3:first-of-type {
    margin: 0 38px; }
  .try-reader-row .signup-button {
    margin-top: 36px;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .try-reader-row .signup-button {
        margin-top: 20px;
        margin-bottom: 10px; } }
.signup-button-subheading {
  color: var(--text-secondary); }

.testimonials-section {
  padding: 40px 0;
  background: linear-gradient(106.45deg, #151923 0%, #0d0f14 80.95%, #0c0c10 100.04%); }
  @media screen and (min-width: 768px) {
    .testimonials-section {
      padding: 80px 0; } }
  .testimonials-section .first-line {
    justify-content: flex-start;
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      .testimonials-section .first-line {
        justify-content: center;
        margin-left: unset;
        font-size: var(--title-lg-font-size-desktop);
        line-height: var(--title-lg-line-height-desktop);
        font-weight: var(--title-font-weight-desktop); } }
.slider {
  margin: auto;
  width: 100%;
  text-align: center;
  overflow: hidden; }

.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: #2d2d2d transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */ }

.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.slides::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.07);
  border-radius: 10px; }

.slides::-webkit-scrollbar-track {
  background: transparent; }

.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  margin-right: 50px;
  border-radius: 10px;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .slides > div {
      display: flex;
      justify-content: center;
      align-items: center; } }
.slides > div:target {
  /*   transform: scale(0.8); */ }

.slide-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: var(--slide-icon-color);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 23px 12px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out; }

.slide-icon:hover {
  opacity: .8; }

.slide-icon:active {
  top: 1px; }

.slide-icon:focus {
  background: #000000; }

.slide-icon--current,
.slide-icon--current:focus {
  background: var(--peach-gradient); }

.testimonial-card {
  background: var(--testimonial-background);
  box-shadow: var(--testimonial-box-shadow);
  border-radius: 7.5px;
  display: flex;
  text-align: start;
  margin: 16px 20px;
  flex: 1;
  overflow: hidden;
  max-height: 180px; }
  @media screen and (min-width: 1000px) {
    .testimonial-card {
      max-width: 530px;
      max-height: 250px; }
      .testimonial-card:nth-child(even) {
        margin-top: 105px; } }
  .testimonial-card .photo-container {
    position: relative;
    overflow: hidden;
    min-width: 120px; }
    .testimonial-card .photo-container img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .testimonial-card .photo-container .photo-mask {
      width: 75px;
      height: 350px;
      background: var(--testimonial-background);
      position: absolute;
      top: -25px;
      right: -49px;
      transform: rotate(10deg); }
    @media screen and (min-width: 1000px) {
      .testimonial-card .photo-container {
        min-width: 180px;
        max-height: default; }
        .testimonial-card .photo-container .photo-mask {
          top: -60px; } }
  .testimonial-card .quote-container {
    font-style: normal;
    line-height: 120%;
    margin-right: 14px;
    margin-left: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px; }
    @media screen and (min-width: 1000px) {
      .testimonial-card .quote-container {
        margin-top: 25px;
        margin-bottom: 25px; } }
  .testimonial-card .quote-icon {
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    font-size: 18.4037px;
    margin-bottom: -8px; }
    @media screen and (min-width: 1000px) {
      .testimonial-card .quote-icon {
        font-size: 28.4037px; } }
  .testimonial-card .quote {
    margin-top: 4px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: var(--text-secondary); }
    @media screen and (min-width: 1000px) {
      .testimonial-card .quote {
        line-height: 19px; } }
    @media screen and (min-width: 768px) {
      .testimonial-card .quote {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400; } }
  .testimonial-card .author-occupation {
    font-size: 11px;
    line-height: 11px;
    font-style: normal;
    font-weight: 600; }
    @media screen and (min-width: 1000px) {
      .testimonial-card .author-occupation {
        display: block;
        font-size: 13px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .testimonial-card .author-occupation.eliska {
        font-size: 10px; } }
    .testimonial-card .author-occupation .author {
      margin: 0; }
    .testimonial-card .author-occupation .occupation {
      margin: 0;
      margin-top: 2px; }
      @media screen and (min-width: 1000px) {
        .testimonial-card .author-occupation .occupation {
          display: block; } }
@media screen and (min-width: 768px) {
  .black-value-section {
    padding-bottom: 150px; } }

.black-value-section .value-content {
  opacity: 0.5;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0s; }
  @media screen and (min-width: 768px) {
    .black-value-section .value-content {
      transform: translateX(-48px); } }
.black-value-section .photo-desktop {
  width: auto;
  height: 400px;
  left: 50px;
  opacity: 0;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateX(48px); }
  @media screen and (min-width: 768px) {
    .black-value-section .photo-desktop {
      transition-delay: 0.2s;
      height: 700px;
      left: 100px; } }
.black-value-section .photo-phone {
  width: auto;
  height: 300px;
  top: unset;
  bottom: 0;
  left: -20px;
  transform: translateX(-48px);
  opacity: 0;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1); }
  @media screen and (min-width: 768px) {
    .black-value-section .photo-phone {
      transform: translateX(48px);
      bottom: -50px;
      height: 500px; } }
.black-value-section .has-animation.animate {
  transform: translateX(0px);
  opacity: 1; }
  .black-value-section .has-animation.animate .photo-desktop, .black-value-section .has-animation.animate .photo-phone, .black-value-section .has-animation.animate .value-content {
    transform: translateX(0px);
    opacity: 1; }

.integrations-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, #000000 12.05%, rgba(0, 0, 0, 0) 107.12%), linear-gradient(119.4deg, #000000 4.82%, rgba(0, 0, 0, 0) 99.06%), radial-gradient(181.69% 118.96% at 104.13% 118.96%, rgba(253, 98, 90, 0.6) 0%, rgba(200, 94, 161, 0.6) 46.24%, rgba(70, 103, 189, 0.6) 82.29%);
  position: relative;
  overflow: hidden; }
  .integrations-section .bubbles--beginning-of-infinity {
    top: 692px;
    display: initial; }
    @media screen and (min-width: 768px) {
      .integrations-section .bubbles--beginning-of-infinity {
        top: 492px; } }
  .integrations-section .integrations-container {
    padding: 40px 20px;
    max-width: 1200px;
    text-align: center;
    margin: auto;
    z-index: 1;
    position: relative;
    opacity: 0.3;
    transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1); }
    @media screen and (min-width: 768px) {
      .integrations-section .integrations-container {
        padding: 125px 20px; } }
    .integrations-section .integrations-container h1.heading {
      margin-bottom: 0;
      margin-top: 80px; }
      @media screen and (min-width: 768px) {
        .integrations-section .integrations-container h1.heading {
          margin-top: 20px; } }
  .integrations-section.animate .integrations-container {
    opacity: 1; }
  .integrations-section .integrations-subheading {
    padding-top: 24px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 780px;
    margin: auto;
    margin-bottom: 30px;
    color: var(--text-secondary); }
    @media screen and (min-width: 768px) {
      .integrations-section .integrations-subheading {
        font-size: var(--body-lg-font-size-desktop);
        line-height: var(--body-lg-line-height-desktop); } }
  .integrations-section .integrations-card {
    border-radius: 16px;
    text-align: left;
    margin-bottom: 20px;
    padding: 16px;
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .integrations-section .integrations-card {
        margin: auto;
        flex-direction: row;
        align-items: flex-start;
        background: var(--integration-card-background);
        box-shadow: var(--features-box-shadow); } }
  .integrations-section .external-integrations-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 577px;
    margin: auto;
    margin-top: 64px;
    margin-bottom: 58px; }
    @media screen and (min-width: 768px) {
      .integrations-section .external-integrations-row {
        margin-top: 72px;
        margin-bottom: 72px; } }
  .integrations-section .integrations-images-container {
    text-align: start;
    display: flex;
    align-items: center; }
  .integrations-section .integrations-image {
    margin-right: 10px;
    transition: box-shadow 0.3s ease;
    margin-bottom: 16px; }
    .integrations-section .integrations-image:hover {
      box-shadow: 0px 10px 30px rgba(231, 146, 136, 0.22); }
    @media screen and (min-width: 768px) {
      .integrations-section .integrations-image {
        margin-right: 16px; } }
    .integrations-section .integrations-image.integrations-icon {
      margin: 0;
      margin-right: 5px;
      margin-bottom: 16px;
      width: 40px;
      height: 40px; }
      @media screen and (min-width: 768px) {
        .integrations-section .integrations-image.integrations-icon {
          max-width: 32px;
          max-height: 32px;
          margin-right: 16px; } }
  .integrations-section .integrations-heading {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: var(--text-color); }
    @media screen and (min-width: 768px) {
      .integrations-section .integrations-heading {
        font-size: var(--title-xs-font-size-desktop);
        line-height: var(--title-xs-line-height-desktop);
        font-weight: var(--title-xs-font-weight-desktop); } }
  .integrations-section .integrations-description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    /* or 131% */
    letter-spacing: 0.02em;
    color: var(--text-secondary);
    margin-top: 8px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .integrations-section .integrations-description {
        font-size: var(--body-font-size-desktop);
        line-height: var(--body-line-height-desktop); } }
  .integrations-section .integrations-cards-row {
    display: flex; }
    @media screen and (min-width: 768px) {
      .integrations-section .integrations-cards-row div:first-child {
        margin-right: 17px; } }
.devices-section {
  padding-top: 130px;
  padding-bottom: 60px;
  background-color: var(--neutral-20);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .devices-section {
      padding-top: 100px;
      padding-bottom: 0px; } }
  .devices-section h3.title {
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      .devices-section h3.title {
        font-size: var(--title-lg-font-size-desktop);
        line-height: var(--title-lg-line-height-desktop);
        font-weight: var(--title-lg-font-weight-desktop);
        margin-bottom: 16px; } }
  .devices-section .subheading {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 24px;
    margin: 0 24px; }
    @media screen and (min-width: 768px) {
      .devices-section .subheading {
        font-size: var(--body-lg-font-size-desktop);
        line-height: var(--body-lg-line-height-desktop);
        margin-top: 0;
        margin-bottom: 60px;
        max-width: 800px; } }
  .devices-section .image-container {
    position: relative;
    max-width: 1100px;
    bottom: -70px;
    margin: auto; }
    .devices-section .image-container img {
      max-height: 100%;
      height: auto;
      max-width: 100%; }
    .devices-section .image-container .device-photo-mobile {
      position: absolute;
      width: auto;
      opacity: 0;
      transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
      transition-delay: 0.3s;
      filter: var(--device-box-shadow); }
    .devices-section .image-container .device-photo-phone {
      bottom: -25px;
      left: -10%;
      max-width: 123px;
      transform: translateY(100px); }
      @media screen and (min-width: 768px) {
        .devices-section .image-container .device-photo-phone {
          max-width: 323px;
          left: -10%;
          height: auto; } }
    .devices-section .image-container .device-photo-ipad {
      max-width: 451px;
      bottom: -25px;
      right: -20%;
      width: auto;
      height: 400px;
      transform: translateY(100px); }
      @media screen and (min-width: 768px) {
        .devices-section .image-container .device-photo-ipad {
          height: auto; } }
    .devices-section .image-container .device-photo {
      transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.3s cubic-bezier(0.33, 1, 0.68, 1);
      position: relative;
      left: 13px;
      transform: translateY(100px);
      opacity: 0;
      filter: var(--device-box-shadow); }
  .devices-section .has-animation.animate .device-photo-mobile, .devices-section .has-animation.animate .device-photo {
    opacity: 1;
    transform: translate(0, 0); }

.faq-section {
  background: var(--faq-background);
  max-width: 1147px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .faq-section {
      padding-top: 70px;
      padding-bottom: 100px; } }
.faq-container {
  margin: 0;
  text-align: left; }

.faq-chevron {
  height: 20px;
  width: 11px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease; }
  .faq-chevron:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 0;
    left: -13px;
    height: 16px;
    width: 16px;
    background-color: #e4938e;
    transform: rotate(45deg); }

.collapsible {
  padding: 20px 0;
  background: none;
  cursor: pointer;
  width: 100%;
  border: none;
  border-top: 1px solid var(--neutral-30);
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-color);
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .collapsible {
      font-size: 16px; } }
  .collapsible.active .faq-chevron {
    transform: rotate(90deg); }

.questions:last-child {
  border-bottom: 1px solid var(--neutral-30); }

.questions {
  padding-top: 16px; }
  @media screen and (min-width: 768px) {
    .questions {
      margin-top: 40px;
      margin-bottom: 30px; } }
.faq-content {
  height: 0px;
  transition: height 0.4s ease;
  overflow: hidden;
  max-width: 776px;
  text-align: left;
  padding-left: 28px; }
  .faq-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0.02em;
    color: var(--text-color-dimmest);
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      .faq-content p {
        font-size: 13px; } }
.email-section {
  padding-top: 95px;
  padding-bottom: 150px;
  background: var(--email-background);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  opacity: 0.3;
  transition: opacity 1s ease; }
  @media screen and (min-width: 768px) {
    .email-section {
      padding-bottom: 268px; } }
  .email-section .heading {
    margin-top: 37px;
    margin-bottom: 24px;
    max-width: 200px; }
    @media screen and (min-width: 768px) {
      .email-section .heading {
        margin-top: 24px;
        max-width: 100%; } }
  .email-section .subheading {
    font-size: 14px; }
  .email-section .signup-area input {
    width: 210px;
    height: 40px; }
  .email-section .signup-button {
    width: 250px;
    height: 40px;
    padding: 8px 18px;
    margin-bottom: 20px; }
  .email-section .bubbles {
    transform: scale(300%);
    transition: transform 5s ease-in-out; }
  .email-section.animate {
    opacity: 1; }
    .email-section.animate .bubbles {
      transform: scale(100%); }
  .email-section .bubbles--antifragile {
    top: 435px; }
  .email-section .bubbles--antifragile .bubble:first-child {
    background: #000000;
    box-shadow: 31.4092px -49.33px 133.489px rgba(228, 147, 142, 0.4), inset -31.4092px 8.15px 39.2615px rgba(228, 147, 142, 0.1), inset 0px 88.44px 135.41px rgba(25, 43, 83, 0.9); }
  @media screen and (min-width: 768px) {
    .email-section .readwise-icon {
      height: auto; }
    .email-section .subheading {
      font-size: auto; }
    .email-section .signup-area input {
      width: 260px;
      height: 50px; }
    .email-section .signup-area .signup-button {
      width: 260px;
      height: 50px;
      padding: 11px 44px; } }
  .email-section button {
    width: 100%; }

.email-section__inner {
  z-index: 1;
  width: 100%; }

.readwise-icon {
  height: 90px; }

.bubbles {
  position: absolute;
  z-index: -1; }

.bubble {
  position: absolute;
  border-radius: 50%; }

@keyframes antifragile-anim-1 {
  0% {
    transform: translateX(-50%) rotate(5deg) scale(1); }
  20% {
    transform: translateX(-50%) rotate(5deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: translateX(-50%) rotate(5deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: translateX(-50%) rotate(5deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: translateX(-50%) rotate(5deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: translateX(-50%) rotate(5deg) scale(1); } }

@keyframes antifragile-anim-2 {
  0% {
    transform: translateX(-50%) rotate(-45deg) scale(1); }
  20% {
    transform: translateX(-50%) rotate(-45deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: translateX(-50%) rotate(-45deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: translateX(-50%) rotate(-45deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: translateX(-50%) rotate(-45deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: translateX(-50%) rotate(-45deg) scale(1); } }

.bubbles--antifragile {
  top: 60px;
  width: 100%;
  left: 0;
  right: 0; }
  .bubbles--antifragile .bubble:first-child {
    top: 0;
    left: 50%;
    width: 500px;
    height: 500px;
    background: var(--antifragile-background);
    box-shadow: var(--antifragile-box-shadow);
    animation: antifragile-anim-1 50s ease-out infinite; }
  .bubbles--antifragile .bubble + .bubble {
    width: 400px;
    height: 400px;
    top: 50px;
    left: 50%;
    animation-delay: 5s;
    animation: antifragile-anim-2 30s ease-out infinite;
    background: var(--antifragile-bubble1-background);
    box-shadow: var(--antifragile-bubble1-box-shadow); }
  @media screen and (min-width: 550px) {
    .bubbles--antifragile {
      top: 151px; }
      .bubbles--antifragile .bubble:first-child {
        width: 898px;
        height: 898px; }
      .bubbles--antifragile .bubble + .bubble {
        width: 644px;
        height: 644px;
        top: 125px; } }
@keyframes mockingbird-anim-1 {
  0% {
    transform: rotate(5deg) scale(1); }
  20% {
    transform: rotate(5deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: rotate(5deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: rotate(5deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: rotate(5deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: rotate(5deg) scale(1); } }

@keyframes mockingbird-anim-2 {
  0% {
    transform: rotate(0deg) scale(1); }
  20% {
    transform: rotate(0deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: rotate(0deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: rotate(0deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: rotate(0deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: rotate(0deg) scale(1); } }

.bubbles--mockingbird {
  top: -59px;
  left: -36px;
  transform: scale(0.57); }
  @media screen and (min-width: 768px) {
    .bubbles--mockingbird {
      top: -83px;
      left: -88px;
      transform: scale(1); } }
  .bubbles--mockingbird .bubble:first-child {
    width: 644px;
    height: 644px;
    left: 0;
    top: 15px;
    animation: mockingbird-anim-1 40s ease-out infinite;
    background: var(--mockingbird-bubble1-background);
    box-shadow: var(--mockingbird-bubble1-box-shadow); }
  .bubbles--mockingbird .bubble + .bubble {
    width: 804px;
    height: 804px;
    left: 50px;
    top: 0;
    animation: mockingbird-anim-2 50s ease-out infinite;
    background: var(--mockingbird-bubble2-background);
    box-shadow: var(--mockingbird-bubble2-box-shadow); }

@keyframes ulysses-anim-1 {
  0% {
    transform: rotate(-45deg) scale(1); }
  20% {
    transform: rotate(-45deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: rotate(-45deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: rotate(-45deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: rotate(-45deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: rotate(-45deg) scale(1); } }

@keyframes ulysses-anim-2 {
  0% {
    transform: rotate(0deg) scale(1); }
  20% {
    transform: rotate(0deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: rotate(0deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: rotate(0deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: rotate(0deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: rotate(0deg) scale(1); } }

.bubbles--ulysses {
  transform: scale(0.46);
  top: 23px; }
  @media screen and (min-width: 768px) {
    .bubbles--ulysses {
      top: -50px;
      right: 735px;
      transform: scale(1); } }
  .bubbles--ulysses .bubble:first-child {
    width: 644px;
    height: 644px;
    left: 180px;
    top: 3px;
    animation: ulysses-anim-1 40s ease-out infinite;
    background: var(--ulysses-bubble1-background);
    box-shadow: var(--ulysses-bubble1-box-shadow); }
  .bubbles--ulysses .bubble + .bubble {
    width: 804px;
    height: 804px;
    top: 0;
    left: 0;
    animation: ulysses-anim-2 50s ease-out infinite;
    background: var(--ulysses-bubble2-background);
    box-shadow: var(--ulysses-bubble2-box-shadow); }

@keyframes gatsby-anim-1 {
  0% {
    transform: rotate(5deg) scale(1); }
  20% {
    transform: rotate(5deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: rotate(5deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: rotate(5deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: rotate(5deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: rotate(5deg) scale(1); } }

@keyframes gatsby-anim-2 {
  0% {
    transform: rotate(0deg) scale(1); }
  20% {
    transform: rotate(0deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: rotate(0deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: rotate(0deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: rotate(0deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: rotate(0deg) scale(1); } }

.bubbles--gatsby {
  transform: scale(0.55);
  top: -23px; }
  @media screen and (min-width: 768px) {
    .bubbles--gatsby {
      top: -100px;
      left: -200px;
      transform: scale(1); } }
  .bubbles--gatsby .bubble:first-child {
    width: 644px;
    height: 644px;
    left: 160px;
    top: 5px;
    animation: gatsby-anim-1 40s ease-out infinite;
    background: var(--gatsby-bubble1-background);
    box-shadow: var(--gatsby-bubble1-box-shadow);
    transform: rotate(5deg); }
  .bubbles--gatsby .bubble + .bubble {
    width: 804px;
    height: 804px;
    left: 50px;
    top: 0;
    animation: gatsby-anim-2 50s ease-out infinite;
    background: var(--gatsby-bubble2-background);
    box-shadow: var(--gatsby-bubble2-box-shadow); }

@keyframes boi-anim-1 {
  0% {
    transform: translateX(-50%) rotate(-60deg) scale(1); }
  20% {
    transform: translateX(-50%) rotate(-60deg) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: translateX(-50%) rotate(-60deg) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: translateX(-50%) rotate(-60deg) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: translateX(-50%) rotate(-60deg) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: translateX(-50%) rotate(-60deg) scale(1); } }

@keyframes boi-anim-2 {
  0% {
    transform: translateX(-50%) scale(1); }
  20% {
    transform: translateX(-50%) scaleY(0.99) scaleX(1.05); }
  48% {
    transform: translateX(-50%) scaleY(1.03) scaleX(0.98); }
  68% {
    transform: translateX(-50%) scaleY(0.98) scaleX(1.02); }
  80% {
    transform: translateX(-50%) scaleY(1.02) scaleX(0.98); }
  97%, 100% {
    transform: translateX(-50%) scale(1); } }

.bubbles--beginning-of-infinity {
  inset: 0;
  z-index: 0;
  display: none; }
  .bubbles--beginning-of-infinity img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .bubbles--beginning-of-infinity {
      display: initial; } }
  .bubbles--beginning-of-infinity .bubble:first-child {
    width: 644px;
    height: 644px;
    top: 200px;
    left: 40%;
    animation: boi-anim-1 50s ease-out infinite;
    background: var(--infinity--bubble1-background);
    box-shadow: var(--infinity--bubble1-box-shadow); }
  .bubbles--beginning-of-infinity .bubble + .bubble {
    width: 804px;
    height: 804px;
    top: 100px;
    left: 50%;
    animation: boi-anim-2 40s ease-out infinite;
    background: var(--infinity--bubble2-background);
    box-shadow: var(--infinity--bubble2-box-shadow); }

/* width */
::-webkit-scrollbar {
  width: 8px;
  border-radius: 20px; }

/* Track */
::-webkit-scrollbar-track {
  background: var(--features-background-color); }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #777777; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555555; }

.theme--light .img--dark {
  display: none; }

.img--light {
  display: none; }
  .theme--light .img--light {
    display: initial; }

.tadeks-button {
  text-decoration: none;
  max-width: 350px; }

/* Reader modal specific stuff */
.reader-modal.standard-modal {
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */ }
  .reader-modal.standard-modal .standard-modal-content {
    background: #ffffff;
    max-width: 420px;
    border-radius: 12px;
    color: #28313b;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0; }
    @media screen and (min-width: 768px) {
      .reader-modal.standard-modal .standard-modal-content {
        position: relative; } }
    .reader-modal.standard-modal .standard-modal-content .modal-top-section {
      padding: 24px 32px;
      display: inline-flex;
      border-bottom: 1px solid #e0e3e6;
      width: 100%; }
      .reader-modal.standard-modal .standard-modal-content .modal-top-section .signup-header-texts {
        margin-left: 20px; }
        .reader-modal.standard-modal .standard-modal-content .modal-top-section .signup-header-texts h1.signup-header {
          font-weight: 700;
          font-size: 16px;
          line-height: 20px;
          margin: 0; }
        .reader-modal.standard-modal .standard-modal-content .modal-top-section .signup-header-texts .signup-subheader {
          color: #616c77;
          font-weight: 400;
          font-size: 14px;
          line-height: 20px; }
        .reader-modal.standard-modal .standard-modal-content .modal-top-section .signup-header-texts a.logout-link {
          color: #616c77; }
    .reader-modal.standard-modal .standard-modal-content .apple-signin-button {
      height: 40px;
      width: 100%;
      margin-bottom: 12px;
      border-radius: 6px;
      box-shadow: none;
      padding: 0px;
      background: none; }
    .reader-modal.standard-modal .standard-modal-content .modal-middle-section {
      padding: 12px;
      text-align: center;
      border-bottom: 1px solid #e0e3e6; }
      @media screen and (min-width: 768px) {
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section {
          padding: 32px; } }
      .reader-modal.standard-modal .standard-modal-content .modal-middle-section .sign-in-link {
        margin-top: 32px; }
      .reader-modal.standard-modal .standard-modal-content .modal-middle-section .button {
        height: 40px;
        width: 100%;
        margin-bottom: 12px;
        border-radius: 6px;
        box-shadow: none; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .button.blue-button {
          background: #376ef2;
          margin-bottom: 12px;
          text-decoration: none;
          color: white; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .button.signup-with-amazon {
          text-decoration: none;
          background: #fbda83;
          color: black; }
          .reader-modal.standard-modal .standard-modal-content .modal-middle-section .button.signup-with-amazon img.amazon-icon {
            margin-right: 8px; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .button.signup-with-apple {
          background: #376ef2;
          margin-bottom: 12px; }
      .reader-modal.standard-modal .standard-modal-content .modal-middle-section .pwd-reset {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        text-decoration: none;
        color: #376ef2; }
      .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form {
        width: 100%; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form .field {
          display: flex;
          flex-direction: column;
          margin-bottom: 12px; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form .label {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          color: #28313b;
          text-align: left;
          margin-bottom: 6px; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form .control .blue-button {
          margin-bottom: 0; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form .separator {
          display: flex;
          font-weight: 500;
          font-size: 13px;
          line-height: 20px;
          align-items: center; }
          .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form .separator span {
            padding-left: 5px;
            padding-right: 5px; }
          .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form .separator .bar {
            flex: 1;
            height: 1px;
            border-top: 1px solid #e0e3e6; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section .form input {
          width: 100%;
          border: 1px solid #c1c7ce;
          border-radius: 6px;
          padding: 10px 12px; }
      .reader-modal.standard-modal .standard-modal-content .modal-middle-section.trial-offer {
        text-align: left;
        color: #28313b;
        border-bottom: none; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section.trial-offer h2 {
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 20px;
          margin-top: 0; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section.trial-offer p {
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 28px; }
        .reader-modal.standard-modal .standard-modal-content .modal-middle-section.trial-offer button.blue-button {
          margin-bottom: 0; }
    .reader-modal.standard-modal .standard-modal-content .modal-warning-section {
      background: #fef4f4;
      padding: 8px 32px;
      color: rgba(0, 0, 0, 0.7);
      font-weight: 400;
      font-size: 14px;
      line-height: 20px; }
    .reader-modal.standard-modal .standard-modal-content .modal-bottom-section {
      padding: 32px;
      text-align: center;
      background: rgba(62, 72, 83, 0.03);
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #616c77;
      text-align: center; }
      .reader-modal.standard-modal .standard-modal-content .modal-bottom-section a {
        color: #616c77; }
    .reader-modal.standard-modal .standard-modal-content a.sign-in-link {
      display: block;
      text-decoration: none;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      color: #376ef2; }
      .reader-modal.standard-modal .standard-modal-content a.sign-in-link:hover {
        color: #2449ec; }
    .reader-modal.standard-modal .standard-modal-content .close {
      font-weight: 200;
      top: 12px;
      right: 22px;
      color: #616c77; }

/* Standard Modal stuff, copied from RW1.0: */
/* The Modal (background) */
.standard-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1200;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* standard-Modal Content/Box */
.standard-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888888;
  width: 60%;
  /* Could be more or less, depending on screen size */
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transform-origin: bottom center;
  animation: fade-in 0.3s forwards cubic-bezier(0.8, 0.02, 0.45, 0.9); }

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% {
    opacity: 1; }
  100%, 70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (max-width: 1119px) {
  .standard-modal-content {
    width: 80%; } }

@media (max-width: 600px) {
  .standard-modal-content {
    width: 95%;
    margin: auto;
    margin-bottom: 20px; } }

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;
  position: absolute;
  right: 12px;
  top: 0px; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.button.has-arrow {
  padding-right: 10px;
  text-decoration: none;
  border: 2px solid var(--peach);
  color: var(--peach);
  background: none; }
  .button.has-arrow .button-arrow {
    width: 20px;
    padding-left: 8px;
    filter: invert(94%) sepia(17%) saturate(6812%) hue-rotate(300deg) brightness(99%) contrast(79%); }
    .button.has-arrow .button-arrow .arrow-small-line, .button.has-arrow .button-arrow .arrow-small-tip {
      transition: all 0.2s ease; }
    .button.has-arrow .button-arrow .arrow-small-line {
      opacity: 0; }
    .button.has-arrow .button-arrow .arrow-small-tip {
      transform: translate(-3px); }
  .button.has-arrow:hover .button-arrow .arrow-small-line, .button.has-arrow:active .button-arrow .arrow-small-line, .button.has-arrow:focus .button-arrow .arrow-small-line {
    opacity: 1; }
  .button.has-arrow:hover .button-arrow .arrow-small-tip, .button.has-arrow:active .button-arrow .arrow-small-tip, .button.has-arrow:focus .button-arrow .arrow-small-tip {
    transform: translate(0px); }
  .button.has-arrow.is-large .button-arrow {
    height: 24px;
    width: 24px;
    position: relative;
    top: 1px; }

.button-arrow-hover-parent:hover .button-arrow .arrow-small-line, .button-arrow-hover-parent:active .button-arrow .arrow-small-line, .button-arrow-hover-parent:focus .button-arrow .arrow-small-line {
  opacity: 1; }

.button-arrow-hover-parent:hover .button-arrow .arrow-small-tip, .button-arrow-hover-parent:active .button-arrow .arrow-small-tip, .button-arrow-hover-parent:focus .button-arrow .arrow-small-tip {
  transform: translate(0px); }

.reader-referral-banner {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1120;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 4px;
  color: #000000;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1.5px 4px rgba(0, 0, 0, 0.1), 0px 3px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 768px) {
    .reader-referral-banner {
      flex-direction: row;
      height: 44px;
      padding: 6px 0px;
      gap: 8px; } }
  .reader-referral-banner img {
    max-height: 32px;
    border-radius: 17px; }
    @media screen and (max-width: 768px) {
      .reader-referral-banner img {
        margin-bottom: 4px; } }
    @media screen and (min-width: 768px) {
      .reader-referral-banner img {
        margin-right: 8px; } }
  .reader-referral-banner .underline {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.4); }
  .reader-referral-banner .referral-title {
    font-size: 16px;
    font-weight: 600; }

.original-readwise-app-banner-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #0A0A0A;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1; }

.original-readwise-app-banner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  position: relative;
  flex-direction: column;
  padding: 16px; }
  .original-readwise-app-banner .left {
    flex: 1; }
    .original-readwise-app-banner .left h1 {
      color: #F5F5F5;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px;
      letter-spacing: -0.24px;
      margin: 0;
      margin-bottom: 4px;
      text-align: left;
      font-family: "Charter", Georgia, serif; }
    .original-readwise-app-banner .left h2 {
      color: #BEC9D6;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin: 0;
      text-align: left; }
    .original-readwise-app-banner .left .close-original-readwise-banner {
      color: #fff;
      font-size: 27px;
      border: none;
      display: flex;
      justify-content: center;
      height: min-content;
      background: transparent;
      cursor: pointer;
      position: absolute;
      top: 9px;
      right: 9px;
      margin: 0;
      padding: 0;
      width: 32px;
      height: 32px; }
  .original-readwise-app-banner .right {
    display: flex;
    gap: 18px; }
    .original-readwise-app-banner .right .learn-more {
      border-radius: 48px;
      background: #6C7886;
      padding: 6px 16px;
      text-decoration: none;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      color: #fff;
      display: flex;
      height: min-content;
      line-height: 20px;
      margin-top: 12px;
      width: 100%;
      justify-content: center; }

.original-readwise-app-integration-section .section-wrapper {
  padding: 29px 16px 0 16px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #2A353F;
  box-shadow: 7.523px 7.523px 18.807px 0px rgba(0, 0, 0, 0.08); }

.original-readwise-app-integration-section .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  margin-bottom: 32px; }
  .original-readwise-app-integration-section .text-wrapper .title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    width: 100%; }
  .original-readwise-app-integration-section .text-wrapper .subtitle {
    color: #8DBBFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: 1.54px;
    margin: 0;
    width: 100%; }
  .original-readwise-app-integration-section .text-wrapper .description {
    color: var(--Marketing-Text-Secondary, #BEC9D6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0; }

.original-readwise-app-integration-section .features-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  place-items: center;
  place-content: center;
  justify-content: center;
  align-items: center; }
  .original-readwise-app-integration-section .features-wrapper .feature {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #1C242C;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.11) inset;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .original-readwise-app-integration-section .features-wrapper .feature .gradient-background {
      z-index: 1;
      background: linear-gradient(180deg, rgba(28, 36, 44, 0) 0%, #1C242C 50%, #1C242C 100%);
      padding: 120px 16px 24px 16px; }
    .original-readwise-app-integration-section .features-wrapper .feature .title {
      margin: 0;
      color: #FFF;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      z-index: 1;
      text-align: left;
      margin-bottom: 20px; }
    .original-readwise-app-integration-section .features-wrapper .feature .description {
      margin: 0;
      color: #9C9FB0;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      z-index: 1;
      text-align: left; }
    .original-readwise-app-integration-section .features-wrapper .feature img {
      z-index: 0;
      position: absolute;
      height: min-content; }
    .original-readwise-app-integration-section .features-wrapper .feature.revisit img {
      width: 228px;
      top: -30px;
      left: -48px; }
    .original-readwise-app-integration-section .features-wrapper .feature.remember img {
      width: 316px;
      top: -166px;
      left: -83px; }
    .original-readwise-app-integration-section .features-wrapper .feature.sync img {
      width: 500px;
      top: -133px;
      left: -193px; }

.original-readwise-app-integration-section .daily-review {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px 16px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C242C;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.11) inset;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 16px;
  height: 690px; }
  .original-readwise-app-integration-section .daily-review .gradient-background {
    display: flex;
    flex-direction: column;
    z-index: 3;
    background: linear-gradient(180deg, rgba(28, 36, 44, 0) 0%, #1C242C 50%, #1C242C 100%);
    padding: 33px 12px 0 12px;
    gap: 8px; }
    .original-readwise-app-integration-section .daily-review .gradient-background .title {
      margin: 0;
      color: #FFF;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      z-index: 1;
      text-align: left; }
    .original-readwise-app-integration-section .daily-review .gradient-background .description {
      margin: 0;
      color: #9C9FB0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      z-index: 1;
      text-align: left; }
  .original-readwise-app-integration-section .daily-review .devices .phone {
    position: absolute;
    width: 412px;
    left: 50%;
    transform: translateX(-50%); }
  .original-readwise-app-integration-section .daily-review .devices .screen {
    display: none; }

.has-original-readwise-banner .navbar {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: -4px; }
  .has-original-readwise-banner .navbar .navbar__left {
    margin-left: 0; }
  .has-original-readwise-banner .navbar .navbar__right {
    margin-right: 0; }

/* Large smartphones/Small tablets (>=640px) */
@media screen and (min-width: 640px) {
  .has-original-readwise-banner .original-readwise-app-banner {
    padding: 16px 40px 16px 16px; }
    .has-original-readwise-banner .original-readwise-app-banner h2 {
      font-size: 16px; }
    .has-original-readwise-banner .original-readwise-app-banner .learn-more {
      width: max-content; }
  .has-original-readwise-banner .navbar {
    padding-left: 16px;
    padding-right: 40px; }
  .original-readwise-app-integration-section {
    padding: 8px; }
    .original-readwise-app-integration-section .section-wrapper {
      border-radius: 16px; }
    .original-readwise-app-integration-section .features-wrapper .feature {
      height: 200px;
      justify-content: center; }
      .original-readwise-app-integration-section .features-wrapper .feature .gradient-background {
        padding: 0; }
      .original-readwise-app-integration-section .features-wrapper .feature.revisit .gradient-background {
        padding-right: 16px;
        margin-left: 249px; }
      .original-readwise-app-integration-section .features-wrapper .feature.revisit img {
        width: 225px;
        top: auto;
        left: auto; }
      .original-readwise-app-integration-section .features-wrapper .feature.remember .gradient-background {
        padding-left: 16px;
        margin-right: 274px; }
      .original-readwise-app-integration-section .features-wrapper .feature.remember img {
        width: 301px;
        top: auto;
        left: auto;
        right: -109px; }
      .original-readwise-app-integration-section .features-wrapper .feature.sync .gradient-background {
        padding-right: 16px;
        margin-left: 284px; }
      .original-readwise-app-integration-section .features-wrapper .feature.sync img {
        width: 500px;
        top: -92px;
        left: -201px; }
    .original-readwise-app-integration-section .daily-review {
      justify-content: center;
      height: 439px; }
      .original-readwise-app-integration-section .daily-review .gradient-background {
        margin-right: 321px; }
      .original-readwise-app-integration-section .daily-review .devices .phone {
        position: absolute;
        right: -69px;
        left: auto;
        transform: none;
        bottom: -276px; } }

/* Tablets (>=768px) */
@media screen and (min-width: 768px) {
  .has-original-readwise-banner .original-readwise-app-banner {
    padding: 16px 48px 16px 24px; }
  .has-original-readwise-banner .navbar {
    padding-left: 24px;
    padding-right: 48px; }
  .original-readwise-app-integration-section {
    padding: 16px; }
    .original-readwise-app-integration-section .features-wrapper .feature .title {
      font-size: 28px; }
    .original-readwise-app-integration-section .daily-review {
      justify-content: flex-start;
      height: 600px; }
      .original-readwise-app-integration-section .daily-review .gradient-background {
        margin: 0;
        padding: 33px 24px 0 24px; }
        .original-readwise-app-integration-section .daily-review .gradient-background .title {
          font-size: 28px; }
        .original-readwise-app-integration-section .daily-review .gradient-background .description {
          font-size: 18px; }
      .original-readwise-app-integration-section .daily-review .devices .phone {
        position: absolute;
        right: -20px;
        left: auto;
        transform: none;
        bottom: -303px;
        z-index: 2; }
      .original-readwise-app-integration-section .daily-review .devices .screen {
        display: initial;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 1;
        bottom: -667px;
        width: 800px; } }

/* Small laptops (>=1024px) */
@media screen and (min-width: 1024px) {
  .has-original-readwise-banner .original-readwise-app-banner {
    padding: 16px 56px 16px 32px; }
  .has-original-readwise-banner .navbar {
    padding-left: 32px;
    padding-right: 56px; }
  .original-readwise-app-integration-section {
    padding: 24px; }
    .original-readwise-app-integration-section .features-wrapper {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 24px; }
      .original-readwise-app-integration-section .features-wrapper .feature {
        height: 400px; }
        .original-readwise-app-integration-section .features-wrapper .feature.revisit img {
          top: -35px;
          width: 300px; }
        .original-readwise-app-integration-section .features-wrapper .feature.revisit .gradient-background {
          padding: 0;
          margin: 0;
          padding: 26px 24px;
          margin-top: 130px; }
        .original-readwise-app-integration-section .features-wrapper .feature.remember img {
          bottom: -237px;
          width: 459px;
          left: 50%;
          transform: translateX(-50%); }
        .original-readwise-app-integration-section .features-wrapper .feature.remember .gradient-background {
          padding: 0;
          margin: 0;
          padding: 26px 24px;
          margin-bottom: 150px;
          margin-top: 0;
          background: transparent; }
        .original-readwise-app-integration-section .features-wrapper .feature.sync img {
          top: -180px;
          width: 530px;
          left: 50%;
          transform: translateX(-50%); }
        .original-readwise-app-integration-section .features-wrapper .feature.sync .gradient-background {
          padding: 0;
          margin: 0;
          padding: 26px 24px;
          margin-top: 130px; }
    .original-readwise-app-integration-section .daily-review {
      justify-content: center;
      height: 518px; }
      .original-readwise-app-integration-section .daily-review .gradient-background {
        margin: 0;
        padding: 0 24px;
        margin-right: 645px; }
      .original-readwise-app-integration-section .daily-review .devices .phone {
        position: absolute;
        right: -63px;
        bottom: -269px;
        left: auto;
        transform: none;
        z-index: 2; }
      .original-readwise-app-integration-section .daily-review .devices .screen {
        display: initial;
        position: absolute;
        z-index: 1;
        bottom: -228px;
        width: 800px;
        transform: none;
        right: -112px;
        left: auto; } }

/* Laptops & desktops (>=1280px) */
@media screen and (min-width: 1280px) {
  .has-original-readwise-banner .original-readwise-app-banner {
    flex-direction: row;
    padding: 19px 62px 17px 32px;
    flex-direction: row; }
    .has-original-readwise-banner .original-readwise-app-banner .close-original-readwise-banner {
      right: 55px;
      top: 15px; }
    .has-original-readwise-banner .original-readwise-app-banner .right .learn-more {
      margin-right: 40px;
      margin-top: 0; }
  .has-original-readwise-banner .navbar {
    padding-left: 32px;
    padding-right: 62px; }
  .original-readwise-app-integration-section {
    padding: 32px; }
    .original-readwise-app-integration-section .text-wrapper {
      gap: 16px; }
    .original-readwise-app-integration-section .section-wrapper {
      padding: 29px 32px 0 32px; }
    .original-readwise-app-integration-section .features-wrapper {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 34px; }
      .original-readwise-app-integration-section .features-wrapper .feature .gradient-background {
        padding: 26px 32px !important; }
    .original-readwise-app-integration-section .daily-review {
      justify-content: center;
      height: 550px; }
      .original-readwise-app-integration-section .daily-review .gradient-background {
        margin: 0;
        padding: 0 32px;
        margin-right: 774px; }
      .original-readwise-app-integration-section .daily-review .devices .screen {
        right: 10px; } }

@media screen and (min-width: 1536px) {
  .original-readwise-app-integration-section .text-wrapper {
    max-width: 1148px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .original-readwise-app-integration-section .features-wrapper {
    max-width: 1148px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .original-readwise-app-integration-section .daily-review {
    justify-content: center;
    height: 576px;
    max-width: 1148px;
    margin: 0 auto;
    margin-top: 51px; }
    .original-readwise-app-integration-section .daily-review .gradient-background {
      margin: 0;
      padding: 0 32px;
      margin-right: 774px; }
    .original-readwise-app-integration-section .daily-review .devices .screen {
      right: 10px; } }

/*# sourceMappingURL=reader_landing.css.map */