:root {
  --combine-library--grey-800: #333;
  --combine-library--white: white;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #fff;
  --combine-library--grey-200: #bfc4ce;
  --conversion-flow-library--medium-purple: #80f;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #0c0464;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --combine-library--warning-800: #f27900;
  --combine-library--primary-800: #472def;
  --combine-library--secondary-600: var(--elements-webflow-library--neutral--300);
  --combine-library--warning-400: #f8b34b;
  --conversion-flow-library--coral: #ff8a56;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-400: #8c94a5;
  --combine-library--primary-200: #9e97ff;
  --white: white;
  --scribebuddy-free-account-cta: #7407e0;
  --spark-library--white: #f3f3f3;
  --spark-library--foreground-interactive-hover: #0d0e10;
  --spark-library--background--interactive: #333;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--border-default: rgba(0, 0, 0, .16);
  --spark-library--foreground-tertiary: rgba(0, 0, 0, .56);
  --spark-library--black: #ece8e8;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --black: var(--combine-library--primary-600);
  --spark-library--foreground-secondary: rgba(0, 0, 0, .76);
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
}

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

body {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 36px;
}

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

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

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

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  background-image: linear-gradient(194deg, #380149, #920292);
  border-radius: .5rem;
  padding: 5px 15px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white-small {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav1_dropdown-title {
  color: var(--combine-library--grey-800);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem rgba(40, 54, 74, .2);
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_link {
  color: var(--combine-library--grey-800);
  padding: 5px 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.combine-nav1_logo {
  height: 100%;
  max-height: 2.4rem;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.sb-nav-bar-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin: 10px auto;
  display: flex;
}

.sb-nav-bar {
  padding-left: .5rem;
  padding-right: .5rem;
}

.scribebuddy-nav-bar-audio-video-to-text-app-nav-bar {
  background-color: var(--combine-library--grey-050);
  margin-top: 10px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.cf-floating-white-div {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-scribble {
  z-index: 1;
  position: static;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-floating-image-container-2 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.cf-floating-black-div {
  background-color: #0d0e10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-floating-image-container-1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-home-center-image {
  z-index: 3;
  border-radius: 16px;
  width: 60%;
  max-width: 1080px;
  position: relative;
}

.cf-home-image-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 80px auto 180px;
  display: flex;
  position: relative;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-22px-paragraph---white {
  color: rgba(0, 0, 0, .9);
  text-align: center;
  max-width: 800px;
  margin-bottom: 48px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-82px-heading {
  color: #161616;
  text-align: center;
  max-width: 990px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-1140px-wrapper---home-vertical {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-3 {
  background-color: #fff;
  overflow: hidden;
}

.cf-floating-image-container-3 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-home-center-image-2 {
  z-index: 3;
  border-radius: 16px;
  width: 80%;
  max-width: 1080px;
  position: relative;
}

.heading, .heading-2 {
  font-size: 25px;
}

.combine-header2_overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-play_icon {
  color: var(--combine-library--white);
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  transition: color .25s;
}

.combine-play_icon:hover {
  color: rgba(255, 255, 255, .6);
}

.combine-play_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.combine-header2_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-header2_video-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--combine-library--grey-800);
  margin: 2rem -120px 0;
  padding-left: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.combine-heading-style-h1.word-highlight {
  border-bottom: 1px solid rgba(12, 12, 12, 0);
}

.combine-header2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-header2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 80%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_header2 {
  background-color: var(--combine-library--grey-050);
}

.combine-header6_overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-header6_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-header6_video-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_header6 {
  background-color: var(--combine-library--grey-050);
}

.heading-3 {
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 50px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-color: #0c0c0c;
  background-image: linear-gradient(#000 24%, #470066 86%, #fff 99%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.2rem;
}

.cf-features-section-1-block-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 14px 100px rgba(0, 0, 0, .05);
}

.cf-features-section-1-grid-cell.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-58px-heading---white {
  color: #fff;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.cf-features-section-1 {
  background-color: #0d0e10;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.cf-growth-wrapper {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper.large {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 60%, var(--conversion-flow-library--sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  padding-bottom: 180px;
}

.cf-growth-section {
  position: relative;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---display-2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---icon-stats-v7 {
  border-radius: 16px;
  width: 45px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

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

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default {
  max-width: 1218px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small---bottom-large {
  padding-top: 100px;
  padding-bottom: 160px;
}

.column {
  padding-left: 0;
}

.scribebuddy-best-ai-transcription-software-headline {
  text-align: center;
  margin-top: 160px;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 0;
  padding-right: 0;
  font-size: 75px;
  line-height: 80px;
  display: block;
}

.headline-highlight {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ecfff0;
  background-clip: content-box;
  border-radius: 10px;
  outline: 3px #333;
}

.h2-headline {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
}

.sub-headline {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: content-box;
  border-radius: 15px;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.scribebuddy-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.start-using-scribebuddy {
  mix-blend-mode: normal;
  background-color: #5b04dd;
  border-radius: 5px;
  order: 0;
  align-self: flex-start;
  padding: 20px 30px;
  font-size: 30px;
}

.scribebuddy-video-to-text-software-login {
  color: #201e22;
  -webkit-text-stroke-color: #201e22;
  background-color: #fff;
  border: 1px solid #1a0047;
  border-radius: 5px;
  align-self: flex-start;
  padding: 20px 30px;
  font-size: 30px;
}

.text-span-2 {
  -webkit-text-fill-color: inherit;
  background-color: #fdffda;
  background-clip: content-box;
  border-radius: 15px;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
}

.combine-text-weight-semibold {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-clients4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-clients4_image-wrapper {
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.combine-clients4_client {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-clients4_span-tertiary {
  color: var(--combine-library--warning-800);
  background-color: rgba(248, 179, 75, .18);
}

.combine-clients4_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.combine-clients4_span-primary {
  color: var(--combine-library--primary-800);
  background-color: rgba(97, 87, 248, .18);
}

.combine-clients4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-clients4_span-secondary {
  color: var(--combine-library--secondary-600);
  background-color: rgba(0, 161, 193, .18);
}

.combine-clients4_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.use-scribebuddy-to-transcribe-audio-video-podcasts-voice-memos-lectures-meetings {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  color: #a52727;
  padding-top: 100px;
  padding-bottom: 30px;
  padding-left: 10%;
}

.combine-padding-global-2 {
  text-align: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_clients4 {
  background-color: var(--combine-library--grey-050);
}

.columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 0;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._2-million-minutes-transcribed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #dbfad9;
  background-clip: content-box;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: inline-block;
}

.heading-4 {
  font-weight: 600;
}

.h2-highlight {
  color: #005d1f;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ccffdf;
  background-clip: padding-box;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.h2-highlight.blue-h2 {
  color: #383bff;
  -webkit-text-stroke-color: #0408ee;
  background-color: #cee1ff;
}

.h2-highlight.orange-h2 {
  color: #e67300;
  background-color: #fff6e8;
}

.paragraph {
  color: #008a2e;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.paragraph.blue-paragraph {
  color: #383bff;
}

.paragraph.orange-paragraph {
  color: #e67300;
}

.image {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

._10000-customers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 80px;
  display: flex;
}

.scribebuddy-transcription-accuracy {
  text-align: center;
}

.body {
  margin-top: 0;
}

.scribebuddy-audio-video-voice-to-text-software-featured-image {
  object-fit: cover;
  max-width: 80%;
}

.scribebuddy-ai-transcription-software-featured-image-1 {
  text-align: center;
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.scribebuddy-audio-to-text-software-highlights {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.content-section-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.combine-section_feature2 {
  background-color: var(--combine-library--grey-050);
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-padding-global-3 {
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
  padding-right: 0%;
}

.scribebuddy_feature_highlight-1 {
  background-color: var(--combine-library--grey-050);
  padding-left: 0%;
}

.bold-text {
  color: #333;
}

.bold-text.custom-font-size {
  font-size: 24px;
}

.bold-text-2, .bold-text-3 {
  color: #333;
}

.highlight-h2 {
  -webkit-text-fill-color: inherit;
  background-color: #fff4e0;
  background-clip: content-box;
  border-radius: 10px;
}

.customer-highlight {
  -webkit-text-fill-color: inherit;
  background-color: #efedff;
  background-clip: content-box;
  border-radius: 5px;
}

.text-span-3 {
  background-color: #ffeddd;
  border-radius: 5px;
}

.paragraph-2 {
  font-size: 32px;
  font-weight: 700;
}

.audio-video-voice-memo-transcription {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.scribebuddy-ai-transcription-heading-32px-2 {
  color: #000;
  letter-spacing: -.01em;
  -webkit-text-fill-color: inherit;
  background-color: #dcfdca;
  background-clip: content-box;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.scribebuddy-ai-transcription-heading-32px-2.cf-text-opacity-70-italic {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.scribebuddy-ai-transcription-heading-32px-2.ai-translation-hl-bg {
  background-color: #f3f5d5;
}

.scribebuddy-ai-transcription-heading-32px-2.ai-subtitle-generation-hl-bg {
  background-color: #e4d9f8;
}

.scribebuddy-ai-transcription-heading-32px-2.scribebuddy-accuracy-hl-bg {
  background-color: #cadcfd;
}

.scribebuddy-hero-image-2 {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.transcription-software-features {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.transcription-software-features.large {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px-2 {
  opacity: .7;
  color: #fff;
  margin-top: 26px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic-2 {
  background-image: linear-gradient(90deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 60%, var(--conversion-flow-library--sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 64px;
}

.scribebuddy-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.scribebuddy-features {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1161 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.growth-flex {
  padding-top: 80px;
  padding-bottom: 80px;
}

.scribebuddy-feature-highlight-2 {
  position: relative;
}

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

.scribebuddy-10000-customers-hl-highlight {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #f6fdc3;
  border-bottom: 20px #000;
  outline: 3px #333;
  text-decoration: none;
}

._4-8-5-ratings {
  text-align: left;
  padding-top: 15px;
}

.scribebuddy-customer-ratings {
  text-align: center;
}

.paragraph-3 {
  padding-top: 20px;
  font-size: 20px;
}

.scribebuddy-ai-transcriptio-translation-software {
  max-width: 1200px;
}

.cf-pricing-plan-pointer-text-18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-body---18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-wrapper-1162 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1162.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: var(--conversion-flow-library--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cf-tabs-element._2 {
  top: auto;
  bottom: -4%;
  left: auto;
  right: -6%;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 17%;
  box-shadow: 8px 18px 160px rgba(0, 0, 0, .2);
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 8%;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.combine-feature3_image {
  object-fit: cover;
  max-width: 80%;
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.content-sections-paragraphs {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.combine-feature3_number2 {
  color: var(--combine-library--warning-400);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature3_number1 {
  color: var(--combine-library--primary-600);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.video-transcription-to-text {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.combine-feature3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.scribebuddy-ai-transcription-feature-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  padding-left: 0%;
  padding-right: 0;
  display: flex;
}

.combine-padding-section-medium-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
}

.audio-video-transcription-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.scribebuddy-content-sections {
  padding-left: 12%;
  padding-right: 10%;
}

.scribebuddy-ai-audio-video-to-text-transcription-features {
  background-color: var(--combine-library--grey-050);
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px rgba(0, 0, 0, .07);
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -4%;
}

.cf-pink-button {
  background-color: var(--conversion-flow-library--light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-purple-button {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library--coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  background-color: var(--conversion-flow-library--sandy-brown);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.paragraph-4 {
  text-align: center;
}

.audio-transcription-to-text {
  color: #1f2c3d;
  font-size: 40px;
  line-height: 50px;
}

.video-transcription-to-text-copy {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.content-sections-headlines {
  color: #1f2c3d;
  font-size: 40px;
  line-height: 50px;
}

.all-in-one-transcription-software {
  text-align: center;
  margin-top: 40px;
  font-size: 40px;
  line-height: 52px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 12%;
  padding-right: 12%;
  font-size: 45px;
  line-height: 52px;
}

.image-4 {
  text-align: right;
}

.cf-pricing-plan-pointer-text-18px-2 {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon-2 {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-2.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container-2 {
  margin-top: 40px;
}

.cf-body---18px-2 {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tabs-content-2 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image-2 {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link-2 {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link-2.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.cf-different-menu-2 {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-different-tabs-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container-2 {
  width: 100%;
}

.cf-italic-text-2 {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container-2 {
  margin-bottom: 64px;
}

.cf-wrapper-1163 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1163.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cf-tab-image-2.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-2.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-2.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-2.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab-2 {
  background-color: var(--conversion-flow-library--medium-purple);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element-2 {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cf-tabs-element-2._2 {
  top: auto;
  bottom: -4%;
  left: auto;
  right: -6%;
}

.cf-black-small-button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 18px 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .9s;
}

.cf-black-small-button-2:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text-2 {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 36px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading-2 {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain-2 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image-2.absolute {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 17%;
  box-shadow: 8px 18px 160px rgba(0, 0, 0, .2);
}

.cf-tabs-image-2.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image-2.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image-2.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 8%;
}

.cf-tabs-image-2.absolute.tab-1 {
  background-color: rgba(0, 0, 0, 0);
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image-2.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.sb-tabs-content-2 {
  border-radius: 12px;
}

.cf-home-tab-link-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-2:hover {
  opacity: .8;
}

.cf-home-tab-link-2.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.sb-tabs-menu-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sb-home-tabs-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text-2 {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading-2 {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header-2 {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sb-features-4-tabs-wrapper-2 {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 100px;
}

.scribebuddy-usecases-ai-transcription-usecases {
  background-color: #0d0e10;
}

.cf-logo-images-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 90%;
  max-height: 32px;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logos-contain-2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.scribebuddy-customers {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-4.font-color-highlight {
  color: var(--combine-library--grey-800);
}

.combine-text-weight-semibold-2 {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-clients4_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-clients4_image-wrapper-2 {
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.combine-clients4_client-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-clients4_span-tertiary-2 {
  color: var(--combine-library--warning-800);
  background-color: rgba(248, 179, 75, .18);
}

.combine-clients4_item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  flex-direction: column;
  padding: 1rem 1.5rem;
  display: flex;
}

.combine-clients4_span-primary-2 {
  color: var(--combine-library--primary-800);
  background-color: rgba(97, 87, 248, .18);
}

.combine-clients4_wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-clients4_span-secondary-2 {
  color: var(--combine-library--secondary-600);
  background-color: rgba(0, 161, 193, .18);
}

.combine-clients4_grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.sb-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-space-medium-3 {
  width: 100%;
  height: .9rem;
}

.combine-space-medium-3.custom-spacce.custom-space-2, .combine-space-medium-3.custom-spacce.custom-space-2.custom-space-3 {
  height: .1rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sb2-notification-bar {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(96deg, #350169 15%, #64014d 39%, #310046 78%, #0c003d);
  margin-top: -25px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  top: 0;
}

.sb2-notification-bar.scribebuddy_ai_transcription_testimonials {
  background-image: none;
}

.scribebuddy-testimonials {
  background-color: var(--combine-library--grey-050);
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-content-text.style-2 {
  font-size: 18px;
  font-style: normal;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  font-family: Lato, sans-serif;
  display: flex;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(90deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price.unliimited-pricing-sub-text {
  margin-bottom: 0;
  font-size: 20px;
}

.cf-pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.cf-pricing-plan-note-text.custom-font-pricing-ii {
  font-size: 18px;
}

.cf-pricing-plan-note-text.custom-alignment {
  color: #f042f0;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #fd8a50;
  background-image: linear-gradient(82deg, #d354fa, #ff760c 95%, #fdb2b2 99%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-text.pricing-1-plan-text {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.cf-pricing-plan-text.custom-font-pricing {
  font-size: 28px;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper.white-border {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.pricing-1-box {
  background-color: #fff;
}

.cf-pricing-box.green-pricing-box {
  color: #fff;
  background-color: #1d1d1d;
  border-style: none;
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 18px;
  padding-right: 18px;
  font-family: "Source Sans 3", sans-serif;
  display: block;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 50%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-pricing-box-wrapper.pricing-1-box {
  margin-top: 100px;
  position: relative;
  top: 0;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.cf-toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -141%;
  left: 15%;
  right: 0%;
}

.cf-toggle-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot.green-toggle-dot {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 17%, var(--conversion-flow-library--light-coral) 55%, var(--conversion-flow-library--sandy-brown));
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain.white-toggle {
  background-color: #fff;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-toggle-header-wrapper.pricing-header-toggle {
  justify-content: center;
}

.cf-pricing-hero-para {
  color: #fff;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  font-size: 58px;
  display: inline-block;
}

.cf-pricing-hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 115%;
}

.cf-white-top-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cf-pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scribebuddy-pricing {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.combine-button-2 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color3-2 {
  color: var(--combine-library--warning-400);
}

.combine-pricing4_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-pricing4_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.combine-line_divider {
  background-color: var(--combine-library--grey-100);
  width: 100%;
  height: 1px;
}

.combine-pricing4_span {
  color: var(--combine-library--grey-800);
  font-size: 1.25rem;
}

.combine-pricing4_cost-tertiary {
  color: var(--combine-library--warning-400);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing4_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-pricing4_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  padding: 2.5rem 2rem;
  display: flex;
}

.combine-pricing4_label {
  background-color: var(--combine-library--primary-600);
  color: var(--combine-library--white);
  text-transform: uppercase;
  border: 1px #000;
  border-radius: .5rem;
  padding: .25rem 1rem;
  position: absolute;
  top: 1.25rem;
  right: -.5rem;
}

.combine-button-colored {
  background-color: var(--combine-library--primary-600);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-text-color-white {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color1-2 {
  color: var(--combine-library--primary-600);
}

.combine-line_divider-dark {
  background-color: var(--combine-library--grey-600);
  width: 100%;
  height: 1px;
}

.combine-pricing4_span-white {
  color: var(--combine-library--white);
  font-size: 1.25rem;
}

.combine-pricing4_cost {
  color: var(--combine-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing4_title {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-pricing4_item-dark {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  padding: 2.5rem 2rem;
  display: flex;
  position: relative;
}

.combine-icon_color2-2 {
  color: var(--combine-library--secondary-600);
}

.combine-pricing4_cost-secondary {
  color: var(--combine-library--secondary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.combine-pricing4_tab {
  color: var(--combine-library--grey-400);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20rem;
  padding: .5rem 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-pricing4_tab.w--current {
  background-color: var(--combine-library--white);
  outline-offset: 0px;
  color: var(--combine-library--grey-800);
  outline: 3px #1f2c3d;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-pricing4_tabs-menu {
  border: 1px solid var(--combine-library--grey-100);
  border-radius: 6rem;
  justify-content: center;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.combine-pricing4_tabs {
  flex-direction: column;
  display: flex;
}

.combine-section_pricing4 {
  background-color: var(--combine-library--grey-050);
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-webflow-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.cf-webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.cf-webflow-link.black {
  color: #0d0e10;
}

.cf-webflow-link.black:hover {
  color: #2a70cc;
}

.cf-copyright-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.cf-copyright-text.black {
  color: #0d0e10;
  letter-spacing: -.16px;
  font-family: "Source Sans 3", sans-serif;
}

.cf-footer-cf-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.cf-footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.cf-footer-cf-link.black {
  color: #0d0e10;
}

.cf-footer-cf-link.black:hover {
  color: #ff8a56;
}

.cf-footer-bottom-wrapper {
  border-top: 1px solid rgba(255, 255, 255, .1);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-bottom-wrapper.white {
  border-top-style: none;
  border-top-color: rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cf-footer-link-18px {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.cf-footer-link-18px:hover {
  color: #fff;
  border: 1px #000;
}

.cf-footer-link-18px.black {
  color: rgba(13, 14, 16, .75);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

.cf-footer-link-18px.black:hover {
  color: #ff5e69;
}

.cf-footer-paragraph-18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.cf-footer-paragraph-18px.heading {
  letter-spacing: .16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cf-footer-paragraph-18px.heading.black {
  color: #0d0e10;
  font-family: "Source Sans 3", sans-serif;
}

.cf-footer-column {
  width: 100%;
}

.cf-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1240px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

.cf-error-message {
  color: #fff;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  color: #bd333d;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-form-submit-button:hover {
  background-color: rgba(255, 94, 105, .2);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-form-submit-button.black {
  background-image: url('../images/ArrowRight_1.svg');
}

.cf-form-text-field {
  color: #fff;
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-text-field::placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field.black {
  color: #0d0e10;
  background-image: url('../images/EnvelopeSimple.svg');
}

.cf-form-text-field.black::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-email-form {
  color: #0d0e10;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 19px;
  position: relative;
}

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

.cf-subscribe-text {
  color: #0d0e10;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.cf-footer-top-right {
  width: 100%;
  max-width: 400px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-footer-link-gradient-hover-black-copy-no-margin {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-copy-no-margin:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-links-contain {
  display: flex;
}

.cf-footer-paragraph-16px {
  color: #0d0e10;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 175%;
}

.cf-logo-text {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.cf-logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-1 {
  width: 24px;
  height: 24px;
}

.cf-logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.cf-navigation-1-logo {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
}

.cf-footer-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1240px;
  margin-top: 150px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-main-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-footer-section-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-close_icon {
  color: var(--combine-library--white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: absolute;
  right: 0;
}

.combine-banner2_button {
  background-color: var(--combine-library--primary-600);
  border-radius: .5rem;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .25s;
}

.combine-banner2_button:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-banner2_text {
  color: var(--combine-library--white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.combine-banner2_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.scribebuddy-notification-bar {
  background-color: var(--combine-library--grey-800);
  position: -webkit-sticky;
  position: sticky;
}

.paragraph-5 {
  color: #3600ca;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.text-block {
  text-align: center;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle farthest-side, #4a00b9 14%, #441a2b 54%, #13040a 100%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 20px;
  font-size: 25px;
  font-weight: 600;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 700;
}

.cf-secondary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button-2:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button-2.middle-price-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  font-weight: 600;
}

.cf-secondary-button-2.middle-price-button:hover {
  background-color: #e5e5e5;
}

.cf-pricing-plan-small-text-2 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price-2 {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price-2.pricing-3-price {
  margin-bottom: 0;
}

.cf-pricing-price-container {
  border-top: 1px solid rgba(0, 46, 36, .2);
  border-bottom: 1px solid rgba(0, 46, 36, .2);
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cf-pricing-price-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-content-text-2 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon-2 {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-content-wrapper-2.pricing-3-content {
  max-width: 228px;
  margin-bottom: 0;
  margin-right: 10px;
}

.cf-pricing-plan-amount-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-plan-description {
  color: rgba(11, 20, 31, .7);
  text-align: center;
  max-width: 270px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-pricing-plan-description.middle-para {
  color: rgba(255, 255, 255, .7);
}

.cf-pricing-plan-name {
  color: #000;
  margin-bottom: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.cf-pricing-plan-name.white {
  color: #fff;
}

.cf-pricing-3-box-plan-block {
  border-right: 1px solid rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 40px;
  display: flex;
}

.cf-pricing-3-box-plan-block._2 {
  border-right-color: rgba(255, 255, 255, .2);
}

.cf-pricing-3-box {
  grid-column-gap: 15px;
  background-color: #fff;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.cf-pricing-3-box.middle-block {
  color: #fff;
  background-color: #000;
}

.cf-pricing-3-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.cf-pricing-3-blocks-wrapper.pricing-box-6 {
  grid-template-rows: auto;
}

.cf-wrapper-1200px-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-toggle-arrow-icon-2 {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-text-2.black {
  color: #000;
}

.cf-toggle-save-container-2 {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -141%;
  left: 15%;
  right: 0%;
}

.cf-toggle-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-contain-2 {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-row-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-3-toggle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.combine-text-size-regular-5 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-faq3_title {
  color: var(--combine-library--grey-800);
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_small-2 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_small-2.icon-colour-2 {
  color: var(--combine-library--warning-800);
}

.combine-icon_color1-3 {
  color: var(--combine-library--primary-600);
}

.combine-faq3_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color3-3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_color2-3 {
  color: var(--combine-library--secondary-600);
}

.combine-faq3_wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.combine-faq3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.combine-space-large-4 {
  height: 4rem;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-4 {
  text-align: center;
}

.combine-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-5 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.combine-padding-global-5 {
  padding-top: 60px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.scribebuddy-faqs {
  background-color: var(--combine-library--white);
}

.heading-7 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 100px;
}

.column-4 {
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.transcription-tools-formatting {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.transcription-tools-formatting:hover {
  color: #fff;
  border: 1px #000;
}

.transcription-tools-formatting.black {
  color: rgba(13, 14, 16, .75);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

.transcription-tools-formatting.black:hover {
  color: #ff5e69;
}

.transcription-tools-formatting.black.tools-formatting {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.transcription-tools-formatting.black.tools-formatting.additional-formatting {
  text-align: center;
  padding-top: 30px;
}

.sb-footer2_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.sb-footer2_link:hover {
  color: var(--combine-library--white);
}

.combine-footer2_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer2_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.combine-footer2_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.sb-space-small-2 {
  width: 100%;
  height: 1rem;
}

.sb-footer2_title {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sb-footer2_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer2_social-link:hover {
  color: var(--combine-library--primary-200);
}

.sb-footer2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.sb-footer2_top-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.sb-footer2_logo {
  height: 100%;
  max-height: 2rem;
}

.sb-footer2_logo-link {
  margin-bottom: 0;
}

.sb-footer2_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.sb-footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sb-padding-section-medium-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sb-container-large-5 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.sb-padding-global-6 {
  background-color: #0d0e10;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.scribebuddy-footer {
  background-color: var(--combine-library--grey-800);
}

.navbar_logo-image-wrapper {
  z-index: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.navbar_text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

.navbar_text-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.button_text-regular.is-menu-button-text {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.navbar_logo {
  background-color: #0d0d0d;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.navbar_logo.is-icon {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(13, 13, 13, .85);
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  border: 2px solid #1d1d1d;
  border-radius: .5rem;
  justify-content: flex-start;
  width: 30rem;
  height: 3.46rem;
  padding: .2rem;
  transition: width .2s;
  position: fixed;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%);
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(97, 209, 128, .7);
  border: 2px solid rgba(97, 209, 128, .7);
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-size: 800px 800px;
  border-style: solid;
  border-color: #1d1d1d;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  transition: background-color .2s;
  display: flex;
}

.button.is-navbar-button:hover {
  background-color: #1d1d1d;
}

.button.is-navbar-button.menu_button {
  opacity: 0;
  color: #0d0d0d;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: box-shadow .2s;
}

.button.is-navbar-button.menu_button:hover {
  box-shadow: 0 0 60px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .5), 0 0 5px rgba(255, 255, 255, .5);
}

.navbar_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar_component {
  z-index: 99;
  background-color: #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.button_circle {
  z-index: 0;
  background-color: #61d180;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle.menu_button-circle {
  background-color: #61d180;
  border-color: #61d180;
  margin-bottom: 0;
}

.navbar_link {
  color: #fff;
  border-radius: .38rem;
  padding: .8rem 1.5rem .75rem;
  transition: background-color .2s;
}

.navbar_link:hover {
  background-color: #1d1d1d;
}

.navbar_link.w--current {
  color: #fff;
  background-color: #1d1d1d;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-header_bg {
  z-index: 1;
  height: 35%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-header_bg.is--darkest {
  background-color: #0f0e17;
}

.c-header_img-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.c-header_content {
  z-index: 2;
  position: static;
}

.c-header_container {
  padding-bottom: .5em;
  position: static;
  overflow: hidden;
}

.c-header_text {
  white-space: pre-wrap;
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 55px;
  line-height: 62px;
}

.c-section {
  margin-top: 0;
  padding: 0 0 40px;
}

.c-section.is--header {
  padding-top: 11em;
  position: relative;
}

.c-section.is--header.is--white {
  color: #0f0e17;
  background-color: #fff;
  margin-left: 15%;
  margin-right: 15%;
  padding: 60px 0;
  position: static;
}

.c-header_img {
  border-radius: .6em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40vw;
  margin-top: 5em;
  position: relative;
  overflow: hidden;
}

.c-content {
  width: 100%;
  min-width: 50%;
  max-width: 100%;
}

.c-content_contain {
  width: 90%;
}

.c-content_contain.is--full-width-content {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  font-family: DM Sans, sans-serif;
  font-size: 25px;
}

.heading-9 {
  margin-top: 40px;
  padding-right: 0%;
  font-size: 30px;
}

.paragraph-6 {
  margin-top: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.image-5 {
  text-align: left;
  object-fit: scale-down;
  max-width: 80%;
}

.container {
  text-align: left;
  margin-top: 20px;
}

.heading-11, .list-2.list-css {
  font-size: 22px;
  line-height: 28px;
}

.list-item-5 {
  color: #353232;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.list-item-6, .list-item-7, .list-item-8 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.paragraph-10 {
  font-size: 22px;
  line-height: 28px;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link.link-without-underline {
  border: 0 #fff;
  text-decoration: none;
}

.text-span-4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-11 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 28px;
}

.button-2 {
  text-align: center;
  background-image: linear-gradient(#4d02af, #110074);
  border-radius: 25px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

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

.navbar {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button {
  border: 1px solid var(--scribebuddy-free-account-cta);
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button.spark-dark-button:hover {
  opacity: .5;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--scribebuddy-free-account-cta);
  color: var(--scribebuddy-free-account-cta);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-input {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--scribebuddy-free-account-cta);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.spark-field-label {
  text-align: left;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-primary-with-rounded-corners {
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  border-radius: 24px;
  padding: 64px;
  font-family: "Source Sans 3", sans-serif;
  position: static;
}

.spark-container.scribebuddy-about-us {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--scribebuddy-free-account-cta);
}

.spark-nav-link.w--current {
  color: var(--scribebuddy-free-account-cta);
}

.spark-nav-link.spark-button {
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

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

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-section {
  width: 100%;
  padding: 60px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: static;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-absolute-watch-button {
  grid-column-gap: 16px;
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.scribebuddy-transcription-ai {
  border-radius: 8px;
  width: 100%;
  max-width: 80%;
  display: block;
  position: relative;
}

.spark-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.spark-lightbox:hover {
  opacity: 1;
}

.spark-centered-content {
  text-align: center;
}

.spark-line-4 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2.spark-primary-background-and-centered-content {
  background-color: var(--spark-library--white);
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  font-family: "Source Sans 3", sans-serif;
  display: flex;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.cf-cta-image-bubbles {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 6%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  top: auto;
  bottom: 18%;
  left: 8%;
  right: auto;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  top: 11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  top: 40%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 80px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 110%;
  position: relative;
}

.scribebuddy-about-us--headline {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.scribebuddy-about-us--headline.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.scribebuddy-about-us-headline {
  margin-bottom: 100px;
  font-weight: 400;
}

.image-6 {
  max-width: 70%;
  margin-top: 20px;
}

.text-block-2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
}

.image-7 {
  text-align: center;
  max-width: 80%;
  margin-top: 60px;
  margin-left: 60px;
  padding-bottom: 60px;
}

.image-7.image-align {
  text-align: center;
}

.scribebuddy-contact4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sb-contact4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.sb-text-size-regular-6 {
  color: var(--combine-library--grey-600);
  text-align: left;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium-2 {
  width: 2.25rem;
  height: 2.25rem;
}

.sb-icon_color3-4 {
  color: var(--combine-library--warning-400);
}

.sb-contact4_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.sb-icon_color2-4 {
  color: var(--combine-library--secondary-600);
}

.sb-icon_color1-4 {
  color: var(--combine-library--primary-600);
}

.scribebuddy-support-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.sb-contact4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.sb-contact4_component {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
}

.sb-padding-section-medium-6-1 {
  margin-top: 100px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large-5 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.sb-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sb-support-section_contact4 {
  background-color: var(--combine-library--grey-050);
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button-3 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-3:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: var(--combine-library--grey-800);
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact1_component {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  margin-bottom: 0;
  padding: 3rem 4rem;
}

.sb-space-large-5 {
  height: 4rem;
}

.sb-text-medium-size-regular-6 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sb-space-medium-5 {
  width: 100%;
  height: 1.5rem;
}

.sb-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.sb-container-small-5 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.sb-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sb-privacy-policy-gdpr-policy-section {
  background-color: var(--combine-library--grey-050);
}

.html-embed {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-12 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-13 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.paragraph-13.bottom-padding {
  text-align: left;
  margin-bottom: 10px;
}

.bold-text-9 {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 1.5;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 0;
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

.spark-wider-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-float-right {
  margin-left: auto;
  display: inline-block;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-flex-center {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.spark-simple-flat-square-tab {
  border-bottom: 3px solid var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: rgba(0, 0, 0, 0);
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-flat-square-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--scribebuddy-free-account-cta);
}

.spark-simple-flat-square-tab.w--current {
  border-bottom-color: var(--scribebuddy-free-account-cta);
  color: var(--scribebuddy-free-account-cta);
  background-color: rgba(0, 0, 0, 0);
}

.spark-simple-flat-square-tab.spark-tab-with-arrow {
  justify-content: flex-start;
  margin-bottom: 16px;
  padding-right: 14px;
  transition: background-position .15s, background-color .15s, color .15s;
  display: flex;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow.w--current {
  background-color: var(--spark-library--white);
}

.spark-wide-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.scribebuddy-helpcenter-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.scribebuddy-helpcenter-headline {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.scribebuddy-tutorials {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.scribebuddy-help-center {
  width: 100%;
  padding: 100px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.scribebuddy-help-center h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.scribebuddy-help-center h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.scribebuddy-help-center h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.scribebuddy-help-center h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.scribebuddy-help-center h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.scribebuddy-help-center h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.scribebuddy-help-center p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
}

.scribebuddy-help-center ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.scribebuddy-help-center li {
  margin-bottom: .5rem;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-simple-side-icon-tab {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--scribebuddy-free-account-cta);
}

.spark-simple-side-icon-tab.w--current {
  border-bottom-color: var(--scribebuddy-free-account-cta);
  background-color: var(--scribebuddy-free-account-cta);
  color: #fff;
}

.spark-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: inline-block;
}

.combine-menu-icon_line-middle-2 {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-nav1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.combine-menu-icon_line-top-2 {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-button-small-2 {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: 5px 15px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small-2:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-nav1_link-2 {
  color: #1f2c3d;
  padding: 5px 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link-2:hover {
  color: #6157f8;
}

.combine-menu-icon_line-bottom-2 {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.scribebuddy-navbar-content3 {
  color: #353434;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 0%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.spark-hero-section-image-2 {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button-2 {
  border: 1px solid var(--scribebuddy-free-account-cta);
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-dark-button {
  border: 2px solid var(--black);
  background-color: var(--combine-library--primary-200);
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.spark-button-2.spark-dark-button:hover {
  opacity: .5;
}

.spark-button-text-2 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: inset 0 0 0 1.5px var(--scribebuddy-free-account-cta);
  -webkit-text-stroke-color: var(--black);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--scribebuddy-free-account-cta);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-link {
  text-decoration: none;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-left-aligned {
  grid-column-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-right {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-right: -50px;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph-2.spark-secondary-font-color {
  color: var(--spark-library--background--interactive);
  margin-bottom: 0;
}

.spark-hero-section-left-side-2 {
  width: 50%;
}

.spark-hero-section-left-side-2.align-left {
  text-align: left;
}

.spark-container-2 {
  text-align: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-primary-background {
  z-index: 2;
  background-color: var(--scribebuddy-free-account-cta);
  background-image: linear-gradient(160deg, var(--scribebuddy-free-account-cta), rgba(67, 0, 95, .97) 52%, #560363);
  color: var(--spark-library--white);
  border-bottom: 2px solid #fff;
  border-left: .5px solid #fff;
  border-right: .5px solid #fff;
  border-radius: 12px;
  padding: 64px 64px 64px 150px;
  font-family: "Source Sans 3", sans-serif;
}

.spark-section-3 {
  text-align: center;
  width: 100%;
  padding: 60px 64px;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 60px;
  font-size: 2.6rem;
  line-height: 110%;
}

.spark-section-3 h2 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  text-align: center;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-secondary-paragraph-4 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 26px;
}

.spark-small-icon-3 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-3.spark-primary-color {
  color: var(--scribebuddy-free-account-cta);
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph-2.spark-margin-bottom-16px {
  margin-bottom: 16px;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-2.spark-card-title {
  font-size: 1.2rem;
}

.spark-card-details-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-two-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-side-flat-tab {
  border-bottom: 3px solid var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 48px 24px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  border-bottom-color: var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--scribebuddy-free-account-cta);
}

.spark-side-flat-tab.w--current {
  border-bottom-color: var(--scribebuddy-free-account-cta);
  color: var(--scribebuddy-free-account-cta);
  background-color: rgba(0, 0, 0, 0);
}

.spark-stacked-flat-tabs-menu {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin-right: 10%;
  display: inline-block;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-section-4 {
  width: 100%;
  padding: 60px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.spark-section-5 {
  text-align: center;
  width: 100%;
  padding: 40px 64px 60px;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.spark-absolute-dark-background {
  background-color: var(--spark-library--foreground-interactive-hover);
  width: 100%;
  height: 50%;
  font-family: "Source Sans 3", sans-serif;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.spark-section-6 {
  border-left: .5px #fff;
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-6 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-6 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-6 h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.spark-section-6 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-6 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-6 li {
  margin-bottom: .5rem;
}

.combine-social_icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-team3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--grey-600);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team3_social-link:hover {
  color: var(--combine-library--primary-600);
}

.combine-team3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-text-size-regular-6 {
  color: var(--black);
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.combine-team3_job-title {
  color: var(--combine-library--grey-600);
  font-family: "Source Sans 3", sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.combine-heading-style-h6.h3-custom-font-colour {
  color: var(--black);
}

.combine-team3_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.combine-team3_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.scribebuddy-how-to-use-ai-transcription {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 2.5rem;
  display: flex;
}

.scribebuddy-how-to-use-steps {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.scribebuddy-transcription-container-large-6 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.blank-space-large-5 {
  color: #000;
  height: 4rem;
}

.combine-space-medium-5 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.sccribebuddy-headline-container-small-5 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.scribebuddy-padding-section-medium-6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.scribebuddy-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.scribebuddy-how-ai-transcription-works {
  background-color: var(--combine-library--grey-050);
}

.bold-text-10 {
  color: var(--white);
}

.bold-text-11 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.align-left, .italic-text, .text-span-5, .header {
  text-align: left;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-testimonial-logos.custom-width {
  max-width: 100px;
}

.cf-testimonial-logos.custom-width-2 {
  max-width: 160px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-logos-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 133%;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-logos-contain.header-2 {
  grid-column-gap: 15px;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: 0%;
  right: 0%;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 24px 94px rgba(0, 0, 0, .08);
}

.cf-hero-right-image {
  max-width: 90%;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
  padding-bottom: 2px;
  font-family: "Source Sans 3", sans-serif;
}

.cf-testmonial-text-wrapper {
  color: rgba(13, 14, 16, .9);
  align-items: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-button-gradient-2 {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cf-cta-arrow-div-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text-2 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button-2:hover {
  background-color: #b16cea;
}

.cf-cta-button-2.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button-2.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph {
  color: rgba(0, 0, 0, .9);
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-18px-paragraph.header-2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-2 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.italic-text-2 {
  font-size: 35px;
  line-height: 42px;
}

.paragraph-14 {
  font-size: 20px;
  line-height: 25px;
}

.paragraph-15 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-3 {
  font-family: "Source Sans 3", sans-serif;
}

.bold-text-12 {
  font-family: Montserrat, sans-serif;
}

.paragrapg {
  margin-top: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.bold-text-13 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.spark-small-icon-4 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-button-text-3 {
  flex: none;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-button-3 {
  border: 1px solid var(--scribebuddy-free-account-cta);
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-3.spark-icon-left-button {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scribebuddy-unlimited-free-ai-transcription-button {
  width: 30%;
}

.div-block-2 {
  margin-left: -80px;
  padding-left: 0;
}

.container-4 {
  max-width: 400px;
}

.spark-hero-section-image-3 {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button-4 {
  border: 1px solid var(--scribebuddy-free-account-cta);
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-4.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button-4.spark-dark-button:hover {
  opacity: .5;
}

.spark-input-2 {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input-2:focus {
  border-color: var(--scribebuddy-free-account-cta);
}

.spark-input-2::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input-2.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input-2.spark-with-a-inner-shadow:hover, .spark-input-2.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.spark-field-label-2 {
  text-align: left;
}

.spark-flexed-form-2 {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side-3 {
  width: 50%;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.ai-subtitle-translation {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ai-subtitle-translation.spark-primary-with-rounded-corners {
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  border-radius: 24px;
  padding: 64px;
}

.ai-subtitle-translation.spark-primary-with-rounded-corners.bg_colour-333 {
  background-color: var(--combine-library--secondary-600);
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-7 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-8 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: var(--scribebuddy-free-account-cta);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--scribebuddy-free-account-cta);
}

.spark-nav-link-2.w--current {
  color: var(--scribebuddy-free-account-cta);
}

.spark-nav-link-2.spark-button {
  background-color: var(--scribebuddy-free-account-cta);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-menu-2 {
  align-items: center;
  display: flex;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links-2 {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scribebuddy-ai-translation {
  width: 100%;
  padding: 40px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.scribebuddy-ai-translation h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.scribebuddy-ai-translation h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.scribebuddy-ai-translation h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.scribebuddy-ai-translation h2 {
  color: var(--spark-library--foreground-interactive-hover);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.scribebuddy-ai-translation h3 {
  color: var(--spark-library--background--interactive);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.scribebuddy-ai-translation h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.scribebuddy-ai-translation p {
  color: var(--spark-library--background--interactive);
  margin-top: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.scribebuddy-ai-translation ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.scribebuddy-ai-translation li {
  margin-bottom: .5rem;
}

.scribebuddy-ai-translation.bg_colour-2 {
  background-color: #fff;
}

.cf-secondary-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button-3:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button-3.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.cf-secondary-button-3.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-pricing-plan-content-text-3 {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon-3 {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-link {
  color: #000;
  text-decoration: none;
}

.cf-pricing-plan-content-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-price-3 {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 38%, var(--conversion-flow-library--coral) 73%, var(--conversion-flow-library--sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-price-3.pricing-alternative {
  font-size: 28px;
}

.cf-pricing-plan-note-text-2 {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.cf-pricing-plan-text-2 {
  margin-bottom: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-box-plan-wrapper-2 {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-2 {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box-2.pricing-box-alternative {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-color: #c4c1c1;
  width: 31%;
  max-width: 277px;
  margin-left: 0%;
  margin-right: 0;
  padding: 24px 15px;
}

.cf-pricing-box-2.pricing-highlighted {
  color: #fff;
  background-color: #000;
  max-width: 277px;
  padding: 23px 20px;
}

.cf-pricing-plan-small-text-3 {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-primary-button-2 {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button-2:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button-2.pricing-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.cf-primary-button-2.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 50%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
}

.cf-pricing-box-row-2 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-row-2.pricing-box-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cf-pricing-box-wrapper-2 {
  margin-top: 50px;
}

.cf-toggle-arrow-icon-3 {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-text-3.black {
  color: #000;
}

.cf-toggle-save-container-3 {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -141%;
  left: 15%;
  right: 0%;
}

.cf-toggle-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot-3 {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-contain-3 {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-row-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-colourful-text-2 {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.cf-pricing-heading {
  font-family: "Source Sans 3", sans-serif;
}

.cf-green-top-heading {
  color: rgba(0, 0, 0, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-pricing-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.cf-pricing-toggle-header-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-home-pricing-wrapper {
  flex-direction: column;
  display: flex;
}

.cf-wrapper-1200px-3 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.scribebuddy-pricing-plans {
  background-color: #f7f7f7;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-4 {
  color: #9c9c9c;
  text-align: center;
  margin-top: 0;
  padding-top: 5px;
}

.custom-h2-font-size {
  font-size: 40px;
}

.heading-12 {
  font-size: 30px;
}

.heading-13 {
  display: block;
}

.heading-14 {
  font-size: 35px;
}

.text-block-5 {
  margin-top: 40px;
  font-size: 20px;
}

.wbs-cta-image-right {
  z-index: 0;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(20deg);
}

.wbs-cta-image-left {
  z-index: 0;
  height: 150px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-20deg);
}

.wbs-button-link {
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
}

.wbs-success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 6px;
  padding: 15px;
}

.wbs-button-subscribe {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  flex: 0 auto;
  align-self: center;
  margin-top: 30px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wbs-button-subscribe:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-form-subscribe-input {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  height: 3.9rem;
  padding: 10px 15px;
  transition: border-color .3s ease-in-out;
}

.wbs-form-subscribe-input:focus {
  border-color: var(--flowstica-webflow-library--black);
}

.wbs-subscribe-input-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.wbs-subscribe {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-heading-h5 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-cta-content {
  z-index: 1;
  position: relative;
}

.wbs-cta-1 {
  background-color: var(--flowstica-webflow-library--white-smoke);
  text-align: center;
  border-radius: 10px;
  padding: 90px 70px;
  position: relative;
  overflow: hidden;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section {
  padding: 6.25rem 5%;
}

.paragraph-16 {
  margin-top: 60px;
}

.button-3 {
  background-color: #08b54f;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 700;
}

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

.custom-colour-link {
  color: var(--white);
  text-decoration: none;
}

.custom-bg-color-title {
  background-color: #fff1b5;
}

.bold-text-14, .bold-text-15 {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1280px) {
  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .content-sections-paragraphs {
    font-size: 22px;
    line-height: 30px;
  }

  .combine-padding-section-medium-3 {
    padding-left: 10%;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .heading-6 {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 42px;
    line-height: 48px;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 21%;
  }

  .scribebuddy-customers {
    width: 1000%;
  }

  .combine-space-medium-3 {
    height: 1rem;
  }

  .combine-space-medium-3.custom-spacce {
    height: .8rem;
  }

  .combine-space-medium-3.custom-spacce.custom-space-2.custom-space-3 {
    height: 1.6rem;
  }

  .cf-pricing-plan-note-text {
    font-size: 20px;
  }

  .cf-pricing-plan-note-text.custom-font-pricing-ii {
    font-size: 22px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 30px;
  }

  .cf-pricing-plan-text.custom-font-pricing {
    font-size: 35px;
  }

  .cf-primary-button.pricing-button {
    text-align: center;
  }

  .c-header_text {
    font-size: 62px;
    line-height: 70px;
  }

  .c-section.is--header.is--white {
    background-color: var(--white);
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-7 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-11, .paragraph-8 {
    font-size: 25px;
    line-height: 32px;
  }

  .list-2 {
    letter-spacing: normal;
    text-indent: 0;
    column-count: auto;
    word-break: normal;
    font-size: 25px;
    line-height: 32px;
  }

  .list-2.list-css {
    aspect-ratio: auto;
    margin-top: 25px;
  }

  .list-item-5 {
    letter-spacing: normal;
    margin-bottom: 15px;
  }

  .list-item-6, .list-item-7 {
    margin-bottom: 15px;
  }

  .list-item-8 {
    margin-bottom: 25px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 25px;
    line-height: 32px;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .spark-flex-row-2.spark-left-aligned {
    margin-top: 20px;
  }

  .spark-flex-row-2.spark-right {
    margin-right: 0;
  }

  .spark-container-2.spark-primary-background {
    padding-left: 220px;
  }

  .combine-heading-style-h2-3 {
    font-size: 3rem;
  }

  .bold-text-11 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-testimonial-logos.custom-width-2 {
    max-width: 180px;
  }

  .cf-logos-text {
    font-size: 22px;
  }

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

@media screen and (min-width: 1440px) {
  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .content-sections-paragraphs {
    font-size: 22px;
    line-height: 35px;
  }

  .combine-padding-section-medium-3 {
    padding-left: 10%;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .all-in-one-transcription-software {
    object-fit: fill;
  }

  .heading-6 {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 45px;
    line-height: 52px;
  }

  .cf-tab-image-2.tab-5 {
    width: 68%;
  }

  .cf-tab-image-2.tab-4 {
    width: 78%;
  }

  .cf-tab-image-2.tab-3 {
    width: 80%;
  }

  .cf-tab-image-2.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image-2.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image-2.absolute.card {
    width: 48%;
  }

  .cf-tabs-image-2.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image-2.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image-2.tab-2 {
    width: 62%;
  }

  .scribebuddy-customers {
    width: 1000%;
  }

  .combine-space-medium-3.custom-spacce.custom-space-2.custom-space-3 {
    height: 1.5rem;
  }

  .text-block {
    background-image: radial-gradient(circle, #3100b9 14%, #441a2b 54%, #13040a 100%, #fff);
  }

  .combine-text-size-regular-5, .combine-faq3_title, .combine-heading-style-h2-2 {
    font-family: "Source Sans 3", sans-serif;
  }

  .c-header_text {
    font-size: 70px;
    line-height: 78px;
  }

  .c-section.is--header.is--white {
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .spark-section-2.spark-primary-background-and-centered-content {
    padding-top: 100px;
  }

  .scribebuddy-about-us--headline.cta-wrapper {
    padding-bottom: 200px;
  }

  .spark-button-2.spark-dark-button {
    font-size: 1.5rem;
  }

  .spark-flex-row-2.spark-left-aligned {
    margin-top: 20px;
  }

  .spark-flex-row-2.spark-right {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .spark-container-2.spark-primary-background {
    padding-left: 220px;
  }

  .spark-section-3 h1 {
    font-size: 2.4rem;
  }

  .spark-section-3 p {
    font-size: 20px;
    line-height: 26px;
  }

  .combine-heading-style-h2-3 {
    font-size: 3rem;
  }

  .bold-text-11 {
    font-size: 1.25rem;
    line-height: 1.2em;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-logos-text {
    font-size: 22px;
  }

  .scribebuddy-ai-translation h3 {
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  .scribebuddy-audio-video-voice-to-text-software-featured-image {
    text-align: left;
  }

  .content-section-1 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .heading-5 {
    font-size: 38px;
  }

  ._4-8-out-of-5-rating {
    font-size: 25px;
  }

  .combine-feature3_image {
    max-width: 50%;
  }

  .combine-feature3_image-wrapper {
    object-fit: fill;
    width: auto;
  }

  .content-sections-paragraphs {
    font-size: 20px;
    line-height: 28px;
  }

  .video-transcription-to-text {
    font-size: 40px;
    line-height: 50px;
  }

  .combine-feature3_content {
    width: 100%;
  }

  .scribebuddy-ai-transcription-feature-list {
    justify-content: flex-start;
    align-items: center;
    margin-left: 15%;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .video-transcription-to-text-copy {
    font-size: 55px;
    line-height: 70px;
  }

  .all-in-one-transcription-software {
    font-size: 40px;
  }

  .heading-6 {
    margin-top: 40px;
    padding-left: 18%;
    padding-right: 18%;
    font-size: 55px;
    line-height: 62px;
  }

  .image-2 {
    text-align: right;
    align-self: flex-end;
  }

  .cell {
    text-align: left;
  }

  .columns-2 {
    text-align: right;
    margin-top: 40px;
  }

  .image-3 {
    text-align: left;
    display: inline-block;
    position: static;
  }

  .column-2 {
    display: block;
  }

  .column-3 {
    text-align: left;
  }

  .list {
    list-style-type: disc;
  }

  .list-item {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .columns-3 {
    font-weight: 400;
  }

  .cf-wrapper-1163.different-flex {
    padding-top: 40px;
  }

  .scribebuddy-customers {
    width: 100%;
  }

  .combine-space-medium-3.custom-spacce {
    height: .5rem;
  }

  .combine-space-medium-3.custom-spacce.custom-space-2.custom-space-3 {
    height: 2.7rem;
  }

  .cf-pricing-plan-note-text.custom-space {
    font-size: 16px;
  }

  .cf-pricing-plan-text {
    font-size: 24px;
  }

  .combine-banner2_text {
    font-size: 22px;
  }

  .heading-7 {
    margin-top: 40px;
  }

  .c-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .c-header_text {
    font-size: 90px;
    line-height: 98px;
  }

  .c-section {
    margin-right: 0;
  }

  .c-section.is--header.is--white {
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
  }

  .link.link-without-underline {
    text-decoration: none;
  }

  .text-span-4 {
    font-size: 25px;
  }

  .button-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .container-3 {
    margin-left: 5%;
  }

  .spark-section-2.spark-primary-background-and-centered-content {
    padding-top: 0;
  }

  .spark-section-2 h1 {
    margin-top: 0;
  }

  .image-6 {
    text-align: left;
  }

  .image-7 {
    margin-left: 40px;
    padding-left: 0;
  }

  .spark-flex-row-2.spark-left-aligned {
    margin-top: 20px;
  }

  .spark-flex-row-2.spark-5-spacing {
    width: 100%;
  }

  .spark-flex-row-2.spark-right {
    margin-right: 0;
  }

  .spark-container-2.spark-primary-background {
    padding-left: 220px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
    line-height: 110%;
  }

  .spark-section-3 h2 {
    text-align: center;
    font-size: 1.75rem;
  }

  .spark-section-3 p {
    font-size: 24px;
  }

  .combine-heading-style-h2-3 {
    font-size: 3rem;
  }

  .bold-text-11 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .cf-logos-text {
    font-size: 22px;
  }

  .cf-star-image {
    padding-bottom: 4px;
  }

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

@media screen and (max-width: 991px) {
  .combine-nav1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .sb-nav-bar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-gradient-span {
    font-family: "Source Sans 3", sans-serif;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-home-center-image-2 {
    width: 90%;
  }

  .combine-text-size-regular {
    font-size: 1.5rem;
  }

  .combine-heading-style-h1 {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 2.75rem;
  }

  .text-span {
    font-size: 4rem;
  }

  .cf-features-section-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-small---bottom-large {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .scribebuddy-best-ai-transcription-software-headline {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 70px;
  }

  .sub-headline {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 38px;
  }

  .combine-text-size-regular-2 {
    line-height: 24px;
  }

  .use-scribebuddy-to-transcribe-audio-video-podcasts-voice-memos-lectures-meetings {
    font-size: 25px;
    line-height: 35px;
  }

  .combine-padding-section-medium-2 {
    padding-left: 5%;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  ._2-million-minutes-transcribed {
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

  .scribebuddy-audio-video-voice-to-text-software-featured-image {
    max-width: 100%;
  }

  .combine-padding-global-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bold-text.custom-font-size {
    font-size: 19px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

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

  .customer-highlight {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
  }

  .audio-video-voice-memo-transcription {
    line-height: 150%;
  }

  .scribebuddy-ai-transcription-heading-32px-2 {
    line-height: 120%;
  }

  .transcription-software-features {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px-2 {
    line-height: 100%;
  }

  .scribebuddy-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1161 {
    flex-direction: column;
  }

  .cf-wrapper-1161.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1162 {
    flex-direction: column;
  }

  .cf-wrapper-1162.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .combine-feature3_image {
    max-width: 100%;
  }

  .video-transcription-to-text {
    font-size: 40px;
    line-height: 50px;
  }

  .combine-padding-section-medium-3 {
    padding-left: 30px;
  }

  .scribebuddy-content-sections {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .video-transcription-to-text-copy {
    font-size: 34px;
    line-height: 42px;
  }

  .heading-6 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 40px;
    line-height: 44px;
  }

  .cf-pricing-plan-pointer-text-18px-2, .cf-body---18px-2 {
    line-height: 150%;
  }

  .cf-different-tabs-content-2 {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu-2 {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px-2 {
    font-size: 30px;
  }

  .cf-wrapper-1163 {
    flex-direction: column;
  }

  .cf-wrapper-1163.different-flex {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .cf-tabs-right-tab-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    margin-top: 0;
    margin-bottom: -220px;
    padding-top: 0;
  }

  .sb-tabs-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .scribebuddy-customers {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .combine-space-medium-3 {
    height: 0;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .sb2-notification-bar {
    z-index: auto;
    margin-top: -25px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: static;
    top: 0;
    bottom: auto;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.pricing-1-box, .cf-pricing-box.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button.pricing-button {
    text-align: center;
    margin-top: 60px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-pricing-box-row.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-toggle-save-text {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .cf-toggle-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-colourful-text {
    font-size: 48px;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .combine-pricing4_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .cf-footer-paragraph-18px.heading {
    margin-bottom: 20px;
  }

  .cf-footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-subscribe-text {
    max-width: 200px;
    font-size: 22px;
  }

  .cf-footer-top-right {
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    display: flex;
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-footer-top-wrapper {
    align-items: stretch;
  }

  .combine-banner2_text {
    font-size: 20px;
  }

  .scribebuddy-notification-bar {
    position: static;
  }

  .cf-pricing-plan-price-2 {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-content-item-2.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    margin-bottom: 0;
  }

  .cf-pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .cf-pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .cf-toggle-save-text-2 {
    font-size: 18px;
  }

  .cf-toggle-contain-2 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-5 {
    padding-top: 60px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer2_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .sb-footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .sb-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(13, 13, 13, .9);
    width: 100%;
    height: 100dvh;
    padding: 5%;
    transition: height .5s;
    position: absolute;
    left: auto;
    transform: translate(0%);
  }

  .navbar_container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(13, 13, 13, .9);
    border: 2px solid #1d1d1d;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .button.is-navbar-button.menu_button {
    opacity: 1;
    justify-content: center;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    position: fixed;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .c-header_content {
    position: static;
  }

  .c-header_text {
    font-size: 44px;
    line-height: 52px;
  }

  .c-section {
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px 0;
  }

  .c-section.is--header.is--white {
    aspect-ratio: auto;
    background-color: var(--white);
    margin-left: 10%;
    margin-right: 10%;
    position: static;
  }

  .c-header_img {
    height: 60vw;
  }

  .c-content_contain.is--full-width-content {
    width: 80%;
  }

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

  .section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: visible;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-container.spark-primary-with-rounded-corners {
    padding: 32px;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .image-7 {
    margin-left: 30px;
  }

  .scribebuddy-support-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .sb-contact4_component {
    flex-direction: column;
  }

  .sb-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .sb-space-large-5 {
    text-align: left;
  }

  .sb-space-medium-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sb-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .sb-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .paragraph-13.bottom-padding {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-2 {
    margin-bottom: 140px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 65%;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 30%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .scribebuddy-help-center {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-simple-stacked-icon-tabs {
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .combine-nav1_menu-2 {
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #bfc4ce;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav1_link-2 {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-button-2.spark-dark-button {
    border-width: 2px;
    border-color: var(--black);
    background-color: var(--combine-library--primary-200);
    color: var(--black);
    margin-top: 20px;
    font-weight: 600;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-right {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .spark-hero-sub-paragraph-2.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-container-2.spark-primary-background {
    padding: 32px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3 h1 {
    margin-bottom: 40px;
    font-size: 2.8rem;
    line-height: 115%;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-two-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-side-flat-tab {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-section-4, .spark-section-5, .spark-section-6 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-6 p {
    margin-bottom: .5rem;
  }

  .combine-text-size-regular-6 {
    line-height: 115%;
  }

  .combine-team3_image {
    object-fit: contain;
    width: 105%;
    max-width: 100%;
    height: 105%;
    display: inline-block;
  }

  .scribebuddy-how-to-use-steps {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.6rem;
  }

  .scribebuddy-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cf-testimonial-logos {
    margin-top: 10px;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
    margin-top: 10px;
  }

  .cf-logos-text {
    font-size: 22px;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-hero-right-image {
    max-width: 100%;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-extra-bold-span {
    font-family: "Source Sans 3", sans-serif;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .paragraph-15 {
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-3 {
    font-family: "Source Sans 3", sans-serif;
  }

  .bold-text-13 {
    font-size: 24px;
    line-height: 30px;
  }

  .spark-button-text-3 {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .scribebuddy-unlimited-free-ai-transcription-button {
    width: 50%;
  }

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

  .spark-hero-section-image-3 {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side-3 {
    width: 100%;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .ai-subtitle-translation.spark-primary-with-rounded-corners {
    padding: 32px;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-7.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-8.spark-simple-line {
    background-color: var(--scribebuddy-free-account-cta);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu-2 {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner-2 {
    padding: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .scribebuddy-ai-translation {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .scribebuddy-ai-translation h3 {
    font-size: 1.8rem;
  }

  .cf-secondary-button-3.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper-3 {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price-3 {
    margin-bottom: 25px;
  }

  .cf-pricing-box-plan-wrapper-2 {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box-2 {
    min-height: auto;
  }

  .cf-pricing-box-2.pricing-box-alternative, .cf-pricing-box-2.pricing-highlighted {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button-2.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row-2 {
    flex-direction: column;
  }

  .cf-toggle-save-text-3 {
    font-size: 18px;
  }

  .cf-toggle-contain-3 {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .scribebuddy-pricing-plans {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .custom-h2-font-size {
    font-size: 28px;
  }

  .wbs-cta-image-right, .wbs-cta-image-left {
    display: none;
  }

  .wbs-subscribe {
    max-width: 100%;
  }

  .wbs-cta-1 {
    padding: 40px;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .sb-nav-bar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    justify-content: flex-start;
    display: flex;
    bottom: -17%;
    left: -8%;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient, .cf-cta-button, .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 75%, #fff 70%);
  }

  .cf-floating-image-container-3 {
    justify-content: flex-end;
    display: flex;
    top: -25%;
  }

  .combine-play_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .combine-text-size-regular {
    font-size: 1.2rem;
  }

  .combine-header2_component {
    flex-direction: column;
  }

  .text-span {
    font-size: 3rem;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

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

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .scribebuddy-best-ai-transcription-software-headline {
    font-size: 50px;
    line-height: 55px;
  }

  .h2-headline {
    font-size: 25px;
  }

  .sub-headline {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 27px;
  }

  .combine-text-size-regular-2 {
    line-height: 25px;
  }

  .combine-clients4_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .use-scribebuddy-to-transcribe-audio-video-podcasts-voice-memos-lectures-meetings {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .combine-padding-section-medium-2 {
    padding-left: 2%;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .scribebuddy-audio-video-voice-to-text-software-featured-image {
    text-align: left;
    max-width: 80%;
  }

  .scribebuddy-ai-transcription-software-featured-image-1 {
    text-align: center;
  }

  .content-section-1 {
    flex-direction: column;
  }

  .combine-padding-global-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text, .bold-text.custom-font-size, .bold-text-2, .bold-text-3 {
    font-size: 28px;
  }

  .audio-video-voice-memo-transcription {
    font-size: 16px;
  }

  .scribebuddy-ai-transcription-heading-32px-2 {
    font-size: 30px;
  }

  .transcription-software-features.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-text-opacity-70-italic-2 {
    font-size: 45px;
  }

  .cf-growth-h2-heading-56px-2 {
    font-size: 42px;
  }

  .scribebuddy-features-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1161.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .heading-5 {
    font-size: 25px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .combine-feature3_image {
    max-width: 80%;
  }

  .combine-feature3_image-wrapper {
    text-align: center;
    width: 80%;
    margin-top: -50px;
  }

  .content-sections-paragraphs {
    font-size: 20px;
    line-height: 28px;
  }

  .scribebuddy-ai-transcription-feature-list {
    flex-direction: column;
  }

  .combine-padding-section-medium-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scribebuddy-content-sections {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .all-in-one-transcription-software {
    font-size: 35px;
    line-height: 42px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 38px;
  }

  .cf-body---18px-2 {
    font-size: 16px;
  }

  .cf-h3-heading-40px-2 {
    font-size: 22px;
  }

  .cf-different-tab-link-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu-2 {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px-2 {
    font-size: 28px;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 22px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cf-home-tab-link-2 {
    padding: 15px 30px;
  }

  .sb-tabs-menu-2 {
    width: 100%;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 35px;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .scribebuddy-customers {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .combine-clients4_grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .sb2-notification-bar {
    margin-top: -25px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 38px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-primary-button.pricing-button {
    text-align: center;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-toggle-save-text, .cf-toggle-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .cf-colourful-text {
    padding-bottom: 0;
    font-size: 34px;
  }

  .cf-pricing-hero-heading {
    font-size: 42px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-webflow-link {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
  }

  .cf-webflow-link:hover {
    color: #599ffa;
  }

  .cf-copyright-text {
    font-size: 16px;
  }

  .cf-footer-bottom-wrapper.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .cf-footer-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
  }

  .cf-subscribe-text {
    max-width: none;
    font-size: 20px;
  }

  .cf-footer-top-right {
    max-width: 400px;
  }

  .cf-footer-paragraph-16px {
    text-align: center;
  }

  .cf-footer-top-left {
    align-items: center;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .cf-footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .combine-banner2_text {
    font-size: 20px;
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-content-text-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon-2 {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper-2.pricing-3-content {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-pricing-3-box-plan-block {
    border-bottom: 1px solid rgba(0, 46, 36, .2);
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cf-pricing-3-box {
    border-radius: 20px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-heading-style-h2-2 {
    font-size: 35px;
    line-height: 44px;
  }

  .combine-padding-global-5 {
    padding-top: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer2_bottom-text {
    order: 1;
  }

  .combine-footer2_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .sb-padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .button.is-navbar-button {
    padding: .25rem 1rem;
  }

  .navbar_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .c-header_text {
    font-size: 35px;
    line-height: 42px;
  }

  .c-section.is--header {
    padding-top: 9em;
  }

  .c-section.is--header.is--white {
    margin-right: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-header_img {
    height: 80vw;
    margin-top: 3em;
  }

  .c-content_contain {
    width: 100%;
  }

  .c-content_contain.is--full-width-content {
    width: 90%;
  }

  .image-5 {
    text-align: center;
    max-width: 100%;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-lightbox {
    margin-top: 64px;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .scribebuddy-about-us--headline {
    width: 90%;
  }

  .scribebuddy-about-us--headline.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sb-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .sb-heading-style-h2-3 {
    font-size: 2rem;
  }

  .sb-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-flat-square-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-left: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    z-index: 10;
    grid-column-gap: 16px;
    background-color: var(--spark-library--white);
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    top: 90px;
    overflow: scroll;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .scribebuddy-tutorials {
    width: 100%;
  }

  .scribebuddy-help-center {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-icon-tabs {
    width: 100%;
    margin-right: 0%;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-right {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side-2, .spark-container-2 {
    width: 100%;
  }

  .spark-container-2.spark-primary-background {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-3 h1 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }

  .spark-secondary-paragraph-4 {
    margin-bottom: 32px;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-two-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

  .spark-section-4, .spark-section-5, .spark-section-6 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .combine-text-size-regular-6 {
    font-size: 1.5rem;
  }

  .scribebuddy-how-to-use-ai-transcription {
    padding-bottom: 1rem;
  }

  .scribebuddy-how-to-use-steps {
    flex-direction: column;
    align-items: center;
  }

  .combine-heading-style-h2-3 {
    font-size: 2rem;
  }

  .scribebuddy-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-testimonial-logos {
    margin-top: 10px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-hero-right-image {
    max-width: 100%;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-button-gradient-2, .cf-cta-button-2 {
    font-size: 20px;
  }

  .cf-64px-heading {
    font-size: 50px;
    line-height: 55px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .spark-button-text-3 {
    font-size: 1rem;
  }

  .scribebuddy-unlimited-free-ai-transcription-button {
    width: 55%;
  }

  .spark-hero-section-image-3 {
    width: 100%;
    max-width: 100%;
  }

  .spark-input-2.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side-3 {
    width: 100%;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .ai-subtitle-translation {
    width: 100%;
  }

  .spark-nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu-2 {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scribebuddy-ai-translation {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .scribebuddy-ai-translation h3 {
    font-size: 1.6rem;
  }

  .cf-pricing-plan-content-text-3 {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon-3 {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text-2 {
    text-align: center;
  }

  .cf-pricing-plan-text-2 {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper-2 {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box-2.pricing-box-alternative, .cf-pricing-box-2.pricing-highlighted {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-pricing-box-row-2 {
    flex-direction: column;
  }

  .cf-pricing-box-row-2.pricing-box-4 {
    margin-top: -125px;
  }

  .cf-pricing-box-wrapper-2 {
    margin-top: 100px;
  }

  .cf-colourful-text-2 {
    padding-bottom: 0;
  }

  .cf-pricing-header-wrapper {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

  .cf-pricing-toggle-header-wrapper-2 {
    flex-direction: column;
  }

  .custom-h2-font-size {
    font-size: 30px;
  }

  .wbs-section {
    padding: 2rem 2%;
  }
}

@media screen and (max-width: 479px) {
  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .sb-nav-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(#0d0e10 85%, #fff 70%);
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-text-size-regular {
    text-align: left;
    font-size: .9rem;
  }

  .combine-heading-style-h1 {
    text-align: left;
    margin-left: 0;
    margin-right: -20px;
    font-size: 2rem;
  }

  .text-span {
    font-size: 2rem;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 64px;
    padding-bottom: 150px;
  }

  .scribebuddy-best-ai-transcription-software-headline {
    text-align: left;
    margin-top: 70px;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .h2-headline {
    font-size: 20px;
    line-height: 10px;
  }

  .sub-headline {
    text-align: left;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }

  .scribebuddy-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    font-size: 20px;
  }

  .start-using-scribebuddy, .scribebuddy-video-to-text-software-login {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
  }

  .combine-text-size-regular-2 {
    font-size: 18px;
  }

  .use-scribebuddy-to-transcribe-audio-video-podcasts-voice-memos-lectures-meetings {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .combine-padding-section-medium-2 {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scribebuddy-audio-video-voice-to-text-software-featured-image {
    text-align: left;
  }

  .scribebuddy-ai-transcription-software-featured-image-1 {
    text-align: center;
  }

  .combine-padding-global-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bold-text.custom-font-size {
    font-size: 17px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

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

  .scribebuddy-ai-transcription-heading-32px-2 {
    font-size: 28px;
  }

  .transcription-software-features {
    padding-left: 15px;
    padding-right: 15px;
  }

  .transcription-software-features.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px-2 {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px-2 {
    margin-top: 5px;
    font-size: 40px;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-wrapper-1161.growth-flex {
    padding-top: 0;
  }

  .heading-5 {
    font-size: 25px;
  }

  ._4-8-out-of-5-rating {
    font-size: 18px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1162 {
    width: 90%;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .combine-feature3_image {
    text-align: center;
    max-width: 100%;
  }

  .combine-feature3_image-wrapper {
    text-align: center;
  }

  .content-sections-paragraphs {
    font-size: 16px;
    line-height: 24px;
  }

  .combine-feature3_wrapper {
    flex-direction: column;
  }

  .video-transcription-to-text {
    font-size: 35px;
    line-height: 40px;
  }

  .combine-padding-section-medium-3 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scribebuddy-content-sections {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .audio-transcription-to-text {
    margin-top: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .video-transcription-to-text-copy {
    font-size: 32px;
  }

  .content-sections-headlines {
    font-size: 35px;
    line-height: 40px;
  }

  .all-in-one-transcription-software {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-6 {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 25px;
    line-height: 32px;
  }

  .cf-pricing-plan-pointer-text-18px-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon-2 {
    margin-right: 8px;
  }

  .cf-h3-heading-40px-2 {
    font-size: 20px;
  }

  .cf-different-tab-link-2.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu-2 {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px-2 {
    font-size: 24px;
  }

  .cf-wrapper-1163 {
    width: 90%;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element-2._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text-2 {
    font-size: 16px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 20px;
  }

  .cf-tabs-left-wrap-2 {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain-2 {
    min-height: auto;
  }

  .cf-home-tab-link-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sb-tabs-menu-2 {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text-2 {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 30px;
  }

  .cf-logo-images-2 {
    width: 150px;
    max-width: 80px;
    max-height: 50px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logo-images-2.custom-width {
    max-width: 100px;
    max-height: 32px;
  }

  .cf-logo-images-2.custom-width-2 {
    max-height: 50px;
  }

  .cf-logo-images-2.custom-width-2.custom-width-6 {
    max-width: 120px;
  }

  .cf-logo-images-2.custom-width-5 {
    max-width: 110px;
  }

  .cf-logo-images-2.custom-width-8 {
    max-width: 50px;
    max-height: none;
  }

  .cf-logos-contain-2 {
    grid-row-gap: 40px;
  }

  .scribebuddy-customers {
    text-align: center;
  }

  .sb2-notification-bar {
    text-align: center;
    margin-top: -25px;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-plan-small-text {
    font-size: 20px;
  }

  .cf-pricing-plan-price {
    font-size: 50px;
  }

  .cf-pricing-plan-price.unliimited-pricing-sub-text {
    font-size: 25px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 35px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-box.pricing-1-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    padding: 30px 15px;
  }

  .cf-pricing-box.green-pricing-box {
    padding: 30px 15px;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .cf-toggle-text {
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .cf-pricing-hero-para {
    font-size: 16px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
    font-size: 20px;
  }

  .cf-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .scribebuddy-pricing {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .combine-pricing4_item, .combine-pricing4_item-dark {
    padding: 2rem 1.5rem;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-copyright-text {
    max-width: 300px;
  }

  .cf-footer-link-18px.black {
    font-size: 18px;
  }

  .cf-footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cf-logo-text {
    font-size: 24px;
  }

  .cf-logo-lines-contain {
    margin-right: 5px;
  }

  .cf-footer-top-left {
    margin-bottom: 80px;
  }

  .combine-banner2_text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 15px;
    display: block;
  }

  .combine-banner2_component {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .text-block {
    padding-top: 10px;
    font-size: 18px;
  }

  .cf-secondary-button-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description, .cf-pricing-plan-description.middle-para {
    font-size: 16px;
  }

  .cf-pricing-plan-name {
    font-size: 38px;
  }

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .cf-pricing-3-box {
    border-radius: 16px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cf-pricing-3-blocks-wrapper {
    display: flex;
  }

  .combine-faq3_component {
    grid-template-columns: 1fr;
  }

  .combine-heading-style-h2-2 {
    font-size: 25px;
    line-height: 32px;
  }

  .combine-padding-global-5 {
    padding-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-7 {
    font-size: 24px;
  }

  .transcription-tools-formatting.black {
    font-size: 18px;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .sb-footer2_grid {
    grid-template-columns: auto;
  }

  .sb-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-header_text {
    font-family: "Source Sans 3", sans-serif;
    font-size: 26px;
    line-height: 32px;
  }

  .c-section.is--header.is--white {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-header_img {
    height: 100vw;
  }

  .heading-9, .paragraph-6 {
    font-size: 20px;
    line-height: 28px;
  }

  .list-2.list-css {
    padding-left: 20px;
  }

  .list-item-5, .list-item-6, .list-item-7, .list-item-8, .paragraph-10 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-span-4 {
    font-size: 16px;
  }

  .button-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-container.spark-primary-with-rounded-corners {
    padding: 16px;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-lightbox {
    margin-top: 32px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-primary-background-and-centered-content {
    padding-bottom: 64px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .cf-arrow-button {
    background-position: 87%;
    padding: 10px 65px 10px 30px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .image-7 {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .sb-contact4_content {
    padding: 1.5rem;
  }

  .sb-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-contact1_component {
    padding: 2rem 1rem;
  }

  .sb-heading-style-h2-3 {
    font-size: 1.2rem;
  }

  .sb-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-simple-flat-square-tab {
    padding: 16px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    margin-bottom: 32px;
    margin-left: -20px;
    padding: 16px 20px;
    display: block;
    top: 60px;
  }

  .scribebuddy-helpcenter-headline {
    margin-bottom: 64px;
  }

  .scribebuddy-help-center {
    padding: 64px 20px;
  }

  .scribebuddy-help-center h1 {
    font-size: 3rem;
  }

  .scribebuddy-help-center h2 {
    font-size: 2.5rem;
  }

  .scribebuddy-help-center p {
    line-height: 25px;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-stacked-icon-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row-2.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .spark-flex-row-2.spark-split-and-wrapped {
    justify-content: space-between;
    align-items: center;
  }

  .spark-container-2.spark-primary-background {
    padding: 20px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }

  .spark-section-3 h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .spark-section-3 p {
    text-align: center;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding: 16px;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-section-5 {
    padding: 64px 20px;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    font-size: 2.5rem;
  }

  .spark-section-6 {
    padding: 64px 20px;
  }

  .spark-section-6 h1 {
    font-size: 3rem;
  }

  .spark-section-6 h2 {
    font-size: 1.5rem;
  }

  .spark-section-6 p {
    margin-bottom: .5rem;
  }

  .combine-text-size-regular-6 {
    font-size: 1.2rem;
  }

  .combine-team3_image {
    width: 100%;
    height: 100%;
  }

  .combine-heading-style-h2-3 {
    font-size: 1.8rem;
    line-height: 110%;
  }

  .scribebuddy-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-10 {
    font-size: .9rem;
  }

  .bold-text-11 {
    font-size: .9rem;
    line-height: .9em;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-logos-text {
    font-size: 20px;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-hero-right-image {
    max-width: 100%;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 2px;
    padding-top: 2px;
  }

  .cf-testmonial-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cf-cta-arrow-div-2 {
    flex: none;
  }

  .cf-button-text-2 {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-2.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 115%;
  }

  .paragrapg {
    margin-top: -10px;
  }

  .bold-text-13 {
    font-size: 18px;
    line-height: 26px;
  }

  .spark-button-text-3 {
    font-size: .9rem;
  }

  .spark-button-3.spark-icon-left-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .scribebuddy-unlimited-free-ai-transcription-button {
    width: 90%;
  }

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

  .spark-input-2.spark-with-a-inner-shadow, .spark-form-label-and-input-2 {
    width: 100%;
  }

  .spark-flexed-form-2 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .ai-subtitle-translation.spark-primary-with-rounded-corners {
    padding: 16px;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-menu-2 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner-2 {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links-2 {
    padding-right: 0;
  }

  .scribebuddy-ai-translation {
    padding: 64px 20px;
  }

  .scribebuddy-ai-translation h1 {
    font-size: 3rem;
  }

  .scribebuddy-ai-translation h2 {
    font-size: 1.5rem;
  }

  .scribebuddy-ai-translation h3 {
    font-size: 1.32rem;
    line-height: 1.3;
  }

  .cf-secondary-button-3 {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper-2 {
    width: 100%;
  }

  .cf-pricing-box-2.pricing-box-alternative, .cf-pricing-box-2.pricing-highlighted {
    width: 90%;
  }

  .cf-primary-button-2 {
    padding: 16px 20px;
  }

  .cf-pricing-box-row-2.pricing-box-4 {
    justify-content: center;
    align-items: stretch;
    margin-top: -125px;
  }

  .cf-colourful-text-2 {
    padding-bottom: 0;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-toggle-header-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .scribebuddy-pricing-plans {
    margin-bottom: 0;
  }

  .custom-h2-font-size {
    font-size: 25px;
  }

  .wbs-button-subscribe {
    position: static;
  }

  .wbs-subscribe-input-group {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .wbs-cta-1 {
    padding: 20px 20px 10px;
  }

  .button-3 {
    font-size: 18px;
  }
}

#w-node-b483df02-4731-96ef-1313-4387f1c397d8-ece0defc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b21-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b23-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b2e-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b30-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b3c-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b3e-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b49-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b4b-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b57-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b59-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b64-ece0defc, #w-node-_2a792c58-d80d-d8f0-8f9d-a47b55628b66-ece0defc, #w-node-_663c9f55-e333-37d7-63bf-737d1fe12e6b-ece0defc, #w-node-_663c9f55-e333-37d7-63bf-737d1fe12e6c-ece0defc, #w-node-_663c9f55-e333-37d7-63bf-737d1fe12e87-ece0defc, #w-node-_663c9f55-e333-37d7-63bf-737d1fe12e88-ece0defc, #w-node-f6a7d919-829e-7ae7-4abc-ac1647aeaf86-47aeaf7e, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e44-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e4c-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e54-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e6f-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e77-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e7f-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e89-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e91-3a418b6b, #w-node-_9ac9fbf5-7f65-4451-7d20-12c80d677e99-3a418b6b, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f830a-b4b1f8eb, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8310-b4b1f8eb, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8316-b4b1f8eb, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f831c-b4b1f8eb, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8322-b4b1f8eb, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8328-b4b1f8eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_278c5e82-b971-e573-50d4-40a579920398-b4b1f8eb, #w-node-_278c5e82-b971-e573-50d4-40a5799203aa-b4b1f8eb, #w-node-_278c5e82-b971-e573-50d4-40a5799203bc-b4b1f8eb {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f25-b4b1f8eb, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f26-b4b1f8eb, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f55-b4b1f8eb, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f56-b4b1f8eb, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f830a-8f8b5b9d, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8310-8f8b5b9d, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8316-8f8b5b9d, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f831c-8f8b5b9d, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8322-8f8b5b9d, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8328-8f8b5b9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_278c5e82-b971-e573-50d4-40a579920398-8f8b5b9d, #w-node-_278c5e82-b971-e573-50d4-40a5799203aa-8f8b5b9d, #w-node-_278c5e82-b971-e573-50d4-40a5799203bc-8f8b5b9d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f25-8f8b5b9d, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f26-8f8b5b9d, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f55-8f8b5b9d, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f56-8f8b5b9d, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f830a-5bdff9d8, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8310-5bdff9d8, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8316-5bdff9d8, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f831c-5bdff9d8, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8322-5bdff9d8, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8328-5bdff9d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_278c5e82-b971-e573-50d4-40a579920398-5bdff9d8, #w-node-_278c5e82-b971-e573-50d4-40a5799203aa-5bdff9d8, #w-node-_278c5e82-b971-e573-50d4-40a5799203bc-5bdff9d8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f25-5bdff9d8, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f26-5bdff9d8, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f55-5bdff9d8, #w-node-f5ba0a50-e2d6-03d6-dee3-892aeeba3f56-5bdff9d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8322-b4b1f8eb, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8322-8f8b5b9d, #w-node-_82fb2ca4-1e44-894e-661b-4fad0b2f8322-5bdff9d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f6a7d919-829e-7ae7-4abc-ac1647aeaf83-47aeaf7e {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b483df02-4731-96ef-1313-4387f1c397d8-ece0defc {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6a7d919-829e-7ae7-4abc-ac1647aeaf83-47aeaf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


