:root {
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff1f;
  --always-dark--new-outline-background: #07090bcc;
}

body {
  background-color: var(--theme-dark--background);
  color: var(--colors--text-color-grey);
  font-family: Inter, sans-serif;
  font-size: var(--font-size--text-default);
  line-height: var(--line-height--text-default);
  background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c488b2_Lines.svg"), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c489e4_BG%20Top.webp");
  background-position: 50% 67%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

h1 {
  font-size: var(--font-size--h1-large-desktop);
  line-height: var(--line-height--h1);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--font-size--h2-desktop);
  line-height: var(--line-height--h2);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--font-size--h3-desktop);
  line-height: var(--font-size--h3-desktop);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--font-size--h4-desktop);
  line-height: var(--line-height--h4);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--font-size--h5-desktop);
  line-height: var(--line-height--h5);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: var(--font-size--h6-desktop);
  line-height: var(--line-height--h6);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--theme-dark--white-text);
  cursor: pointer;
  text-decoration: none;
}

img {
  z-index: 5;
  max-width: 100%;
  display: inline-block;
  position: static;
  overflow: clip;
}

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

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

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

.container {
  color: var(--theme-dark--primary);
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.h1 {
  color: var(--theme-dark--primary);
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: var(--line-height--h1);
  text-align: center;
  margin-top: 0;
  font-weight: 500;
}

.h2 {
  color: var(--theme-dark--primary);
  font-family: Montserrat, sans-serif;
  font-size: var(--font-size--h2-desktop);
  line-height: var(--line-height--h2);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
}

.h2.is-cta {
  color: var(--theme-dark--primary);
}

.h3 {
  color: var(--theme-dark--primary);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3125em;
}

.text-lg {
  color: var(--theme-dark--secondary-text);
  text-align: center;
  white-space: normal;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.6667em;
}

.text-xl {
  font-size: var(--font-size--text-xl);
  line-height: var(--line-height--text-xl);
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 50px;
  flex: 1;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu:hover {
  color: var(--theme-dark--white-text);
}

.header-section {
  z-index: 9999;
  color: var(--theme-dark--primary);
  display: block;
  position: sticky;
  top: 0;
}

.button-outline {
  border: 1px solid var(--theme-dark--primary);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--always-dark--primary);
  font-size: var(--font-size--button-default);
  line-height: var(--line-height--button-default);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff0;
  border-radius: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 20px;
  font-weight: 400;
  transition: all .4s;
}

.button-outline:where(.w-variant-3b5475b0-0795-f6e9-5bab-ee66f379d2bd) {
  border-color: var(--theme-dark--primary);
  background-color: var(--theme-dark--tertiary-text);
  color: var(--theme-dark--black-text);
  border-radius: 1000px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button-outline:hover {
  background-color: var(--always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>);
  color: var(--always-dark--primary);
  -webkit-text-stroke-color: var(--always-dark--primary);
}

.button-outline:hover:where(.w-variant-3b5475b0-0795-f6e9-5bab-ee66f379d2bd) {
  border-color: var(--colors--text-color-grey);
  background-color: var(--theme-dark--primary);
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
}

.logo {
  width: 200px;
  height: 40px;
  position: static;
}

.brand {
  flex: 1;
  padding-left: 0;
  display: block;
  position: static;
}

.nav-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 2%;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.section-heading-wrap {
  padding-top: 0;
  padding-bottom: var(--paddings--tiny);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.section-heading-wrap.is-left-align {
  text-align: left;
  text-align: left;
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  overflow: hidden;
}

.section-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--theme-dark--primary);
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.section-title-wrap.is-about {
  max-width: 850px;
}

.section-title-wrap.is-action {
  max-width: 814px;
}

.section-title-wrap.is-utility {
  max-width: 900px;
}

.section-title-wrap.is-features {
  padding-right: var(--paddings--xlarge);
  padding-left: var(--paddings--xlarge);
  color: var(--theme-light--primary);
  text-align: left;
  margin-left: 0;
}

.section-title-wrap.is-contact {
  max-width: none;
}

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

.footer-layout {
  z-index: 5;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff4a;
  --always-dark--new-outline-background: #07090bcc;
  flex-flow: column;
  display: flex;
  position: relative;
}

.accordion-icon-wrapper {
  background-color: var(--theme-dark--primary);
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 49px;
  display: flex;
}

.accordion {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--theme-dark--border) var(--theme-dark--border) var(--theme-dark--button-blur);
}

.copyright-block-2 {
  color: #c8cacc;
  text-align: center;
  border-top: 1px solid #ffffff29;
  padding-top: 20px;
}

.accordion-description-wrap {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--theme-dark--component-pane-less-opacity);
  color: var(--theme-dark--secondary-text);
  -webkit-text-stroke-color: var(--theme-dark--white-text);
  overflow: hidden;
}

.footer-logo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c8cacc;
  flex-flow: column;
  max-width: 381px;
  display: flex;
}

.footer-link {
  color: var(--always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>);
  font-size: var(--font-size--text-sm);
  -webkit-text-stroke-color: var(--colors--text-color-grey);
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--theme-dark--white-text);
}

.footer-link.w--current {
  color: var(--theme-dark--tertiary-text);
  white-space: nowrap;
  flex: 0 auto;
  display: flex;
}

.footer-link.w--current:hover {
  color: var(--theme-dark--white-text);
}

.footer {
  padding-top: var(--paddings--tiny);
  background-color: var(--theme-dark--background);
  color: var(--theme-dark--primary);
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff1f;
  --always-dark--new-outline-background: #07090bcc;
  padding-bottom: 20px;
}

.accordion-icon {
  background-color: var(--theme-dark--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-link-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #828283;
  font-size: var(--font-size--text-sm);
  line-height: var(--line-height--text-sm);
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100px;
  padding-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.accordion-description {
  color: var(--theme-dark--secondary-text);
  letter-spacing: 0;
  max-width: 90%;
  margin-top: -4px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.accordion-title-wrap {
  color: var(--theme-dark--white-text);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.footer-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: flex;
}

.footer-links-block-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: flex-start start;
  width: 100%;
  min-width: 0;
  max-width: 669px;
  margin-bottom: 16px;
  display: flex;
}

.footer-links-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-links-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-us-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--colors--text-color-grey);
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-us-info:hover {
  color: var(--theme-dark--white-text);
}

.contact-us-section {
  padding-top: var(--paddings--xlarge);
  padding-bottom: var(--paddings--xlarge);
  box-shadow: 0 8px 15px -9px var(--theme-dark--link);
  color: var(--theme-dark--primary2);
  border: 1px #000;
}

.location-section {
  padding-bottom: var(--paddings--xlarge);
}

.contact-us-content-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff1f;
  --always-dark--new-outline-background: #07090bcc;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-us-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-us-form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px none var(--theme-dark--primary);
  background-color: var(--theme-dark--product-cards);
  box-shadow: -6px 8px 11px -3px var(--theme-dark--link);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff1f;
  --always-dark--new-outline-background: #07090bcc;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 560px;
  padding: 56px 40px;
  display: flex;
}

.text-field {
  color: var(--theme-dark--primary);
  background-color: #fff0;
  border-top: 0 solid #000;
  border-bottom: 1px solid #d4d4d980;
  border-left: 0 solid #000;
  border-right: 0 solid #0000;
  margin-bottom: 10px;
  padding: 0 0 12px;
  display: block;
  overflow: clip;
}

.text-field:focus {
  color: #fff;
}

.text-field::placeholder {
  color: #d4d4d980;
  font-size: 18px;
  line-height: 1.6667em;
}

.text-field:lang(en) {
  color: var(--theme-dark--white-text);
}

.contact-us-info-block {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.field-label {
  color: var(--theme-dark--primary);
  font-size: var(--font-size--text-xl);
  line-height: var(--line-height--text-xl);
  letter-spacing: .02em;
  margin-top: 10px;
  font-weight: 400;
}

.body {
  color: var(--theme-dark--primary);
  -webkit-text-fill-color: inherit;
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff1f;
  --always-dark--new-outline-background: #07090bcc;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
}

.body.theme-light {
  --theme-dark--background: white;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: black;
  --theme-dark--primary: #2a2b2c;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #2a2b2c;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #5a5b5c;
  --theme-dark--black-text: white;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #2a2b2c;
  --theme-dark--component-pane: #f5f6f8;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #f5f6f8cc;
  --theme-dark--link: #006faf;
  --theme-dark--new-outline-background: #07090b;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #f5f6f8e6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: #eaebed;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff1f;
  --always-dark--new-outline-background: #07090bcc;
}

.faq-section {
  padding-bottom: var(--paddings--xlarge);
}

.faq-block {
  padding-top: var(--paddings--tiny);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.faq-accordion-wrap {
  max-width: 917px;
  margin-left: auto;
  margin-right: auto;
}

.button-solid {
  border: 1px solid var(--theme-dark--primary);
  background-color: var(--theme-dark--primary);
  color: var(--theme-dark--black-text);
  font-size: var(--font-size--button-default);
  line-height: var(--line-height--button-default);
  border-radius: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  transition: all .3s;
}

.button-solid:hover {
  border-color: var(--theme-dark--primary-button);
  background-color: var(--theme-dark--primary-button);
  color: var(--theme-dark--white-text);
  -webkit-text-stroke-color: var(--always-dark--white-text);
}

.paragraph {
  color: var(--always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>);
  font-family: Montserrat, sans-serif;
}

.nav-dropdown-icon-2 {
  color: var(--theme-dark--primary);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  display: block;
  position: absolute;
}

.section {
  background-color: var(--theme-dark--navbar-bavkgorund);
  color: var(--theme-dark--primary2);
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff1f;
  --always-dark--new-outline-background: #07090bcc;
  width: 100%;
  display: block;
  position: fixed;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--always-dark--primary);
  cursor: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.nav-link-sign-in {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--theme-dark--primary);
  color: var(--always-dark--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  font-weight: 500;
  display: flex;
}

.nav-link-sign-in:hover {
  background-color: var(--theme-dark--white-text);
  color: var(--theme-dark--white-text);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-sign-in.w--current {
  background-color: var(--theme-dark--primary);
  color: var(--theme-dark--tertiary-text);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-sign-in.w--current:hover {
  background-color: var(--theme-dark--white-text);
  color: var(--theme-dark--secondary-text);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-sign-in.w--current:lang(en) {
  color: var(--theme-dark--white-text);
}

.header-new {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--theme-dark--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-76 {
  color: var(--theme-dark--tertiary-text);
}

.toggle_wrap {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.light-btn {
  color: var(--always-dark--primary);
  cursor: pointer;
  transition: opacity .2s;
  display: none;
}

.light-btn:hover {
  background-color: var(--theme-dark--component-pane-less-opacity);
  border-radius: 4px;
}

.dark-btn {
  color: var(--always-dark--primary);
  cursor: pointer;
  transition: opacity .2s;
}

.dark-btn:hover {
  background-color: var(--theme-dark--background-text);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
}

.textarea {
  border: 1px solid var(--theme-dark--border);
  color: var(--theme-dark--primary);
  background-color: #fff0;
  border-radius: 4px;
  flex-flow: column;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.section-9 {
  background-color: var(--theme-dark--background);
  box-shadow: inset 0 -20px 20px -15px var(--theme-dark--link);
  background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8b_bkimage1.png");
  background-position: 50%;
  background-size: cover;
}

.nav-button-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: right;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 4%;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: none;
}

.dark-btn-mobile {
  color: var(--always-dark--primary);
}

.light-btn-mobile {
  color: var(--always-dark--primary);
  display: none;
}

.toggle_wrap-mobile {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.nav-link-3 {
  color: var(--theme-dark--primary);
  font-size: var(--font-size--text-default);
  line-height: var(--font-size--text-default);
  letter-spacing: .25px;
  align-self: center;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 4px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-3:hover {
  color: var(--theme-dark--white-text);
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--theme-dark--white-text);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  color: var(--theme-dark--primary);
  align-self: center;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-3:hover {
  color: var(--theme-dark--primary);
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: var(--theme-dark--white-text);
  font-size: var(--font-size--text-default);
  line-height: var(--font-size--text-default);
  font-weight: 500;
  display: inline-block;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  color: var(--theme-dark--primary);
  font-size: var(--font-size--text-default);
  line-height: var(--font-size--text-default);
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.nav-dropdown-icon-3:hover {
  color: var(--theme-dark--white-text);
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  --theme-dark--background: #07090b;
  --colors--text-color-grey: #d4d4d9;
  --font-size--text-default: 18px;
  --line-height--text-default: 1.625em;
  --font-size--h1-large-desktop: 56px;
  --line-height--h1: 1.25em;
  --font-size--h1-tablet: 48px;
  --font-size--h1-mobile: 38px;
  --font-size--h2-desktop: 44px;
  --line-height--h2: 1.2727em;
  --font-size--h2-tablet: 38px;
  --font-size--h2-mobile: 32px;
  --font-size--h3-desktop: 32px;
  --font-size--h3-tablet: 28px;
  --font-size--h3-mobile: 24px;
  --font-size--h4-desktop: 28px;
  --line-height--h4: 1.2857em;
  --font-size--h4-tablet: 24px;
  --font-size--h4-mobile: 20px;
  --font-size--h5-desktop: 24px;
  --line-height--h5: 1.3333em;
  --font-size--h5-tablet: 22px;
  --font-size--h6-desktop: 20px;
  --line-height--h6: 1.3em;
  --font-size--h6-tablet: 20px;
  --font-size--h6-mobile: 20px;
  --theme-dark--white-text: white;
  --theme-dark--primary: #eaebed;
  --paddings--tiny: 40px;
  --font-size--text-sm: 14px;
  --line-height--text-sm: 1.5714em;
  --theme-dark--secondary-text: #a2a3a5;
  --font-size--text-xl: 20px;
  --line-height--text-xl: 1.7em;
  --always-dark--primary: #eaebed;
  --always-dark--white-text: white;
  --font-size--button-default: 16px;
  --line-height--button-default: 1.5em;
  --theme-dark--tertiary-text: #c8c9cb;
  --theme-dark--black-text: black;
  --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
  --theme-dark--background-text: #ffffff1f;
  --theme-dark--component-pane: #2a2b2c4d;
  --paddings--xlarge: 120px;
  --paddings--medium: 80px;
  --paddings--small: 60px;
  --theme-dark--primary-button: #ff5722;
  --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
  --theme-light--primary: #2a2b2c;
  --theme-dark--product-cards: #2a2b2c4d;
  --theme-dark--link: #32cbf5;
  --theme-dark--new-outline-background: #07090bcc;
  --theme-dark--hover-orange: #802b12;
  --theme-dark--border: #808283;
  --theme-dark--button-blur: #2a2b2c1c;
  --theme-dark--component-pane-less-opacity: #2a2b2ce6;
  --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
  --theme-dark--primary2: black;
  --font-size--button-sm: 14px;
  --line-height--button-sm: 1.5714px;
  --theme-dark--navbar-bavkgorund: #07090b00;
  --font-size--h1-desktop: 56px;
  --font-size--text-lg: 22px;
  --line-height--text-lg: 1.6667em;
  --paddings--large: 100px;
  --font-size--button-lg: 18px;
  --font-size--h5-mobile: 0px;
  --line-height--h3: 1.3125em;
  --line-height--button-lg: 1.6667em;
  --theme-dark--dark-button-hover: #ffffff4a;
  --always-dark--new-outline-background: #07090bcc;
  background-color: #0009;
  padding-top: 6px;
}

.nav-dropdown-link-2 {
  color: var(--theme-dark--tertiary-text);
  font-size: var(--font-size--button-default);
  line-height: var(--font-size--button-default);
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.nav-dropdown-link-2:hover {
  color: var(--theme-dark--white-text);
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--theme-dark--white-text);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.w--current {
  color: var(--theme-dark--white-text);
}

.text-block-87 {
  color: var(--theme-dark--primary);
  font-size: var(--font-size--text-default);
  line-height: var(--line-height--text-default);
  font-weight: 500;
}

.text-block-87:hover {
  color: var(--theme-dark--white-text);
}

.container-contact {
  color: var(--theme-dark--primary);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.form-7 {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brands-ticker-section {
    padding-top: var(--paddings--xlarge);
  }

  .ticker-side-decorative-color, .ticker-side-decorative-color.is-left, .ticker-side-decorative-color.is-left {
    width: 20%;
  }

  .features-card-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-section {
    margin-top: var(--paddings--tiny);
  }

  .content-image-block {
    max-width: 700px;
  }

  .about-block {
    padding-top: var(--paddings--small);
  }

  .contact-us-form-block {
    box-shadow: 0 2px 5px 0 #0003, -6px 8px 11px -3px var(--theme-dark--link);
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
  }

  .features-content-block {
    max-width: 100%;
  }

  .price-table-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .documentation-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-body {
    color: var(--theme-dark--primary);
    font-family: Montserrat, sans-serif;
  }

  .button-solid:hover {
    background-color: var(--theme-dark--primary-button);
    color: var(--theme-dark--primary);
  }

  .home2-hero-image-02 {
    width: 100%;
  }

  .body-4 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8d_bkimage5.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 940px;
  }

  .background-video-2 {
    box-shadow: none;
    filter: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px #000;
    height: 100%;
    min-height: 70vh;
    max-height: 70vh;
    bottom: 0%;
  }

  .subs-solutions {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-06-copy-copy {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 0;
    overflow: hidden;
  }

  .feature-image-wrap-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 100%;
    min-height: 0;
    max-height: none;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .content-section-sol-sub {
    margin-bottom: 40px;
  }

  .body-solutions-gov {
    background-image: none;
  }

  .body-product-seradata {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .feature-image-prod {
    margin-left: 0;
    margin-right: 0;
  }

  .use-cases-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-solid-2:hover {
    background-color: var(--theme-dark--primary-button);
    color: var(--theme-dark--primary);
  }

  .pad {
    height: 100px;
  }

  .section-7 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .hero-image1, .hero-image2, .hero-image3, .hero-image4, .hero-image5, .hero-image6, .hero-image7, .hero-image8, .hero-image9, .hero-image10, .hero-image11 {
    min-height: 70vh;
  }

  .content-image-block-copy {
    max-width: 700px;
  }

  .div-block-16 {
    width: 100%;
    height: 100%;
  }

  .section-8 {
    z-index: 0;
  }

  .pad-overview {
    height: 50px;
  }

  .body-sign-in {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .contact-us-form-block-sign-in {
    box-shadow: 0 2px 5px 0 #0003, -6px 8px 11px -3px var(--theme-dark--link);
  }

  .nav-button-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-left: 90px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-10.py-xxl {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .features-images-wrap-sgsn {
    max-width: 80vw;
  }
}

@media screen and (min-width: 1440px) {
  .h3 {
    text-align: left;
  }

  .nav-menu {
    padding-top: 4px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .nav-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }

  .hero-section.background-video {
    padding-top: 180px;
  }

  .brands-ticker-section {
    padding-top: var(--paddings--xlarge);
  }

  .ticker-side-decorative-color, .ticker-side-decorative-color.is-left, .ticker-side-decorative-color.is-left {
    width: 25%;
  }

  .features-section {
    padding-bottom: 0;
  }

  .features-card-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-images-wrap {
    flex-flow: row;
    max-width: 700px;
  }

  .testimonial-section {
    margin-top: var(--paddings--tiny);
  }

  .about-image {
    width: 600px;
  }

  .content-image-block {
    max-width: 700px;
  }

  .about-image-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .action-accordion-wrap {
    text-align: left;
    max-width: 100%;
  }

  .action-content-block {
    flex-flow: column;
    position: relative;
  }

  .contact-us-form-block {
    background-color: var(--theme-dark--product-cards);
    box-shadow: -6px 8px 11px -3px var(--theme-dark--link);
    border: 0 #ff5722;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    font-family: Montserrat, sans-serif;
  }

  .feature-image-block {
    position: relative;
  }

  .features-content-block {
    max-width: 100%;
  }

  .small-image-wrap {
    position: absolute;
  }

  .feature-image-large {
    width: 70%;
  }

  .about-body {
    color: var(--theme-dark--primary);
    background-image: none;
    font-family: Montserrat, sans-serif;
  }

  .home2-hero-image-02 {
    width: 22%;
    max-width: 245px;
    margin-right: -120px;
  }

  .home2-hero-image-01 {
    width: 100%;
  }

  .home-2-hero-image-wrap {
    width: 100%;
    margin-right: -462px;
  }

  .home-2-hero-image-block {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 72%;
  }

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

  .body-4 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8d_bkimage5.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 940px;
  }

  .list-2 {
    padding-left: 0;
  }

  .background-video-2 {
    min-height: 70vh;
    max-height: 70vh;
    bottom: 0%;
  }

  .feature-image-wrap-copy {
    object-fit: fill;
    max-width: none;
    max-height: none;
  }

  .feature-image-06-copy {
    max-width: 100%;
    max-height: none;
    position: static;
  }

  .subs-solutions {
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-06-copy-copy {
    position: static;
  }

  .feature-image-wrap-copy-copy {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: hidden;
  }

  .content-section-sol-sub {
    margin-bottom: 40px;
  }

  .body-solutions-gov {
    background-image: none;
  }

  .features-images-wrap-sol-sub, .features-images-wrap-home {
    flex-flow: row;
    max-width: 700px;
  }

  .prod-image {
    max-height: 90vh;
  }

  .use-cases-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pad {
    height: 100px;
  }

  .features-images-wrap-home-copy {
    flex-flow: row;
    max-width: 700px;
  }

  .section-7 {
    padding-top: 40px;
  }

  .hero-image1, .hero-image2, .hero-image3 {
    min-height: 65vh;
  }

  .hero-image4, .hero-image5, .hero-image6, .hero-image7, .hero-image8, .hero-image9, .hero-image10 {
    min-height: 70vh;
  }

  .hero-image11 {
    background-size: 100% 99vh;
    min-height: 70vh;
  }

  .content-image-block-copy {
    max-width: 700px;
  }

  .about-image-careers {
    width: 600px;
  }

  .pad-overview {
    height: 100px;
  }

  .body-sign-in {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-family: Montserrat, sans-serif;
  }

  .contact-us-form-block-sign-in {
    background-color: var(--theme-dark--product-cards);
    box-shadow: -6px 8px 11px -3px var(--theme-dark--link);
    border: 0 #ff5722;
  }

  .nav-button-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: center;
    margin-left: 5%;
  }

  .custom-heading.display-4 {
    color: var(--theme-dark--primary);
  }

  .container-10.py-xxl {
    max-width: none;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .features-images-wrap-sgsn {
    flex-flow: row;
    max-width: 70vw;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    text-decoration: none;
    display: block;
  }

  .h1 {
    color: var(--theme-dark--primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .h3 {
    color: var(--theme-dark--primary);
  }

  .h5 {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu {
    border-color: var(--colors--text-color-grey);
    background-color: #0000;
  }

  .nav-link {
    color: var(--colors--text-color-grey);
  }

  .nav-link:hover {
    color: var(--theme-dark--primary);
  }

  .button-outline:where(.w-variant-3b5475b0-0795-f6e9-5bab-ee66f379d2bd) {
    background-color: #0000;
  }

  .nav-button {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }

  .hero-section.background-video {
    box-sizing: border-box;
    box-shadow: inset 14px 15px 15px 14px var(--theme-dark--background);
    object-fit: fill;
    box-shadow: inset 14px 15px 15px 14px var(--theme-dark--background);
    object-fit: fill;
    flex-flow: row;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding-top: 200px;
    display: block;
    position: static;
    top: auto;
    overflow: visible;
  }

  .hero-heading-block {
    padding-top: var(--paddings--tiny);
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
  }

  .color-gradient-primary {
    color: var(--theme-dark--primary);
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .hero-newsletter {
    border-color: var(--theme-dark--black-text);
  }

  .hero-newsletter:hover {
    border-color: var(--theme-dark--primary-button);
  }

  .brands-ticker-section {
    padding-top: var(--paddings--xlarge);
    display: flex;
  }

  .ticker-block {
    margin-top: 0;
  }

  .brand-logos-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ticker-side-decorative-color {
    width: 30%;
  }

  .ticker-side-decorative-color.is-left {
    width: 30%;
    right: auto;
  }

  .section-title-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .section-title-wrap.is-about {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrap.is-utility, .section-title-wrap.is-features, .section-title-wrap.is-about {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrap.is-action {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-title-wrap.is-contact {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .section-title-wrap.is-utility, .section-title-wrap.is-features {
    justify-content: center;
    align-items: center;
  }

  .features-card-list {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-card-list-item {
    border-style: solid;
    border-width: 1px;
    border-color: var(--theme-dark--link) black black;
    background-color: var(--theme-dark--product-cards);
    box-shadow: 0 -9px 17px -14px var(--theme-dark--link);
    border-radius: 20px 20px 0;
    min-height: 0;
  }

  .button-primary.button-solid:hover {
    background-color: var(--theme-dark--black-text);
    color: var(--theme-dark--primary);
    background-color: var(--theme-dark--black-text);
  }

  .features-images-wrap {
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    display: flex;
  }

  .stat-image {
    aspect-ratio: 16 / 12;
  }

  .testimonial-section {
    margin-top: var(--paddings--xlarge);
  }

  .content-image {
    aspect-ratio: 1;
    min-height: 0;
  }

  .content-image-block {
    max-width: 700px;
    margin-top: 0;
    padding-top: 0;
  }

  .footer-links-block-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-links-list {
    flex-flow: column;
    align-items: stretch;
  }

  .blog-card {
    grid-column-gap: 32px;
  }

  .blog-collection-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-us-section {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .contact-us-form-block {
    box-shadow: -6px 8px 11px -3px var(--theme-dark--link);
    border-style: none;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
  }

  .sg-color-widget-thumbnail.gradient-01 {
    background-image: linear-gradient(113deg, #ffdacf 53%, #ff7042 87%);
  }

  .features-content-block {
    max-width: 100%;
    max-height: none;
  }

  .feature-image-wrap {
    text-align: center;
    align-self: flex-start;
    max-width: 700px;
    max-height: 100%;
  }

  .pricing-section-main-page {
    padding-bottom: var(--paddings--xlarge);
    position: static;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .about-body {
    color: var(--theme-dark--primary);
    font-family: Montserrat, sans-serif;
  }

  .stat-block {
    background-color: var(--theme-dark--product-cards);
  }

  .stats-count.text-weight-600, .t-c-rich-text, .submit-button {
    color: var(--theme-dark--primary);
  }

  .submit-button:hover {
    color: var(--theme-dark--primary-button);
  }

  .home-2-hero-content-block-wrap {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .overview {
    border: 1px #000;
    overflow: hidden;
  }

  .home2-hero-image-01 {
    width: 75%;
  }

  .home-2-hero-image-wrap {
    margin-right: -650px;
  }

  .home-2-hero-image-block {
    max-width: 80%;
    right: 0%;
  }

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

  .body-4 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8d_bkimage5.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 980px;
  }

  .background-video-2 {
    border-bottom-color: var(--theme-dark--link);
    color: var(--theme-dark--black-text);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    min-height: 0;
    max-height: none;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .body-8, .body-9 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .tabs-menu-2 {
    border-style: none;
  }

  .tab-link-tab-1 {
    border: 1px none var(--theme-dark--tertiary-text);
    border-radius: 20px;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--theme-dark--white-text);
    border-style: solid;
    font-weight: 500;
  }

  .tab-link-tab-2.w--current, .tab-link-tab-3.w--current, .tab-link-tab-6.w--current, .tab-link-tab-5.w--current, .tab-link-tab-4.w--current {
    border: 1px solid var(--theme-dark--tertiary-text);
    border-radius: 20px;
  }

  .body-solutions {
    max-width: 100%;
  }

  .feature-image-wrap-copy {
    text-align: center;
    align-self: flex-start;
    max-width: 700px;
    max-height: 100%;
  }

  .nav-link-sign-in {
    color: var(--colors--text-color-grey);
  }

  .nav-link-sign-in:hover {
    color: var(--theme-dark--primary);
  }

  .subs {
    background-color: var(--theme-dark--product-cards);
  }

  .feature-image-wrap-copy {
    text-align: center;
    align-self: flex-start;
    max-width: 700px;
    max-height: 100%;
    margin-left: 0;
  }

  .feature-image-06-copy {
    text-align: left;
    max-width: 100%;
  }

  .feature-image-wrap-1 {
    text-align: center;
    align-self: flex-start;
    max-width: 700px;
    max-height: 100%;
  }

  .subs-solutions {
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-image-06-copy-copy {
    aspect-ratio: auto;
    text-align: left;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
    left: auto;
    overflow: hidden;
  }

  .feature-image-wrap-copy-copy {
    aspect-ratio: 16 / 9;
    text-align: center;
    object-fit: fill;
    align-self: auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    max-height: none;
    margin: auto;
    overflow: hidden;
  }

  .body-analytics {
    --theme-dark--background: #07090b;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: white;
    --theme-dark--primary: #eaebed;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #a2a3a5;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #c8c9cb;
    --theme-dark--black-text: black;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #ffffff1f;
    --theme-dark--component-pane: #2a2b2c4d;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #2a2b2c4d;
    --theme-dark--link: #32cbf5;
    --theme-dark--new-outline-background: #07090bcc;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #2a2b2ce6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: black;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b00;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff4a;
    --always-dark--new-outline-background: #07090bcc;
  }

  .h1-color {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .text-block-61 {
    color: var(--theme-dark--primary);
  }

  .mobile-content-block {
    background-color: var(--theme-dark--product-cards);
  }

  .h1-sol-subs {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .button-2 {
    background-color: #3898ec00;
  }

  .content-section-sol-sub {
    margin-bottom: 40px;
  }

  .body-solutions-gov {
    background-image: none;
    height: 800px;
    overflow: visible;
  }

  .capability-text {
    position: static;
  }

  .body-solutions-comms {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .body-solutions-comms.theme-light, .body-solutions-intresearch.theme-light, .body-solutions-intresearch.theme-light {
    --theme-dark--background: white;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: black;
    --theme-dark--primary: #2a2b2c;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #2a2b2c;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #5a5b5c;
    --theme-dark--black-text: white;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #2a2b2c;
    --theme-dark--component-pane: #f5f6f8;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #f5f6f8cc;
    --theme-dark--link: #006faf;
    --theme-dark--new-outline-background: #07090b;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #f5f6f8e6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: #eaebed;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff1f;
    --always-dark--new-outline-background: #07090bcc;
  }

  .exclusive-feature-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .features-images-wrap-sol-sub, .features-images-wrap-home {
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    display: flex;
  }

  .body-product-seradata {
    background-image: none;
    background-position: 0 0;
  }

  .body-product-seradata.theme-light {
    --theme-dark--background: white;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: black;
    --theme-dark--primary: #2a2b2c;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #2a2b2c;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #5a5b5c;
    --theme-dark--black-text: white;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #2a2b2c;
    --theme-dark--component-pane: #f5f6f8;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #f5f6f8cc;
    --theme-dark--link: #006faf;
    --theme-dark--new-outline-background: #07090b;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #f5f6f8e6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: #eaebed;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff1f;
    --always-dark--new-outline-background: #07090bcc;
  }

  .feature-image-prod {
    margin-bottom: var(--paddings--xlarge);
    aspect-ratio: 3 / 2;
    object-fit: cover;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    height: 100%;
  }

  .prod-image {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .use-cases-cards {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-light, .h1-dark {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .light-nav {
    display: block;
  }

  .link-block:hover {
    background-color: var(--theme-dark--component-pane-less-opacity);
    color: var(--theme-dark--primary);
  }

  .brand-logos-wrap-light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-outline23:where(.w-variant-3b5475b0-0795-f6e9-5bab-ee66f379d2bd) {
    background-color: #0000;
  }

  .button-outline23:hover {
    background-color: var(--theme-dark--component-pane-less-opacity);
    color: var(--theme-dark--primary);
  }

  .pad {
    height: 100px;
  }

  .tabs-menu-2-copy {
    border-style: none;
  }

  .features-images-wrap-home-copy {
    object-fit: fill;
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    display: flex;
  }

  .section-7 {
    padding-top: 40px;
  }

  .hero-image1 {
    min-height: 45vh;
  }

  .hero-image2 {
    min-height: 45vh;
    max-height: none;
  }

  .hero-image3 {
    min-height: 45vh;
  }

  .hero-image4, .hero-image5 {
    min-height: 65vh;
  }

  .hero-image6 {
    background-image: linear-gradient(#fff0, #0009), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48ad5_Hardware.png");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 65vh;
  }

  .hero-image7 {
    border-bottom: 1px solid var(--theme-dark--link);
    background-image: linear-gradient(#fff0, #0009), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a9a_bkimage3.png");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 65vh;
  }

  .hero-image8 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48afb_hero_gov.png");
    background-position: 50%;
    background-size: cover;
    max-width: none;
    height: auto;
    min-height: 65vh;
    max-height: none;
    overflow: visible;
  }

  .hero-image9, .hero-image10 {
    max-width: none;
    min-height: 65vh;
    max-height: none;
  }

  .hero-image11 {
    background-size: 100% 85vh;
    min-height: 65vh;
  }

  .content-image-block-copy {
    aspect-ratio: auto;
    max-width: 700px;
    margin-top: 0;
    padding-top: 0;
  }

  .subs-overview {
    background-color: var(--theme-dark--product-cards);
  }

  .div-block-16 {
    object-fit: cover;
  }

  .pad-overview {
    height: 50px;
  }

  .section-9 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8b_bkimage1.png");
    background-position: 50%;
    background-size: cover;
  }

  .sign-cards {
    border-style: solid;
    border-width: 1px;
    border-color: var(--theme-dark--link) black black;
    background-color: var(--theme-dark--product-cards);
    box-shadow: 0 -9px 17px -14px var(--theme-dark--link);
    border-radius: 20px 20px 0;
  }

  .sign-in-button {
    background-color: #3898ec00;
  }

  .body-sign-in {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .contact-us-form-block-sign-in {
    box-shadow: -6px 8px 11px -3px var(--theme-dark--link);
    border-style: none;
  }

  .container-sign-in {
    text-decoration: none;
    display: flex;
  }

  .contact-us-section-sigin {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .nav-button-mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .h5-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .button-4 {
    color: var(--theme-dark--tertiary-text);
    background-color: #3898ec00;
  }

  .features-card-list-item-2 {
    background-color: #2a2b2c4d;
    border: 1px solid #000;
    border-top-color: #32cbf5;
    border-radius: 20px 20px 0;
    box-shadow: 0 -9px 17px -14px #32cbf5;
  }

  .job-listings_item {
    color: var(--theme-dark--primary);
  }

  .job-listings_item:hover {
    color: var(--theme-dark--white-text);
  }

  .container-10.py-xxl {
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .header-jobs {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .container-contact {
    text-decoration: none;
    display: block;
  }

  .code-embed-5 {
    z-index: 1;
  }

  .features-images-wrap-sgsn {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 50vw;
    height: auto;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .background-video-9-sgsn {
    z-index: auto;
    aspect-ratio: 16 / 9;
  }

  .code-embed-6 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size--h1-tablet);
  }

  h2 {
    font-size: var(--font-size--h2-tablet);
  }

  h3 {
    font-size: var(--font-size--h3-tablet);
  }

  h4 {
    font-size: var(--font-size--h4-tablet);
  }

  h5 {
    font-size: var(--font-size--h5-tablet);
    line-height: var(--line-height--h5);
  }

  h6 {
    font-size: var(--font-size--h6-tablet);
  }

  .container {
    max-width: 760px;
  }

  .h1 {
    font-size: var(--font-size--h1-tablet);
  }

  .h2 {
    font-size: var(--font-size--h2-tablet);
  }

  .h3 {
    font-size: var(--font-size--h3-tablet);
    text-align: left;
  }

  .h4 {
    font-size: var(--font-size--h4-tablet);
  }

  .h5 {
    font-size: var(--font-size--h5-tablet);
  }

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

  .nav-menu {
    border: 1px solid var(--theme-dark--primary);
    background-color: #010509;
    border-radius: 12px;
    align-self: auto;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-outline {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-outline:hover {
    background-color: var(--theme-dark--background-text);
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
  }

  .menu-button {
    background-color: #c8c8c800;
    border-radius: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    border-color: var(--theme-dark--primary);
    background-color: #c8c8c800;
    border-radius: 12px;
  }

  .logo {
    width: 140px;
  }

  .brand {
    flex: 1;
  }

  .brand-logo {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-button {
    margin-right: 20px;
  }

  .hero-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

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

  .hero-heading-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-newsletter-block {
    margin-bottom: 0;
  }

  .hero-newsletter-block.is-left-align {
    justify-content: center;
    align-items: center;
  }

  .customer-stats-wrapper {
    margin-top: 10px;
  }

  .hero-images-wrapper {
    max-width: 75%;
  }

  .hero-image-wrap {
    max-width: 35%;
    left: -98px;
  }

  .brands-ticker-section {
    padding-bottom: var(--paddings--medium);
  }

  .brand-logos-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    min-width: 100%;
  }

  .ticker-side-decorative-color {
    width: 5%;
  }

  .ticker-side-decorative-color.is-left {
    opacity: 1;
    opacity: 1;
    width: 5%;
  }

  .features-section {
    padding-bottom: var(--paddings--medium);
  }

  .feature-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-heading-wrap.is-left-align {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .section-title-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .section-title-wrap.is-action {
    max-width: 95%;
  }

  .section-title-wrap.is-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .features-card-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 760px;
    padding-bottom: 0;
  }

  .exclusive-features-section {
    padding-bottom: var(--paddings--medium);
  }

  .exclusive-feature-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-layout-space-between {
    padding-right: 0;
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .exclusive-feature-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .features-images-wrap {
    order: -1;
    width: 100%;
    max-width: none;
    height: auto;
  }

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

  .revenu-image {
    width: 50%;
  }

  .features-stat-block {
    text-align: center;
    margin-left: 0;
    margin-right: auto;
  }

  .testimonial-section {
    padding-bottom: var(--paddings--medium);
  }

  .pricing-section {
    padding-bottom: var(--paddings--medium);
    margin-top: 0;
  }

  .pricing-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-repeat: no-repeat;
  }

  .pricing-cards-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .reason-secton {
    padding-bottom: var(--paddings--medium);
  }

  .cta-image-left {
    width: 30%;
    max-width: 280px;
    display: none;
  }

  .about-image {
    width: auto;
    height: 250px;
  }

  .cta-layout {
    padding: 60px 24px;
  }

  .reason-image-block {
    grid-template-columns: 1fr 1fr;
    place-items: center;
    max-width: none;
  }

  .content-image {
    object-fit: cover;
    object-position: 50% 20%;
    height: auto;
  }

  .content-section {
    padding-bottom: var(--paddings--medium);
  }

  .cta-image-right {
    width: 28%;
    max-width: 250px;
    display: none;
    top: -4%;
    right: -4%;
  }

  .content-image-block {
    order: -1;
    max-width: none;
    max-height: none;
  }

  .cta-text-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

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

  .cta-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin-left: 0;
    margin-right: 0;
  }

  .reason-content-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-feature-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .cta-section {
    padding-bottom: var(--paddings--medium);
  }

  .action-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .action-accordion-wrap {
    width: 100%;
    max-width: none;
  }

  .reason-text-wrap {
    padding-bottom: 24px;
  }

  .footer-block {
    flex-flow: wrap;
  }

  .footer-links-block-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .action-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: 560px;
  }

  .about-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .action-section {
    padding-bottom: var(--paddings--medium);
  }

  .content-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .content-block-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-images-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-width: 100%;
  }

  .blog-section {
    padding-bottom: var(--paddings--medium);
  }

  .blog-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-card-content-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

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

  .contact-us-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .location-section {
    padding-bottom: 80px;
  }

  .contact-us-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-us-info-wrapper {
    flex-flow: wrap;
  }

  .contact-us-form-block {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding: 32px;
  }

  .contact-us-info-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .faq-section {
    padding-bottom: var(--paddings--medium);
  }

  .faq-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .license-contents-wrapper, .utility-layout {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .utility-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .blog-details-block-posts-title-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .blog-details-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .blog-details-block-posts {
    justify-content: flex-start;
  }

  .blog-details-section {
    padding-top: var(--paddings--medium);
    padding-bottom: 80px;
  }

  .blog-details-body {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-block-posts-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 32px;
  }

  .blog-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .sg-color-block {
    margin-bottom: 40px;
  }

  .sg-color-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sg-typography-block {
    margin-bottom: 40px;
  }

  .feature-section {
    padding-top: 80px;
  }

  .feature-image-01 {
    width: 18%;
    margin-left: 41px;
  }

  .main-features-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .feature-image-block {
    background-size: contain;
  }

  .feature-image-05 {
    z-index: 5;
  }

  .content-layout-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .features-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
    max-height: none;
  }

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

  .feature-image-wrap.order-first {
    order: -1;
  }

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

  .feature-image-03 {
    margin-top: 107px;
    margin-right: 62px;
  }

  .feature-title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 90%;
  }

  .feature-image-02 {
    width: 15%;
    margin-top: 34px;
    margin-bottom: 40px;
    margin-left: 83px;
  }

  .feature-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .small-image-wrap {
    z-index: 555;
  }

  .comparison-table-desktop-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-default-5 {
    font-size: 16px;
    line-height: 1.25em;
  }

  .comparison-table-body-row {
    grid-template-rows: auto;
  }

  .price-table-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .comparison-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-section-main-page {
    padding-top: var(--paddings--medium);
  }

  .pricing-heading-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blogs-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .blogs-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blogs-heading-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .documentation-tab-menu {
    max-width: 160px;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .documentation-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .documentation-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .documentetion-top {
    flex-flow: column;
  }

  .documentation-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .documentation-card-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .t-c-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--medium);
  }

  .tnc-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-details-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .changelog-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .changelog-image-wrap {
    padding: 40px 250px;
  }

  .stats-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .stat-block {
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .stats-count.text-weight-600 {
    font-size: 28px;
  }

  .documentation-head-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-solid {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .related-blogs-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navbar-menu-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .top, .middle, .buttom {
    background-color: #fff;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .highlight-content-block {
    background-position: 0 0, 31% 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .home2-hero-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .home-2-hero-content-block-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-2-feature-image-block {
    max-width: none;
  }

  .home-2-feature-image-block.last-child {
    order: -1;
  }

  .overview, .home-2-brand-section {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .home2-hero-image-01 {
    width: 100%;
  }

  .home-2-hero-description-wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-hero-title-block {
    width: auto;
  }

  .home-2-feature-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home2-highlight-content-block {
    max-width: 460px;
  }

  .home-2-feature-content-text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .home-2-hero-image-wrap {
    width: 100%;
  }

  .home-2-features-section {
    padding-bottom: var(--paddings--medium);
  }

  .home-2-feature-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-brand-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-2-brand-logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
  }

  .home-2-hero-image-block {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    display: none;
    position: static;
  }

  .checkmark-icon {
    width: 14%;
  }

  .body-4 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8d_bkimage5.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-7 {
    line-height: var(--line-height--text-default);
    white-space: normal;
    word-break: normal;
  }

  .text-block-34 {
    line-height: var(--line-height--text-default);
    text-overflow: clip;
    column-count: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40 {
    line-height: var(--line-height--text-default);
  }

  .background-video-2 {
    z-index: 1;
    height: 68%;
    min-height: 68vh;
    max-height: 68vh;
    bottom: 0%;
  }

  .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50 {
    text-align: center;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-2 {
    display: block;
  }

  .dropdown-list-2 {
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #01050966;
    overflow: hidden;
  }

  .dropdown-list-2.w--open {
    background-color: #01050966;
    padding: 0;
  }

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

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-layout-space-between-copy {
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-link-sign-in {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .product-sub-overview {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .subs {
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .feature-image-wrap-copy, .feature-image-wrap-1 {
    width: 100%;
    max-width: none;
  }

  .subs-solutions {
    padding-right: 40px;
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 40px;
  }

  .div-block-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .content-text-wrap-sol {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .feature-image-06-copy-copy {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-wrap-copy-copy {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .body-data {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, scroll;
  }

  .body-data.theme-light {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-size: auto, cover;
  }

  .body-analytics, .body-ai, .body-hardware, .body-build {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, scroll;
  }

  .h1-color {
    font-size: var(--font-size--h1-tablet);
  }

  .text-block-58, .text-block-59, .text-block-60 {
    text-align: left;
  }

  .section-5 {
    margin-bottom: var(--paddings--xlarge);
  }

  .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65 {
    text-align: left;
  }

  .mobile-content-block {
    padding-right: 20px;
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
  }

  .content-layout-space-between-copy {
    padding-right: 0;
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .overview-portal, .product-sub-overview-analytics, .product-sub-overview-ai {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73, .text-block-74, .text-block-75 {
    text-align: left;
  }

  .h1-sol-subs {
    font-size: var(--font-size--h1-tablet);
  }

  .content-section-sol-sub {
    padding-bottom: var(--paddings--medium);
  }

  .main-features-section-sol-subs {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .stat-circle {
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .stats-grid-sol {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .sol-subs-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .exclusive-feature-block-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-layout-sol-sub {
    padding-right: 0;
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .features-images-wrap-sol-sub {
    order: -1;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .exclusive-feature-content-sol-sub {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .content-layout-sol-sub-right {
    padding-right: 0;
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .features-images-wrap-home {
    order: -1;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .container-3-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    max-width: none;
    margin-left: 24px;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .body-product-seradata {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .use-cases-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 760px;
    padding-bottom: 0;
  }

  .pop-up-button {
    position: relative;
  }

  .h1-light, .h1-dark {
    font-size: var(--font-size--h1-tablet);
  }

  .brand-logos-wrap-light {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    min-width: 150%;
  }

  .brand-logo-light {
    margin-left: 20px;
    margin-right: 20px;
  }

  .light-btn {
    display: none;
  }

  .light-btn:hover {
    background-color: var(--theme-dark--component-pane-less-opacity);
    border-radius: 4px;
  }

  .button-outline23 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-outline23:hover {
    background-color: #6243ff00;
  }

  .button-solid-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pad {
    height: 60px;
  }

  .text-block-78, .text-block-79, .text-block-80, .text-block-81, .text-block-82, .text-block-83, .text-block-84 {
    text-align: left;
  }

  .features-images-wrap-home-copy {
    order: -1;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .section-7 {
    padding-top: 40px;
    overflow: clip;
  }

  .content-section-copy {
    padding-bottom: var(--paddings--medium);
  }

  .content-image-block-copy {
    order: -1;
    max-width: none;
    max-height: none;
  }

  .content-text-block-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .subs-overview {
    padding-bottom: var(--paddings--xlarge);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-image-careers {
    width: auto;
    height: 250px;
  }

  .pad-overview {
    height: 50px;
  }

  .contact-us-form-block-sign-in {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding: 32px;
  }

  .container-sign-in {
    max-width: 760px;
  }

  .contact-us-section-sigin {
    padding-top: var(--paddings--medium);
    padding-bottom: var(--paddings--medium);
  }

  .nav-button-mobile {
    margin-right: 20px;
    display: none;
  }

  .h5-2 {
    font-size: 22px;
  }

  .container-7 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

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

  .container-8 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    align-self: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .job-board_listings-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .container-10.py-xxl {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .row.grid._1-3-1-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 3fr;
    display: flex;
  }

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

  .row.grid._1-3-1-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 3fr;
    display: flex;
  }

  .col {
    min-width: 0;
  }

  .header-jobs {
    font-size: var(--font-size--h1-tablet);
  }

  .container-contact {
    max-width: 760px;
    padding-top: 60px;
  }

  .cta-section-solutions {
    padding-bottom: var(--paddings--medium);
  }

  .cta-layout-solutions, .cta-layout-shop {
    padding: 60px 24px;
  }

  .action-block-sgsn {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .action-section-sgsn {
    padding-bottom: 0;
  }

  .cta-section-sgsn {
    padding-bottom: var(--paddings--medium);
  }

  .cta-layout-sgsn {
    padding: 60px 24px;
  }

  .features-images-wrap-sgsn {
    order: -1;
    width: 100%;
    max-width: 80vw;
    height: auto;
  }

  .content-section-sgsn {
    padding-bottom: var(--paddings--medium);
  }
}

@media screen and (max-width: 767px) {
  body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  h1 {
    font-size: var(--font-size--h1-mobile);
  }

  h2 {
    font-size: var(--font-size--h2-mobile);
  }

  h3 {
    font-size: var(--font-size--h3-mobile);
  }

  h4 {
    font-size: var(--font-size--h4-mobile);
  }

  h5 {
    font-size: var(--font-size--h5-tablet);
  }

  h6 {
    font-size: var(--font-size--h6-mobile);
    line-height: var(--line-height--h6);
  }

  .container {
    padding-bottom: var(--paddings--tiny);
    max-width: 540px;
  }

  .h1 {
    font-size: var(--font-size--h1-mobile);
  }

  .h2 {
    font-size: var(--font-size--h2-mobile);
    text-align: center;
  }

  .h3 {
    font-size: var(--font-size--h3-mobile);
    text-align: left;
  }

  .h4 {
    font-size: var(--font-size--h4-mobile);
  }

  .h5 {
    font-size: var(--font-size--h5-tablet);
  }

  .text-lg {
    font-size: var(--font-size--text-default);
    text-align: left;
  }

  .button-outline {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .button-outline:hover {
    background-color: var(--theme-dark--background-text);
  }

  .menu-button {
    padding: 12px;
  }

  .text-input-field {
    border-width: 0;
    border-color: var(--theme-dark--primary);
    background-color: var(--theme-dark--component-pane);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand-logo {
    max-width: 100%;
  }

  .testimonial-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    display: flex;
  }

  .hero-section {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .hero-section.background-video {
    padding-top: 100px;
  }

  .hero-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .hero-heading-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .hero-newsletter {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #6243ff00;
    border-width: 0;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-newsletter-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
  }

  .hero-newsletter-form-block {
    width: 100%;
  }

  .promotional-list {
    justify-content: flex-start;
    align-items: center;
  }

  .customer-stats-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .hero-images-wrapper {
    max-width: 100%;
  }

  .hero-image-wrap {
    left: -32px;
  }

  .brands-ticker-section {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--tiny);
  }

  .ticker-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    --theme-dark--background: #07090b;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: white;
    --theme-dark--primary: #eaebed;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #a2a3a5;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #c8c9cb;
    --theme-dark--black-text: black;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #ffffff1f;
    --theme-dark--component-pane: #2a2b2c4d;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #2a2b2c4d;
    --theme-dark--link: #32cbf5;
    --theme-dark--new-outline-background: #07090bcc;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #2a2b2ce6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: black;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b00;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff4a;
    --always-dark--new-outline-background: #07090bcc;
  }

  .brand-logos-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    --theme-dark--background: #07090b;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: white;
    --theme-dark--primary: #eaebed;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #a2a3a5;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #c8c9cb;
    --theme-dark--black-text: black;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #ffffff1f;
    --theme-dark--component-pane: #2a2b2c4d;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #2a2b2c4d;
    --theme-dark--link: #32cbf5;
    --theme-dark--new-outline-background: #07090bcc;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #2a2b2ce6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: black;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b00;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff1f;
    --always-dark--new-outline-background: #07090bcc;
    min-width: 100%;
  }

  .ticker-side-decorative-color, .ticker-side-decorative-color.is-left, .ticker-side-decorative-color.is-left {
    width: 15%;
  }

  .features-section {
    padding-top: 0;
    padding-bottom: var(--paddings--xlarge);
  }

  .feature-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
  }

  .section-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .section-heading-wrap.is-left-align {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .section-title-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-title-wrap.is-testimonial {
    max-width: 75%;
  }

  .section-title-wrap.is-features {
    align-self: center;
    max-width: 80%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-card-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .exclusive-features-section {
    padding-bottom: 0;
  }

  .content-layout-space-between {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .features-images-wrap {
    width: 100%;
  }

  .testimonial-section {
    padding-bottom: var(--paddings--small);
  }

  .pricing-section {
    padding-bottom: var(--paddings--small);
    margin-top: 0;
  }

  .pricing-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-cards-list {
    grid-template-columns: 1fr;
  }

  .pricing-card-block.is-highlighted {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-card-head-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .pricing-card-features-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .reason-secton {
    padding-bottom: var(--paddings--small);
  }

  .cta-image-left {
    width: 25%;
    max-width: 220px;
  }

  .about-image {
    height: 200px;
  }

  .accordion-icon-wrapper {
    width: 32px;
    height: 32px;
  }

  .cta-layout {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .reason-image-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .copyright-block-2 {
    text-align: left;
  }

  .content-section {
    padding-bottom: var(--paddings--xlarge);
  }

  .cta-image-right {
    width: 25%;
    max-width: 200px;
  }

  .content-image-block {
    order: -1;
  }

  .footer-logo-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .cta-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 400px;
  }

  .accordion-description {
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 1.75em;
  }

  .reason-content-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-section {
    padding-bottom: var(--paddings--small);
  }

  .action-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-intro-images-ticker {
    align-items: stretch;
  }

  .reason-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .reason-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .reason-text-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-bottom: 24px;
  }

  .footer-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-links-block-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .action-content-block {
    flex-flow: column;
  }

  .about-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
  }

  .action-section {
    padding-bottom: var(--paddings--small);
  }

  .content-text-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-images-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-section {
    padding-bottom: var(--paddings--small);
    text-align: left;
  }

  .blog-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .contact-us-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--small);
  }

  .location-section {
    padding-bottom: 60px;
  }

  .contact-us-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-section {
    padding-bottom: var(--paddings--small);
  }

  .faq-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .error-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._404-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .license-contents-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .utility-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-details-section {
    padding-top: var(--paddings--small);
    padding-bottom: 60px;
  }

  .blog-details-body {
    padding-left: 0;
    padding-right: 0;
  }

  .sg-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 24px;
  }

  .sg-color-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .feature-section {
    padding-top: 60px;
  }

  .feature-image-01 {
    width: 20%;
    margin-left: 5px;
  }

  .main-features-section {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .feature-image-block {
    background-size: contain;
  }

  .feature-image-05 {
    max-width: 50%;
  }

  .features-content-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-image-wrap {
    order: -1;
    width: 100%;
  }

  .feature-title-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .feature-image-03 {
    width: 21%;
    margin-right: 0;
  }

  .feature-title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .feature-image-02 {
    width: 19%;
    margin-bottom: 30px;
    margin-left: 52px;
  }

  .feature-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .feature-image-04 {
    max-width: 50%;
  }

  .feature-image-large {
    width: 85%;
  }

  .comparison-table-desktop-block {
    display: none;
  }

  .comparison-table-body-data {
    color: #f3f0fe;
    text-align: left;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 1.5714em;
    display: flex;
  }

  .comparison-table-body-data.bg-dark {
    background-color: #0a122e;
  }

  .comparison-table-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }

  .tabs {
    width: 100%;
  }

  .comparison-table-body-first-data {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
  }

  .comparison-table-mobile-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .comparison-table-body-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 8px;
    grid-template-columns: 1fr;
    place-items: center stretch;
    padding: 0;
  }

  .comprarison-table-body-title-data {
    text-align: left;
    font-weight: 400;
    display: block;
  }

  .price-table-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .comparison-table-header-row {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    margin-bottom: 30px;
  }

  .pricing-section-main-page {
    padding-top: var(--paddings--small);
  }

  .pricing-block-main-page {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }

  .pricing-heading-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-heading-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    max-width: 80%;
  }

  .blogs-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--small);
  }

  .blogs-heading-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .blog-heading-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .documentation-tab-menu {
    flex-flow: wrap;
    max-width: none;
  }

  .documentation-section {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .tabs-content {
    margin-left: 0;
  }

  .documentation-tab {
    flex-flow: column;
    display: block;
  }

  .documentation-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dashboard-image {
    width: 81%;
  }

  .documentetion-top {
    flex-flow: column;
    padding-left: 32px;
  }

  .t-c-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--small);
  }

  .tnc-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-details-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .changelog-section {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .changelog-image-wrap {
    padding: 24px 150px;
  }

  .about-body {
    background-image: none;
  }

  .stat-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .documentation-head-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .documentation-body-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .highlight-content-block {
    padding: 60px 20px;
  }

  .home2-hero-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-2-feature-image-block {
    order: -1;
    max-width: 100%;
    padding: 32px 32px 80px;
  }

  .home-2-feature-image-block.last-child {
    padding-top: 48px;
  }

  .overview {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .home-2-brand-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .home-2-hero-title-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .home-2-feature-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home2-highlight-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 390px;
  }

  .home-2-feature-image-02 {
    z-index: 56;
  }

  .home-2-feature-content-text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-2-features-section {
    padding-bottom: var(--paddings--small);
  }

  .home-2-feature-content-block, .home-2-brand-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .home-2-hero-image-block {
    padding-left: 20px;
  }

  .hero-image-02-wrap {
    right: -6%;
  }

  .body-4 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8d_bkimage5.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .background-video-2 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 67%;
    min-height: 67vh;
    max-height: 67vh;
    padding-bottom: 0;
    bottom: 0%;
    overflow: hidden;
  }

  .container-3 {
    flex-flow: row;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    display: flex;
  }

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

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    align-items: center;
  }

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

  .product-sub-overview {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .subs {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-image-wrap-copy, .feature-image-wrap-1 {
    order: -1;
    width: 100%;
  }

  .subs-solutions {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .content-text-wrap-sol {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: none;
  }

  .feature-image-06-copy-copy {
    max-width: 100%;
    margin-left: auto;
  }

  .feature-image-wrap-copy-copy {
    order: -1;
    width: 100%;
    min-height: 0;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .body-data {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, scroll;
  }

  .body-data.theme-light {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-size: auto, cover;
  }

  .body-build {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-position: 0 0, 50%;
  }

  .h1-color {
    font-size: var(--font-size--h1-mobile);
  }

  .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65 {
    text-align: left;
  }

  .mobile-content-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-layout-space-between-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .overview-portal, .product-sub-overview-analytics, .product-sub-overview-ai {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .text-block-66, .text-block-67 {
    text-align: left;
  }

  .h1-sol-subs {
    font-size: var(--font-size--h1-mobile);
  }

  .content-section-sol-sub {
    padding-bottom: var(--paddings--xlarge);
  }

  .main-features-section-sol-subs {
    padding-top: var(--paddings--small);
    padding-bottom: var(--paddings--small);
  }

  .body-solutions-gov {
    background-image: none;
  }

  .stat-circle {
    width: 300px;
    height: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-lg-second {
    font-size: var(--font-size--text-default);
    text-align: center;
  }

  .stats-grid-sol {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sol-subs-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .content-layout-sol-sub {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .features-images-wrap-sol-sub {
    width: 100%;
  }

  .content-layout-sol-sub-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .features-images-wrap-home {
    width: 100%;
  }

  .container-3-button {
    flex-flow: row;
    margin-left: 24px;
    margin-right: 0;
  }

  .body-product-seradata {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .use-cases-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .mailing-list {
    flex-direction: column;
  }

  .h1-light, .h1-dark {
    font-size: var(--font-size--h1-mobile);
  }

  .text-lg-dark {
    font-size: var(--font-size--text-default);
    text-align: center;
  }

  .brand-logos-wrap-light {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    min-width: 200%;
  }

  .brand-logo-light {
    max-width: 20%;
  }

  .button-outline23 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .button-outline23:hover {
    background-color: var(--theme-dark--white-text);
  }

  .pad {
    height: 10px;
  }

  .features-images-wrap-home-copy {
    width: 100%;
  }

  .section-7 {
    padding-top: 40px;
    overflow: clip;
  }

  .content-section-copy {
    padding-bottom: var(--paddings--xlarge);
  }

  .nav-home-section {
    display: flex;
  }

  .hero-image11 {
    background-size: auto 100vh;
  }

  .content-image-block-copy {
    order: -1;
  }

  .subs-overview {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-image-careers {
    height: 200px;
  }

  .pad-overview {
    height: 10px;
  }

  .text-lg-copy {
    font-size: var(--font-size--text-default);
    text-align: center;
  }

  .container-sign-in {
    padding-bottom: var(--paddings--tiny);
    max-width: 540px;
  }

  .contact-us-section-sigin {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--small);
  }

  .nav-button-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0%;
    margin-right: 0;
    display: none;
  }

  .h5-2 {
    font-size: 22px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
    box-shadow: none;
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-heading.display-3 {
    font-size: 1.25rem;
  }

  .custom-heading.display-2 {
    font-size: 1.5rem;
  }

  .container-10.py-xxl {
    padding-top: 40px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .row.grid, .row.grid._1-3-1-col, .row.grid._1-3-1-col, .row.grid, .row.grid._1-3-1-col, .row.grid._1-3-1-col, .row.grid._1-3-1-col, .row.grid._1-3-1-col {
    grid-template-columns: 1fr;
  }

  .header-jobs {
    font-size: var(--font-size--h1-mobile);
  }

  .pad-contact {
    flex-flow: column;
    height: 100%;
    display: block;
    position: static;
  }

  .container-contact {
    padding-top: 100px;
    padding-bottom: var(--paddings--tiny);
    max-width: 540px;
  }

  .cta-section-solutions {
    padding-bottom: var(--paddings--small);
  }

  .cta-layout-solutions, .cta-layout-shop {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .action-block-sgsn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .action-section-sgsn {
    padding-bottom: 0;
  }

  .cta-section-sgsn {
    padding-bottom: var(--paddings--small);
  }

  .cta-layout-sgsn {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .features-images-wrap-sgsn {
    width: 100%;
  }

  .content-section-sgsn {
    padding-bottom: var(--paddings--xlarge);
  }
}

@media screen and (max-width: 479px) {
  body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: var(--font-size--h1-mobile);
    text-align: left;
  }

  .h2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2.is-cta {
    font-size: 28px;
  }

  .h3 {
    box-sizing: border-box;
    text-align: left;
    object-fit: cover;
    overflow: scroll;
  }

  .h5.text-weight-500 {
    display: block;
  }

  .text-default {
    text-align: left;
    margin-bottom: 1px;
    padding-right: 0;
  }

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

  .text-lg {
    text-align: left;
    margin-bottom: 0;
  }

  .button-outline:hover {
    background-color: var(--theme-dark--background-text);
  }

  .navbar {
    padding: 15px 0;
  }

  .menu-button {
    color: var(--theme-dark--white-text);
    padding: 10px;
  }

  .menu-button.w--open {
    padding: 10px;
  }

  .logo {
    width: 135px;
  }

  .brand-logo {
    max-width: 100%;
  }

  .testimonial-block {
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    flex-flow: row;
    display: none;
  }

  .hero-heading-block {
    padding-top: 0;
  }

  .promotional-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: wrap;
  }

  .hero-images-wrapper {
    max-width: 100%;
  }

  .hero-image-wrap {
    left: -10px;
  }

  .brands-ticker-section {
    padding-bottom: var(--paddings--small);
    overflow: visible;
  }

  .ticker-block {
    --theme-dark--background: #07090b;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: white;
    --theme-dark--primary: #eaebed;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #a2a3a5;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #c8c9cb;
    --theme-dark--black-text: black;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #ffffff1f;
    --theme-dark--component-pane: #2a2b2c4d;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #2a2b2c4d;
    --theme-dark--link: #32cbf5;
    --theme-dark--new-outline-background: #07090bcc;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #2a2b2ce6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: black;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b00;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff1f;
    --always-dark--new-outline-background: #07090bcc;
  }

  .brand-logos-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    min-width: 100%;
  }

  .ticker-side-decorative-color, .ticker-side-decorative-color.is-left, .ticker-side-decorative-color.is-left {
    width: 8%;
  }

  .features-section {
    padding-bottom: 0;
  }

  .section-heading-wrap {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading-wrap.is-left-align {
    justify-content: center;
    align-items: stretch;
    margin-right: auto;
  }

  .section-title-wrap {
    text-align: left;
    max-width: none;
  }

  .section-title-wrap.is-testimonial, .section-title-wrap.is-features, .section-title-wrap.is-testimonial, .section-title-wrap.is-features {
    max-width: none;
  }

  .features-card-list {
    padding-right: 0;
    padding-bottom: var(--paddings--small);
    padding-left: 0;
  }

  .exclusive-features-section {
    padding-bottom: var(--paddings--tiny);
  }

  .exclusive-feature-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .content-layout-space-between {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .features-images-wrap {
    width: 100%;
    padding: 0;
  }

  .stat-image {
    width: 100%;
  }

  .revenu-image {
    width: 55%;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .features-stat-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .testimonial-section {
    padding-bottom: var(--paddings--tiny);
  }

  .pricing-section {
    padding-bottom: var(--paddings--tiny);
    margin-top: 0;
  }

  .pricing-card-block {
    padding: 28px;
  }

  .pricing-card-title-wrapper {
    flex-flow: column;
  }

  .pricing-card-title-wrap {
    max-width: none;
  }

  .reason-secton {
    padding-bottom: var(--paddings--tiny);
  }

  .cta-image-left {
    max-width: 150px;
  }

  .about-image {
    width: 250px;
    height: 200px;
  }

  .reason-image-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .content-image {
    width: 100%;
    height: 100%;
  }

  .content-section {
    padding-top: 0;
    padding-bottom: var(--paddings--tiny);
  }

  .cta-image-right {
    max-width: 150px;
  }

  .content-image-block {
    order: 0;
  }

  .cta-text-wrap {
    text-align: left;
  }

  .content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-content-block {
    align-items: stretch;
  }

  .about-image-wrap {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .reason-content-layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-section {
    padding-bottom: var(--paddings--tiny);
  }

  .about-intro-images-ticker {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    --theme-dark--background: #07090b;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: white;
    --theme-dark--primary: #eaebed;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #a2a3a5;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #c8c9cb;
    --theme-dark--black-text: black;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #ffffff1f;
    --theme-dark--component-pane: #2a2b2c4d;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #2a2b2c4d;
    --theme-dark--link: #32cbf5;
    --theme-dark--new-outline-background: #07090bcc;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #2a2b2ce6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: black;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b00;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff1f;
    --always-dark--new-outline-background: #07090bcc;
  }

  .reason-text-wrap {
    max-width: 100%;
    padding-bottom: 24px;
  }

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

  .footer-links-block-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .action-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-links-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .action-section {
    padding-bottom: var(--paddings--tiny);
  }

  .content-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
  }

  .content-text-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-images-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 260%;
    overflow: clip;
  }

  .blog-section {
    padding-bottom: var(--paddings--tiny);
  }

  .contact-us-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .location-section {
    padding-bottom: 40px;
  }

  .contact-us-form-block {
    box-shadow: 0 2px 5px 0 #0003, -6px 8px 11px -3px var(--theme-dark--link);
  }

  .faq-section {
    padding-bottom: var(--paddings--tiny);
  }

  ._404-section, .utility-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-details-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: 40px;
  }

  .blog-details-body {
    padding-left: 0;
    padding-right: 0;
  }

  .sg-color-widget-wrapper {
    grid-template-columns: 1fr;
  }

  .sg-typography-wrap, .sg-text-wrap {
    margin-bottom: 16px;
  }

  .sg-color-widget-thumbnail, .sg-color-widget-thumbnail.primary, .sg-color-widget-thumbnail.primary {
    width: 100%;
  }

  .feature-section {
    padding-top: 40px;
    overflow: hidden;
  }

  .feature-image-01 {
    width: 26%;
    margin-top: 43px;
    margin-left: -10px;
  }

  .main-features-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
    overflow: hidden;
  }

  .feature-image-05 {
    max-width: 48%;
    top: 14%;
  }

  .features-content-block {
    max-height: none;
  }

  .feature-image-wrap, .feature-image-wrap.order-first {
    padding: 16px;
  }

  .feature-image-wrap.order-first {
    padding: 16px;
  }

  .feature-image-wrap._02 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-image-03 {
    width: 24%;
    margin-top: 93px;
    margin-right: -7px;
  }

  .feature-title-block {
    max-width: none;
  }

  .feature-image-02 {
    width: 25%;
    margin-top: 32px;
    margin-bottom: 10px;
    margin-left: 50px;
  }

  .feature-image-04 {
    max-width: 38%;
    bottom: 22px;
    left: 23px;
  }

  .feature-image-large {
    width: 100%;
  }

  .comparison-table-wrap {
    text-align: left;
  }

  .comparison-table-body-first-data {
    margin-bottom: 10px;
  }

  .comparison-table-mobile-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .comparison-table-body-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .pricing-section-main-page {
    padding-top: var(--paddings--tiny);
  }

  .pricing-heading-wrap {
    max-width: none;
  }

  .blogs-section, .documentation-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .dashboard-image {
    width: 80%;
  }

  .documentetion-top {
    padding-left: 12px;
  }

  .documentation-card-grid {
    grid-template-columns: 1fr;
  }

  .documentation-image-block {
    max-width: none;
  }

  .t-c-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .tnc-block {
    color: var(--theme-dark--primary);
  }

  .changelog-badge-wrap {
    flex-flow: wrap;
  }

  .changelog-section {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .changelog-image-wrap {
    padding: 20px 40px;
  }

  .stats-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-primary-hover {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .button-solid:active {
    color: var(--theme-dark--primary2);
  }

  .t-c-rich-text {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .highlight-content-block {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding: 0;
  }

  .home2-hero-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-2-hero-content-block-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-feature-image-block {
    max-width: none;
    padding: 24px;
  }

  .home-2-feature-image-block.last-child {
    padding: 24px;
  }

  .overview {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
    --theme-dark--background: #07090b;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: white;
    --theme-dark--primary: #eaebed;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #a2a3a5;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #c8c9cb;
    --theme-dark--black-text: black;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #ffffff1f;
    --theme-dark--component-pane: #2a2b2c4d;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #2a2b2c4d;
    --theme-dark--link: #32cbf5;
    --theme-dark--new-outline-background: #07090bcc;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #2a2b2ce6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: black;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b00;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff1f;
    --always-dark--new-outline-background: #07090bcc;
  }

  .home2-hero-image-02 {
    padding-bottom: 80px;
  }

  .home-2-brand-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home2-hero-image-01 {
    width: 100%;
  }

  .home-2-brand-logo {
    max-width: 80%;
  }

  .home-2-feature-image-02 {
    bottom: 20px;
    right: 15px;
  }

  .home-2-feature-image-02._02 {
    width: 35%;
    bottom: 10px;
    right: 30px;
  }

  .home-2-features-section {
    padding-bottom: var(--paddings--tiny);
  }

  .home-2-brand-logo-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .home-2-hero-image-block {
    padding-left: 20px;
  }

  .body-3 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    overflow: visible;
  }

  .body-4 {
    background-image: url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48a8d_bkimage5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .background-video-2 {
    height: 82%;
    min-height: 82vh;
    max-height: 82vh;
    bottom: 0%;
  }

  .text-block-41 {
    text-align: left;
  }

  .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50 {
    text-align: center;
  }

  .container-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-icon-2 {
    width: 24px;
    height: 24px;
    margin-right: 0;
    position: static;
  }

  .div-block-5 {
    align-items: stretch;
  }

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

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-53 {
    text-align: left;
  }

  .div-block-8 {
    --theme-dark--background: #07090b;
    --colors--text-color-grey: #d4d4d9;
    --font-size--text-default: 18px;
    --line-height--text-default: 1.625em;
    --font-size--h1-large-desktop: 56px;
    --line-height--h1: 1.25em;
    --font-size--h1-tablet: 48px;
    --font-size--h1-mobile: 38px;
    --font-size--h2-desktop: 44px;
    --line-height--h2: 1.2727em;
    --font-size--h2-tablet: 38px;
    --font-size--h2-mobile: 32px;
    --font-size--h3-desktop: 32px;
    --font-size--h3-tablet: 28px;
    --font-size--h3-mobile: 24px;
    --font-size--h4-desktop: 28px;
    --line-height--h4: 1.2857em;
    --font-size--h4-tablet: 24px;
    --font-size--h4-mobile: 20px;
    --font-size--h5-desktop: 24px;
    --line-height--h5: 1.3333em;
    --font-size--h5-tablet: 22px;
    --font-size--h6-desktop: 20px;
    --line-height--h6: 1.3em;
    --font-size--h6-tablet: 20px;
    --font-size--h6-mobile: 20px;
    --theme-dark--white-text: white;
    --theme-dark--primary: #eaebed;
    --paddings--tiny: 40px;
    --font-size--text-sm: 14px;
    --line-height--text-sm: 1.5714em;
    --theme-dark--secondary-text: #a2a3a5;
    --font-size--text-xl: 20px;
    --line-height--text-xl: 1.7em;
    --always-dark--primary: #eaebed;
    --always-dark--white-text: white;
    --font-size--button-default: 16px;
    --line-height--button-default: 1.5em;
    --theme-dark--tertiary-text: #c8c9cb;
    --theme-dark--black-text: black;
    --always-dark--component-pane-less-opacity\<deleted\|variable-d4b63264-3ded-00eb-15ce-052740050221\>: #2a2b2ce6;
    --theme-dark--background-text: #ffffff1f;
    --theme-dark--component-pane: #2a2b2c4d;
    --paddings--xlarge: 120px;
    --paddings--medium: 80px;
    --paddings--small: 60px;
    --theme-dark--primary-button: #ff5722;
    --colors--new-text\<deleted\|variable-9aa2ea4a-4217-037f-9daf-b4ab7628e7fd\>: #bdbdd9;
    --theme-light--primary: #2a2b2c;
    --theme-dark--product-cards: #2a2b2c4d;
    --theme-dark--link: #32cbf5;
    --theme-dark--new-outline-background: #07090bcc;
    --theme-dark--hover-orange: #802b12;
    --theme-dark--border: #808283;
    --theme-dark--button-blur: #2a2b2c1c;
    --theme-dark--component-pane-less-opacity: #2a2b2ce6;
    --always-dark--tertiary-text\<deleted\|variable-61a11358-7b31-af5c-9802-488ce1ec0956\>: #c8c9cb;
    --theme-dark--primary2: black;
    --font-size--button-sm: 14px;
    --line-height--button-sm: 1.5714px;
    --theme-dark--navbar-bavkgorund: #07090b00;
    --font-size--h1-desktop: 56px;
    --font-size--text-lg: 22px;
    --line-height--text-lg: 1.6667em;
    --paddings--large: 100px;
    --font-size--button-lg: 18px;
    --font-size--h5-mobile: 0px;
    --line-height--h3: 1.3125em;
    --line-height--button-lg: 1.6667em;
    --theme-dark--dark-button-hover: #ffffff1f;
    --always-dark--new-outline-background: #07090bcc;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .container-6 {
    flex-flow: row;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
  }

  .nav-link-sign-in {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .product-sub-overview {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .subs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-image-wrap-copy {
    padding: 0;
  }

  .feature-image-wrap-1 {
    margin-right: 0;
    padding: 0;
  }

  .subs-solutions {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block-9 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-57 {
    max-width: none;
    display: block;
  }

  .content-text-wrap-sol {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .feature-image-06-copy-copy {
    text-align: left;
    max-width: 100%;
  }

  .feature-image-wrap-copy-copy {
    min-height: 0;
    margin-left: auto;
    padding: 16px;
  }

  .body-data {
    object-fit: cover;
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, scroll;
  }

  .body-data.theme-light {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .body-ai, .body-build {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/693de2120ca31e8413c48892/693de2120ca31e8413c48be0_stars-bkg.png");
    background-position: 0 0, 50%;
  }

  .h1-color {
    font-size: var(--font-size--h1-mobile);
    text-align: left;
  }

  .header-new {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 280px;
  }

  .tag-line, .text-block-58, .text-block-59, .text-block-60 {
    text-align: left;
  }

  .mobile-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-layout-space-between-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .overview-portal, .product-sub-overview-analytics, .product-sub-overview-ai {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .solutions-hero-subs {
    flex-flow: column;
  }

  .h1-sol-subs {
    font-size: var(--font-size--h1-mobile);
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    flex-flow: row;
    display: block;
  }

  .div-block-8-sol-subs {
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  .text-block-sol-subs {
    text-align: left;
  }

  .content-section-sol-sub {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .main-features-section-sol-subs {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
    overflow: hidden;
  }

  .body-solutions-gov {
    background-image: none;
  }

  .capability-text {
    min-height: 300px;
    max-height: 500px;
  }

  .stat-circle {
    width: 250px;
    height: 250px;
  }

  .text-lg-second {
    text-align: center;
    margin-bottom: 0;
  }

  .stats-grid-sol {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sol-subs-header {
    padding-right: 20px;
    padding-bottom: var(--paddings--tiny);
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
  }

  .exclusive-feature-block-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .content-layout-sol-sub {
    padding-left: 0;
    padding-right: 0;
  }

  .features-images-wrap-sol-sub {
    width: 100%;
    padding: 0;
  }

  .content-layout-sol-sub-right {
    padding-left: 0;
    padding-right: 0;
  }

  .features-images-wrap-home {
    width: 100%;
    padding: 0;
  }

  .container-3-button {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .body-product-seradata {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .body-product-seradata.theme-light {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .prod-image {
    width: 100%;
  }

  .use-cases-cards {
    padding-right: 0;
    padding-bottom: var(--paddings--small);
    padding-left: 0;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-wrapper {
    z-index: 300;
    flex-flow: row;
    display: none;
    position: fixed;
    overflow: hidden;
  }

  .pop-up-box {
    max-width: 320px;
    padding: 48px 24px 16px;
  }

  .h1-light, .h1-dark {
    font-size: var(--font-size--h1-mobile);
    text-align: left;
  }

  .text-lg-dark {
    text-align: left;
    margin-bottom: 0;
  }

  .text-block-53-dark {
    text-align: left;
  }

  .brand-logos-wrap-light {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    min-width: 255%;
  }

  .brand-logo-light {
    max-width: 15%;
  }

  .button-outline23:hover {
    background-color: var(--theme-dark--white-text);
  }

  .button-solid-2:active {
    color: var(--theme-dark--primary2);
  }

  .features-images-wrap-home-copy {
    width: 100%;
    padding: 0;
  }

  .section-7 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
    overflow: clip;
  }

  .content-section-copy {
    padding-top: 0;
    padding-bottom: var(--paddings--tiny);
    text-align: center;
  }

  .hero-image11 {
    background-position: 50% 0;
    background-size: 100% 100vh;
    min-height: 70vh;
    max-height: 890vh;
    overflow: hidden;
  }

  .content-image-block-copy {
    order: 0;
  }

  .content-text-block-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
  }

  .subs-overview {
    padding-left: 0;
    padding-right: 0;
  }

  .about-image-careers {
    width: 250px;
    height: 200px;
  }

  .section-8 {
    min-height: 70vh;
  }

  .text-lg-copy {
    text-align: left;
    margin-bottom: 40px;
  }

  .sign-in-button {
    line-height: var(--font-size--text-lg);
  }

  .contact-us-form-block-sign-in {
    box-shadow: 0 2px 5px 0 #0003, -6px 8px 11px -3px var(--theme-dark--link);
  }

  .container-sign-in {
    max-width: none;
  }

  .contact-us-section-sigin {
    padding-top: var(--paddings--tiny);
    padding-bottom: var(--paddings--tiny);
  }

  .nav-button-mobile {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .toggle_wrap-mobile {
    margin-top: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-8 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link-3 {
    position: relative;
  }

  .job-board_listings-grid {
    grid-template-columns: 1fr;
  }

  .job-listings_item {
    text-align: left;
  }

  .container-10.py-xxl {
    text-align: left;
    text-align: left;
    padding-top: 40px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-marker-container {
    margin-bottom: 2rem;
  }

  .header-new-jobs {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 280px;
  }

  .header-jobs {
    font-size: var(--font-size--h1-mobile);
    text-align: left;
  }

  .section-marker-container-2 {
    margin-bottom: 2rem;
  }

  .container-contact {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .cta-section-solutions {
    padding-bottom: var(--paddings--tiny);
  }

  .action-section-sgsn {
    padding-bottom: 0;
  }

  .cta-section-sgsn {
    padding-bottom: var(--paddings--tiny);
  }

  .features-images-wrap-sgsn {
    width: 100%;
    max-width: 90vw;
    padding: 0;
  }

  .content-section-sgsn {
    padding-top: 0;
    padding-bottom: var(--paddings--tiny);
  }
}
