@font-face {
  font-family: Consola;
  src: url('../fonts/consola.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Consolas;
  src: url('../fonts/consolas-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-cyan: #00898c;
  --purple-1: #732573;
  --purple-2: #60306e;
  --purple-3: #4d366b;
  --purple-4: #3e3d66;
  --purple-5: #33496b;
  --green-5: #285770;
  --green-4: #1d6578;
  --green-3: #107582;
  --green-2: #087f87;
  --green-1: #00898c;
}

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

body {
  color: #333333d9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #000000d9;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

h2 {
  color: #000000d9;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

p {
  color: #000000d9;
  text-align: left;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  line-height: 27px;
}

.container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1160px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.cta {
  text-align: center;
  max-width: 829px;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  line-height: 42px;
}

.container.cta.buttons {
  margin-top: 22px;
}

.logo-text {
  color: #000;
  margin-top: 6px;
  text-decoration: none;
}

.nav-button-gradient {
  color: #000;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(250deg, #662166, #08737a);
  border: 0 solid #000;
  border-radius: 210px;
  max-width: 219px;
  margin-top: 2px;
  margin-left: 10px;
  padding: 3px 3.3px;
  font-size: 16px;
  text-decoration: none;
}

.nav-button-gradient:hover {
  background-color: #0000;
}

.nav-button-gradient.guided {
  background-color: #fff;
  margin-left: 14px;
}

.nav_button {
  background-color: #fff;
  border-radius: 500px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.nav_button:hover {
  color: #ffffffe6;
  text-align: left;
  background-image: linear-gradient(238deg, #662166, #08737a);
  text-decoration: none;
}

.nav_button.cta_button {
  padding: 5px 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

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

.body {
  min-height: auto;
}

.strings {
  color: var(--dark-cyan);
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-top: 45px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: #33333380;
  text-align: center;
  margin-top: 140px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
}

.dropdown-list-2 {
  background-color: #dadada;
}

.dropdown-list-2.w--open {
  background-color: #fdfdfd;
  border-radius: 5px;
  padding-left: 5px;
  font-size: 15px;
  box-shadow: 2px 2px 2px #0000002b;
}

.text-block-10 {
  border-bottom: 1px #000;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

.text-block-10:hover {
  color: #333;
  border: 1px #000;
  border-radius: 0;
}

.navbar_container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1160px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav_button-2 {
  background-color: #fff;
  border-radius: 500px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav_button-2:hover {
  color: #ffffffe6;
  text-align: left;
  background-image: linear-gradient(238deg, #662166, #08737a);
  text-decoration: none;
}

.nav_button-2.tablet {
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

.dropdown-toggle-2 {
  padding-right: 20px;
}

.dropdown-toggle-2.links {
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.dropdown-toggle-2.links:hover {
  color: #333;
  border: 0 #000;
  border-radius: 0;
  font-size: 14px;
}

.dropdown-toggle-2.links.w--open {
  font-size: 18px;
}

.dropdown-list {
  background-color: #e2dfdf;
  font-size: 14px;
}

.dropdown-list.w--open {
  background-color: #fff0;
  padding-left: 5px;
  font-size: 15px;
}

.dropdown-list.dropdown-box.w--open {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.dropdown-list.dropdown-box {
  background-color: #fdfdfd;
  border-radius: 5px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
  box-shadow: 2px 2px 2px #0000002b;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-6.logo {
  color: #000;
  padding-left: 0;
  font-weight: 600;
}

.dropdown-list-4 {
  background-color: #fff0;
}

.dropdown-list-4.w--open {
  background-color: #fdfdfd;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 2px 2px 2px #0000002b;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  margin-top: 15px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.navbar-2.dropdowns.small-screens {
  display: none;
}

.dropdown-list-3 {
  background-color: #fff0;
}

.dropdown-list-3.w--open {
  background-color: #fdfdfd;
  border-radius: 5px;
  padding-left: 5px;
  font-size: 15px;
  box-shadow: 2px 2px 2px #0000002b;
}

.dropdown {
  padding-right: 0;
}

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

.dropdown-link {
  font-size: 15px;
}

.dropdown-link:hover {
  color: var(--dark-cyan);
  font-weight: 400;
}

.dropdown-link:visited {
  background-color: #fdfdfd;
}

.dropdown-link.w--current {
  color: var(--dark-cyan);
}

.circle_heading {
  background-color: #d9d9d90d;
  border: 1px #000;
  border-radius: 50%;
  width: 186px;
  height: 164px;
  margin-left: auto;
  margin-right: auto;
  padding: 74px;
  display: block;
  box-shadow: 8px 9px 10px #00000040;
}

.hero-heading {
  color: #000000d9;
  margin-top: -7px;
  margin-bottom: 0;
  margin-left: -40px;
  padding-left: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 27px;
}

.intro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1160px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.parsers_tick {
  padding-top: 9px;
}

.code-block {
  object-fit: fill;
  background-color: #d9d9d933;
  border: 1px #000;
  border-radius: 5px;
  max-width: 990px;
  margin: 30px auto;
  display: flex;
  overflow: auto;
  box-shadow: 3px 3px 5px #0000001a;
}

.code-block-text {
  text-align: left;
  flex: none;
  padding: 20px 30px;
  font-family: Consola, sans-serif;
  font-size: 18px;
  line-height: 27px;
  overflow: auto;
}

.paragraph-6 {
  margin-top: 3px;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.intro-ticks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.paragraph.heading {
  margin-bottom: 5px;
}

.paragraph.first {
  max-width: 677px;
  margin-bottom: 0;
  font-size: 17px;
}

.my-container {
  max-width: 990px;
  margin: 30px auto 0;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
}

.my-container.heading {
  max-width: 990px;
}

.my-container.heading-less-pad {
  max-width: 978px;
  margin-top: 30px;
  padding-bottom: 0;
}

.gradient-heading {
  background-image: linear-gradient(to right, var(--purple-1), var(--purple-2) 12%, var(--purple-3) 23%, var(--purple-4) 34%, var(--purple-5) 44%, var(--green-5) 55%, var(--green-4) 64%, var(--green-3) 74%, var(--green-2) 87%, var(--green-1));
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.gradient-heading.gradient {
  background-image: linear-gradient(to right, var(--purple-1), var(--purple-2) 12%, var(--purple-3) 23%, var(--purple-4) 34%, var(--purple-5) 44%, var(--green-5) 55%, var(--green-4) 64%, var(--green-3) 74%, var(--green-2) 87%, var(--green-1));
  letter-spacing: .6px;
  text-shadow: 0 1px 1px #00000026;
  max-width: 235px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
}

.gradient-heading.gradient.heading-size {
  letter-spacing: .6px;
  max-width: 170px;
}

.gradient-heading.gradient.heading-size.tree {
  max-width: 183px;
}

.copyright {
  max-width: 1160px;
  margin: 80px auto 0;
  padding-bottom: 40px;
}

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

.paragraph-9.copyright-par {
  color: #33333380;
  font-size: 14px;
}

.res-words {
  color: #4d366b;
  font-family: Consolas, sans-serif;
}

.res-id {
  color: #732573;
}

.inline-link {
  color: var(--dark-cyan);
  text-decoration: none;
}

.inline-code {
  text-align: center;
  background-color: #d9d9d966;
  border-radius: 2px;
  width: 37px;
  font-family: Consola, sans-serif;
}

.h2 {
  letter-spacing: .5px;
  text-shadow: 0 1px 1px #00000026;
}

.hero {
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-1 {
  margin-top: 160px;
}

.landing-container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  color: #333333e6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 55px;
}

.tick-h2 {
  margin-top: 60px;
}

.tick-heading {
  color: #333333e6;
  text-align: center;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.tick {
  max-width: 55px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  max-width: 279px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.second {
  max-width: 302px;
}

.div-block-3.third {
  max-width: 525px;
}

.div-block-3.benchmarks {
  max-width: 700px;
  margin-top: 60px;
}

.div-block-3.cta {
  text-align: center;
  max-width: 612px;
  margin-top: 120px;
}

.par-div {
  max-width: 702px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 27px;
}

.section-2 {
  margin-top: 120px;
}

.text-block-16 {
  text-align: center;
  font-family: Noto Sans, sans-serif;
  line-height: 27px;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.graph {
  max-width: 636.11px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  margin-top: 120px;
}

.text-block-17 {
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.landing-code {
  margin-top: 60px;
  margin-left: 200px;
  margin-right: 200px;
  padding-left: 0;
  padding-right: 0;
}

.hero-div {
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-27 {
  float: none;
  clear: none;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

.text-block-19 {
  font-family: Noto Sans, sans-serif;
}

.text-block-20 {
  font-family: Noto Sans, sans-serif;
  line-height: 27px;
}

.image-28 {
  width: 100%;
  max-width: none;
}

.footer-section {
  background-color: #00898c0f;
  margin-top: 150px;
  padding-bottom: 40px;
}

.grid-text {
  color: #3339;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
}

.grid-head {
  color: #333333bf;
  margin-bottom: 28px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-col {
  flex-direction: column;
  display: block;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.footer-div {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-right: 0;
}

.image-div {
  text-align: center;
  margin-top: 15px;
}

.text-block-21 {
  color: #333c;
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footer-link {
  color: #3339;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--dark-cyan);
}

.dropdown-list-8 {
  background-color: #dadada;
}

.dropdown-list-8.w--open {
  background-color: #fdfdfd;
  border-radius: 5px;
  padding-left: 5px;
  font-size: 15px;
  box-shadow: 2px 2px 2px #0000002b;
}

.dropdown-link-3 {
  font-size: 15px;
}

.dropdown-link-3:hover {
  color: #00898c;
  font-weight: 400;
}

.dropdown-link-3:visited {
  background-color: #fdfdfd;
}

.dropdown-link-3.w--current {
  color: #00898c;
}

.dropdown-list-7 {
  background-color: #fff0;
}

.dropdown-list-7.w--open {
  background-color: #fdfdfd;
  border-radius: 5px;
  padding-left: 5px;
  font-size: 15px;
  box-shadow: 2px 2px 2px #0000002b;
}

.dropdown-list-5 {
  background-color: #fff0;
}

.dropdown-list-5.w--open {
  background-color: #fdfdfd;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 2px 2px 2px #0000002b;
}

.link-block-4 {
  display: none;
}

.image-32 {
  text-align: left;
}

.hero-image-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hero-landscape, .graph-link-block, .graph-vertical-div {
  display: none;
}

.heading-13 {
  color: #000000d9;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-14 {
  font-size: 50px;
}

.cta-text {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.footer-link-2 {
  color: #000;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #00898c;
}

.text-block-22 {
  color: #000c;
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-23 {
  color: #000;
  text-align: center;
  margin-top: 60px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.footer-title {
  color: #000000d9;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 28px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .nav_button-2.tablet, .dropdown-toggle-2.links {
    background-color: #fff;
  }

  .dropdown-toggle-2.links:hover {
    border: 1px #000;
  }

  .dropdown-list.dropdown-box.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .navbar-2.dropdowns {
    display: none;
  }

  .navbar-2.dropdowns.desktop, .navbar-2.dropdowns.small-screens {
    display: block;
  }

  .dropdown {
    margin-left: 60px;
  }

  .nav-menu {
    background-color: #fff0;
  }

  .nav-menu.tablet {
    background-color: #fff;
    padding: 20px 0 40px;
    box-shadow: 0 2px 2px #0000001a;
  }

  .menu-button-2.w--open {
    background-color: #f7f7f7;
  }

  .menu-button-2.tablet {
    padding: 12px 10px 10px;
  }

  .menu-button-2.tablet.w--open {
    color: #bbbbbbd9;
    background-color: #fff;
  }

  .code-block {
    object-fit: fill;
    overflow: auto;
  }

  .section-1 {
    margin-top: 90px;
  }

  .landing-container {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-12 {
    font-size: 42px;
  }

  .section-2, .section-3 {
    margin-top: 90px;
  }

  .landing-code {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-div {
    width: 100%;
    max-width: none;
  }

  .footer-grid {
    margin-left: 30px;
    margin-right: 30px;
  }

  .dropdown-list-8.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .dropdown-link-3 {
    font-family: Noto Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .dropdown-list-7.w--open, .dropdown-list-5.w--open {
    box-shadow: none;
    background-color: #fff;
  }

  .link-block-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  .hero-section {
    margin-top: 25px;
  }

  .text-block-3 {
    margin-top: 60px;
  }

  .navbar_container.nav_container {
    padding-left: 0;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .dropdown {
    margin-left: 60px;
  }

  .nav-menu.tablet {
    padding-left: 0;
  }

  .menu-button-2.tablet {
    padding: 12px 10px 10px;
  }

  .circle_heading {
    width: 146px;
    height: 124px;
    padding-top: 44px;
  }

  .hero-heading.usage-margins {
    margin-top: 5px;
    margin-left: -50px;
    font-size: 34px;
  }

  .intro {
    margin-top: 40px;
  }

  .code-block-text {
    padding-right: 30px;
    font-size: 16px;
  }

  .paragraph.heading.hero-par {
    margin-left: -17px;
  }

  .my-container.heading {
    margin-top: 0;
  }

  .hero {
    display: none;
  }

  .section-1 {
    margin-top: 60px;
  }

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

  .heading-12 {
    font-size: 31px;
    line-height: 46px;
  }

  .tick-h2.first {
    margin-top: 30px;
  }

  .tick-heading {
    font-size: 18px;
    line-height: 29px;
  }

  .div-block-3.benchmarks {
    margin-top: 30px;
  }

  .div-block-3.cta {
    margin-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-2 {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-16 {
    text-align: center;
    font-size: 16px;
  }

  .link-block-2 {
    margin-top: 50px;
  }

  .image-25 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .graph {
    display: none;
  }

  .section-3 {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .landing-code {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-div {
    max-width: 1160px;
  }

  .text-block-18, .text-block-19, .text-block-20 {
    font-size: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .image-28 {
    height: auto;
  }

  .footer-section {
    margin-top: 100px;
  }

  .footer-col {
    object-fit: fill;
  }

  .image-31 {
    text-align: left;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-position: 50% 50%;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 30px;
    margin-right: 30px;
    display: grid;
  }

  .image-div, .text-block-21 {
    text-align: left;
  }

  .link-block-4, .hero-image-mobile {
    display: none;
  }

  .hero-landscape {
    text-align: center;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
  }

  .graph-link-block {
    text-align: center;
    max-width: 1160px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .graph-vertical-div {
    text-align: center;
    max-width: 441px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .graph-heading {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-block-22, .image-33 {
    text-align: left;
  }

  .text-block-23 {
    margin-top: 60px;
  }

  .heading-15 {
    font-size: 45px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
  }

  .nav-button-gradient {
    margin-bottom: 20px;
  }

  .nav_button.cta_button {
    font-size: 15px;
  }

  .hero-section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-3 {
    margin-top: 40px;
  }

  .navbar_container.nav_container {
    padding-right: 0;
  }

  .heading-6 {
    font-size: 20px;
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown {
    margin-left: 20px;
  }

  .menu-button-2 {
    margin-top: -4px;
  }

  .menu-button-2.tablet {
    margin-top: 0;
  }

  .parsers_tick {
    padding-top: 7px;
  }

  .code-block-text {
    flex: none;
    padding: 10px;
    font-size: 14px;
  }

  .paragraph-6, .paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.heading.hero-par {
    margin-left: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.first, .my-container {
    font-size: 16px;
    line-height: 25px;
  }

  .gradient-heading.gradient {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .hero {
    display: none;
  }

  .landing-container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 29px;
  }

  .tick-h2 {
    margin-top: 30px;
  }

  .tick-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-3.cta {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-2 {
    margin-top: 60px;
  }

  .text-block-16 {
    font-size: 14px;
    line-height: 23px;
  }

  .text-block-17 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .landing-code {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-27 {
    width: auto;
    max-width: 100%;
  }

  .text-block-18, .text-block-19 {
    font-size: 14px;
    line-height: 23px;
  }

  .text-block-20 {
    font-size: 15px;
    line-height: 23px;
  }

  .footer-section {
    margin-top: 50px;
  }

  .footer-col {
    width: 106px;
  }

  .footer-col.logo_col {
    width: 80px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 30px;
  }

  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    display: inline-block;
  }

  .image-32 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-mobile {
    max-width: 1160px;
    margin-top: 25px;
    display: inline-block;
  }

  .hero-landscape {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .graph-link-block {
    margin-top: 10px;
  }

  .graph-heading {
    color: #333333e6;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-23 {
    margin-top: 40px;
  }

  .heading-16 {
    font-size: 22px;
  }

  .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc9d8117-b594-7e56-5caf-c914ddb56e7c-cbf7b262, #w-node-fc9d8117-b594-7e56-5caf-c914ddb56e91-cbf7b262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc9d8117-b594-7e56-5caf-c914ddb56eac-cbf7b262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


@font-face {
  font-family: 'Consola';
  src: url('../fonts/consola.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Consolas';
  src: url('../fonts/consolas-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}