:root {
  --white: white;
  --black: #172123;
  --gray: #f4f4f6;
  --desktop-separator: 5em;
  --desktop-padding-x: 2em;
  --mobile-separator: 3em;
  --mobile-padding-x: .8em;
  --global-border-gray: #a1a1a1;
  --pink: #fa90e6;
  --transparent: #fff0;
  --brown-13: #fac8c3;
  --purple-20-transparent: #362f5a33;
  --brown-10-transparent: #e6948c1a;
  --brown-11: #eca098;
  --brown-9: #cc7b72;
  --dark-gray: #484948;
  --gray-1: #535252;
  --purple-6: #453c73;
  --purple-13: #cfc6fd;
  --green: #edf2cf;
  --yellow: #fdefd0;
  --purple-4: #362f5a;
  --purple-14: #eae6ff;
  --purple-12: #a696f5;
  --purple-10: #6b5db3;
  --purple-40-transparent: #362f5a66;
  --purple-80-transparent: #362f5acc;
  --purple-60-transparent: #362f5a99;
  --light-blue: #e5ecfd;
  --light-purple: #c6beee;
  --light-purple-2: #e4e1f0;
  --green2: #f0fde9;
}

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter Tight, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter Tight, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

h5 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

h6 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

li {
  margin-bottom: .5em;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: .5em;
  padding: .5em 1em;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 1em;
}

figcaption {
  text-align: center;
  margin-top: .5em;
}

.blur-background-design {
  z-index: -1;
  filter: blur(80px);
  width: 100vw;
  height: 60vh;
  display: block;
  position: absolute;
  inset: auto auto -38% 0%;
}

.blur-background-design.first.for--about, .blur-background-design.second.for--about {
  bottom: -48%;
}

.content {
  background-color: var(--white);
  flex-flow: column;
  display: block;
  position: relative;
}

.section {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section.overflow-visible {
  background-color: var(--white);
  overflow: visible;
}

.section.overflow-visible.integrate {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.section.footer-section {
  min-height: 500px;
}

.section.overflow-visible-on-tablet {
  background-color: var(--gray);
}

.section.dashboard-section {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  height: 800px;
  margin-left: 0;
  margin-right: 0;
}

.section.dashboard-section.model {
  background-color: var(--gray);
  height: 774.484px;
}

.section.dashboard-section.model.service {
  background-color: var(--white);
}

.section.ai {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-left: auto;
  margin-right: auto;
}

.section.cloud {
  background-color: var(--gray);
}

.section.overflow-visible-copy {
  background-color: var(--gray);
  overflow: visible;
}

.section.overflow-visible-copy.integrate {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.container {
  padding: var(--desktop-separator) var(--desktop-padding-x);
  max-width: 1000px;
  height: 100%;
}

.container.navbar-container {
  background-color: var(--white);
  border-radius: 1em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
}

.container.footer-container {
  padding-bottom: 2em;
}

.hero-section {
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-section.for--inner-pages {
  height: 105vh;
}

.color-box {
  aspect-ratio: 1;
  background-image: linear-gradient(90deg, #fa96ba, #f3a7fa 51%, #d1ccfa);
  border-radius: 50%;
  width: 18px;
  height: auto;
  position: absolute;
}

.color-box.is--hidden {
  display: none;
}

.color-box.size-small {
  width: 9px;
  position: static;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.brand {
  width: 100px;
  height: auto;
}

.brand.w--current {
  margin-right: 140px;
}

.nav-menu {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.global-link {
  text-transform: capitalize;
  font-size: 1.1rem;
}

.global-link:hover {
  background-color: var(--gray);
}

.global-link.for--footer {
  font-size: 1.3rem;
  font-weight: 400;
}

.global-button {
  background-color: var(--black);
  color: var(--white);
  text-transform: capitalize;
  border-radius: 2.5em;
  margin-top: 10px;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
}

.global-button.size-small {
  padding-left: 1em;
  padding-right: 1em;
  font-size: .85rem;
}

.global-button.second-version {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  font-weight: 500;
}

.global-button.second-version.for--career-place {
  font-weight: 400;
  position: absolute;
  inset: 1.8em 0% auto auto;
}

.global-button.for--footer {
  padding: .25em 1.4em;
  position: absolute;
  inset: 22% 0% auto auto;
}

.global-button.for--career-detail {
  margin-top: 1em;
}

.global-button.nav {
  margin-top: 0;
  margin-left: 40px;
}

.button-text {
  z-index: 1006;
  text-align: center;
  text-decoration: none;
  display: block;
  position: static;
}

.global-link-wrapper {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: column;
  display: flex;
}

.global-link-wrapper.for--menu {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.global-link-line {
  background-image: linear-gradient(90deg, #fa96ba, #f3a7fa 49%, #d1ccfa);
  border-radius: 2em;
  height: .5px;
}

.hero-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  padding-top: 1em;
  display: flex;
}

.hero-wrapper.for--inner-pages {
  justify-content: center;
  align-items: center;
}

.hero-title {
  flex-flow: row;
  justify-content: center;
  height: 1.2em;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  display: block;
}

.hero-title.small {
  margin-top: 1em;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.hero-p {
  text-align: center;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.hero-p.none-max-width {
  justify-content: flex-start;
  align-items: baseline;
  max-width: none;
  display: block;
}

.hero-button-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-xl-text {
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.logos-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  width: 70px;
  height: auto;
}

.second-line {
  margin-bottom: 10px;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.first-line {
  display: block;
}

.slide-animation-wrapper.full-width {
  width: 100%;
}

.shadow {
  z-index: 2;
  background-color: var(--white);
  filter: blur(10px);
  width: 120%;
  height: 150%;
  margin-left: -10%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0, 120%);
}

.title-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  display: flex;
}

.title-wrapper.center {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.title-wrapper.center.have--max-width {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper.for-question-cta {
  width: 55%;
}

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

.text-align-center.for--cms-page {
  letter-spacing: -2.6px;
  margin-top: .2em;
  font-size: 2.9rem;
}

.text-align-center.for--cms-page.left {
  text-align: left;
}

.text-align-center._2 {
  text-align: left;
  flex-flow: row;
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
}

.spacer-medium {
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .5rem;
}

.justify-between-flex {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-radius: 12px;
  justify-content: space-between;
  display: flex;
}

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

.vertical-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 2.5em;
  display: flex;
  box-shadow: 0 4px 14px #00000026;
}

.vertical-box.hide-shadow {
  box-shadow: none;
}

.section-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 500px;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 14px #00000026;
}

.section-image-wrapper.for--features {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  box-shadow: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.small-h2-title {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1.4rem;
}

.small-h2-title.size-large {
  font-size: 2rem;
}

.check-box-flex {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8em;
  display: flex;
}

.check-wrapper {
  aspect-ratio: 1;
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: auto;
  display: flex;
}

.check {
  aspect-ratio: 1;
  width: 13px;
  height: auto;
}

.global-small-text {
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.global-small-text.for--blog {
  font-weight: 400;
}

.spacer-small {
  padding-top: .5em;
  padding-bottom: .5em;
}

.sticky-content-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.faq-dropdown {
  border-bottom: 1px solid var(--global-border-gray);
  background-color: #0000;
  width: 100%;
  padding: 1.5em 2em;
  position: static;
  overflow: hidden;
}

.faq-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.faq-dropdown-toggle:hover {
  opacity: .65;
}

.accordion-p {
  color: var(--black);
  white-space: pre-wrap;
  font-weight: 500;
}

.accordion-p.for--dropdown {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.dropdown-circle {
  background-color: var(--gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: .2em;
  display: flex;
  position: relative;
}

.plus-text {
  z-index: 2;
  color: #0e0e0e;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-dropdown-list {
  background-color: #0000;
  padding-top: 2em;
  display: block;
  position: static;
}

.feature-icon-picture {
  aspect-ratio: 1;
  width: 30px;
  height: auto;
}

.feature-icon-picture.for--pricing {
  width: 20px;
}

.card-title {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 1.3rem;
  font-weight: 500;
}

.card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--white);
  border-radius: 1.2em;
  flex-flow: column;
  width: 33.33%;
  padding: 3em 2.5em;
  display: flex;
  box-shadow: 0 4px 14px #00000026;
}

.card.popular {
  position: relative;
}

.check-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.card-block {
  flex-flow: column;
  display: flex;
}

.card-block.is--horizontal-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.card-icon-wrapper {
  border: .5px solid var(--global-border-gray);
  background-color: var(--black);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.medium-paragraph {
  color: #0e0e0e;
  font-size: .9rem;
  font-weight: 500;
}

.medium-paragraph.lower {
  color: #595757;
  font-size: .8rem;
  font-weight: 400;
}

.medium-paragraph.lower.text-align-center {
  color: var(--black);
  margin-top: .5em;
}

.global-text {
  font-size: .9rem;
  font-weight: 600;
}

.global-text.size-large {
  letter-spacing: -1px;
  font-size: 1.1rem;
  font-weight: 400;
}

.global-text.size-large.is--bold {
  font-weight: 700;
}

.global-text.is--color-secondary {
  color: var(--black);
  transition: opacity .2s;
}

.global-text.is--color-secondary:hover {
  opacity: .7;
}

.global-text.is--color-secondary.large {
  font-size: 1rem;
}

.global-text.have--hover-state {
  transition: opacity .2s;
}

.global-text.have--hover-state:hover {
  opacity: .6;
}

.price-text {
  letter-spacing: -1.5px;
  font-size: 2rem;
  font-weight: 600;
}

.cards-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.card-detail-text {
  color: var(--black);
  font-size: .73rem;
  font-weight: 400;
}

.card-detail-text.size-large {
  font-size: .9rem;
  line-height: 1.4;
}

.card-detail-row {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.card-detail-row.first {
  margin-top: 1em;
}

.center-row {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-row.end {
  justify-content: flex-end;
  align-items: center;
}

.center-row.start {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  justify-content: flex-start;
  align-items: center;
}

.contact-detail-icon {
  color: var(--pink);
  width: 30px;
  height: 30px;
}

.contact-details-flex-child {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  background-color: #f2f2f2;
  border-radius: 1em;
  flex-flow: column;
  padding: 1.2em;
  display: flex;
  position: relative;
}

.contact-details-flex-child.have--shadow {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  box-shadow: 0 4px 14px #00000026;
}

.contact-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.client-section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.client-section.overflow-visible-on-tablet {
  background-color: var(--white);
  position: relative;
}

.contact-details-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.contact-form-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  display: flex;
}

.contact-details-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-details-wrap.for--contact {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 95%;
}

.career-grid-title {
  font-size: 1.4rem;
}

.contact-detail-image-wrapper {
  background-color: var(--black);
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.contact-detail {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: column;
  display: flex;
}

.contact-icon {
  width: 25px;
  height: 25px;
}

.contact-form-input-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.contact-form-input-wrapper.full-width {
  width: 100%;
}

.error-message {
  color: #0e0e0e;
  border-radius: 8px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .9rem;
}

.right-arrow {
  width: 20px;
  height: 20px;
}

.contact-form-vertical {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #004e92;
  border-radius: 8px;
  font-size: .9rem;
}

.sticky-content-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  display: flex;
}

.sticky-content-left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 50%;
}

.sticky-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 200px;
}

.sticky-block.for--statistics-section {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  top: 250px;
}

.question-cta-wrapper {
  border: 1px solid var(--global-border-gray);
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.custom-h3-title {
  font-size: 1.1rem;
}

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

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

.integration-container {
  min-height: 120vh;
}

.integration-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  position: sticky;
  top: 150px;
}

.integration-icon-block {
  aspect-ratio: 1;
  background-color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  display: flex;
  position: absolute;
}

.integration-icon-block.first {
  flex-flow: column;
  top: 0;
  right: 104px;
}

.integration-icon-block.second {
  flex-flow: column;
  top: 210px;
  right: 0;
}

.integration-icon-block.third {
  flex-flow: column;
  bottom: 0;
  right: 180px;
}

.integration-icon-block.fourth {
  color: var(--white);
  flex-flow: column;
  top: 0;
  left: 60px;
}

.integration-icon-block.fifth {
  flex-flow: column;
  top: 210px;
  left: 0;
}

.integration-icon-block.sixth {
  flex-flow: column;
  bottom: 0;
  left: 180px;
}

.integration-icon-block.fourth-copy {
  color: var(--white);
  flex-flow: column;
  top: 0;
  left: 60px;
}

.integration-icon {
  aspect-ratio: 1;
  object-fit: scale-down;
  width: 40px;
  height: auto;
}

.client-logo-for--tab {
  aspect-ratio: 1;
  object-fit: scale-down;
  width: 60px;
  height: auto;
}

.client-image-block {
  flex: none;
  position: relative;
}

.hidden-tab-content {
  display: none;
}

.client-paragraph {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3;
}

.client-tab-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.client-name-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client-tab-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.5em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 14%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: width .8s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 14px #00000026;
}

.client-tab-link.w--current {
  background-color: var(--white);
  width: 55%;
}

.client-content-wrap {
  max-height: 360px;
  display: flex;
}

.client-content-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: none;
  max-width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.none-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.none-margin.space {
  color: var(--global-border-gray);
}

.buttons-row {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  display: flex;
}

.cta-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  padding: 3em;
  display: flex;
  box-shadow: 0 4px 14px #00000026;
}

.cta-left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.large-p {
  font-size: 1.2rem;
}

.global-form {
  width: 50%;
  margin-bottom: .8em;
}

.global-form.for--footer {
  flex-flow: column;
  width: 100%;
  margin-bottom: .5em;
}

.cta-form-grid {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.global-form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  background-color: #0000;
  padding: 1.5em 1.5em 1.5em 0;
  font-size: 1.3rem;
  transition: border-width .2s, border-color .2s;
}

.global-form-input:active, .global-form-input:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.global-form-input::placeholder {
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 400;
}

.global-form-input.for--footer {
  border-bottom-color: var(--global-border-gray);
  padding-top: 1em;
  padding-bottom: 1.3em;
  font-size: 1.5rem;
  font-weight: 500;
}

.global-form-input.for--footer::placeholder {
  font-size: 1.5rem;
  font-weight: 400;
}

.global-form-input.text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 150px;
}

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

.footer-input-wrapper {
  width: 100%;
  position: relative;
}

.button-arrow {
  z-index: 2;
  width: 17px;
  height: auto;
  position: relative;
}

.footer-right {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.footer-form-wrapper {
  flex-flow: column;
  width: 40%;
  display: flex;
}

.footer-form-text {
  color: var(--black);
  font-size: 1.2rem;
  line-height: 1.2;
}

.footer-design-image {
  filter: blur(100px);
  pointer-events: none;
  width: 100vw;
  height: 40vh;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-design-image.first {
  inset: auto auto 0% 0%;
}

.footer-design-image.second {
  inset: auto 0% 0% auto;
}

.footer-links-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-links-grid-child {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-line {
  background-color: var(--global-border-gray);
  border-radius: 10px;
  width: 100%;
  height: 1px;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: -.5em;
  display: flex;
}

.footer-bottom-text {
  color: var(--black);
  font-weight: 500;
}

.footer-bottom-link {
  transition: opacity .2s;
}

.footer-bottom-link:hover {
  opacity: .5;
}

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

.blog-collection-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 1em;
  display: flex;
  box-shadow: 0 4px 14px #00000026;
}

.blog-link {
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.blog-detail-row {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: #846a66;
  justify-content: flex-start;
  align-items: center;
  margin-top: .1em;
  display: flex;
}

.blog-image {
  transition: transform 1s;
}

.blog-image:hover {
  transform: scale(1.1);
}

.blog-card-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-boxes-wrapper {
  flex-flow: column;
  align-items: flex-start;
  height: 500px;
  display: flex;
  position: relative;
}

.process-box {
  background-color: #e3e8ee;
  border-radius: 16px;
  flex: none;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.process-box.second {
  z-index: 2;
  background-color: #b5bec5;
  width: 95vw;
  margin-left: 5vw;
}

.process-box.first {
  z-index: 1;
}

.process-box.third {
  z-index: 3;
  background-color: #5b6c7c;
  width: 90vw;
  margin-left: 10vw;
}

.process-box.fourth {
  z-index: 4;
  background-color: #1d364a;
  width: 85vw;
  margin-left: 15vw;
}

.pricing-tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.hero-embed {
  z-index: -1;
  color: #004e92;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 42%;
  left: auto;
  right: 13%;
  transform: rotate(45deg);
}

.hero-embed.star {
  color: #0e0e0e;
  inset: 50% auto auto 16%;
}

.hero-embed.star.for--inner-pages {
  width: 30px;
  height: 30px;
  top: 12%;
  left: 9%;
}

.hero-embed.star.second {
  top: 15%;
  left: auto;
  right: 12%;
  transform: rotate(9deg);
}

.hero-embed.star.second.for--inner-pages {
  width: 45px;
  height: 45px;
  top: 12%;
  left: auto;
  right: 10%;
}

.pricing-tab-menu {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  border: 1px solid #8e8b8a82;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .2em;
  display: flex;
}

.hero-embeds-wrapper {
  display: block;
}

.pricing-tab-link {
  color: #0e0e0e;
  background-color: #0000;
  border-radius: 1em;
  padding: .7em 2.5em;
}

.pricing-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.spacer-small--style-guide {
  padding-top: .3em;
  padding-bottom: .3em;
}

.spacer-small--style-guide.have--border {
  border: 1px solid #0e0e0e;
}

.licences-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.licences-row {
  padding-top: 5em;
  display: flex;
}

.licences-image {
  width: 100%;
  height: 200px;
}

.global-link-legal {
  color: #f7ffff;
  text-transform: capitalize;
  font-weight: 500;
  transition: opacity .2s;
}

.global-link-legal:hover {
  opacity: .7;
}

.global-link-legal.nav-link {
  color: #0e0e0e;
  font-weight: 600;
  transition: opacity .2s;
}

.global-link-legal.nav-link:hover {
  opacity: .7;
}

.spacer-large {
  padding-top: 3em;
  padding-bottom: 3em;
}

.spacer-large.have--border {
  border: 1px solid #0e0e0e;
}

.licences-font-box {
  padding-top: 5em;
}

.licences-text-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 2em;
  display: flex;
}

.color-block {
  border-radius: 5px;
  min-width: 100px;
  height: 60px;
}

.color-block.gray-v1 {
  border: 1px solid var(--black);
  background-color: var(--gray);
}

.color-block.black {
  background-color: var(--black);
}

.color-block.pink {
  background-color: var(--pink);
}

.color-block.gray-v2 {
  background-color: var(--global-border-gray);
}

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

.spacer-medium--style-guide {
  padding-top: 1em;
  padding-bottom: 1em;
}

.spacer-medium--style-guide.have--border {
  border: 1px solid #0e0e0e;
}

.style-guide-title {
  color: var(--global-border-gray);
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-title.for-structures {
  font-size: 1.3rem;
}

.style-guide-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.style-guide-colors-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  width: 40%;
  display: flex;
}

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

.integration-image {
  width: 40px;
  height: 40px;
}

.integration-bold-text {
  font-size: .9rem;
  font-weight: 700;
}

.integration-bold-text.size-x-large {
  letter-spacing: -1.5px;
  font-size: 1.4rem;
  font-weight: 600;
}

.global-grid-child-paragraph {
  color: var(--black);
  font-size: 1rem;
  font-weight: 300;
}

.global-grid-child {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  flex-flow: column;
  width: 100%;
  padding: 2em 1.5em;
  display: flex;
  box-shadow: 0 4px 14px #00000026;
}

.global-grid-child.for--features {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.global-grid-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-detail-text-3 {
  color: #0e0e0e;
  font-size: .73rem;
  font-weight: 400;
}

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

.integration-name-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  display: flex;
}

.popular-text {
  background-color: var(--black);
  color: var(--white);
  border-radius: 6px;
  padding: .5em .6em;
  font-size: .9rem;
  font-weight: 600;
  position: absolute;
  inset: 3% 3% auto auto;
}

.hero-heading-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.25;
}

.about-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.about-wrapper.for--team-members {
  grid-column-gap: .5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-title-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.about-details-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  margin-top: 7em;
  margin-left: auto;
  display: flex;
}

.about-design-image-wrapper {
  aspect-ratio: 1;
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-left: auto;
  overflow: hidden;
}

.image {
  filter: blur(40px);
}

.about-p {
  font-size: 1.1rem;
  font-weight: 400;
}

.about-title {
  letter-spacing: -8px;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 7.5rem;
  line-height: 1.1;
}

.about-title.size-small {
  letter-spacing: 0;
  font-size: 3rem;
}

.team-member-child {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.team-member-image-wrapper {
  cursor: pointer;
  border-radius: 1.2em;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.team-member-detail-wrapper {
  background-color: #0000008a;
  padding: 1em;
  position: absolute;
  inset: 0%;
}

.team-member-p {
  color: var(--white);
  font-size: .75rem;
  line-height: 1.5;
}

.career-collection-list {
  flex-flow: column;
  display: flex;
}

.career-item-wrapper {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  border-top: 1px solid var(--black);
  flex-flow: column;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.career-title {
  margin-top: .2em;
  font-size: 2rem;
  font-weight: 400;
}

.career-p {
  max-width: 35%;
  font-weight: 400;
}

.career-images-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 500px;
  display: grid;
  position: relative;
}

.career-image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.related-title {
  letter-spacing: -2px;
  font-size: 1.8rem;
}

.related-posts-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.post-body {
  max-width: 90%;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.blog-main-image {
  border-radius: 12px;
  height: 600px;
  margin-top: 3em;
}

.career-detail-left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: auto;
  padding: 2em 1em;
  display: flex;
  position: sticky;
  top: 15%;
  left: 0%;
  box-shadow: 0 4px 14px #00000026;
}

.career-detail-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.career-detail-content-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.career-icon {
  width: 25px;
  height: 25px;
}

.career-richtext-wrapper {
  width: 50%;
}

.career-first-title {
  text-align: center;
  margin-top: 3em;
  font-size: 1.1rem;
  font-weight: 600;
}

.line {
  background-color: #8e8b8a82;
  width: 100%;
  height: 1px;
}

.career-detail-title-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.career-field-wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-detail-text {
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  padding: .4em .5em;
  font-size: .85rem;
  display: flex;
}

.small-heading-title {
  font-size: 1rem;
}

.video-wrapper {
  border-radius: 12px;
  width: 50%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.video-lightbox {
  z-index: 1;
  background-color: var(--gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.video-lightbox:hover {
  opacity: .8;
}

.play-icon {
  width: 30px;
  height: 30px;
}

.dark-layer {
  pointer-events: none;
  background-color: #0000004a;
  position: absolute;
  inset: 0%;
}

.features-bold-text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.feature-image-wrapper {
  background-color: var(--gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.feature-image {
  width: 25px;
  height: 25px;
}

.x-large-p {
  font-size: 1.4rem;
}

.statistics-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-bottom: 3em;
  display: flex;
}

.statistics-number {
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--global-border-gray);
  font-size: 11.5rem;
}

.statistics-name {
  color: var(--global-border-gray);
  font-size: 1.5rem;
}

.blog-item {
  display: block;
}

.blog-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  display: flex;
}

.blog-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  border-radius: 1.5em;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  box-shadow: 0 4px 14px #00000026;
}

.author-image {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.blog-title-for--blog-page {
  color: var(--black);
  font-size: 1.5rem;
}

.blog-left {
  width: 40%;
  position: relative;
}

.blog-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.blog-image-for--blog-page {
  transition: transform .5s;
}

.blog-image-for--blog-page:hover {
  transform: scale(1.1);
}

.global-bold-text-main {
  color: var(--black);
  font-size: .9rem;
  font-weight: 700;
}

.global-bold-text-main.is--color-black {
  color: #1d232f;
}

.x-large-paragraph {
  color: var(--black);
  font-size: 1.2rem;
}

.blog-image-wrapper {
  border-radius: 1em;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-card-block {
  color: #4f2274;
  flex-flow: column;
  display: flex;
}

.blog-card-block.horizontal-flex {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.home-dashboard {
  background-color: #3d0e0e;
  border-radius: 1.2em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home-dashboard.picture {
  opacity: .89;
  border: 1px #000;
  border-radius: 3.1em;
}

.process-content-wrapper {
  height: 100%;
  display: flex;
}

.process-left {
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  width: 5vw;
  height: 100%;
  padding-bottom: 1.5em;
  transition: opacity .5s;
  display: flex;
}

.process-left:hover {
  opacity: .4;
}

.process-title {
  color: var(--white);
  writing-mode: vertical-lr;
  font-size: 1.1rem;
  transform: rotate(180deg);
}

.process-title.is--color-black {
  color: var(--black);
}

.process-detail-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 86%;
  padding-left: 2em;
  display: flex;
}

.process-image {
  object-fit: scale-down;
  width: 300px;
  height: 300px;
}

.process-details-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.process-h3-title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.process-h3-title.is--color-black {
  color: var(--black);
}

.process-p {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.process-p.is--color-black {
  color: var(--black);
}

.feature-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  display: flex;
}

.feature-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  height: 150px;
  display: flex;
}

.feature-bottom-box {
  border-radius: 1em;
  width: 30%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 14px #0003;
}

.feature-bottom-box.large {
  width: 70%;
}

.feature-top-image-wrapper {
  border-radius: 1em;
  width: 70%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 14px #0003;
}

.feature-top-left {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.feature-left-flex {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-2 {
  margin-left: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav-dropdown-link-main {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-dropdown-link-main._2nd {
  margin-left: 40px;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle.solution {
  padding-left: 0;
}

.image-3 {
  opacity: .85;
  color: var(--gray);
  width: 1em;
  height: 1em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.dropdown-list {
  color: var(--black);
  z-index: 100;
  margin-top: -10px;
  font-size: .85vw;
  line-height: 1.2em;
  top: 5em;
}

.dropdown-list.w--open {
  background-color: var(--transparent);
}

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

.dropdown-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 0px none var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 10px 2px #0003;
}

.dropdown-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px none var(--black);
  background-color: var(--transparent);
  color: var(--black);
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-start;
  padding: 2em 0 2em 2em;
  display: flex;
}

.dropdown-block._2nd {
  background-color: var(--white);
}

.dropdown-subtitles {
  color: var(--black);
  justify-content: flex-end;
  margin-bottom: 1em;
  margin-left: 0;
  font-size: 1.6em;
  font-weight: 600;
  display: block;
}

.dropdown-subtitles.w--current {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  transition: font-size .2s, color .2s;
  display: flex;
}

.dropdown-subtitles.w--current:hover {
  color: var(--brown-13);
  font-size: 1.6em;
}

.dropdown-button {
  grid-column-gap: 1px;
  border: 1px none var(--purple-20-transparent);
  background-color: var(--transparent);
  color: var(--black);
  mix-blend-mode: normal;
  border-radius: 8px;
  align-self: stretch;
  align-items: center;
  min-width: 19em;
  margin-right: 20px;
  padding: .2em 2em .2em .2em;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s;
  display: flex;
}

.dropdown-button:hover {
  background-color: var(--gray);
  background-position: 100%;
}

.dropdown-button.w--current {
  background-image: none;
}

.dropdown-button.current {
  grid-column-gap: 1.75em;
  border: 1px solid var(--brown-10-transparent);
  background-color: var(--brown-10-transparent);
  color: var(--brown-13);
  border-radius: 8px;
  align-self: stretch;
  align-items: center;
  min-width: 30em;
  padding: .2em;
  transition: background-position .6s, border-color .2s, background-color .2s;
  display: flex;
}

.dropdown-button.current._1 {
  pointer-events: auto;
  mix-blend-mode: normal;
  transition-timing-function: cubic-bezier(.075, .82, .165, 1), ease, ease;
}

.dropdown-button-icon {
  background-color: var(--purple-20-transparent);
  color: var(--brown-11);
  border: 1px solid #fff0;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  padding: .4em;
  display: flex;
}

.dropdown-button-content {
  grid-row-gap: .25px;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-button-name {
  color: var(--black);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
  transition: background-color .2s;
}

.dropdown-button-name.text {
  color: var(--global-border-gray);
  font-size: 1em;
  line-height: 1.3em;
}

.image-4 {
  color: var(--brown-11);
  font-size: 2em;
  transition: opacity .2s;
}

.nav-link-text {
  margin-right: 40px;
  padding-top: 0;
  padding-right: .25em;
  font-size: 1.1rem;
  text-decoration-color: #172123;
  transition: color .2s;
}

.nav-link-text:hover {
  background-color: var(--gray);
  color: var(--black);
}

.nav-link-text.w--current {
  margin-right: 40px;
}

.image-5 {
  object-fit: scale-down;
  overflow: auto;
}

.dropdown-icon {
  opacity: .8;
  color: var(--brown-11);
  width: 1em;
  height: 1em;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  line-height: 1;
}

.subtitle-block {
  margin-left: 0;
  padding-right: 0;
  transition: right .2s, font-size .2s, color .2s, top .2s;
  display: block;
}

.subtitle-block:hover {
  background-color: var(--transparent);
  color: var(--brown-9);
  background-position: 90% 0;
  font-size: 1vw;
}

.platform-tab-1 {
  display: flex;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.overlap {
  flex-flow: column;
  display: flex;
}

.image-6, .image-7 {
  width: 50%;
}

.image-1 {
  aspect-ratio: auto;
  width: 94%;
  position: relative;
  left: 0;
}

.sub-section-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: grid;
}

.tabs-menu._1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tab-link {
  border: 1px solid var(--global-border-gray);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--dark-gray);
  color: var(--white);
  justify-content: center;
  padding: 10px 20px;
  font-weight: 700;
}

.tab-link.w--current:active {
  background-color: var(--white);
  color: var(--black);
}

.text-block-3 {
  font-weight: 700;
}

.text-block-4 {
  color: var(--black);
}

.text-block-5, .text-block-6, .text-block-7 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.feature-tab-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  font-size: .8rem;
  display: grid;
}

.feature-tab-content._1, .feature-tab-content._1-copy, .feature-tab-content._1-copy-copy {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-columns: 1.25fr 1.25fr;
}

.feature-tab-content._1-copy-copy {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-columns: 1.25fr 1fr 1fr;
}

.feature-tab-content._1-copy-copy-copy {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-columns: 1.25fr 1.25fr;
}

.div-block-2 {
  background-color: var(--transparent);
  color: var(--gray-1);
  border-radius: 5px;
}

.div-block-2.seperate {
  border: 1px dotted #000;
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  color: var(--purple-6);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading._1 {
  color: var(--gray-1);
  text-align: left;
  font-size: 20px;
}

.heading.model {
  text-align: left;
  font-size: 17px;
}

.heading.model.copy {
  color: var(--black);
  font-family: PT Sans, sans-serif;
  font-size: 15px;
}

.feature-tab-list {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-8 {
  border: 1px solid var(--global-border-gray);
  border-radius: 20px;
  width: auto;
  height: auto;
}

.image-9 {
  width: auto;
  height: auto;
}

.check-box-flex-copy {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8em;
  display: flex;
}

.image-10 {
  height: 100%;
  display: block;
}

.div-block-2-copy, .div-block-2-copy-copy {
  color: var(--gray-1);
}

.paragraph {
  font-size: .8rem;
  display: block;
}

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

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-size: .8rem;
}

.paragraph-tab-1, .paragraph-7 {
  font-size: 1rem;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  margin-top: 10px;
  font-size: .8rem;
  display: flex;
}

.div-block-2-copy {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--transparent);
  color: var(--gray-1);
  grid-template: "Area"
                 "."
                 "."
                 / 1fr;
}

.image-11 {
  width: auto;
  height: auto;
  position: relative;
}

.div-block-3 {
  color: var(--white);
  background-color: #1b1a19;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.text-block-9 {
  margin-left: 10px;
  position: relative;
}

.feature-alm-tab-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--transparent);
  color: var(--gray-1);
  background-color: var(--transparent);
  border: 1px dotted #000;
  border-radius: 6px;
  grid-template-columns: 1fr;
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-2-copy-copy {
  background-color: var(--transparent);
  color: var(--gray-1);
}

.comprehensive-modules {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.module-title {
  text-align: left;
  font-size: 1rem;
}

.flex-block {
  grid-row-gap: 10px;
  border: 1px dotted #000;
  border-radius: 10px;
  flex-flow: column;
  grid-template: "Area" 51px
                 "."
                 / 1fr;
  padding-left: 10px;
}

.div-block-2-copy-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--transparent);
  color: var(--gray-1);
  flex-flow: column;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.div-block-2-copy-copy.module {
  display: flex;
}

.text-block-10 {
  font-weight: 400;
}

.div-block-2-copy-copy {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--transparent);
  color: var(--gray-1);
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  font-weight: 400;
}

.text-field {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 150px;
}

.submit-button {
  background-color: var(--black);
  border-radius: 7px;
  transition: font-size .2s;
  box-shadow: 5px 5px 8px #0003;
}

.submit-button:hover {
  font-size: 1.1rem;
}

.text-field-2 {
  background-color: var(--transparent);
  font-size: 1.2rem;
  font-weight: 600;
}

.horizontal-dash-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pointer-icon-box {
  background-color: var(--purple-13);
  border-radius: 11px;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 5px #0003;
}

.pointer-heading {
  margin-bottom: 1rem;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.4;
}

.heading-3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.image-12 {
  background-color: var(--transparent);
  border-radius: 0;
}

.pointer-icon-box-copy {
  background-color: var(--green);
  border-radius: 11px;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 5px #0003;
}

.pointer-icon-box-copy-copy {
  background-color: var(--yellow);
  border-radius: 11px;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1.1rem;
  }

  .section.footer-section {
    min-height: 550px;
  }

  .container {
    max-width: 1200px;
  }

  .global-link.for--footer {
    font-size: 1.4rem;
  }

  .global-button {
    font-size: 1.1rem;
  }

  .global-button.for--footer {
    top: 23%;
  }

  .hero-wrapper {
    grid-column-gap: 3.5em;
    grid-row-gap: 3.5em;
    padding-top: 2em;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-title.small {
    font-size: 2rem;
  }

  .hero-p {
    font-size: 1.2rem;
  }

  .hero-xl-text {
    font-size: 5.4rem;
  }

  .title-wrapper.center.have--max-width {
    max-width: 75%;
  }

  .justify-between-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-image-wrapper {
    height: 550px;
  }

  .section-image-wrapper.for--about {
    height: 500px;
  }

  .small-h2-title {
    font-size: 1.8rem;
  }

  .small-h2-title.size-large {
    font-size: 2.6rem;
  }

  .global-small-text {
    font-size: 1rem;
  }

  .plus-text {
    font-size: 1.5rem;
  }

  .card-block {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
  }

  .card-block.is--horizontal-flex {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

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

  .global-text.is--color-secondary.large {
    font-size: 1.1rem;
  }

  .card-detail-text {
    white-space: nowrap;
    font-size: .8rem;
  }

  .contact-details-wrap {
    width: 70%;
  }

  .contact-details-wrap.for--contact {
    width: 85%;
  }

  .integration-wrapper {
    top: 200px;
  }

  .client-image-block {
    overflow: hidden;
  }

  .client-tab-link {
    width: 17%;
  }

  .client-tab-link.w--current {
    width: 45%;
  }

  .large-p, .global-form-input, .global-form-input::placeholder {
    font-size: 1.4rem;
  }

  .global-form-input.for--footer, .global-form-input.for--footer::placeholder {
    font-size: 1.6rem;
  }

  .footer-right {
    width: 57%;
  }

  .footer-form-wrapper {
    width: 35%;
  }

  .footer-form-text {
    font-size: 1.4rem;
  }

  .footer-design-image {
    pointer-events: none;
  }

  .footer-bottom-text {
    font-size: 1.2rem;
  }

  .blog-collection-list {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
  }

  .blog-collection-item {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
  }

  .blog-link {
    height: 330px;
  }

  .blog-title {
    font-size: 1.1rem;
  }

  .process-box.second {
    margin-left: 2vw;
  }

  .process-box.first {
    margin-left: -3vw;
  }

  .process-box.third {
    margin-left: 7vw;
  }

  .process-box.fourth {
    margin-left: 12vw;
  }

  .licences-image {
    height: 250px;
  }

  .integration-bold-text {
    font-size: 1rem;
  }

  .global-grid-block {
    width: 92%;
  }

  .global-grid-block.for--integrations {
    width: 82%;
  }

  .card-detail-text-3 {
    white-space: nowrap;
    font-size: .9rem;
  }

  .about-details-wrapper {
    width: 350px;
    margin-top: 8em;
  }

  .about-p {
    font-size: 1.3rem;
  }

  .about-title {
    font-size: 9rem;
  }

  .team-member-child {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .team-member-image-wrapper {
    height: 300px;
  }

  .team-member-p {
    font-size: .85rem;
  }

  .career-images-wrapper {
    grid-row-gap: 1.5em;
    height: 650px;
  }

  .post-body {
    max-width: 80%;
  }

  .career-detail-left {
    width: 35%;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .career-richtext-wrapper {
    width: 60%;
  }

  .small-heading-title {
    font-size: 1.1rem;
  }

  .x-large-p {
    font-size: 1.6rem;
  }

  .statistics-number {
    font-size: 14rem;
  }

  .statistics-name {
    font-size: 1.7rem;
  }

  .blog-content {
    width: 85%;
  }

  .blog-title-for--blog-page {
    font-size: 1.6rem;
  }

  .global-bold-text-main {
    font-size: 1rem;
  }

  .x-large-paragraph {
    font-size: 1.4rem;
  }

  .blog-image-wrapper {
    height: 310px;
  }

  .home-dashboard {
    max-width: 85%;
  }

  .process-title {
    font-size: 1.2rem;
  }

  .process-detail-wrapper {
    padding-left: 4em;
  }

  .feature-bottom {
    height: 170px;
  }

  .dropdown-block._2nd {
    background-color: var(--white);
  }

  .feature-tab-content {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
  }

  .heading, .paragraph-tab-1 {
    text-align: left;
  }

  .div-block-2-copy-copy.module {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-family: Poppins, sans-serif;
    font-size: .8rem;
    font-weight: 500;
  }

  .text-block-10 {
    font-weight: 500;
  }

  .div-block-4 {
    background-color: var(--transparent);
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 1.2rem;
  }

  .section.overflow-visible, .section.dashboard-section, .section.ai, .section.overflow-visible-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 1350px;
  }

  .brand {
    width: 120px;
  }

  .global-link.for--footer {
    font-size: 1.5rem;
  }

  .hero-wrapper {
    grid-column-gap: 4.4em;
    grid-row-gap: 4.4em;
    padding-top: 3em;
  }

  .hero-xl-text {
    font-size: 6.4rem;
  }

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

  .overflow-hidden {
    justify-content: flex-start;
    align-items: center;
  }

  .text-align-center.for--cms-page {
    font-size: 3.2rem;
  }

  .section-image-wrapper {
    height: 600px;
  }

  .section-image-wrapper.for--about {
    height: 520px;
  }

  .small-h2-title {
    font-size: 2rem;
  }

  .small-h2-title.size-large {
    font-size: 3rem;
  }

  .check-wrapper {
    width: 27px;
  }

  .check {
    width: 15px;
  }

  .global-small-text, .accordion-p.for--dropdown {
    font-size: 1.1rem;
  }

  .dropdown-circle {
    width: 27px;
    height: 27px;
  }

  .card-title {
    font-size: 1.5rem;
  }

  .medium-paragraph {
    font-size: .95rem;
  }

  .medium-paragraph.lower {
    font-size: .9rem;
  }

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

  .global-text.size-large {
    font-size: 1.2rem;
  }

  .price-text {
    font-size: 2.3rem;
  }

  .card-detail-text {
    font-size: .9rem;
  }

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

  .contact-details-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .right-arrow {
    width: 24px;
    height: 24px;
  }

  .sticky-content-left {
    width: 45%;
  }

  .integration-wrapper {
    top: 250px;
  }

  .large-p {
    font-size: 1.5rem;
  }

  .footer-form-wrapper {
    width: 32%;
  }

  .footer-design-image {
    height: 30vh;
  }

  .footer-bottom-text {
    font-size: 1.3rem;
  }

  .blog-collection-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .blog-collection-item {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .blog-link {
    height: 360px;
  }

  .blog-title {
    font-size: 1.2rem;
  }

  .process-boxes-wrapper {
    height: 550px;
  }

  .licences-image {
    height: 300px;
  }

  .global-link-legal {
    font-size: 1.05rem;
  }

  .integration-bold-text {
    font-size: 1.1rem;
  }

  .integration-bold-text.size-x-large {
    font-size: 1.5rem;
  }

  .global-grid-child-paragraph {
    font-size: 1.1rem;
  }

  .global-grid-block {
    width: 87%;
  }

  .global-grid-block.for--integrations {
    width: 78%;
  }

  .card-detail-text-3, .card-detail-text-3.size-large, .popular-text {
    font-size: 1rem;
  }

  .hero-heading-title {
    font-size: 4.2rem;
  }

  .about-details-wrapper {
    width: 370px;
  }

  .about-p {
    font-size: 1.4rem;
  }

  .about-title {
    font-size: 10rem;
  }

  .team-member-image-wrapper {
    height: 350px;
  }

  .team-member-p {
    font-size: .95rem;
  }

  .career-title {
    font-size: 2.2rem;
  }

  .career-p {
    max-width: 30%;
  }

  .career-images-wrapper {
    height: 750px;
  }

  .related-title {
    font-size: 2rem;
  }

  .blog-main-image {
    height: 700px;
  }

  .career-detail-left {
    width: 35%;
  }

  .career-richtext-wrapper {
    width: 60%;
  }

  .career-detail-text {
    font-size: 1rem;
  }

  .small-heading-title {
    font-size: 1.2rem;
  }

  .video-wrapper {
    height: 350px;
  }

  .x-large-p {
    font-size: 1.8rem;
  }

  .statistics-number {
    font-size: 16rem;
  }

  .statistics-name {
    font-size: 1.9rem;
  }

  .blog-content {
    width: 82%;
  }

  .blog-title-for--blog-page {
    font-size: 2rem;
  }

  .global-bold-text-main {
    font-size: 1.1rem;
  }

  .x-large-paragraph {
    font-size: 1.5rem;
  }

  .blog-image-wrapper {
    height: 350px;
  }

  .home-dashboard {
    max-width: 80%;
  }

  .process-title {
    font-size: 1.3rem;
  }

  .process-image {
    width: 325px;
    height: 325px;
  }

  .process-h3-title {
    font-size: 1.8rem;
  }

  .process-p {
    font-size: 1.2rem;
  }

  .feature-top {
    height: 375px;
  }

  .feature-bottom {
    height: 185px;
  }
}

@media screen and (min-width: 1920px) {
  .blur-background-design {
    height: 45vh;
  }

  .section.footer-section {
    min-height: 600px;
  }

  .container {
    max-width: 1400px;
  }

  .hero-wrapper {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .integration-wrapper {
    top: 325px;
  }

  .footer-design-image {
    filter: blur(150px);
    height: 25vh;
  }

  .blog-title {
    font-size: 1.4rem;
  }

  .process-box.second {
    margin-left: -5vw;
  }

  .process-box.first {
    margin-left: -10vw;
  }

  .process-box.third {
    margin-left: 0;
  }

  .process-box.fourth {
    margin-left: 5vw;
  }

  .global-grid-block.for--integrations {
    width: 75%;
  }

  .dropdown-list.w--open {
    margin-top: -39px;
  }
}

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

  h2 {
    font-size: 1.7rem;
  }

  p {
    font-size: .9rem;
  }

  .blur-background-design {
    z-index: 1;
  }

  .section.overflow-visible-on-tablet {
    overflow: visible;
  }

  .container {
    max-width: 100vw;
  }

  .container.navbar-container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000;
    margin-top: 0;
    padding-top: .2em;
    padding-bottom: .2em;
  }

  .hero-section {
    min-height: 100vh;
    position: relative;
  }

  .color-box {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
  }

  .global-link {
    margin-top: 20px;
    margin-right: 10px;
  }

  .global-link.for--footer {
    font-size: 1.2rem;
  }

  .global-button.for--footer {
    top: 10%;
  }

  .global-link-wrapper.for--menu {
    margin-bottom: 1em;
  }

  .global-link-line {
    display: none;
  }

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

  .text-align-center.for--cms-page {
    font-size: 2.5rem;
  }

  .spacer-medium {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .justify-between-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .justify-between-flex.for--features {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .vertical-box {
    padding: 1.5em;
  }

  .section-image-wrapper {
    height: 450px;
  }

  .section-image-wrapper.for--about {
    height: auto;
  }

  .section-image-wrapper.for--features {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .small-h2-title {
    font-size: 1.2rem;
  }

  .check-wrapper {
    width: 20px;
  }

  .global-small-text {
    font-size: .8rem;
  }

  .sticky-content-right {
    width: 100%;
  }

  .sticky-content-right.for--features-page {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .accordion-p.for--dropdown {
    font-size: .9rem;
  }

  .card {
    width: 48%;
  }

  .cards-row {
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .contact-details-flex-child.have--shadow {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .client-section.overflow-visible-on-tablet {
    overflow: visible;
  }

  .contact-details-wrapper {
    flex-flow: column;
  }

  .contact-details-wrap.for--contact {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .career-grid-title {
    font-size: 1.2rem;
  }

  .sticky-content-wrap {
    flex-flow: column;
  }

  .sticky-content-left {
    width: 100%;
  }

  .integration-content-block {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    flex-flow: column;
    display: flex;
  }

  .integration-icon-block {
    width: 90px;
  }

  .client-logo-for--tab {
    width: 50px;
  }

  .client-tab-menu {
    flex-flow: column;
  }

  .client-tab-link {
    width: 100%;
    position: sticky;
    top: 100px;
  }

  .client-tab-link.w--current {
    width: 100%;
  }

  .buttons-row {
    flex-flow: wrap;
  }

  .cta-wrapper {
    padding: 2.5em;
  }

  .global-form-input.for--footer, .global-form-input.for--footer::placeholder {
    font-size: 1rem;
  }

  .footer-input-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .footer-form-text {
    font-size: 1rem;
  }

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

  .blog-collection-item {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .process-boxes-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .process-box {
    cursor: auto;
    width: 100%;
    height: auto;
    position: static;
  }

  .process-box.second, .process-box.third, .process-box.fourth {
    width: 100%;
    margin-left: 0;
  }

  .hero-embed {
    display: none;
  }

  .licences-grid {
    width: 100%;
  }

  .licences-row {
    flex-flow: column;
  }

  .licences-image {
    height: 300px;
  }

  .global-link-legal {
    font-size: .9rem;
  }

  .spacer-large {
    flex-flow: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .licences-text-box {
    width: 100%;
    padding-left: 0;
  }

  .global-grid-block {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-title {
    font-size: 3rem;
  }

  .about-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .about-wrapper.for--team-members {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-details-wrapper {
    margin-top: 0;
  }

  .about-title {
    letter-spacing: -6px;
    font-size: 5rem;
  }

  .about-title.size-small {
    font-size: 2.5rem;
  }

  .team-member-child {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
  }

  .team-member-image-wrapper {
    flex-flow: row-reverse wrap-reverse;
    width: 100%;
    height: auto;
    display: flex;
  }

  .team-member-detail-wrapper {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .team-member-p {
    color: var(--black);
  }

  .career-title {
    font-size: 1.7rem;
  }

  .career-images-wrapper {
    height: 350px;
  }

  .post-body {
    line-height: 1.5;
  }

  .blog-main-image {
    height: 450px;
  }

  .statistics-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 2em;
  }

  .statistics-number {
    color: var(--black);
    -webkit-text-stroke-width: 0px;
    font-size: 6rem;
  }

  .statistics-name {
    color: var(--black);
  }

  .blog-content {
    width: 100%;
  }

  .menu-button {
    color: var(--black);
    padding-right: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .team-member-image {
    height: 270px;
  }

  .process-content-wrapper {
    flex-flow: column;
  }

  .process-left {
    height: auto;
    display: none;
  }

  .process-detail-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }

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

  .process-details-wrap {
    width: 100%;
  }

  .feature-top {
    height: 275px;
  }

  .feature-bottom {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    height: 120px;
  }

  .nav-dropdown-link-main._2nd {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-link-main.solution {
    justify-content: flex-start;
    margin-left: 13px;
  }

  .dropdown-toggle {
    margin-left: 340px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .dropdown-toggle.solution {
    margin-left: 324px;
    margin-right: 316.516px;
    padding-left: 0;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .dropdown-layout {
    font-size: 1.2vw;
  }

  .dropdown-button {
    grid-column-gap: 0px;
    min-width: 1em;
  }

  .heading {
    text-align: left;
  }

  .heading._1 {
    font-size: 18px;
  }

  .module-title {
    font-size: .9rem;
  }

  .div-block-2-copy-copy.module {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

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

  p {
    font-size: .9rem;
  }

  .section.footer-section {
    min-height: auto;
  }

  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand {
    width: 90px;
  }

  .global-link {
    margin-top: 20px;
  }

  .global-link.for--footer {
    font-size: 1.1rem;
  }

  .global-button {
    font-size: .9rem;
  }

  .global-button.full-width {
    width: 100%;
  }

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

  .hero-title {
    font-size: 2rem;
  }

  .hero-title.small {
    font-size: 1rem;
  }

  .hero-p {
    max-width: 90%;
  }

  .hero-xl-text {
    font-size: 3rem;
  }

  .logos-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .client-logo {
    width: 50px;
  }

  .title-wrapper.center.have--max-width {
    max-width: 100%;
  }

  .text-align-center.for--cms-page {
    font-size: 2rem;
  }

  .spacer-medium {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .justify-between-flex {
    flex-flow: column;
  }

  .justify-between-flex.have--wrap, .justify-between-flex.have--wrap-copy {
    flex-flow: row-reverse wrap-reverse;
  }

  .vertical-box {
    width: 100%;
  }

  .vertical-box.hide-shadow {
    padding-left: 0;
  }

  .section-image-wrapper {
    width: 100%;
    height: auto;
  }

  .section-image-wrapper.for--features {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: auto;
  }

  .accordion-p {
    font-size: 1rem;
  }

  .card {
    width: 100%;
  }

  .cards-row {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .contact-form-row {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-flow: column;
  }

  .contact-details-wrap {
    grid-template-columns: 1fr;
  }

  .contact-form-input-wrapper {
    width: 100%;
  }

  .integration-content-block {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .integration-icon-block {
    width: 60px;
  }

  .integration-icon-block.second {
    top: 275px;
    right: 20px;
  }

  .integration-icon-block.fifth {
    top: 275px;
    left: 20px;
  }

  .integration-icon {
    width: 27px;
  }

  .cta-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    padding: 2em;
  }

  .cta-left, .global-form {
    width: 100%;
  }

  .footer {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .footer-right, .footer-form-wrapper {
    width: 100%;
  }

  .footer-design-image {
    height: 20vh;
  }

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

  .style-guide-colors-layout {
    width: 100%;
  }

  .hero-heading-title {
    font-size: 2.3rem;
  }

  .about-wrapper.for--team-members {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .about-title {
    font-size: 4rem;
  }

  .about-title.size-small {
    font-size: 2rem;
  }

  .career-item-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .career-title {
    max-width: 100%;
    font-size: 1.2rem;
  }

  .career-p {
    max-width: 55%;
  }

  .career-images-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .career-image-wrapper {
    width: 100%;
  }

  .post-body {
    max-width: 100%;
    font-size: .9rem;
    line-height: 1.5;
  }

  .career-detail-left {
    width: 100%;
    height: auto;
    position: static;
  }

  .career-detail-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: row-reverse wrap-reverse;
    width: 100%;
  }

  .career-rich-text {
    font-size: .9rem;
  }

  .career-richtext-wrapper {
    width: 100%;
  }

  .career-first-title {
    font-size: .9rem;
  }

  .video-wrapper {
    width: 100%;
  }

  .statistics-wrap {
    margin-bottom: 1em;
  }

  .statistics-number {
    font-size: 4rem;
  }

  .statistics-name {
    font-size: 1rem;
  }

  .blog-content {
    flex-flow: wrap;
    padding: 1em 1em 2em;
  }

  .blog-title-for--blog-page {
    font-size: 2rem;
  }

  .blog-left {
    width: 100%;
  }

  .blog-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .blog-image-wrapper {
    height: 270px;
  }

  .process-image {
    width: 200px;
  }

  .process-h3-title {
    font-size: 1.3rem;
  }

  .process-p {
    font-size: 1rem;
  }

  .feature-bottom {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-link-main._2nd {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-dropdown-link-main.solution {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-toggle {
    margin-left: 20px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle.solution {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: auto;
    padding-top: 0;
  }

  .dropdown-list.w--open {
    flex-flow: row;
    justify-content: flex-end;
    width: 100px;
    font-size: 2vw;
    display: flex;
  }

  .dropdown-layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .dropdown-block {
    text-align: center;
    font-size: 1.6vw;
  }

  .tabs-menu {
    justify-items: center;
  }

  .tabs-menu._1 {
    font-size: 10px;
  }

  .tab-link {
    width: 100px;
  }

  .text-block-5 {
    font-size: 10px;
    line-height: 1.4em;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .text-block-7 {
    font-size: 10px;
    line-height: 1.4em;
  }

  .heading {
    padding-bottom: 0;
  }

  .heading._1 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .paragraph {
    font-size: .7rem;
  }

  .new-tab {
    flex-flow: column;
    display: flex;
  }

  .paragraph-2, .paragraph-3 {
    font-size: .7rem;
  }

  .paragraph-tab-1 {
    font-size: .8rem;
  }

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

  .image-11 {
    width: auto;
    position: static;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100px;
    display: flex;
  }

  .module-title {
    margin-bottom: .5em;
    font-size: .8rem;
  }

  .div-block-2-copy-copy.module {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: .8rem;
  }

  .text-size-small {
    font-size: .8rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: .8rem;
  }

  .section.dashboard-section {
    height: auto;
    display: block;
    position: relative;
  }

  .section.dashboard-section.model {
    height: auto;
  }

  .container {
    padding: var(--mobile-separator) var(--mobile-padding-x);
    height: auto;
  }

  .brand {
    width: 65px;
  }

  .nav-menu {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .global-button {
    font-size: .8rem;
  }

  .global-button.second-version.for--career-place {
    position: static;
  }

  .global-link-wrapper.for--menu {
    margin-bottom: 4em;
  }

  .hero-title {
    text-align: center;
    height: auto;
    font-size: 1.3rem;
  }

  .hero-p {
    max-width: 100%;
    font-size: .76rem;
  }

  .hero-xl-text {
    font-size: 2.6rem;
  }

  .second-line {
    margin-bottom: 10px;
  }

  .title-wrapper.center {
    padding-top: 2em;
  }

  .text-align-center.for--cms-page {
    font-size: 1.5rem;
  }

  .text-align-center._2 {
    margin-top: 1em;
    font-size: .8rem;
  }

  .spacer-medium {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .justify-between-flex.is--center {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .vertical-box {
    padding: 1em;
  }

  .small-h2-title {
    font-size: 1rem;
  }

  .small-h2-title.size-large {
    font-size: 1.5rem;
  }

  .check-box-flex {
    margin-bottom: 0;
  }

  .check {
    width: 10px;
  }

  .global-small-text {
    font-size: .6rem;
    line-height: 1.3;
  }

  .sticky-content-right.for--features-page {
    grid-template-columns: 1fr;
  }

  .faq-dropdown {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordion-p {
    width: 90%;
    font-size: .85rem;
  }

  .accordion-p.for--dropdown {
    width: 100%;
    font-size: .8rem;
  }

  .dropdown-circle {
    width: 20px;
    height: 20px;
  }

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

  .faq-dropdown-list {
    padding-top: 1.5em;
  }

  .feature-icon-picture {
    width: 24px;
  }

  .card {
    padding: 1.5em 1em;
  }

  .medium-paragraph {
    font-size: .8rem;
  }

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

  .cards-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .card-detail-text.size-large {
    font-size: .8rem;
  }

  .contact-details-flex-child.have--shadow {
    flex-flow: column;
  }

  .contact-icon {
    width: 20px;
    height: 20px;
  }

  .sticky-content-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .sticky-block {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .integration-icon-block.first {
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    left: 0;
    right: 0;
  }

  .integration-icon-block.second {
    top: 20px;
  }

  .integration-icon-block.third {
    right: 0;
  }

  .integration-icon-block.fourth {
    left: 30px;
  }

  .integration-icon-block.fifth {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .integration-icon-block.sixth {
    margin-left: auto;
    margin-right: auto;
    bottom: -30px;
    left: 0;
    right: 0;
  }

  .integration-icon-block.fourth-copy {
    left: 30px;
  }

  .client-image-block {
    border-radius: 1em;
    width: 100%;
    overflow: hidden;
  }

  .client-paragraph.text-align-center-on-mobile {
    text-align: center;
  }

  .client-image {
    max-height: 275px;
  }

  .client-name-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .client-tab-link {
    flex-flow: column;
    padding: 1em 1em 2em;
    position: static;
  }

  .client-content-block {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper {
    padding: 1em;
  }

  .large-p, .global-form-input, .global-form-input::placeholder {
    font-size: 1rem;
  }

  .footer-design-image {
    filter: blur(90px);
    height: 30vh;
  }

  .footer-links-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-grid-child {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-text {
    line-height: 1.4;
  }

  .blog-link {
    height: 250px;
  }

  .licences-image {
    height: 150px;
  }

  .global-link-legal {
    font-size: .8rem;
  }

  .global-link-legal.nav-link {
    font-size: .9rem;
  }

  .global-grid-block {
    grid-template-columns: 1fr;
  }

  .card-detail-text-3.size-large, .popular-text {
    font-size: .8rem;
  }

  .hero-heading-title {
    font-size: 1.5rem;
  }

  .about-wrapper.for--team-members {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .about-details-wrapper {
    width: 100%;
  }

  .about-title {
    letter-spacing: -4px;
    font-size: 3rem;
  }

  .about-title.size-small {
    font-size: 1.6rem;
  }

  .team-member-child {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .career-item-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .career-p {
    max-width: 100%;
  }

  .post-body {
    max-width: 100%;
    font-size: .8rem;
  }

  .blog-main-image {
    height: 275px;
  }

  .career-rich-text {
    font-size: .8rem;
  }

  .career-first-title {
    font-size: .7rem;
  }

  .blog-content {
    padding: 1em;
  }

  .blog-title-for--blog-page {
    font-size: 1.2rem;
  }

  .global-bold-text-main {
    font-size: .85rem;
  }

  .x-large-paragraph {
    font-size: .9rem;
  }

  .blog-image-wrapper {
    height: 220px;
  }

  .blog-card-block.horizontal-flex {
    flex-flow: wrap;
  }

  .team-member-image {
    height: auto;
  }

  .process-detail-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .process-image {
    width: 125px;
  }

  .process-h3-title {
    font-size: 1rem;
  }

  .process-p {
    font-size: .85rem;
  }

  .feature-top {
    height: auto;
  }

  .feature-bottom {
    flex-flow: column;
    height: auto;
  }

  .feature-bottom-box {
    width: 100%;
    height: 200px;
  }

  .feature-bottom-box.large {
    width: 100%;
    height: auto;
  }

  .mobile-small-p {
    font-size: .7rem;
    line-height: 1.6;
  }

  .nav-dropdown-link-main._2nd {
    flex-flow: column;
    align-self: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-dropdown-link-main.solution {
    flex-flow: column;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-toggle {
    display: flex;
  }

  .dropdown-list {
    flex-flow: column;
    align-items: center;
    display: none;
  }

  .dropdown-list.w--open {
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .dropdown-layout {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: .5rem;
    display: flex;
  }

  .dropdown-block {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: center;
    padding-bottom: 0;
    font-size: 3vw;
  }

  .dropdown-block._2nd {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    margin-bottom: 10px;
    padding-top: .5em;
    display: flex;
  }

  .dropdown-subtitles {
    margin-bottom: .25em;
  }

  .dropdown-button {
    width: 100%;
    min-width: 10em;
  }

  .dropdown-button-content {
    width: 100%;
  }

  .dropdown-button-name {
    width: 100%;
    font-size: 1.4em;
    line-height: .8em;
  }

  .subtitle-block:hover {
    color: var(--black);
    font-size: 3vw;
  }

  .tabs-menu._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .tab-link {
    width: 125px;
    height: 50px;
  }

  .text-block-5, .text-block-6 {
    font-size: 8px;
  }

  .text-block-7 {
    font-size: 8px;
    line-height: 1.3em;
  }

  .feature-tab-content, .feature-tab-content._1-copy {
    flex-flow: column;
    display: flex;
  }

  .heading.model {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .paragraph-7 {
    font-size: .6rem;
  }

  .comprehensive-modules {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .module-title {
    opacity: .99;
    margin-top: .5em;
    margin-bottom: auto;
    margin-left: 10px;
  }

  .flex-block {
    background-color: var(--transparent);
    opacity: 1;
    mix-blend-mode: darken;
    border: 1px dotted #000;
    border-radius: 8px;
    width: 100%;
    display: block;
  }

  .div-block-2-copy-copy.module {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 10px;
  }

  .horizontal-dash-grid {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .image-12, .pointer-icon-box-copy-copy {
    text-align: center;
  }

  .tabs-content {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_665d5212-e55b-ad5b-a1e6-968c3269ca32-8be5b099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af1d219b-e61f-e2e6-7941-e462bdd96304-8be5b099 {
  align-self: auto;
}

#w-node-_83dc3e1f-0532-09b9-d4c8-c2e4761e322f-8be5b099 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_83dc3e1f-0532-09b9-d4c8-c2e4761e3234-8be5b099 {
  place-self: start center;
}

#w-node-_83dc3e1f-0532-09b9-d4c8-c2e4761e3239-8be5b099 {
  align-self: start;
}

#w-node-_83dc3e1f-0532-09b9-d4c8-c2e4761e323e-8be5b099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_4093ade0-d637-8e3a-813c-9b8a6f3177bd-8be5b099 {
  align-self: auto;
}

#w-node-fb8c89d6-e672-1b77-1843-ea269cd9f238-8be5b0a7 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-fb8c89d6-e672-1b77-1843-ea269cd9f23a-8be5b0a7 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-fb8c89d6-e672-1b77-1843-ea269cd9f23c-8be5b0a7 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-fb8c89d6-e672-1b77-1843-ea269cd9f23e-8be5b0a7 {
  grid-area: 3 / 3 / 4 / 4;
}


