:root {
  --white: white;
  --light-black: #2b2b2b;
  --gray: #6e6e6e;
  --light-gray: #f3f4f6;
  --black: black;
}

body {
  background-color: var(--white);
  color: var(--light-black);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.container-medium {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

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

.container-medium.padding_horizontal-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.container-medium.is-relative {
  position: relative;
}

.container-medium.z-index {
  z-index: 5;
  position: relative;
}

.container-medium.height-100 {
  height: auto;
}

.h2 {
  letter-spacing: -4px;
  font-size: 5rem;
  line-height: 1.08;
}

.h2.width {
  width: 100%;
  max-width: 63rem;
}

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

.btn {
  color: var(--white);
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 62.5rem;
  padding: .88rem 1.25rem;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s ease-in-out;
}

.btn:hover {
  background-color: var(--gray);
  color: var(--white);
}

.btn.secondary {
  color: var(--gray);
  background-color: #fff;
}

.btn.secondary:hover {
  background-color: var(--light-black);
  color: var(--white);
}

.text-size-large {
  letter-spacing: -.02em;
  font-size: 1.13rem;
  line-height: 1.4;
}

.text-size-large.text-color-grey {
  color: #7c7c7c;
}

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

.text-size-large.weight-medium.is-all-caps {
  text-transform: uppercase;
}

.text-size-large.weight-medium.max-width {
  width: 100%;
  max-width: 37.5rem;
}

.text-size-small {
  font-size: 15px;
  line-height: 1.4;
}

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

.text-size-small.weight-medium.text-color-gray {
  color: var(--gray);
}

.text-size-small.weight-medium.text-color-gray.uppercase {
  text-transform: uppercase;
}

.text-size-small.weight-medium.text-color-gray.uppercase.center-align {
  text-align: center;
  text-align: center;
}

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

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

.text-size-medium.weight-medium.uppercase {
  text-transform: uppercase;
  text-transform: uppercase;
}

.faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq-wrapper.is-blog {
  grid-template-columns: 1fr;
}

.flex-vertical-top-stretch {
  flex-flow: column;
  display: flex;
}

.flex-vertical-top-stretch.gap-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.single-faq {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.faq-question {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 1.63rem;
  height: 1.63rem;
  padding: .31rem;
  display: flex;
  position: relative;
}

.nav {
  z-index: 100;
  opacity: 1;
  background-color: #0000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.nav-button-wrapper {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button-wrapper.hide-desktop {
  display: none;
}

.brand {
  width: 100%;
  max-width: 9.32rem;
}

.nav-menu {
  display: none;
}

.logo {
  width: 100%;
}

.trusted {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.trusted.hide {
  display: none;
}

.trusted-top {
  grid-template-rows: auto;
  grid-template-columns: minmax(32.575%, 32.575%) minmax(32.575%, 32.575%) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.marquee-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.marquree-image {
  width: 12.5rem;
  min-width: 12.5rem;
}

.marquee {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  overflow: hidden;
}

.marquee.is {
  z-index: 66;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, -5rem);
}

.marquee.is.hide {
  display: none;
}

.trusted-bottom {
  margin-top: 5rem;
}

.trust-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.trusted-bottom-left {
  background-color: #0000;
  height: 100%;
}

.slide-nav {
  z-index: 22;
  padding-top: 0;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(216px);
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.right-arrow {
  background-color: var(--light-gray);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: all .25s ease-in-out;
  display: flex;
  inset: auto auto 0% 50%;
  transform: translate(122px);
}

.right-arrow:hover {
  background-color: #bebebe;
}

.trusted-bottom-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.slide {
  width: 100%;
  height: 100%;
  min-height: 37.88rem;
  max-height: 37.88rem;
  margin-right: 1.25rem;
}

.code-embed-3 {
  display: flex;
}

.left-arrow-2 {
  background-color: var(--light-gray);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: all .25s ease-in-out;
  display: flex;
  inset: auto auto 0% 50%;
  transform: translate(80px);
}

.left-arrow-2:hover {
  background-color: #bebebe;
}

.code-embed-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand_section {
  width: 100%;
  height: 300vh;
  min-height: 121.88rem;
}

.brand_section.is-live {
  height: auto;
  min-height: 0;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.offer-top {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(32.575%, 32.575%) minmax(32.575%, 32.575%);
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
  display: grid;
}

.offer-top.max-width-68 {
  width: 68%;
  margin-left: auto;
}

.offering-tab {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
}

.offering-tab.w--current {
  background-color: #0000;
}

.tag {
  background-color: var(--light-gray);
  border-radius: 625rem;
  padding: .56rem .88rem;
}

.tab-content-wrapper {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 27rem;
  display: flex;
}

.tab-content-wrapper.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.tab-content-wrapper.hide {
  display: none;
}

.tab-content-wrapper.is-live {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32rem;
}

.offering-tab-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 19rem;
  min-width: 19rem;
  height: 28rem;
}

.offering-tab-image.contain {
  object-fit: contain;
}

.offering-tab-image.is {
  object-position: 50% 0%;
}

.offering-tab-image.is-live {
  aspect-ratio: 3.32 / 4.15;
  width: 100%;
  min-width: 0%;
  height: auto;
}

.about_section {
  width: 100%;
  height: 400vh;
  min-height: 121.88rem;
  position: relative;
}

.about-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.about-left {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 40%;
  min-width: 40%;
  padding-top: 1.25rem;
  display: flex;
}

.stats-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block {
  letter-spacing: -4px;
  font-size: 4vw;
}

.about-right {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.about-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-image.platform-image-1 {
  opacity: 0;
}

.about-image.hide {
  display: none;
}

.about-image.contain {
  object-fit: contain;
}

.about-image.is_third {
  background-image: linear-gradient(#f4f4f4, #eee);
}

.about-image.is_third-copy {
  background-image: linear-gradient(#eceef0, #f6f8fa);
}

.sticky-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
  position: sticky;
  top: 0;
}

.footer {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: 9.32rem;
}

.footer-link-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--light-black);
  text-transform: uppercase;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-right {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.line-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-icon.is {
  position: absolute;
  transform: rotate(90deg);
}

.trust-slider-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.embed {
  width: 12.5rem;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 7rem;
  max-height: 8rem;
  display: flex;
}

.sticky-wrapper-offering {
  width: 100%;
  height: 100vh;
  min-height: 50.5rem;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.sticky-wrapper-offering.is-live {
  height: auto;
  min-height: 0;
  position: static;
}

.offering-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offering-wrapper.is-live {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.offering-bottom {
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(32.575%, 32.575%) minmax(32.575%, 32.575%);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.offering-bottom.hide {
  display: none;
}

.offering-bottom.is-live {
  position: static;
}

.offer-bottom-top {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(32.575%, 32.575%) minmax(32.575%, 32.575%);
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
  display: grid;
}

.offer-bottom-top.max-width-68 {
  width: 68%;
  margin-left: auto;
}

.offer-bottom-wrapper {
  background-color: var(--white);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 36rem;
  max-height: fit-content;
  position: relative;
}

.offer-bottom-wrapper.is-live {
  height: auto;
  min-height: 0;
  max-height: none;
}

.demo-hero {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-hero.is_demo {
  padding-bottom: 5rem;
}

.demo-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.demo-hero-left {
  width: 100%;
  max-width: 36rem;
  overflow: visible;
}

.code-embed-5 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: auto;
}

.fs-cc-prefs_checkbox-field {
  background-color: #7b7b7b;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #191919;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.badge {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #141414;
  background-color: #00d855;
  border: 2px solid #00d855;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.badge.grey {
  color: #fff;
  text-transform: none;
  text-transform: none;
  background-color: #2b2b2b;
  border-style: solid;
  border-color: #0000;
}

.fs-cc-prefs_component {
  z-index: 997;
  pointer-events: none;
  overscroll-behavior: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  pointer-events: none;
  color: var(--black);
  border-top: 1px #4353ff29;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 8%;
  display: none;
  position: fixed;
  inset: auto 0 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: auto;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  pointer-events: all;
  background-color: #14141499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border-radius: 9999%;
  margin-left: 0;
  padding: .625rem;
  transition: transform .12s;
}

.fs-cc-banner_close:hover {
  transform: scale(1.1);
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_form {
  z-index: 9999;
  background-color: var(--white);
  pointer-events: auto;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin: auto;
  position: relative;
  overflow: clip;
}

.fs-cc-prefs_submit-hide {
  background-color: #0000;
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.link-text {
  color: var(--gray);
  font-weight: 600;
}

.link-text:hover {
  color: var(--light-black);
}

.link-text.small {
  font-size: 15px;
  line-height: 1.2;
  display: inline-flex;
}

.fs-cc-manager_component {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: -.03rem;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph-2.small {
  font-size: .9rem;
}

.image_w-50 {
  object-fit: cover;
  width: 50%;
}

.image-6 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-nav {
  color: var(--light-black);
  text-transform: uppercase;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.live_demo-absolute-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% -7px;
}

.spacer-l {
  padding-top: 16px;
  padding-bottom: 16px;
}

.live_demo-hero-right {
  background-color: #fff;
  border-radius: 2.5rem;
  width: 100%;
  max-width: 30rem;
  height: 45rem;
  padding: 0;
  position: static;
  overflow: hidden;
  box-shadow: 0 0 5px #0003, 0 17px 45px #0003;
}

.div-block-11 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 100%;
    background-size: cover;
  }

  .container-medium {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hero-wrapper {
    max-width: 43rem;
  }

  .hero-wrapper.is {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h2 {
    font-size: 4rem;
    line-height: 1.15;
  }

  .btn {
    font-size: 14px;
  }

  .enterprise_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-large {
    font-size: 1.1rem;
  }

  .tools-wrapper {
    border-radius: 2rem;
    padding: 7rem 1.25rem;
  }

  .tools-cards-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }

  .tools-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 2rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tools-card-top.is {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .tools-card-image, .tools-card-image._3, .tools-card-image._3 {
    height: 20rem;
  }

  .tools-card-image-wrapper {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .benefit-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .tools-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .small-cards {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }

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

  .benefit-cards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .faq-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-info {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-image-wrapper {
    height: 28rem;
  }

  .trusted {
    padding-top: 4rem;
  }

  .marquee-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .marquree-image {
    width: 10rem;
    min-width: 10rem;
  }

  .marquee {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .marquee.is {
    transform: none;
  }

  .trusted-bottom {
    margin-top: 4rem;
  }

  .slide-nav {
    transform: translate(184px);
  }

  .right-arrow {
    transform: translate(92px);
  }

  .trusted-bottom-right {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .slide {
    min-height: 23rem;
    max-height: 23rem;
  }

  .left-arrow-2 {
    transform: translate(48px);
  }

  .offer-top {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .offering-tabs-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .offering-tabs {
    margin-top: 4rem;
  }

  .tab-content-wrapper {
    height: 26rem;
  }

  .offering-tab-image {
    aspect-ratio: 16 / 9;
    object-position: 50% 50%;
    width: 15.5rem;
    min-width: 16rem;
    height: 24rem;
  }

  .offering-tab-image.is-live {
    height: 18rem;
  }

  .platform {
    padding-top: 4rem;
  }

  .slide-2 {
    max-width: 50rem;
  }

  .platform-image-1 {
    height: 18rem;
  }

  .mask {
    max-width: 50rem;
  }

  .about_section {
    min-height: 175rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .about-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-left {
    width: 50%;
  }

  .stats-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block {
    letter-spacing: -3px;
    font-size: 3rem;
  }

  .about-right {
    width: 50%;
    min-width: 50%;
  }

  .sticky-wrapper {
    min-height: 35rem;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 20px;
  }

  .every_section {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .solution-wrapper, .solution-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .solution-image {
    height: 25rem;
  }

  .solution-image._2 {
    height: 17rem;
    max-height: 17rem;
  }

  .solution-image._3, .solution-image.vertical-1 {
    height: 25rem;
  }

  .solution-image.is-contain, .solution-image._2 {
    height: 17rem;
    max-height: 17rem;
  }

  .solution-image._3, .solution-image.vertical-1 {
    height: 25rem;
  }

  .solution-image.is-contain {
    height: 17rem;
    max-height: 17rem;
  }

  .solution-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-xxl {
    height: 8rem;
  }

  .footer-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-link-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    font-size: 14px;
  }

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

  .marquee-wrapper {
    min-height: 26rem;
  }

  .embed {
    justify-content: center;
    align-items: center;
    width: 10rem;
    display: flex;
  }

  .div-block-3 {
    height: 8rem;
  }

  .sticky-wrapper-offering {
    min-height: 48rem;
    top: 20px;
  }

  .offering-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .offer-bottom-top {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .offer-bottom-wrapper {
    min-height: 35rem;
    max-height: 35rem;
  }

  .solution-video {
    height: 25rem;
  }

  .solution-video._2 {
    height: 17rem;
    max-height: 17rem;
  }

  .solution-video._3, .solution-video-wrapper {
    height: 25rem;
  }

  .demo-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .partner-logos {
    height: 8rem;
  }

  .fs-cc-banner_buttons-wrapper {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .blog_subtitle {
    align-self: center;
  }

  .fs-cc-banner_component {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cc-banner_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
  }

  .fs-cc-banner_close {
    position: static;
    top: -1.5rem;
    right: .75rem;
  }

  .button-2 {
    font-size: 14px;
  }

  .section_description {
    font-size: 1.125rem;
  }

  .image-8 {
    height: 90vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
    inset: 0% 0% 0% auto;
  }

  .section.hero_section-padding {
    padding-top: 8rem;
  }

  .heading-2 {
    font-size: 3.5rem;
  }

  .grid_3x1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .spacer-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .featured_post-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .featured_content-wrapper {
    width: 100%;
    max-width: none;
  }

  .featured_image-wrapper {
    width: 100%;
  }

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

  .blog_hero-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog_detail-hero-wrapper {
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .blog_content-section.section_padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-3 {
    font-size: 2.2rem;
  }

  .fs-toc_link {
    font-size: 16px;
  }

  .text-block-4 {
    font-size: 2rem;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text li, .rich-text p {
    font-size: 16px;
  }

  .rich-text h2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }

  .rich-text h3 {
    margin-bottom: 2rem;
  }

  .rich-text li {
    font-size: 16px;
  }

  .grid-2 {
    grid-template-columns: 1.5fr .5fr;
  }

  .hide-on-tab {
    display: none;
  }

  .link-nav {
    font-size: 14px;
  }

  .marquee-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .section-gallery, .section-testimonials {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial-component {
    display: block;
  }

  .testimonial-btn-wrapper {
    background-color: var(--light-gray);
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    width: 6rem;
    padding: .875rem 1.125rem;
    display: flex;
  }

  .testimonial-wrapper {
    display: block;
  }

  .testimonial-bottom-block {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }

  .slider-next {
    transform: rotate(180deg);
  }

  .hero-left-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .h1 {
    font-size: 3.5rem;
    line-height: 100%;
  }

  .text-size-xlarge {
    font-size: 1.1rem;
  }

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

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 50%;
  }

  .container-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-medium.padding_horizontal-80 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container-medium.height-100 {
    height: auto;
  }

  .hero-wrapper.is, .hero-wrapper.hero_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-wrapper.is, .hero-wrapper.hero_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-wrapper.hero_container.width-full {
    width: 100%;
  }

  .h2 {
    letter-spacing: -3px;
    font-size: 3.5rem;
  }

  .btn {
    font-size: 13px;
  }

  .enterprise_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .text-size-large.weight-medium {
    direction: ltr;
  }

  .tools-wrapper {
    border-radius: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tools-cards-wrapper {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .tools-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tools-card-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tools-card-top.is {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tags {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-size-small {
    font-size: 12px;
  }

  .tools-card-image {
    object-position: 0% 0%;
    height: 18rem;
  }

  .tools-card-image._2 {
    object-fit: cover;
    object-position: 50% 0%;
    height: 16rem;
  }

  .tools-card-image._3 {
    height: 18rem;
  }

  .tools-card-image-wrapper {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .benefits {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .benefit-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .tools-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .text-size-medium.weight-medium.is-center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .benefit-top {
    width: 100%;
  }

  .faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-info {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .nav-wrapper {
    display: flex;
  }

  .nav-link {
    text-align: center;
  }

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

  .nav-button-wrapper.hide-landscape {
    display: none;
  }

  .nav-button-wrapper.hide-desktop {
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

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

  .nav-menu {
    background-color: #ddd;
    border-radius: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 2.5rem;
    display: flex;
  }

  .nav-mobile-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: var(--black);
  }

  .cta-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-image {
    object-position: 100% 50%;
  }

  .cta-image-wrapper {
    height: 23rem;
  }

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

  .trusted-top {
    width: 100%;
  }

  .marquee-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .marquree-image {
    width: 8rem;
    min-width: 8rem;
  }

  .marquee {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .trusted-bottom {
    margin-top: 3rem;
  }

  .trust-bottom-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: minmax(50%, 1fr);
  }

  .slide-nav {
    padding-top: 0;
    transform: translate(100px, 4px);
  }

  .right-arrow {
    width: 2rem;
    height: 2rem;
    top: auto;
    bottom: 0%;
    right: auto;
    transform: translate(46px);
  }

  .trusted-bottom-right {
    padding-left: 1rem;
    padding-right: 0;
  }

  .slide {
    min-height: 22rem;
    max-height: 22rem;
  }

  .left-arrow-2 {
    width: 2rem;
    height: 2rem;
    top: auto;
    bottom: 0%;
    right: auto;
    transform: translate(16px);
  }

  .brand_section.is-live {
    margin-bottom: 4rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

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

  .offering-tabs-menu {
    grid-column-gap: 3rem;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: .88rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .offering-tabs, .offering-tabs-content {
    margin-top: 3rem;
  }

  .tab-content-wrapper {
    height: 27rem;
    min-height: 27rem;
  }

  .tab-content-wrapper.is {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .tab-content-wrapper.hide-mobile {
    display: none;
  }

  .offering-tab-image {
    object-position: 50% 0%;
    width: 15rem;
    min-width: 17rem;
    height: 27rem;
    min-height: 27rem;
  }

  .offering-tab-image.is-live {
    min-height: 0;
  }

  .platform {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .platform-image-1 {
    height: 16rem;
  }

  .slide-nav-2 {
    transform: translate(130px, -66px);
  }

  .left-arrow-platform {
    width: 2rem;
    height: 2rem;
  }

  .right-arrow-platform {
    width: 2rem;
    height: 2rem;
    transform: translate(72px, -64px);
  }

  .about_section {
    min-height: 140rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .about-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: flex-start;
    height: 100%;
    display: flex;
  }

  .about-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

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

  .about-right {
    width: 100%;
    height: auto;
    min-height: 50vh;
  }

  .about-image {
    object-position: 50% 0%;
    height: 100%;
  }

  .sticky-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 4rem;
  }

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

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

  .solution-image {
    height: 20rem;
  }

  .solution-image._2 {
    height: 15rem;
    max-height: 15rem;
  }

  .solution-image.is-contain, .solution-image._2 {
    height: 15rem;
    max-height: 15rem;
  }

  .solution-image._3 {
    height: 20rem;
  }

  .solution-image.vertical-1 {
    object-fit: cover;
    height: 20rem;
  }

  .solution-image.is-contain {
    height: 15rem;
    max-height: 15rem;
  }

  .solution-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .solution-image-wrapper {
    overflow: visible;
  }

  .spacer-xxl {
    height: 3rem;
  }

  .footer-link {
    text-align: center;
  }

  .hide {
    display: none;
  }

  .div-block {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .marquee-wrapper {
    height: 27rem;
    min-height: 27rem;
  }

  .embed {
    width: 8rem;
  }

  .div-block-3 {
    height: 6rem;
    display: none;
  }

  .sticky-wrapper-offering {
    height: 46rem;
    min-height: auto;
  }

  .sticky-wrapper-offering.is-live {
    height: auto;
    position: static;
  }

  .offering-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .offering-wrapper.is-live {
    height: auto;
  }

  .offering-bottom.is-live {
    position: static;
  }

  .offer-bottom-top {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .offer-bottom-wrapper {
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .solution-video {
    height: 20rem;
  }

  .solution-video._2 {
    height: 15rem;
    max-height: 15rem;
  }

  .solution-video._3, .solution-video-wrapper {
    height: 20rem;
  }

  .demo-hero {
    height: auto;
    max-height: none;
    padding-top: 6rem;
  }

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

  .demo-hero-right {
    border-radius: 2rem;
  }

  .partner-logos {
    height: 6rem;
  }

  .fs-cc-banner_buttons-wrapper {
    order: -1;
    align-self: flex-end;
    margin-bottom: 1rem;
  }

  .fs-cc-banner_component {
    display: block;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-manager_component {
    display: block;
  }

  .heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .section_description {
    font-size: 1rem;
  }

  .hero_side-img {
    width: 100vw;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .heading_v-2 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
  }

  .image-8 {
    object-fit: cover;
    height: 90vh;
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }

  .bg_model-img.hide-on-mob {
    display: none;
  }

  .section.hero_section-padding {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .grid-1x2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .content_vertical-align-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-2 {
    font-size: 2.6rem;
  }

  .spacer-xl {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .featured_post-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .featured_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-right: 0;
  }

  .featured_image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .post_card-desc {
    font-size: 16px;
  }

  .blog_detail-hero-wrapper {
    padding-right: 0;
  }

  .blog_content-section.section_padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding: .5rem;
  }

  .cta_wrapper {
    width: 80%;
    position: static;
  }

  .rich-text h2 {
    font-size: 2rem;
  }

  .rich-text h3 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-right: 0;
  }

  .nav-links-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .link-nav {
    text-align: center;
  }

  .section-marquee {
    height: auto;
    max-height: none;
  }

  .marquee-component {
    flex-flow: column;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .gallery-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .gallery-block {
    width: auto;
  }

  .gallery-image-wrapper {
    width: 10rem;
    min-width: 10rem;
  }

  .testimonial-component, .testimonial-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .h1 {
    letter-spacing: -3px;
    font-size: 3.25rem;
  }

  .hero-bg-image {
    object-position: 50% 0%;
  }

  .hero-form-block {
    border-radius: 2rem;
  }

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

  .text-size-xlarge.weight-medium {
    direction: ltr;
  }

  .live_demo-absolute-img {
    display: none;
  }

  .live_demo-hero-right {
    border-radius: 2rem;
  }

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

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#00000052, #00000052), url("https://cdn.prod.website-files.com/69af6bcc634ee032ac3284dd/69b843a1dd9f7fd1b5bd5f6b_Frame%20203%20(2)%20(1).webp");
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-wrapper.hero_container.width-full {
    width: 100%;
  }

  .h2 {
    letter-spacing: -2.5px;
    font-size: 2.4rem;
  }

  .h2.width {
    letter-spacing: -2.5px;
  }

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

  .btn {
    font-size: 12px;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-large {
    font-size: .9rem;
  }

  .tools-wrapper {
    padding: 3rem 1rem;
  }

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

  .tools-card {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tools-card-top.is {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tools-card-image._2 {
    height: auto;
  }

  .tools-card-image._3 {
    height: 18rem;
  }

  .tools-card-image-wrapper {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .small-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    padding: 1.25rem;
  }

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

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

  .section-info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-button-wrapper.hide-desktop {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .brand {
    max-width: 8rem;
  }

  .cta-image-wrapper {
    height: 17rem;
  }

  .slide-nav {
    left: 0%;
  }

  .slider-image {
    min-height: 17rem;
    max-height: 17rem;
  }

  .right-arrow {
    left: 0%;
    transform: translate(30px);
  }

  .trusted-bottom-right {
    padding-left: 0;
  }

  .slide {
    min-height: 30rem;
    max-height: 30rem;
  }

  .left-arrow-2 {
    left: 0%;
    transform: none;
  }

  .brand_section.is-live {
    height: auto;
  }

  .offer-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .offer-top.max-width-68 {
    width: 70%;
  }

  .offering-tab {
    min-width: 18rem;
  }

  .tab-content-wrapper.is-live {
    height: 26rem;
    min-height: 26rem;
  }

  .offering-tab-image {
    object-position: 50% 0%;
    min-height: 27rem;
  }

  .offering-tab-image.is-live {
    height: 20rem;
    min-height: 0;
  }

  .slide-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .platform-image-1 {
    height: 13rem;
  }

  .platfrom-image-2 {
    display: none;
  }

  .left-arrow-platform {
    transform: translate(16px, -64px);
  }

  .right-arrow-platform {
    transform: translate(48px, -64px);
  }

  .about_section {
    padding-top: 2rem;
  }

  .about-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .stats-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .text-block {
    font-size: 2.5rem;
  }

  .about-right {
    height: 25rem;
    min-height: 0;
  }

  .about-image {
    object-position: 50% 0%;
  }

  .sticky-wrapper {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 3rem;
  }

  .solution-left {
    grid-template-columns: 1fr;
  }

  .solution-card.is-vertical, .solution-image {
    height: auto;
  }

  .solution-image._2 {
    object-fit: contain;
    height: auto;
    max-height: none;
  }

  .solution-image.is-contain, .solution-image._2 {
    object-fit: contain;
    height: auto;
    max-height: none;
  }

  .solution-image._3 {
    height: auto;
  }

  .solution-image.vertical-1 {
    object-fit: contain;
    height: auto;
  }

  .solution-image.is-contain {
    object-fit: contain;
    height: auto;
    max-height: none;
  }

  .solution-right {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-link-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-right {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .trust-slider-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
    display: flex;
  }

  .marquee-wrapper.is-live {
    height: 26rem;
    min-height: 26rem;
  }

  .div-block-3 {
    height: 6.5rem;
  }

  .sticky-wrapper-offering {
    height: 42rem;
    min-height: 42rem;
    top: 4rem;
  }

  .offering-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .offering-bottom.is-live {
    position: static;
  }

  .offer-bottom-top {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .offer-bottom-top.max-width-68 {
    width: 70%;
  }

  .offer-bottom-top.is-live {
    margin-bottom: 0;
  }

  .offer-bottom-wrapper {
    height: 100%;
  }

  .offer-bottom-wrapper.is-live {
    min-height: 0;
    max-height: none;
  }

  .solution-video {
    height: 100%;
  }

  .solution-video._3 {
    height: 17rem;
  }

  .solution-video-wrapper {
    height: 30rem;
  }

  .demo-hero {
    min-height: 0;
    padding-top: 6rem;
  }

  .demo-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .demo-hero-right {
    border-radius: 1.5rem;
    max-height: 100svh;
  }

  .partner-logos {
    height: 6.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-flow: wrap-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_space-medium {
    flex-direction: column;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .button-2.wrap {
    white-space: break-spaces;
    white-space: break-spaces;
  }

  .heading-1 {
    font-size: 2.2rem;
  }

  .section_description {
    max-width: 100%;
  }

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

  .heading_v-2 {
    color: var(--white);
    font-size: 3rem;
  }

  .image-8 {
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }

  .overlay_mob {
    display: block;
  }

  .section.hero_section-padding {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .content_vertical-align-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-2 {
    font-size: 2.2rem;
  }

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

  .spacer-xl {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .post_grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .post_card-desc {
    font-size: 15px;
  }

  .blog_hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog_detail-banner-img {
    min-height: 15.625rem;
  }

  .blog_detail-hero-wrapper {
    align-items: stretch;
  }

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

  .hr-line {
    display: none;
  }

  .blog_content-section.section_padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta_wrapper {
    width: 100%;
  }

  .toc-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-3 {
    font-size: 1.8rem;
  }

  .fs-toc_link {
    font-size: 15px;
  }

  .text-block-4 {
    font-size: 1.6rem;
  }

  .rich-text h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .rich-text h3 {
    margin-top: 1rem;
  }

  .grid-2 {
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.4rem;
  }

  .section-gallery {
    min-height: 0;
  }

  .gallery-image-wrapper {
    width: 9rem;
    min-width: 9rem;
  }

  .section-testimonials {
    min-height: 0;
  }

  .h1 {
    letter-spacing: -2.5px;
    font-size: 2.4rem;
  }

  .h1.width {
    letter-spacing: -2.5px;
  }

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

  .hero-bg-image {
    inset: 0%;
  }

  .hero-form-block {
    border-radius: 1.5rem;
    max-height: 100svh;
  }

  .text-size-xlarge {
    font-size: .9rem;
  }

  .live_demo-hero-right {
    border-radius: 1.5rem;
    max-height: 100svh;
  }

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

#w-node-b0f41af5-0cd0-9772-499c-8b36810a0695-c8bd8992, #w-node-b0f41af5-0cd0-9772-499c-8b36810a06f5-c8bd8992 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#heading.w-node-_8b900eaf-3e0c-72f0-c928-c05423dcf5ec-23dcf5e9, #w-node-c8898d54-4d91-133f-6953-840a5409d1d1-5409d1a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8898d54-4d91-133f-6953-840a5409d1e3-5409d1a2 {
  align-self: end;
}

#w-node-c8898d54-4d91-133f-6953-840a5409d1e4-5409d1a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#heading.w-node-_0ce0c8ad-fccb-c491-dba3-f83bd865adcd-d865adca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_353a6238-3754-cc50-98ed-46421f22c0ab-1f22c0a1 {
  justify-self: center;
}

#w-node-_353a6238-3754-cc50-98ed-46421f22c0ad-1f22c0a1 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f8164832-87dc-23d8-2707-8ecb03a7e594-03a7e58c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c8898d54-4d91-133f-6953-840a5409d1d1-5409d1a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0f41af5-0cd0-9772-499c-8b36810a0695-c8bd8992, #w-node-b0f41af5-0cd0-9772-499c-8b36810a06f5-c8bd8992 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c8898d54-4d91-133f-6953-840a5409d1d0-5409d1a2 {
    order: 9999;
  }

  #w-node-c8898d54-4d91-133f-6953-840a5409d1d1-5409d1a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #heading.w-node-_0ce0c8ad-fccb-c491-dba3-f83bd865adcd-d865adca {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c8898d54-4d91-133f-6953-840a5409d1d1-5409d1a2, #w-node-_0ce0c8ad-fccb-c491-dba3-f83bd865ae10-d865adca, #w-node-_0ce0c8ad-fccb-c491-dba3-f83bd865ae1a-d865adca, #w-node-_0ce0c8ad-fccb-c491-dba3-f83bd865ae24-d865adca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
