:root {
  --black: black;
  --secondary: #686868;
  --transparent: transparent;
  --white: white;
  --primary: #171717;
  --orange: #ff810f;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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: #686868;
  background-color: #f8f8f8;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  overflow: clip;
}

.navbar_section {
  z-index: 100;
  background-color: var(--black);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_section:where(.w-variant-3ee18131-01e5-1a4f-8adf-af70a4b23c1a) {
  position: relative;
}

.padding-global {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.padding-section-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero_section {
  color: #fff;
  background-color: #000;
  background-image: url("../images/hero-4.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.hero_section.second {
  height: auto;
  padding-top: 220px;
  padding-bottom: 130px;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.navbar_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo-link {
  width: 226px;
}

.navbar_logo {
  width: 70%;
}

.navbar_button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--transparent);
  background-color: #292929;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--primary);
}

.button.is-white {
  color: #171717;
  background-color: #fff;
}

.button.is-white:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.button.is-white.large {
  padding: 12px 24px;
}

.button.is-white.large.fullwidth {
  width: 100%;
}

.button.is-orange {
  background-color: var(--orange);
  color: #fff;
}

.button.is-orange:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.button.is-orange.is-large {
  padding: 12px 24px;
}

.button.is-orange.is-large.secondary:hover {
  border-color: var(--white);
  background-color: var(--transparent);
}

.button.is-orange.is-large.offer-fix {
  justify-content: center;
  align-items: center;
  width: 234px;
  display: flex;
}

.button.is-orange.is-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-light-grey {
  color: var(--primary);
  background-color: #efefef;
}

.button.is-light-grey:hover {
  background-color: var(--orange);
  color: var(--white);
}

.button.is-light-grey.is-large {
  padding: 12px 24px;
}

.hero_content-wrapper {
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.hero_content-wrapper.blog {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1020px;
  display: flex;
}

.hero_subtext {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 14px;
}

.heading-style-h1 {
  font-size: 62px;
}

.hero_text {
  color: #e0e0e0;
  width: 100%;
  max-width: 650px;
  margin: 24px auto 48px;
  font-size: 18px;
}

.hero_text.blog_wrapper {
  max-width: 540px;
}

.hero_text.blog_wrapper._2 {
  max-width: 700px;
}

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

.button-group.center {
  justify-content: center;
  align-items: center;
}

.product_section {
  background-color: var(--white);
  position: relative;
}

.product_content-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_right-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url("../images/Frame-26.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: column;
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 140px;
  display: flex;
}

.product_left-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_tag {
  border-bottom: 1px solid var(--orange);
  margin-bottom: 16px;
  padding-bottom: 4px;
}

.heading-style-h2.tag-like {
  border-bottom: 1px solid var(--orange);
  padding-bottom: 6px;
  font-size: 30px;
}

.text-color-primary {
  color: #171717;
}

.product_button-wrap {
  margin-top: 32px;
}

.product_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product_item.title-big {
  min-width: 112%;
}

.product_item-icon {
  width: 24px;
  margin-top: 6px;
  display: flex;
}

.product_item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-size-regular {
  font-size: 16px;
}

.product_item-text-wrapper {
  width: 100%;
  max-width: 595px;
}

.product_col-ilustration {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 11% auto auto -4%;
}

.product_left-content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.offer_section {
  background-color: var(--white);
}

.offer_item-icon {
  width: 32px;
  height: 32px;
  display: flex;
}

.offer_grid {
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.offer_item-lists {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 29px;
  font-size: 18px;
  display: flex;
}

.offer_tag {
  border-style: solid;
  border-width: 1px;
  border-color: #fe6940 #fe6940 var(--orange);
  color: var(--orange);
  background-color: #ffebe5;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.9;
}

.offer_tag.discount {
  z-index: 3;
  border-color: var(--orange);
  text-align: center;
  background-color: #fe69401a;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.offer_item-head-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

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

.text-weight-regular {
  font-weight: 400;
}

.join_section {
  color: #fff;
  background-color: #171717;
  border: 4px solid #0000;
  padding-top: 40px;
  padding-bottom: 80px;
}

.join_content {
  color: #e0e0e0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 504px;
  display: flex;
}

.join_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.text-size-medium {
  font-size: 20px;
  font-weight: 300;
}

.join_text-wrapper {
  margin-top: 20px;
}

.join_form-block {
  margin-bottom: 0;
  padding-top: 40px;
}

.join_form-wrapper {
  margin-top: 40px;
}

.join_field {
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #333741;
  height: 50px;
  margin-bottom: 0;
  padding: 8px 12px;
  transition: all 0.3s;
}

.join_field:hover {
  border-color: var(--white);
}

.join_field:focus {
  border-color: #fff;
}

.join_field::placeholder {
  color: #95989d;
}

.join_field.hidden {
  display: none;
}

.join_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-color-white {
  color: var(--white);
}

.join_submit-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  transition: all 0.3s;
}

.join_submit-button-wrapper:hover {
  opacity: 1;
}

.footer_section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer_content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer_copyright {
  text-align: center;
  font-size: 12px;
}

.footer_copyright._2 {
  margin-top: 30px;
}

.footer_social-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-social_link {
  width: 24px;
  height: 24px;
}

.footer_social-icon {
  color: var(--white);
  display: flex;
}

.fusion_content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fusion_first-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fusion_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fusion_name-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.fusion_item-icon {
  display: flex;
}

.heading-style-h4 {
  font-size: 24px;
}

.fusion_item-text {
  margin-top: 10px;
}

.fusion_item-text._1 {
  width: 100%;
  max-width: 243px;
}

.plan_section.doc {
  padding-top: 100px;
  padding-bottom: 100px;
}

.plan_content {
  color: var(--primary);
  text-align: center;
}

.plan_tabs-wrapper {
  max-width: 800px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.plan_tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #efefef;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 2px;
  display: flex;
}

.plan_tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan_tab {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  color: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 52px;
  padding: 6px 20px;
  font-size: 16px;
  transition: all 0.3s;
  display: flex;
}

.plan_tab.w--current {
  color: var(--white);
  font-weight: 600;
}

.plan_tab.doc {
  width: auto;
}

.plan_tab.doc.w--current {
  background-color: var(--primary);
  font-weight: 400;
}

.plan_tabs-content-wrapper {
  width: 100%;
  margin-top: 40px;
  overflow: visible;
}

.plan_tab-content-wrapper._100vw {
  margin-left: auto;
  margin-right: auto;
}

.plan_tab-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plan_item {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  background-color: var(--white);
  border: 1px solid #eee;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px;
  transition: all 0.3s;
  display: flex;
}

.plan_item:hover {
  border-color: var(--orange);
  transform: translate(0, -8px);
}

.plan_item.active {
  border-width: 6px;
  border-color: var(--orange);
}

.plan_item-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid #e5e7eb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -5px;
  padding: 24px 12px 20px;
  display: flex;
}

.plan_item-icon {
  color: var(--orange);
  display: flex;
}

.plan_item-name {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
}

.plan_price {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--primary);
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1.2;
  display: flex;
}

.plan_price_subtext {
  color: var(--secondary);
  font-size: 12px;
}

.plan_item-bullets {
  padding: 20px 20px 40px;
}

.plan_item-blullet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.plan_bullet {
  background-image: url("../images/Vector-52.svg");
  background-position: 0 38%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 22px;
}

.plan_bullet.custom {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: #ffebe5;
  background-image: url("../images/Vector-53.svg");
  background-position: 8px 48%;
  border-radius: 4px;
  padding: 6px 8px 6px 30px;
  font-weight: 600;
  line-height: 1.1;
}

.plan_item-content {
  width: 100%;
}

.plan_button-wrapper {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.plan_enterpise-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.challenge_section {
  background-color: var(--black);
  color: var(--white);
  background-image: url("../images/v2.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.challenge_slider-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.35fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.challenge_second-wrapper {
  margin-top: 80px;
}

.challenge_second-content {
  width: 100%;
  max-width: 420px;
}

.text-weight-medium {
  font-weight: 500;
}

.challenge_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.challenge_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.challenge_item-icon {
  flex: none;
  display: flex;
}

.challenge_item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.challenge_item-name {
  font-size: 26px;
  font-weight: 400;
}

.challenge_item-text {
  color: #b0b0b0;
  width: 100%;
  max-width: 420px;
  font-size: 16px;
}

.challenge_slider-wrap {
  background-image: url("../images/Frame-26-1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
  padding-right: 20px;
}

.challenge_slider {
  background-color: var(--transparent);
  height: auto;
}

.hide {
  display: none;
}

.challenge_slider-slide {
  margin-bottom: 32px;
}

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

.challenge_slide-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.challenge_slide-designation {
  color: #b0b0b0;
  line-height: 1.4;
}

.challenge_slide-mask {
  height: auto;
}

.challenge_slide-arrow {
  border: 1px solid var(--primary);
  background-color: #242424;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 20px;
  position: relative;
}

.challenge_slide-arrow.right {
  margin-top: -40px;
  margin-left: 52px;
}

.challenge_slide-arrow-icon {
  position: relative;
}

.work_section {
  background-image: url("../images/Close-48px.svg");
  background-position: 84% 5%;
  background-repeat: no-repeat;
  background-size: auto;
}

.work_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.work_left-image {
  position: absolute;
  inset: auto auto -6% -37px;
}

.challenge_sub-text {
  color: #e0e0e0;
}

.text-block {
  background-color: #000;
  font-size: 25px;
}

.success-message {
  background-color: #000;
}

.worki_lottie-wrapper {
  margin-top: 80px;
}

.work_section-lottie {
  width: 100%;
}

.work_section-lottie.desktop {
  display: block;
}

.work_section-lottie.mobile {
  display: none;
}

.blog_content-wrapper {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.blog_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d980;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.blog_image {
  width: 100%;
}

.blog_title {
  color: var(--primary);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.blog_info-text {
  color: var(--orange);
  font-size: 18px;
  line-height: 1.4;
}

.blog_description {
  color: var(--secondary);
  font-size: 16px;
  line-height: 1.4;
}

.blog_link-icon {
  display: flex;
}

.menu_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_item {
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
}

.menu_item:hover {
  color: var(--orange);
  background-image: url("../images/Line-2.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.menu_item.w--current {
  color: var(--orange);
  background-image: url("../images/Line-2.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 500;
}

.menu_item.menu_nav {
  background-image: none;
}

.menu_item.dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-discount {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile_name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}

.profile_intro {
  background-color: #000;
  width: 100%;
  padding: 45px 40px;
}

.profile_role {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

.profile_content-wrapper {
  grid-column-gap: 178px;
  grid-row-gap: 178px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.profile_section {
  display: none;
}

.profile_points-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.profile_style-line {
  border: 1px solid #fe6940;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 10px;
}

.profile_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.profile_image {
  width: 100%;
}

.profile_image.reverse {
  order: 1;
}

.profile_points {
  background-image: url("../images/Vector-54.svg");
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.5em;
}

.profile_social-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.5em;
}

.signals_line {
  background-color: var(--orange);
  width: 3px;
  height: 175px;
  margin-top: 59px;
  position: absolute;
}

.signals_stats-p {
  color: #b0b0b0;
  width: 100%;
  max-width: 1137px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.signals-section {
  background-color: #000;
  background-image: url("../images/v2.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.signals_stats {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #d9d9d91a;
  border: 1px solid #ffffff80;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.signals_content {
  width: 100%;
}

.signals_stats-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.signals_stats-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.signals_stats-heading.red {
  color: #fe6940;
}

.signals_stats-heading._1 {
  color: var(--orange);
}

.signals_content-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.signals_line-wrapper {
  background-color: #ffffff4d;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 3px;
  height: 100%;
  margin-top: 19px;
  display: flex;
  position: relative;
}

.signals_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
}

.signals_stats-icon {
  color: var(--white);
  display: flex;
}

.signals_stats-icon._1 {
  color: var(--orange);
}

.investors-section {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

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

.investors_heading {
  color: #171717;
  width: 100%;
  max-width: 189px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1em;
}

.investors_style-line {
  background-color: var(--orange);
  flex: none;
  width: 3px;
  height: 175px;
  margin-left: 46px;
  margin-right: 72px;
}

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

.body-copy p {
  margin-bottom: 20px;
}

.body-copy img {
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.body-copy a {
  color: var(--orange);
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  border-left-width: 4px;
  border-left-color: #333;
  margin-bottom: 20px;
  padding-left: 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-style: italic;
}

.body-copy figure {
  width: 100%;
  max-width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.body-copy h1 {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.4;
}

.body-copy h2 {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
}

.body-copy h3,
.body-copy h4 {
  color: var(--primary);
  margin-bottom: 20px;
  line-height: 1.4;
}

.body-copy h5 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.body-copy h6 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.body-copy ol {
  margin-bottom: 20px;
}

.body-copy strong {
  color: var(--primary);
  font-weight: 600;
}

.body-copy ul {
  margin-bottom: 20px;
}

.blog_item-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tabs-nav-background {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

.tabs-nav-text {
  z-index: 3;
  position: relative;
}

.tabs-nav-text.black {
  color: var(--primary);
}

.paragraph {
  color: #fe6940;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.founder-name-h2 {
  color: var(--primary);
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.founder-name-h2.degree {
  min-height: 56px;
  margin-bottom: 20px;
  font-weight: 500;
}

.founder-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.image-9 {
  line-height: 50%;
}

.div-block-10 {
  text-align: center;
  display: block;
}

.social-icon-link {
  text-align: center;
  width: 22px;
  margin-right: 11px;
  transition: opacity 0.2s;
}

.social-icon-link:hover {
  opacity: 0.8;
}

.founder-description-paragraph {
  text-align: center;
  align-self: center;
  font-size: 14px;
  font-weight: 300;
}

.founder-image {
  text-align: center;
  object-fit: scale-down;
  align-self: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.social-icons-for-founders-wrapper {
  text-align: center;
  padding-bottom: 10px;
  display: block;
}

.container-7 {
  text-align: center;
  object-fit: fill;
}

.founders-wrapper {
  text-align: center;
  border: 0 solid #aaa;
  border-bottom-width: 1px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.founder-image-wrapper {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  display: block;
  position: static;
}

.image-10 {
  opacity: 0.41;
  width: 19px;
  margin-right: 11px;
  transition: opacity 0.2s;
}

.columns {
  font-size: 18px;
}

.bold-text {
  font-size: 22px;
}

.bold-text-2 {
  font-size: 22px;
  font-weight: 600;
}

.heading-2 {
  border-bottom: 2px solid #fe6940;
  width: 24%;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 30px;
}

.container-8 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  max-width: 810px;
  padding: 40px 20px;
  display: flex;
}

.paragraph-2,
.paragraph-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-11 {
  flex: none;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

.image-12 {
  width: 23px;
  margin-right: 10px;
}

.heading-3 {
  font-weight: 300;
  text-decoration: underline;
}

.paragraph-4 {
  font-size: 16px;
  font-weight: 300;
}

.div-block-11 {
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
}

.paragraph-5 {
  color: #b0b0b0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.mail_link {
  color: #686868;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.address_link {
  color: #686868;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.fs-consent_component {
  display: none;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 34rem;
  margin-left: auto;
  margin-right: 0;
  padding: 2rem;
  display: block;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: grid;
}

.fs-consent_allow {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.fs-consent_allow:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.fs-consent_allow.first {
  background-color: var(--transparent);
  color: var(--orange);
}

.fs-consent_allow.first:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.div-block-12 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.heading-4 {
  padding-top: 20px;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.paragraph-8 {
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 14px;
}

.div-block-13 {
  flex-flow: column;
  padding-top: 6px;
  padding-bottom: 60px;
  display: flex;
}

.contact_info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: baseline;
  margin-left: 20px;
  display: flex;
}

.cookie_link {
  color: #686868;
}

.hero_text-copy {
  color: var(--secondary);
  width: 100%;
  max-width: 650px;
  margin: 20px auto 0;
  font-size: 14px;
}

.hero_text-copy.blog_wrapper {
  max-width: 540px;
}

.hero_text-copy.bit-white {
  opacity: 0.7;
  color: var(--white);
}

.bio_text {
  font-size: 16px;
  line-height: 1.5;
}

.fs-consent_component-2 {
  display: block;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_paragraph-2 {
  margin-bottom: 0;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #000;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}

.pricing_button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
}

.recaptcha-box {
  height: 100%;
  margin-top: -16px;
  margin-bottom: 0;
  margin-left: -53px;
}

.google_recaptcha {
  transform: scale(0.65);
}

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

.contact_field-group._2 {
  grid-template-columns: minmax(auto, 200px) 1fr;
}

.footer_text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_link {
  color: #b0b0b0;
}

.pdf_embed {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

.offer_item-text-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.orange_regular {
  color: #ff810f;
  font-weight: 400;
}

.offer_item-text-small {
  color: var(--secondary);
  font-size: 14px;
  line-height: 1.3;
}

.offer_pop-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 436px;
  height: 100%;
  display: flex;
}

.offer_pop-item._3 {
  max-width: 190px;
  position: relative;
  left: -10px;
}

.offer_pop-item._2 {
  max-width: 616px;
}

.offer_item-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.offer_item-text-wrap.opacity-zero {
  opacity: 0;
}

.offer_pop-slide {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.offer_item-lable {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.offer_item-lable.transparent {
  color: #0000;
}

.offer_pop-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--primary);
  background-color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 100px;
  display: flex;
  position: relative;
}

.offer_slide-arrow {
  color: #1717171f;
  background-color: #f5f5f5;
  border: 2px solid #1717171f;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  inset: auto auto 40px 46%;
}

.offer_slide-arrow:hover {
  color: #fff;
  background-color: #ff810f;
  border-color: #ff810f;
}

.offer_slide-arrow.right {
  inset: auto 46% 40px auto;
}

.offer_slide-arrow.right.active,
.offer_slide-arrow.active {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.offer_item-text-large {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.offer_item-text-large.transparent {
  color: #0000;
}

.orange_medium {
  color: #ff810f;
}

.offer_slide-mask {
  height: 100%;
}

.offer_popup {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.offer_popup._1,
.offer_popup._2 {
  display: none;
}

.offer_popup-close-icon {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  inset: 40px 40px auto auto;
}

.offer_button-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.offer_button-wraper.mobile {
  display: none;
}

.swiper {
  position: relative;
}

.swiper.flex,
.swiper.flex-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-nav-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 28px;
}

.swiper-button-prev {
  background-color: #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
}

.swiper-button-next {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
}

.swiper_sec-close {
  z-index: 4;
  cursor: pointer;
  height: 24px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.performance_section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.performance_content-wrapper {
  text-align: center;
  background-color: #000;
  background-image: url("../images/Frame-93.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 534px;
  display: flex;
}

.performance_content-wrapper.doc {
  height: 300px;
}

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

.performance_heading {
  color: #fff;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.3em;
}

.performance_heading.api {
  font-size: 48px;
}

.performance_paragraph {
  color: #e0e0e0;
  font-size: 18px;
  line-height: 1.3em;
}

.filter_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.fitler_icon-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6c7880;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.blogs_item-image {
  border: 1.5px solid #6c7880;
  border-radius: 10px;
  width: 100%;
  height: 234.781px;
}

.blogs_content-wrapper {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.blogs_section {
  padding-bottom: 100px;
}

.benchmark_info-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: -6px;
  display: flex;
}

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

.blogs_item-content-wrapper {
  grid-column-gap: 11.97px;
  grid-row-gap: 11.97px;
  background-color: #fff;
  border: 1.2px solid #6c7880;
  border-radius: 11.97px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11.97px 13.16px 11.97px 11.97px;
  text-decoration: none;
  display: flex;
}

.filters_item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

.filter_search {
  background-color: #0000;
  background-image: url("../images/Group-6.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-bottom: 1px solid #c1c1c1;
  width: 256px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.blogs_grid {
  grid-column-gap: 25.52px;
  grid-row-gap: 25.52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blogs_grid.blog_grid_hide {
  display: none;
}

.blogs_item-paragraph {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
}

.blogs_item-paragraph._2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.blogs_item-paragraph._2.white {
  color: #fff;
}

.blogs_item-paragraph.dot {
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 0;
  font-size: 40px;
  line-height: 1em;
  display: flex;
}

.blogs_item-paragraph.dot.white {
  color: #fff;
  margin-top: -18px;
  font-size: 34px;
}

.features_section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
}

.breadcrumbs_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6c7880;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
}

.features_heading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
}

.ornage {
  color: #fe6940;
  text-decoration: none;
}

.features_content-wrapper {
  background-image: url("../images/Frame-93.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 390px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

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

.article_table-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.article_table-link-wrapper.min_gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.article_contact-p {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 21.33px;
  font-weight: 600;
  line-height: 1.3em;
}

.article_content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 455px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.article_content-wrapper.doc {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 320px;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.article_social-icon-wrapper {
  grid-column-gap: 26.67px;
  grid-row-gap: 26.67px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article_table-heading {
  color: #1b1b1f;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 26.67px;
  font-weight: 600;
  line-height: 1.3em;
}

.article_table-heading.doc {
  font-size: 20px;
}

.article_social-icon {
  border-radius: 6px;
  height: 40px;
}

.article_content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  max-width: 929px;
  display: inline-flex;
}

.article_rich-text {
  color: #000;
  width: 100%;
  margin-top: -40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.article_rich-text h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.article_rich-text ul,
.article_rich-text ol {
  padding-left: 30px;
}

.article_rich-text h1 {
  font-size: 36px;
  font-weight: 700;
}

.article_rich-text._2 {
  display: block;
}

.article_rich-text figure {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

.article_rich-text img {
  width: 100%;
  min-width: 100%;
}

.article_contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.article_table {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 455px;
  display: flex;
  position: sticky;
  top: 20px;
}

.article_table-link {
  color: #1b1b1f;
  border-left: 4px solid #fe694000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26.67px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.article_table-link.w--current {
  color: #fe6940;
  border-left-color: #fe6940;
  padding-top: 11px;
  padding-bottom: 11px;
}

.article_table-link.active {
  color: #fe6940;
  border-left-color: #fe6940;
  font-weight: 600;
}

.article_table-link-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21.33px;
  line-height: 1.3em;
}

.article_table-link-text.doc {
  font-size: 16px;
}

.article_section {
  margin-top: 66px;
  padding-bottom: 60px;
}

.article_contact-line {
  border: 1.33px solid #6c7880;
  width: 100%;
}

.article_contact {
  background-color: #ff8e12;
  border-radius: 13.33px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26.67px 26.67px 26.67px 28px;
  display: flex;
}

.related_head {
  color: var(--primary);
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.related_section {
  padding-bottom: 60px;
}

.collection-list-wrapper {
  width: 100%;
}

.text-block-2,
.text-block-3,
.text-block-4,
.text-block-5 {
  color: #6c7880;
  text-decoration: none;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.navigation_items-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.doc_content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: Inter, sans-serif;
}

.doc_heading {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.doc_text {
  margin-bottom: 40px;
}

.doc_text.bold {
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: 600;
}

.doc_text.bold.code_block {
  margin-bottom: 10px;
}

.doc_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.doc_item {
  border: 1px solid #00000012;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.doc_item.email {
  margin-bottom: 50px;
}

.doc_item-icon-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #00000012;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 14px;
  display: flex;
}

.doc_item-icon-list.service_doc {
  border-bottom-style: none;
  padding-bottom: 0;
}

.doc_item-title {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
}

.doc_item-title.service {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.doc_item-text {
  margin-top: 20px;
  margin-bottom: 26px;
  font-size: 18px;
}

.doc_item-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.doc_item-arrow {
  display: flex;
}

.doc_service-item {
  margin-bottom: 56px;
}

.service_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #0000001f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  padding: 16px;
  display: grid;
}

.service_table-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service_table-item.center {
  border-left: 1px solid #0000001f;
  border-right: 1px solid #0000001f;
}

.service_table-head {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}

.service_table-head.text {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
}

.next_bullets {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.next_bold {
  color: var(--orange);
  text-decoration: none;
}

.doc_code-block {
  margin-bottom: 20px;
}

.color-orange {
  color: var(--orange);
}

.menu_dropdown-icon {
  margin-right: 0;
  position: relative;
}

.menu_dropdown-text {
  color: var(--white);
  text-decoration: none;
}

.menu_dropdown-content.w--open {
  background-color: #0000;
  min-width: 120px;
  padding-top: 10px;
}

.menu_dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  display: flex;
}

.menu_dropdown-link {
  margin-left: 0;
  margin-right: auto;
  padding: 0;
}

.menu_dropdown-link:hover,
.menu_dropdown-link.w--current {
  color: var(--orange);
}

@media screen and (min-width: 1440px) {
  .hero_section {
    background-image: url("../images/Desktop---1.png");
  }

  .fs-consent_banner {
    left: 0%;
  }
}

@media screen and (max-width: 991px) {
  .hero_section.second {
    background-position: 66% 100%;
  }

  .navbar_button-wrapper {
    border-top: 1px solid var(--secondary);
    background-color: var(--black);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    flex-flow: column;
    height: 98vh;
    margin-top: 10px;
    padding: 40px;
  }

  .heading-style-h1 {
    font-size: 50px;
  }

  .product_content-wrapper {
    grid-template-columns: 1fr 1.75fr;
  }

  .product_right-col {
    padding-left: 20px;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 34px;
  }

  .product_item.title-big {
    min-width: 100%;
  }

  .heading-style-h3 {
    font-size: 24px;
  }

  .offer_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .offer_item-lists {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    font-size: 16px;
  }

  .join_content-wrapper,
  .join_form {
    grid-template-columns: 1fr;
  }

  .join_submit-button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_content-wrapper {
    flex-flow: wrap;
  }

  .fusion_content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 22px;
  }

  .fusion_item-text {
    font-size: 15px;
  }

  .plan_tab-menu {
    flex-flow: wrap;
  }

  .plan_tab-content {
    grid-template-columns: 1fr;
  }

  .challenge_slider-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .challenge_item-name {
    font-size: 22px;
  }

  .challenge_item-text {
    font-size: 15px;
  }

  .challenge_slide-text {
    font-size: 24px;
  }

  .work_content {
    max-width: 540px;
  }

  .hide-mob-l {
    display: block;
  }

  .blog_item {
    padding: 20px;
  }

  .blog_title {
    font-size: 20px;
  }

  .blog_info-text,
  .blog_description {
    font-size: 16px;
  }

  .menu_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .menu_item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .profile_name {
    font-size: 36px;
  }

  .profile_role {
    font-size: 26px;
  }

  .profile_content-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .profile_content {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .signals_heading,
  .investors_heading {
    font-size: 36px;
  }

  .investors_style-line {
    height: 150px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .quantoto_log {
    width: 56%;
  }

  .body-copy figure {
    max-width: 80%;
  }

  .founder-name-h2.degree {
    width: 100%;
    max-width: 300px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .navbar_burger {
    background-image: url("../images/Group-1-4.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 86%;
    width: 40px;
    height: 40px;
    padding: 6px;
    font-size: 0;
  }

  .navbar_burger.w--open {
    background-color: var(--transparent);
    background-image: url("../images/7852730.svg");
    background-size: 78%;
  }

  .recaptcha-box {
    margin-left: -7px;
  }

  .offer_item-text-medium {
    font-size: 18px;
  }

  .offer_item-text-small {
    font-size: 16px;
  }

  .offer_pop-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .offer_pop-item._3 {
    left: 0;
  }

  .offer_item-text-wrap.opacity-zero {
    display: none;
  }

  .offer_item-lable {
    font-size: 24px;
  }

  .offer_item-lable.transparent {
    display: none;
  }

  .offer_pop-wraper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .offer_slide-arrow {
    left: 43%;
  }

  .offer_slide-arrow.right {
    right: 43%;
  }

  .offer_item-text-large {
    font-size: 20px;
  }

  .offer_item-text-large.transparent {
    display: none;
  }

  .offer_popup {
    padding-top: 60px;
  }

  .performance_content-wrapper {
    height: 450px;
    padding: 50px;
  }

  .performance_heading.api {
    font-size: 36px;
  }

  .ornage {
    font-size: 15px;
  }

  .article_content-wrapper {
    grid-template-columns: 1fr;
  }

  .article_content-wrapper.doc {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 92%;
  }

  .article_table {
    max-width: 100%;
    position: relative;
    top: 1px;
  }

  .text-block-2,
  .text-block-3,
  .text-block-4,
  .text-block-5 {
    font-size: 15px;
  }

  .doc_heading {
    font-size: 26px;
  }

  .menu_dropdown-content.w--open {
    position: relative;
  }

  .menu_drop-down {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_section.second {
    background-position: 70% 100%;
    padding-top: 150px;
    padding-bottom: 140px;
  }

  .navbar_logo-link {
    width: 200px;
  }

  .heading-style-h1 {
    font-size: 40px;
  }

  .product_content-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 32px;
  }

  .heading-style-h3 {
    font-size: 22px;
  }

  .offer_grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .join_section {
    padding-bottom: 60px;
  }

  .join_form {
    grid-template-columns: 1fr;
  }

  .join_submit-button-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_content-wrapper {
    justify-content: center;
  }

  .fusion_grid {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 20px;
  }

  .fusion_item-text._1 {
    max-width: 100%;
  }

  .challenge_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .challenge_item-name {
    font-size: 20px;
  }

  .challenge_slide-text {
    font-size: 22px;
  }

  .worki_lottie-wrapper {
    margin-top: 40px;
  }

  .work_section-lottie.desktop {
    display: none;
  }

  .work_section-lottie.mobile {
    display: block;
  }

  .blog_grid {
    grid-template-columns: 1fr;
  }

  .menu_wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .signals-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .signals_heading {
    font-size: 32px;
  }

  .investors-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .investors_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .investors_style-line {
    width: 150px;
    height: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .quantoto_log {
    width: 100%;
  }

  .body-copy blockquote {
    margin-left: 0;
  }

  .blog_item-content {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .founder-name-h2.degree {
    max-width: 100%;
    height: auto;
    min-height: auto;
  }

  .contact_info-wrapper {
    flex-flow: column;
  }

  .navbar_burger {
    width: 34px;
    height: 34px;
  }

  .contact_field-group {
    grid-template-columns: 1fr;
  }

  .offer_button-wraper {
    display: none;
  }

  .offer_button-wraper.mobile {
    display: flex;
  }

  .performance_content-wrapper.doc {
    height: auto;
  }

  .performance_heading.api {
    font-size: 30px;
  }

  .blogs_item-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .blogs_item-paragraph._2 {
    font-size: 11px;
  }

  .features_heading {
    font-size: 26px;
  }

  .article_contact-p {
    font-size: 14px;
  }

  .article_content {
    max-width: 929px;
  }

  .article_rich-text {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero_section {
    background-image: url("../images/268a3e10-9ce7-4d24-8bd9-5954b260980c-2.png");
    background-position: 100% 100%;
    background-size: contain;
    padding-top: 220px;
  }

  .hero_section.second {
    background-position: 100%;
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 100px;
  }

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

  .navbar_logo-link {
    order: -1;
    width: 180px;
    display: flex;
  }

  .button.is-white.large.fullwidth {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-style-h1 {
    font-size: 36px;
  }

  .heading-style-h1.blog-title {
    font-size: 28px;
  }

  .hero_text {
    margin-bottom: 40px;
  }

  .hero_text.blog_wrapper {
    font-size: 16px;
  }

  .product_content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product_right-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
    padding-left: 12px;
  }

  .heading-style-h2 {
    font-size: 36px;
  }

  .product_item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .heading-style-h3 {
    font-size: 22px;
  }

  .heading-style-h3.mob-20px {
    font-size: 20px;
  }

  .product_col-ilustration {
    display: none;
  }

  .join_section {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .text-size-medium {
    font-size: 18px;
  }

  .join_form-wrapper {
    margin-top: 32px;
  }

  .join_form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .join_submit-button-wrapper {
    width: 100%;
  }

  .footer_section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .footer_content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 0.5fr;
    display: flex;
  }

  .footer_copyright._2 {
    margin-top: 24px;
  }

  .footer_social-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fusion_content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .plan_section.doc {
    margin-top: -40px;
  }

  .plan_tab-menu {
    flex-flow: column;
    width: 80%;
  }

  .plan_tab {
    width: 150px;
    font-size: 14px;
  }

  .plan_item-info-wrapper {
    padding: 20px 12px 12px;
  }

  .plan_item-bullets {
    padding: 16px;
  }

  .plan_button-wrapper {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .plan_enterpise-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .challenge_section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .challenge_slider-wrapper {
    flex-flow: column;
    display: flex;
  }

  .challenge_grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .challenge_slider-wrap {
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
  }

  .challenge_slider-slide {
    margin-bottom: 20px;
  }

  .work_section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .work_left-image {
    display: none;
  }

  .challenge_head-wrapper {
    padding-right: 40px;
  }

  .blog_item {
    padding: 16px;
  }

  .blog_title {
    font-size: 18px;
  }

  .blog_info-text,
  .blog_description {
    font-size: 15px;
  }

  .menu_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .menu_item {
    font-size: 15px;
  }

  .menu_item.menu_nav {
    font-size: 12px;
  }

  .tab-discount {
    flex-flow: wrap;
  }

  .profile_name {
    font-size: 28px;
    line-height: 1.3em;
  }

  .profile_intro {
    padding: 20px;
  }

  .profile_role {
    font-size: 22px;
  }

  .profile_content-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .profile_points {
    background-position: 0 6px;
    padding-left: 30px;
    font-size: 16px;
  }

  .profile_social-text {
    font-size: 20px;
    line-height: 1.3em;
  }

  .signals_stats-p {
    max-width: 100%;
    font-size: 15px;
  }

  .signals_content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .signals_heading {
    font-size: 26px;
  }

  .body-copy img {
    min-width: 100%;
  }

  .body-copy figure {
    min-width: 100%;
    max-width: 100%;
  }

  .body-copy h1 {
    font-size: 28px;
  }

  .body-copy h2 {
    font-size: 24px;
  }

  .body-copy h3 {
    font-size: 22px;
  }

  .body-copy h4 {
    font-size: 20px;
  }

  .body-copy h5 {
    font-size: 18px;
  }

  .body-copy h6 {
    font-size: 16px;
  }

  .founder-name-h2.degree {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .founder-wrapper {
    margin-top: 40px;
  }

  .founders-wrapper {
    padding-top: 20px;
  }

  .columns {
    font-size: 16px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .container-8 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    width: 22px;
    height: 22px;
  }

  .fs-consent_banner {
    padding: 1.4rem;
  }

  .fs-consent_banner_paragraph {
    font-size: 14px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_allow {
    font-size: 14px;
  }

  .div-block-12 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_info-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-left: 0;
  }

  .hero_text-copy {
    margin-bottom: 40px;
  }

  .hero_text-copy.blog_wrapper {
    font-size: 16px;
  }

  .bio_text {
    font-size: 14px;
  }

  .navbar_burger {
    width: 30px;
    height: 30px;
  }

  .recaptcha-box {
    margin-top: 0;
    margin-left: 0;
  }

  .google_recaptcha {
    transform: scale(0.8);
  }

  .contact_field-group {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .contact_field-group._2 {
    grid-template-columns: 1fr;
  }

  .offer_item-text-medium {
    font-size: 14px;
  }

  .offer_item-text-small {
    font-size: 13px;
  }

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

  .offer_item-lable {
    min-width: 103%;
    font-size: 18px;
  }

  .offer_pop-wraper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-bottom: 80px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .offer_slide-arrow {
    border-width: 1px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    bottom: 26px;
    left: 40%;
  }

  .offer_slide-arrow.right {
    bottom: 26px;
    right: 40%;
  }

  .offer_item-text-large {
    min-width: 102%;
    font-size: 15px;
  }

  .offer_popup {
    padding-top: 40px;
  }

  .offer_popup-close-icon {
    width: 20px;
    top: 14px;
    right: 14px;
  }

  .swiper-nav-bottom {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    bottom: 22px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .swiper_sec-close {
    height: 20px;
    top: 16px;
    right: 16px;
  }

  .performance_content-wrapper {
    height: auto;
    padding: 80px 20px;
  }

  .performance_content-wrapper.doc {
    z-index: 2;
    border-radius: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .performance_heading.api {
    font-size: 20px;
  }

  .blogs_item-image {
    object-fit: cover;
    height: 60svw;
  }

  .benchmark_info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: -6px;
  }

  .blogs_grid {
    grid-template-columns: 1fr;
  }

  .blogs_item-paragraph.dot {
    margin-top: -5px;
    font-size: 30px;
  }

  .breadcrumbs_wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .features_heading {
    font-size: 22px;
  }

  .ornage {
    font-size: 12px;
  }

  .features_content-wrapper {
    height: 300px;
  }

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

  .article_table-heading.doc {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .article_content {
    max-width: 100%;
  }

  .article_rich-text {
    word-break: break-all;
    max-width: 100%;
  }

  .article_rich-text p {
    width: 100%;
  }

  .article_rich-text figure {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }

  .article_table-link {
    padding-left: 14px;
  }

  .article_table-link-text {
    font-size: 16px;
  }

  .article_table-link-text.doc {
    font-size: 14px;
  }

  .article_contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .bread_c-icon {
    height: 9px;
  }

  .navigation_items-wrapper {
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .doc_content-wrapper {
    max-width: 91vw;
  }

  .doc_heading {
    font-size: 22px;
    line-height: 1.4;
  }

  .doc_grid {
    grid-template-columns: 1fr;
  }

  .doc_item-title {
    font-size: 16px;
  }

  .doc_item-text {
    font-size: 15px;
  }

  .service_table {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service_table-item {
    padding-left: 0;
    padding-right: 0;
  }

  .service_table-item.center {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001f;
    border-bottom-width: 1px;
    border-bottom-color: #0000001f;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .next_bullets {
    font-size: 15px;
  }

  .menu_dropdown {
    padding: 10px;
  }

  .menu_dropdown-link.w--current {
    font-size: 14px;
  }
}

#w-node-_125d6f96-406b-38e1-5f09-9493c1b63ffc-8a40927b,
#LNAME.w-node-e3a6d632-396a-8b87-de89-4e75e2061bcc-8a40927b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b273537-9712-b474-ce78-99ab8a40928e-8a40927b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_916cb93a-0736-59a6-540c-9c680c95a4c3-50eadcdd,
  #w-node-_80f49ddf-1769-a25c-31c8-5c836a9d69d1-50eadce6,
  #w-node-f9f79c88-f45e-a916-1f22-771cf9830bd7-50eadce8,
  #w-node-_9de49a17-15db-5bc8-b362-7c65a629e982-50eadce8,
  #w-node-_2312e1af-67b2-a58f-52a9-ef61819dfdc1-50eadce8,
  #w-node-d864df18-d85e-90db-8f5f-6f9970a4c520-50eadce8,
  #w-node-e7a37d8c-6c68-c22d-ac3a-0abc998e90e2-50eadce9,
  #w-node-e7a37d8c-6c68-c22d-ac3a-0abc998e90e2-50eadcea,
  #w-node-e7a37d8c-6c68-c22d-ac3a-0abc998e90e2-50eadceb {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b273537-9712-b474-ce78-99ab8a40928e-8a40927b,
  #w-node-_80f49ddf-1769-a25c-31c8-5c836a9d69c2-50eadce6,
  #w-node-f9f79c88-f45e-a916-1f22-771cf9830b27-50eadce8,
  #w-node-_9de49a17-15db-5bc8-b362-7c65a629e901-50eadce8,
  #w-node-_2312e1af-67b2-a58f-52a9-ef61819dfd19-50eadce8,
  #w-node-d864df18-d85e-90db-8f5f-6f9970a4c486-50eadce8,
  #w-node-e7a37d8c-6c68-c22d-ac3a-0abc998e90a2-50eadce9,
  #w-node-e7a37d8c-6c68-c22d-ac3a-0abc998e90a2-50eadcea,
  #w-node-e7a37d8c-6c68-c22d-ac3a-0abc998e90a2-50eadceb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
