:root {
  --blue: #0098ea;
  --darkbg: #12172b;
  --textdescription: #cdcdcd;
}

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

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

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

.herosection {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2a82ea, #7b83ff 59%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 800;
}

.herotitleh1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4em;
}

.body {
  font-family: Inter, sans-serif;
}

.herodiv {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.herodesctext {
  text-align: center;
  max-width: 80%;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4em;
}

.heroctadiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 30px;
  display: flex;
}

.primarybutton {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  text-align: center;
  border-radius: 40px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
}

.primarybutton:hover {
  background-color: #0b83c4;
}

.secondarybutton {
  border: 1px solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
}

.secondarybutton:hover {
  background-color: #0b83c326;
}

.secondarybutton.codectabutton {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 12px 20px;
}

.secondarybutton.navbutton {
  padding: 12px 20px;
}

.container {
  max-width: 960px;
}

.container.codecontainer {
  flex-flow: column;
  display: flex;
}

.container.footercontainer {
  justify-content: space-between;
  display: block;
}

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

.container.herocontainer {
  padding-bottom: 30vh;
}

.howsection {
  background-color: var(--darkbg);
  justify-content: center;
  align-items: center;
  height: 580px;
  display: flex;
}

.howicon {
  width: 48px;
  height: 48px;
}

.howtitletext {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

.howitemtitletext {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.howitemdesctext {
  color: var(--textdescription);
  margin-top: 10px;
  line-height: 1.4em;
}

.howitemdiv {
  background-color: #1e2336;
  border-radius: 12px;
  flex-flow: column;
  height: 300px;
  padding: 32px 28px 28px;
  display: flex;
}

.howrowdiv {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
  display: flex;
}

.diagramsection {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.diagramtitletext {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
}

.diagramimage {
  margin-top: 20px;
}

.codesection {
  background-color: #eef1f3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-span-2 {
  background-image: url('../images/export-icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: -4px;
  margin-left: 4px;
  display: inline-block;
}

.codeheaddiv {
  justify-content: space-between;
  display: flex;
}

.codeheadldiv {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.codeheadrdiv {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6px;
  display: flex;
}

.text-block {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2a82ea, #04cfc3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  display: none;
}

.text-block-2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-span-3 {
  color: var(--blue);
  display: inline;
}

.codedesctext {
  font-size: 16px;
  line-height: 1.4em;
}

.div-block {
  margin-top: 60px;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 520px;
  margin-top: 60px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  margin-left: 20px;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tab-pane {
  height: 100%;
}

.codeboxbardot {
  background-color: red;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.codeboxbardot.yellow {
  background-color: #d0af00;
}

.codeboxbardot.green {
  background-color: #03ca0b;
}

.codeboxbardiv {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #3f3f3f;
  border-radius: 0;
  padding: 8px 12px;
  display: flex;
}

.codeboxdiv {
  background-color: #2b2b2b;
  border-radius: 8px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.codeboxdiv.blue {
  background-color: var(--darkbg);
}

.code-block {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  line-height: 20px;
}

.tab {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 64px;
  padding: 0 20px;
  transition: border .3s, height .3s;
  display: flex;
  overflow: hidden;
}

.tab:hover {
  border-color: var(--blue);
}

.tab.w--current {
  border: 2px solid var(--blue);
  background-color: #fff;
  box-shadow: 0 4px 4px #00000014;
}

.tabheadtext {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.tabdesctext {
  color: #787878;
  height: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4em;
  transition: margin-top .3s, height .3s, opacity .4s;
}

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

.tabcareticon {
  width: 24px;
  height: 24px;
  transition: transform .3s;
}

.ctasection {
  padding-top: 70px;
  padding-bottom: 100px;
}

.footersection {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ctaboxdiv {
  background-image: linear-gradient(135deg, #4991fe, #7ad4fd);
  border-radius: 24px;
  padding: 32px 40px;
  position: relative;
  overflow: hidden;
}

.ctatitletext {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.ctadesctext {
  color: #fff;
  max-width: 50%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4em;
}

.ctabutton {
  margin-top: 20px;
}

.whitebutton {
  color: var(--blue);
  background-color: #fff;
  border-radius: 40px;
  margin-top: 28px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
}

.whitebutton:hover {
  background-color: #fffc;
}

.image {
  z-index: 0;
  width: 420px;
  position: absolute;
  top: -56px;
  right: 0;
}

.image-2 {
  height: 44px;
}

.image-3 {
  opacity: 0;
  height: 32px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nativesection {
  padding-top: 100px;
  padding-bottom: 70px;
}

.nativetitletext {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.nativetitletext.blue {
  color: var(--blue);
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  left: 0;
  right: 0;
}

.image-4 {
  height: 44px;
}

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

.ctatextdiv {
  z-index: 1;
  position: relative;
}

.howitemtextdiv {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.image-5 {
  z-index: 0;
  max-width: 960px;
  position: absolute;
  bottom: 0;
}

.navcontainer {
  width: 90vw;
  max-width: 90vw;
}

.nativeheaddiv {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4-copy {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.nativetondiv {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 54px;
}

.nativedesctext {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.nativeitemrowdiv {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 40px;
  display: flex;
}

.nativeitemdiv {
  background-color: #f6f9fb;
  border-radius: 20px;
  flex: 1;
  height: 340px;
  padding: 28px;
}

.nativeitemtitletext {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.nativeitemdesctext {
  margin-top: 10px;
  line-height: 1.4em;
}

.nativeitemimage {
  height: 86px;
}

.image-5-copy {
  z-index: 0;
  display: none;
  position: absolute;
  bottom: 0;
}

.diagramimage-copy {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-7 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 1280px) {
  .text-span {
    font-size: 72px;
  }

  .herotitleh1 {
    font-size: 52px;
  }

  .herodesctext {
    font-size: 20px;
  }

  .container {
    max-width: 1060px;
  }

  .image-5 {
    max-width: 1000px;
    bottom: -15px;
  }

  .image-5-copy {
    bottom: -15px;
  }
}

@media screen and (min-width: 1440px) {
  .text-span {
    font-size: 80px;
  }

  .herotitleh1 {
    font-size: 56px;
  }

  .container.herocontainer {
    padding-bottom: 33vh;
  }

  .image-5, .image-5-copy {
    bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .image-5, .image-5-copy {
    max-width: 1200px;
    bottom: 2vh;
  }
}

@media screen and (max-width: 991px) {
  .herosection {
    flex-flow: column;
  }

  .text-span {
    max-width: 75%;
    font-size: 68px;
    line-height: 1.1em;
    display: inline-block;
  }

  .herotitleh1 {
    font-size: 48px;
  }

  .herodesctext {
    max-width: 60%;
    font-size: 18px;
  }

  .container {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container.herocontainer {
    padding-bottom: 5vh;
  }

  .howsection {
    height: 620px;
  }

  .howitemdiv {
    height: 350px;
  }

  .ctatitletext {
    max-width: 50%;
  }

  .ctadesctext {
    max-width: 45%;
  }

  .nativetitletext.back {
    margin-top: -12px;
  }

  .image-5 {
    width: 100%;
    max-width: 1000px;
    position: static;
  }

  .nativeitemrowdiv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nativeitemdiv {
    height: 400px;
  }

  .image-5-copy {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .herosection {
    width: 100vw;
    height: auto;
    padding-top: 100px;
    overflow: hidden;
  }

  .text-span {
    font-size: 48px;
  }

  .herotitleh1 {
    font-size: 28px;
  }

  .herodesctext {
    margin-top: 16px;
    font-size: 16px;
  }

  .heroctadiv {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 30px;
  }

  .secondarybutton.navbutton {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.herocontainer {
    padding-bottom: 0;
  }

  .howsection {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .howtitletext {
    font-size: 32px;
  }

  .howitemdiv {
    flex-flow: row;
    height: auto;
  }

  .howrowdiv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 30px;
  }

  .diagramsection {
    height: 480px;
  }

  .diagramtitletext {
    width: 80%;
  }

  .codeheaddiv {
    flex-flow: column;
  }

  .codeheadrdiv {
    padding-top: 20px;
  }

  .text-block {
    font-size: 20px;
  }

  .text-block-2 {
    margin-top: 0;
    font-size: 36px;
  }

  .codedesctext {
    font-size: 16px;
  }

  .tabs {
    flex-flow: column;
    height: auto;
  }

  .tabs-menu {
    margin-top: 30px;
    margin-left: 0;
  }

  .codeboxdiv {
    height: 320px;
  }

  .ctaboxdiv {
    height: 500px;
  }

  .ctatitletext {
    max-width: none;
    font-size: 36px;
  }

  .ctadesctext {
    max-width: none;
  }

  .image {
    width: 340px;
    top: auto;
    bottom: -70px;
    right: 30px;
  }

  .image-2 {
    height: 40px;
  }

  .image-3 {
    height: 28px;
  }

  .nativetitletext {
    font-size: 32px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .image-4 {
    height: 32px;
  }

  .howitemtextdiv {
    margin-top: 0;
    margin-left: 20px;
  }

  .image-5 {
    display: none;
  }

  .navcontainer {
    width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4-copy {
    font-size: 32px;
  }

  .nativeitemrowdiv {
    flex-flow: column;
  }

  .image-5-copy {
    width: 580px;
    max-width: none;
    margin-bottom: -10px;
    display: block;
  }
}

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

  .herotitleh1 {
    line-height: 1.2em;
  }

  .herodiv {
    align-items: stretch;
  }

  .herodesctext {
    max-width: 100%;
  }

  .heroctadiv {
    flex-flow: column;
  }

  .primarybutton.heroappbutton, .secondarybutton.heroadsbutton {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .diagramsection {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .diagramtitletext {
    width: 100%;
  }

  .diagramimage {
    display: none;
  }

  .image {
    right: 0;
  }

  .nativetitletext {
    font-size: 28px;
  }

  .nativetitletext.back {
    margin-top: -4px;
  }

  .image-6 {
    width: 48px;
  }

  .nativedesctext {
    margin-top: 16px;
  }

  .image-5-copy {
    width: 480px;
    margin-bottom: -20px;
  }

  .diagramimage-copy {
    display: block;
  }
}


