@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--rl-black: black;
  --_h1---size: clamp(1 * 1rem, ((1 - ((3 - 1) / (90 - 20) * 20)) * 1rem + ((3 - 1) / (90 - 20)) * 100vw), 3 * 1rem);
  --relume-library-lite--rl-white: white;
}

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

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

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

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

.image {
  width: 231px;
  overflow: visible;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1rem;
  display: flex;
}

.nav-category {
  color: #b4232d;
  white-space: nowrap;
  padding-bottom: .25rem;
  padding-left: .25rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.div-block-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-link {
  color: #212529;
  white-space: nowrap;
  width: 100%;
  padding: .3125rem .25rem;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #b4232d;
  background-color: #eee;
}

.nav-link:active {
  background-color: #b4232d;
}

.nav-link.comprehend {
  margin-top: .5rem;
  font-weight: 900;
  display: block;
}

.nav-link.contact {
  margin-top: .5rem;
}

.div-block-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .0625rem solid #ccc;
  flex-flow: column;
  width: 100%;
  padding-bottom: .5rem;
  display: flex;
}

.div-block-3.bottom {
  padding-top: .5rem;
}

.div-block-3.bottom.bottom2 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.div-block-3.pricing {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.bold-text {
  font-weight: 900;
}

.div-block-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-left: .0625rem solid #ccc;
  border-right: .0625rem solid #ccc;
  flex-flow: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-5.support {
  border-right-style: none;
  padding-right: 0;
}

.div-block-6 {
  padding-left: 1rem;
}

.nav-dropdown {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: static;
}

.nav-dropdown.login {
  padding-right: 2.5rem;
}

.nav-dropdown.login.dropdown-toggle-2 {
  margin-right: .625rem;
  padding-right: .625rem;
}

.nav-dropdown.lean-more {
  color: #212529;
  text-decoration: none;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 70rem;
  padding: .5rem .75rem;
}

.container-3.screenshot {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 1.875rem;
  display: flex;
}

.container-3.ocr {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.container-3.how-to {
  padding-bottom: 3.75rem;
}

.container-3.contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-3.nav {
  padding-top: 1.1rem;
}

.dropdown-menu {
  background-color: #fff;
  border: .1875rem solid #b4232d;
  border-left: .0625rem solid #ccc;
  border-right: .0625rem solid #ccc;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  top: 3rem;
  left: -14.5625rem;
}

.dropdown-menu.support {
  left: -6.8125rem;
}

.get-pricing-ddtoggle {
  color: #fff;
  background-color: #b4232d;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .625rem;
  display: flex;
}

.get-pricing-ddtoggle:hover {
  background-color: #901c24;
}

.get-pricing-ddtoggle:active {
  outline-offset: .0625rem;
  outline: .1562rem solid #901c24;
}

.get-pricing-ddtoggle:focus {
  outline-offset: .0625rem;
  background-color: #901c24;
  outline: .125rem solid #901c24;
}

.get-pricing-ddtoggle.learn-more {
  background-color: #2220;
  border: .1875rem solid #212529;
  border-radius: 0;
  text-decoration: none;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  top: .625rem;
}

.get-pricing-dropdown {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.dropdown-toggle-2 {
  color: #000;
  flex-flow: column;
  padding: .5rem .625rem;
}

.dropdown-toggle-2:hover {
  color: #b4232d;
}

.dropdown-toggle-2:active {
  border: .125rem solid #b4232d;
}

.dropdown-toggle-2:focus {
  color: #b4232d;
  border: .125rem solid #b4232d;
}

.div-block-8 {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-toggle-3 {
  padding-right: 1.25rem;
}

.dropdown-toggle-3.dropdown-toggle-2 {
  padding-right: .625rem;
}

.navbar-2 {
  background-color: #fff;
  height: 6.75rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 .0625rem 1.25rem #83c2fd33;
}

.dropdown-list {
  background-color: #fff;
  border: .1875rem solid #b4232d;
  border-left: .0625rem solid #ccc;
  border-right: .0625rem solid #ccc;
}

.dropdown-list.dropdown-menu.pricing {
  top: 2.875rem;
  left: 0;
}

.dropdown-list.dropdown-menu.pricing.w--open {
  padding-bottom: 1rem;
}

.hero {
  color: #212529;
  background-color: #fff;
  background-image: url('../images/CFT-Background-Blank.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: .0625rem #e4ebf3;
  justify-content: flex-start;
  align-items: center;
  height: 31.25rem;
  padding: 5rem 1.875rem;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 1.5rem;
  padding-top: .3125rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.body {
  margin-top: 6.75rem;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-38 {
  color: #fff;
  padding-bottom: .9375rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
}

.text-block-39-c2 {
  color: #fff;
  padding-bottom: .9375rem;
  font-family: Inter, sans-serif;
  line-height: 1.3125rem;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  padding-top: 2.5rem;
  font-size: .875rem;
  line-height: 1rem;
}

.slash {
  color: #dfdfdf;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  line-height: 1.3125rem;
  text-decoration: none;
}

.slash:hover {
  color: #dfdfdf;
  text-decoration: none;
}

.text-block-41 {
  color: #fff;
  padding-bottom: .9375rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.div-block-26-copy {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  padding-bottom: .9375rem;
  display: flex;
}

.text-block-39 {
  color: #dfdfdf;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  line-height: 1.3125rem;
  text-decoration: none;
}

.text-block-39:hover {
  color: #fff;
  text-decoration: underline;
}

.section_footer {
  color: #111;
  background-color: #222;
  padding: 3.125rem 1.875rem 6.25rem;
  position: relative;
}

.text-block-40 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-27 {
  flex-flow: column;
  display: flex;
}

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

.div-block-24 {
  flex-flow: column;
  display: flex;
}

.text-block-41-copy-copy {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-block-26 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: .9375rem;
  display: flex;
}

.text-block-41-copy {
  color: #dfdfdf;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-block-41-copy:hover {
  color: #fff;
  text-decoration: underline;
}

.div-block-25 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  display: flex;
}

.container-5 {
  max-width: 70rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.heading {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  line-height: 110%;
}

.bold-text-2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-28 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.overview {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.image-9 {
  width: 43.75rem;
  max-width: 90vw;
  margin-left: -2.8125rem;
  padding-left: 0;
}

.div-block-31 {
  grid-column-gap: 5.3rem;
  grid-row-gap: 5.3rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: .625rem;
  display: flex;
}

.heading-3 {
  color: #212529;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.heading-3.categories {
  text-align: center;
  padding-bottom: .625rem;
}

.heading-3.contact {
  text-align: center;
}

.fa-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.fa-icon.network {
  color: #b4232d;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  font-size: 1.9375rem;
  line-height: 100%;
  display: flex;
}

.fa-icon.network.ocr {
  color: #3e8ed7;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 3.75rem;
  display: flex;
}

.image-11 {
  max-width: 80%;
}

.div-block-33 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-bullet-head {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.div-block-34 {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.feature-bullet-sub {
  color: #6c757d;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 125%;
}

.div-block-35 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 3.75rem;
  display: flex;
}

.ocr-text-explainer {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

.ocr-text-explainer.supported-categories {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1rem;
}

.ocr-text-explainer.categories {
  text-align: center;
  white-space: nowrap;
  padding-bottom: 0;
}

.ocr-text-explainer.how-to {
  font-weight: 700;
}

.div-block-36 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ocr {
  padding-bottom: 1.25rem;
}

.contact-us-link {
  color: #b4232d;
}

.categories {
  padding-bottom: 1.25rem;
}

.image-12 {
  height: 1.875rem;
}

.div-block-38 {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 4.375rem;
}

.tab-link {
  color: #0009;
  background-color: #ddd0;
  border-left: .375rem solid #0009;
  align-self: auto;
  width: 100%;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link:hover {
  color: #000;
  border-left-color: #b4232d99;
}

.tab-link.w--current {
  color: #212529;
  background-color: #ddd0;
  border-left-width: 6px;
  border-left-color: #b4232d;
  width: 100%;
}

.tabs {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
  inset: 0% auto;
  overflow: hidden;
}

.text-block-4 {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.tabs-content-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 35%;
  padding-left: .625rem;
  text-decoration: none;
  display: flex;
}

.image-15 {
  border: .125rem solid #666;
  border-radius: .625rem;
}

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

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

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

.div-block-45 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_question-text {
  color: #212529;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_question.top {
  border-top-style: none;
}

.rl_faq1_list {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  padding-top: 10px;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_answer {
  overflow: hidden;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_icon {
  color: #212529;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section-2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.pricing {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.code-embed {
  flex-flow: column;
  flex: 1;
  max-width: 1000px;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .div-block-2 {
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5 {
    border-left-style: none;
    border-right-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
  }

  .dropdown-menu.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-menu.support {
    position: relative;
    top: auto;
    left: auto;
  }

  .hero {
    height: auto;
  }

  .container-4 {
    max-width: 45.5rem;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .heading {
    font-size: 2.8125rem;
  }

  .bold-text-2 {
    font-size: .875rem;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
  }

  .overview {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .image-9 {
    margin-top: 15px;
    margin-left: 0;
  }

  .div-block-31 {
    order: -9999;
    justify-content: center;
    align-items: center;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .image-11 {
    max-width: 16.75rem;
  }

  .div-block-33 {
    padding-top: 10px;
  }

  .div-block-35 {
    flex: 1;
    padding-right: 1rem;
  }

  .ocr-text-explainer.categories {
    padding-left: 0;
  }

  .ocr-text-explainer.how-to {
    padding-left: 0;
    padding-right: 0;
  }

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

  .ocr, .categories {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
    padding-left: 3rem;
  }

  .tab-link {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link.w--current {
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }

  .tabs {
    flex-flow: column;
  }

  .text-block-4 {
    padding-top: 10px;
  }

  .tabs-content-2 {
    padding-top: 1rem;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .div-block-45 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-17 {
    width: 35%;
  }

  .how-to {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .div-block-46 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container-3.screenshot {
    justify-content: center;
    align-items: center;
  }

  .container-3.ocr {
    flex-flow: column;
  }

  .container-3.categories {
    padding-bottom: 0;
  }

  .hero {
    padding: 3.75rem .9375rem;
  }

  .hero-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split, .div-block-26-copy {
    justify-content: center;
    align-items: center;
  }

  .section_footer {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .grid-7 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .div-block-26 {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 2rem;
  }

  .div-block-32, .div-block-33 {
    justify-content: center;
    align-items: center;
  }

  .div-block-35 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-36 {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .grid-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-content-2 {
    padding-top: 16px;
  }

  .tabs-menu {
    width: 100%;
  }

  .div-block-45 {
    justify-content: center;
    align-items: center;
  }

  .div-block-46 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 12.5rem;
  }

  .div-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-5.support {
    padding-right: 1rem;
  }

  .container-3.ocr, .container-3.categories, .container-3.how-to {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    height: auto;
  }

  .container-4 {
    max-width: none;
  }

  .hero-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .div-block-26 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .container-5 {
    text-align: center;
  }

  .heading {
    font-size: 2.2rem;
  }

  .div-block-28 {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .image-9 {
    max-width: 90vw;
  }

  .div-block-31 {
    padding-left: 0;
  }

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

  .div-block-32 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-35 {
    flex: 0 auto;
  }

  .ocr-text-explainer {
    text-align: center;
  }

  .ocr-text-explainer.how-to {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36 {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .tab-link, .tabs {
    text-align: left;
  }

  .tabs-content-2 {
    margin-top: 1.25rem;
  }

  .tabs-menu {
    width: 100%;
    margin-top: .625rem;
  }

  .image-17 {
    width: 25%;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}