:root {
  --dark-color: #0c0d0e;
  --light-grey: #99a0b7;
  --light-color: white;
  --primary-brand-color: #8967f3;
  --secondary-brand-color: #644da9;
  --mid-grey: #727272;
  --third-brand-color: #ede8ff;
  --fourth-brand-color: #67bacc;
  --background: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-04: #14142b24;
}

.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;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--dark-color);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--dark-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: var(--light-grey);
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
}

.section-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  font-size: 16px;
  line-height: 140%;
}

.large-p {
  font-size: 20px;
  line-height: 110%;
}

.style-guide-color-wrap {
  background-color: var(--dark-color);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--primary-brand-color);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--secondary-brand-color);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--mid-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--light-color);
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: var(--light-grey);
}

.style-guide-color-wrap.third-color-background {
  background-color: var(--third-brand-color);
}

.style-guide-color-wrap.fourth-color-background {
  background-color: var(--fourth-brand-color);
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-brand-color);
  background-image: linear-gradient(180deg, var(--primary-brand-color), var(--secondary-brand-color));
  color: var(--light-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1rem 2.25rem;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

.button:hover {
  opacity: .8;
  transform: translate(0, -6px);
}

.button.ghost-button {
  border: 2px solid var(--primary-brand-color);
  background-color: var(--third-brand-color);
  color: var(--primary-brand-color);
  background-image: none;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.button.ghost-button.w--current {
  background-color: var(--primary-brand-color);
  color: var(--light-color);
}

.button.ghost-button.invese-ghost {
  color: var(--primary-brand-color);
}

.button.ghost-button.is-pricing:hover, .button.ghost-button.is-pricing.w--current:hover {
  transform: none;
}

.button.inverse-button {
  background-color: var(--light-color);
  color: var(--light-color);
}

.button.form-submit {
  margin-top: 15px;
}

.button.is-home {
  padding: 1rem 2.25rem;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field.form-select {
  background-color: var(--light-color);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--light-color);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--dark-color);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.delete-this {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section {
  width: 100%;
}

.section.is-hero {
  background-image: url('../images/Hero-BG-IMAGE.svg'), linear-gradient(180deg, var(--background), var(--third-brand-color));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  height: 100vh;
  margin-top: 32px;
}

.section.is-software {
  background-image: linear-gradient(180deg, #eee8ff, var(--background) 32%);
}

.vertical-padding {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.large-container.is-centered {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.large-container.is-nav-pc {
  max-width: 1600px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.large-container.is-nav-mob {
  display: none;
}

.content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

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

.content-wrapper.is-cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding: 32px;
}

.content-wrapper.is-flex-vertical.is-hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 940px;
}

.content-wrapper.is-software {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pill {
  color: var(--primary-brand-color);
  background-color: #e9e2fd;
  border: 1px solid #d8ccff;
  border-radius: 1000px;
  padding: .375rem 1.25rem;
}

.pill.is-hero {
  margin-bottom: -1rem;
}

.home-hero-heading {
  text-align: center;
  font-weight: 500;
}

.text-span {
  background-image: linear-gradient(180deg, var(--primary-brand-color), var(--secondary-brand-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4285f4, #34a853 33%, #fbbc05 67%, #ea4335);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-hero-p {
  text-align: center;
  max-width: 39.375rem;
  font-size: 20px;
}

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

.body {
  background-color: var(--background);
}

.software-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.bullet_img {
  width: 32px;
}

.bullet_text {
  font-size: 18px;
  line-height: 140%;
}

.bullet_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.software-image {
  aspect-ratio: 1;
  background-color: var(--third-brand-color);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.software-image.is-500 {
  aspect-ratio: 550 / 500;
}

.software_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary-brand-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.software_link:hover {
  letter-spacing: .5px;
}

.software-link_img {
  width: 24px;
}

.insection-wrapper.is-software {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.features_img {
  padding-top: 30px;
  padding-left: 32px;
}

.dark-section {
  background-color: #23272a;
  width: 100%;
}

.heading_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* Center header text in Automatisering section */
#Automatisering .heading_wrapper h2 {
  text-align: center;
}

.case_heading {
  color: var(--light-color);
  text-align: center;
  text-transform: capitalize;
}

.text-span-3 {
  background-image: linear-gradient(90deg, var(--fourth-brand-color), var(--primary-brand-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.brix---btn-primary-full-width {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.pricing-bullet_text {
  font-weight: 500;
  line-height: 24px;
}

.pricing-heading_wrap {
  color: var(--dark-color);
}

.pricing_icon {
  width: 32px;
  margin-right: 14px;
}

.pricing-bullet_wrap {
  align-items: center;
  display: flex;
}

.pricing-bullet_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-card_bullets {
  margin-bottom: 40px;
}

.pricing-card_divider {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.pricing-neutral-color {
  color: var(--elements-webflow-library--neutral--600);
}

.pricing-date {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.pricing-price {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.pricing-price.is-custom {
  color: var(--secondary-brand-color);
  margin-bottom: 20px;
  font-size: 28px;
}

.margin-right-8px {
  margin-right: 8px;
}

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

.flex-hori-start.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.pricing_heading {
  margin-top: 0;
  margin-bottom: 12px;
}

.pricing-card_header {
  margin-bottom: 32px;
}

.pricing_content {
  padding: 40px 28px;
}

.pricing-card_div {
  border: 1px solid var(--third-brand-color);
  background-color: var(--background);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---btn-primary-white-full-width {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.pricing-color-neutral {
  color: var(--light-color);
}

.popular-badge_text {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.popular-badge {
  position: absolute;
  inset: 20px 20px auto auto;
}

.pricing-popular_div {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--primary-brand-color);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  position: relative;
}

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

.tabs_content {
  overflow: visible;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.tabs_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.max-width-700px {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.heading-p.is-centered {
  text-align: center;
}

.secondary-section {
  background-color: var(--third-brand-color);
  max-width: 100%;
}

.faq-icon-horizontal {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.faq-icon-vertical {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.faq-icon_wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.faq-right_wrapper {
  margin-left: 24px;
  margin-right: 0;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.faq-color-neutral {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.faq_spacer {
  min-height: 16px;
}

.faq-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.faq-header {
  align-items: center;
  display: flex;
}

.faq-content-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.faq-number {
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.faq-left-wrapper {
  display: flex;
}

.brix---accordion-item-wrapper-v5-last {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.faq-item_wrapper {
  border: 1px solid var(--third-brand-color);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 56px;
  transition: transform .3s;
  display: flex;
}

.faq-item_wrapper:hover {
  transform: translate(8px);
}

.faq_grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.margin-bottom-12px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.margin-bottom-80px {
  margin-bottom: 80px;
}

.brix---inner-container-547px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 574px;
  display: flex;
}

.track {
  flex: none;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.process-top-text {
  font-size: 48px;
  line-height: 100%;
}

.process-top-text.is-title {
  font-weight: 700;
  line-height: 120%;
}

.process-top-text.is-num {
  font-weight: 700;
}

.stickymicky {
  display: flex;
  position: sticky;
  top: 80px;
  overflow: hidden;
  transform: translate(0);
}

.process-box {
  border: 2px solid var(--primary-brand-color);
  color: var(--dark-color);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 650px;
  height: 740px;
  padding: 64px 50px 76px 64px;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1), border-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.process-box:hover {
  border-color: var(--primary-brand-color);
  background-color: var(--primary-brand-color);
  color: var(--third-brand-color);
}

.process-box-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.sectionheight {
  width: 100%;
  height: 300vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.process-boxes-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-right: -100vw;
  display: flex;
  transform: translate(0);
}

.text-block-16 {
  font-size: 20px;
  line-height: 140%;
}

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

.process_icon {
  mix-blend-mode: screen;
}

.flex-hori-stretch {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-hori-stretch.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.header_wrapper {
  z-index: 3;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.nav-logo_wrapper {
  background-color: var(--third-brand-color);
  border: 1px solid #c7c8d5;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 6px 12px;
  display: flex;
}

.nav-logo_img {
  width: 128px;
}

.nav-links-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--third-brand-color);
  border: 1px solid #c7c8d5;
  border-radius: 1000px;
  justify-content: space-between;
  align-items: center;
  padding: .625rem 3rem;
  display: flex;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.copyright-p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  background-color: var(--third-brand-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.social-media_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.footer-item_div {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-item_grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-logo_img {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo_img:hover {
  transform: scale3d(.97, .97, 1.01);
}

.footer-logo {
  width: 80px;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.footer-top {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer_container {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer_wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.image {
  padding: 4px;
}

.case-content_wrapper {
  padding-top: 5rem;
}

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

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

.duo_grid.is-box-5 {
  z-index: 2;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.box-type-1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #1b1c20;
  border: 1px solid #565656;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.box_heading {
  color: var(--light-color);
  text-transform: uppercase;
}

.box_heading.is-2 {
  font-size: 40px;
}

.box_heading.is-title {
  text-transform: capitalize;
}

.box_text {
  color: #979797;
  font-size: 24px;
  line-height: 100%;
}

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

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

.box-type-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #1b1c20;
  border: 1px solid #565656;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.text-span-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4285f4, #34a853 33%, #fbbc05 67%, #ea4335);
  -webkit-background-clip: text;
  background-clip: text;
}

.box-type-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #1b1c20;
  border: 1px solid #565656;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.box-type-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1b1c20;
  border: 1px solid #565656;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.case-explanation_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case_body {
  color: var(--light-color);
  line-height: 160%;
}

.text-span-5, .text-span-6 {
  color: var(--primary-brand-color);
}

.box-type-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1b1c20;
  border: 1px solid #565656;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-5_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.box-5_heading, .box-5_p {
  color: var(--light-color);
}

.text-span-7 {
  background-image: linear-gradient(90deg, var(--primary-brand-color), var(--fourth-brand-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.absolute_wrapper {
  position: absolute;
  inset: 0%;
}

.box-5-img_div {
  transform-style: preserve-3d;
}

.paragraph {
  font-size: 16px;
}

.link {
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), background-color .35s ease-out;
}

.link:hover {
  color: var(--mid-grey);
  transform: translate(0, -6px);
}

.text-span-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #3abffe, #d897e7);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
  font-size: 12px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---display-3 {
  color: var(--secondary-brand-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.brix---display-3:hover {
  color: var(--primary-brand-color);
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---width-100 {
  width: 100%;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-bottom: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--mid-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---paragraph-default-3 {
  color: var(--mid-grey);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--primary-brand-color);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library--neutral--800);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---avatar-circle-07 {
  background-image: url('../images/WhatsApp-Image-2025-02-03-at-14.38.36.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 50%;
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
  overflow: hidden;
  transform: translate(0);
}

.brix---avatar-circle-07.is-rino {
  background-image: url('../images/WhatsApp-Image-2025-02-03-at-14.39.59.jpeg');
  background-position: 50%;
}

.brix---card-content-center-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 25px 48px;
  display: flex;
  position: relative;
}

.brix---team-v13-right-content {
  flex: 1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
}

.brix---team-v13-left-content {
  max-width: 160px;
  margin-right: 12px;
}

.brix---flex-horizontal-team-v13 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--primary-brand-color);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--primary-brand-color);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--secondary-brand-color);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 12px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  background-color: var(--primary-brand-color);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #f5f7fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---heading-h1-size {
  color: var(--secondary-brand-color);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h5-size {
  color: var(--mid-grey);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-default-4 {
  color: var(--mid-grey);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-2-columns-2-col-mbl {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .large-container.is-nav-pc {
    display: none;
  }

  .large-container.is-nav-mob {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .content-wrapper.is-software {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-card_divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pricing-price {
    font-size: 48px;
    line-height: 60px;
  }

  .pricing_heading {
    font-size: 22px;
    line-height: 32px;
  }

  .pricing-card_header {
    margin-bottom: 24px;
  }

  .brix---btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .margin-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .faq_spacer {
    min-height: 12px;
  }

  .faq-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .faq-item_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-item_wrapper:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .margin-bottom-80px {
    margin-bottom: 64px;
  }

  .flex-hori-stretch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .navbar {
    background-color: var(--third-brand-color);
    border: 1px solid #c7c8d5;
    border-radius: 10px;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--third-brand-color);
    border: 1px solid #c7c8d5;
    border-radius: 10px;
    flex-flow: column;
    margin-top: 1rem;
    display: flex;
  }

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

  .brand {
    width: 56px;
  }

  .menu-button:focus {
    background-color: var(--third-brand-color);
  }

  .icon:active {
    color: var(--secondary-brand-color);
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav-menu_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem;
    display: flex;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media_grid {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

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

  .footer-top {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .duo_grid.is-case {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: column;
  }

  .box-type-1 {
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
  }

  .box_heading {
    font-size: 40px;
  }

  .box_heading.is-2 {
    font-size: 32px;
  }

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

  .box-5-img_div {
    opacity: .63;
    position: absolute;
    inset: 0% auto auto -10%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---avatar-circle-07 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .brix---card-content-center-v13 {
    padding-top: 90px;
  }

  .brix---team-v13-left-content {
    max-width: none;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .brix---flex-horizontal-team-v13 {
    flex-direction: column;
    align-items: center;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-color-wrap {
    height: auto;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .pricing-bullet_text {
    font-size: 16px;
  }

  .pricing-card_bullets {
    margin-bottom: 24px;
  }

  .pricing-card_divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pricing-date {
    font-size: 18px;
    line-height: 20px;
  }

  .pricing-price {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .pricing_content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .popular-badge_text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tabs_menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .margin-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-right_wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .faq-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---accordion-item-wrapper-v5-last, .brix---accordion-item-wrapper-v5, .faq-item_wrapper {
    padding: 48px 0;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .margin-bottom-80px {
    margin-bottom: 48px;
  }

  .process-top-text, .process-top-text.is-title {
    font-size: 32px;
  }

  .process-box {
    width: 400px;
    height: 600px;
  }

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

  .social-media_grid {
    justify-content: center;
    justify-items: center;
  }

  .footer-item_div {
    margin-bottom: 10px;
  }

  .footer-logo {
    width: 239px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---avatar-circle-07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .brix---card-content-center-v13 {
    padding-top: 72px;
    padding-bottom: 40px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }
}

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

  h2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .button.is-home.is-small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 14px;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .section.is-hero {
    background-image: url('../images/Hero-BG-Image-Mobile.png'), linear-gradient(180deg, var(--background), var(--third-brand-color));
    background-position: 50% 100%, 0 0;
    background-size: 360px, auto;
    margin-top: 0;
    padding-top: 4rem;
  }

  .vertical-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .large-container.is-centered {
    justify-content: center;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .content-wrapper.is-software {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .content-wrapper.is-software.is-reverse {
    flex-flow: row-reverse wrap-reverse;
  }

  .pill.is-hero {
    margin-bottom: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .home-hero-heading {
    font-size: 30px;
  }

  .home-hero-p {
    font-size: 16px;
    display: none;
  }

  .actions-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .software-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .bullet_img {
    width: 24px;
  }

  .bullet_text {
    font-size: 14px;
  }

  .bullet_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .software-image {
    padding: 1rem;
  }

  .features_img {
    padding-top: 0;
    padding-left: 0;
  }

  .heading_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .pricing_icon {
    width: 24px;
    margin-right: 8px;
  }

  .pricing-card_divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .pricing-price {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .flex-hori-start.gap-1rem {
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing_heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .popular-badge_text {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .popular-badge {
    top: 14px;
    right: 14px;
  }

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

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .tabs_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .margin-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-right_wrapper {
    margin-right: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .margin-bottom-80px {
    margin-bottom: 40px;
  }

  .track {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .process-top-text.is-title {
    font-size: 1.5rem;
  }

  .stickymicky {
    margin-bottom: 0;
  }

  .process-box {
    width: 320px;
    height: 550px;
    padding-left: 32px;
    padding-right: 24px;
  }

  .process-box-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sectionheight {
    height: 225vh;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .process-boxes-wrap {
    margin-right: -90vw;
    padding-left: 16px;
  }

  .process-icon_wrapper {
    width: 48px;
  }

  .flex-hori-stretch {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
    display: flex;
  }

  .brand {
    width: 90px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    display: flex;
  }

  .icon:focus {
    color: var(--primary-brand-color);
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .copyright-p {
    font-size: 12px;
    line-height: 20px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media_grid {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-item_div {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-item_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .footer-logo_img {
    width: 100%;
    max-width: 128px;
  }

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

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

  .footer_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .duo_grid.is-box-5 {
    grid-template-columns: 1.25fr;
  }

  .duo_grid.is-case {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .box_heading, .box_heading.is-2 {
    font-size: 24px;
  }

  .box_heading.is-title {
    line-height: 120%;
  }

  .box_text {
    font-size: 16px;
  }

  .case_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .box-type-2 {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .box-type-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .case_body {
    font-size: 14px;
  }

  .box-type-5 {
    height: 100%;
  }

  .empty {
    display: none;
  }

  .box-5-img_div {
    transform: scale3d(1none, 1none, 1none);
    display: none;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---card-content-center-v13 {
    padding-top: 79px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }
}

#w-node-_670ca6cb-5db1-0785-f8ee-f5ac92b87529-c47f8ff3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69817a19-4759-09ed-38dc-583b155656ff-c47f8ff3 {
  justify-self: start;
}

#w-node-c73b76c4-d2d5-2582-8605-c5ef4143c343-c47f8ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ef36851-b181-6ffb-ca05-33c7445c646a-c47f8ff3 {
  justify-self: start;
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-c47f8ff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-c47f8ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-c47f8ff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-c47f8ff4, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-c47f8ff4, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-c47f8ff4, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-c47f8ff4, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-c47f8ff4, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-c47f8ff4, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-c47f8ff4, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-c47f8ff4, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-c47f8ff4, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-c47f8ff4, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-c47f8ff4, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-c47f8ff4, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-c47f8ff4, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-c47f8ff4, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-c47f8ff4, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-c47f8ff4, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-c47f8ff4, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-c47f8ff4, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-c47f8ff4, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-c47f8ff4, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-c47f8ff4, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-c47f8ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-c47f8ff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-c47f8ff4, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-c47f8ff4, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-c47f8ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-c47f8ff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-c47f8ff4, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-c47f8ff4, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-c47f8ff4, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-c47f8ff4, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-c47f8ff4, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-c47f8ff4, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-c47f8ff4, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-c47f8ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-c47f8ff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-c47f8ff4, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-c47f8ff4, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-c47f8ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-c47f8ff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-c47f8ff4, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-c47f8ff4, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-c47f8ff4, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-c47f8ff4, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-c47f8ff4, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-c47f8ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-c47f8ff4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-c47f8ff4, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-c47f8ff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_670ca6cb-5db1-0785-f8ee-f5ac92b87529-c47f8ff3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ef36851-b181-6ffb-ca05-33c7445c646a-c47f8ff3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ef36851-b181-6ffb-ca05-33c7445c646a-c47f8ff3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ef36851-b181-6ffb-ca05-33c7445c646a-c47f8ff3 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Customer Results Section Styles */
.customer-results-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ede8ff;
  margin: 0 auto;
  padding: 100px 20px 40px 20px;
  text-align: center;
}
.customer-results-title {
  font-size: 56px;
  font-weight: 600;
  margin: 16px 0 32px 0;
}
.customer-results-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.customer-card {
  background: #fff;
  border: 2px solid rgb(137, 103, 243);
  border-radius: 20px;
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 2px 8px rgba(137,103,243,0.08);
  overflow: hidden;
}
.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  background: #eee;
  overflow: hidden;
}
.testimonial-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  object-fit: contain;
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: #8967f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(137,103,243,0.15);
}
.play-button::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 22px solid #222;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 8px;
}
.customer-bar {
  background: #8967f3;
  color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
  padding: 8px 0;
  border-bottom: 2px solid rgb(137, 103, 243);
}
.customer-stats {
  background: #ede8ff;
  color: rgb(137, 103, 243);
  padding: 18px 0 12px 0;
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.customer-percentage {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: rgb(137, 103, 243);
}
.customer-reviews {
  font-size: 1.05rem;
  opacity: 0.85;
  color: #222;
}
@media (max-width: 1100px) {
  .customer-results-grid {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .customer-card {
    width: 90vw;
    max-width: 400px;
  }
}
@media (max-width: 479px) {
  .customer-results-title {
    font-size: 32px;
  }
}

/* Review Growth Section Styles */
.review-growth-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #eee8ff, var(--background) 32%);
}

.review-growth-section {
  margin: 0 auto 60px auto;
  padding: 60px 20px 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-growth-title {
  font-size: 56px;
  font-weight: 700;
  margin: 16px 0 32px 0;
}
.review-growth-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.review-growth-card {
  background: #fff;
  border: 2px solid #8967f3;
  border-radius: 20px;
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 8px rgba(137,103,243,0.08);
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}
.review-growth-badge {
  background: #fff;
  color: #222;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 8px 18px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(137,103,243,0.08);
  border: 2px solid #8967f3;
  margin: 20px 0 20px 0;
}
.review-growth-number {
  font-size: 90px;
  font-weight: 700;
  color: #8967f3;
  line-height: 1;
}
.review-growth-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-top: 8px;
}
.review-growth-stars {
  color: #ffb600;
  font-size: 1.5rem;
  margin: 8px 0 0 0;
  letter-spacing: 2px;
}
.review-growth-before {
  background: #fff;
  color: #222;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 12px;
  padding: 4px 16px;
  margin: 12px 0 0 0;
  border: 2px solid #222;
  display: inline-block;
}
.review-growth-before span {
  font-weight: 700;
  color: #8967f3;
}
.review-growth-logo {
  width: 90px;
  height: 60px;
  object-fit: contain;
  margin: 18px 0 0 0;
  background: #f7f7f7;
  border-radius: 8px;
}
.review-growth-name {
  background: #8967f3;
  color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
  padding: 8px 0;
  width: 100%;
  margin-top: 12px;
  border-bottom: 2px solid #8967f3;
}
.review-growth-percent {
  background: #ede8ff;
  color: #8967f3;
  font-size: 2.2rem;
  font-weight: 700;
  width: 100%;
  padding: 18px 0 12px 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: auto;
}
@media (max-width: 1100px) {
  .review-growth-grid {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .review-growth-card {
    width: 90vw;
    max-width: 400px;
  }
}
@media (max-width: 479px) {
  .review-growth-title {
    font-size: 32px;
  }
  .review-growth-number {
    font-size: 56px;
  }
  .review-growth-card {
    max-width: 99vw;
  }
}

/* Client Logos Section */
.section.is-clients {
  padding: 0;
  background-color: #f8f9fa;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
}

.client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.client-logo:hover {
  transform: scale(1.05);
}

.client-logo-img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-logo:hover .client-logo-img {
  filter: grayscale(0%);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .section.is-clients {
    padding: 60px 0;
  }
}