:root {
  --_color---bg-gallery: #ecebe8;
  --font-sans: "Mona Sans", system-ui, -apple-system, sans-serif;
  --text-color: #0d0d0d;
  --_color---walnut: #2e1f14;
  --_color---off-black: #ecebe8;
  --untitled-ui--gray600: var(--text-color);
  --_color---purple\<deleted\|variable-d5a0bc7c-304b-b062-1067-f38c1f84a310\>: #edeafd;
  --green\<deleted\|variable-f10978ed-52f8-caae-622f-7f60ee9ebb86\>: var(--untitled-ui--primary600);
  --untitled-ui--white: white;
  --untitled-ui--primary700: #0a2a6b;
  --_color---olive: #3a4a3a;
  --font-serif-numerals: "Mona Sans", system-ui, sans-serif;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray500: #667085;
}

body {
  background-color: var(--_color---bg-gallery);
  color: #fff;
  max-width: 100vw;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  overflow-x: hidden;
}

.nav-wrap {
  z-index: 1000;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-inner {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-logo-link {
  grid-column-gap: 12px;
  color: inherit;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-logo-img {
  width: auto;
  height: 16px;
  display: block;
}

.nav-menu {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.nav-menu-link {
  color: #ffffff80;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.hero-wrap {
  max-width: 1920px;
  min-height: calc(35vw + 180px);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 40px;
  position: relative;
  overflow: visible;
}

.hero-orb {
  z-index: 0;
  aspect-ratio: 1;
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ffffff1f;
  border-radius: 6px;
  width: 35%;
  margin: 0;
  padding-bottom: 0;
  position: absolute;
  top: 15%;
  left: 40px;
  box-shadow: 0 0 80px #0a2a6b8c;
}

.hero-content {
  z-index: 1;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50%;
  position: relative;
}

.hero-h1 {
  max-width: 820px;
  color: var(--untitled-ui--white);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.04;
}

.hero-buttons {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  display: flex;
}

.btn-primary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 47px;
  padding: 14px 32px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.features-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
}

.features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.feature-card {
  background-color: #121220b3;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  flex-direction: column;
  min-height: 360px;
  padding: 40px 32px;
  display: flex;
}

.feature-icon {
  color: #ffffffb3;
  background-color: #ffffff0f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 44px;
  font-size: 20px;
  display: flex;
}

.feature-title {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-body {
  color: #ffffffb3;
  flex: 1;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.email-marquee-wrap {
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.email-marquee-track {
  grid-column-gap: 24px;
  width: max-content;
  animation: 80s linear infinite mqs;
  display: flex;
}

.email-marquee-card {
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
  flex-shrink: 0;
  width: 260px;
  height: 520px;
  display: block;
}

.tjen-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px 200px;
}

.tjen-intro {
  max-width: 640px;
  margin-bottom: 64px;
}

.tjen-eyebrow {
  color: #6b8fd4;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.tjen-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.tjen-lead {
  color: #ffffffb3;
  margin: 0 0 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.tjen-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  padding-bottom: 0;
  display: grid;
}

.tjen-card {
  background-color: #121220b3;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  flex-direction: column;
  padding: 40px 36px;
  display: flex;
}

.tjen-card-icon {
  color: #6b8fd4;
  background-color: #0a2a6b26;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 40px;
  font-size: 20px;
  display: flex;
}

.tjen-card-title {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.tjen-card-body {
  color: #ffffffb3;
  border-bottom: 1px solid #ffffff1a;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.tjen-card-bullets {
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0;
  display: flex;
}

.tjen-bullet {
  color: #ffffffb8;
  margin: 0;
  padding-left: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
}

.trust-wrap {
  flex-direction: column;
  align-items: stretch;
  gap: 56px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 200px 40px 100px;
  display: flex;
}

.trust-intro {
  text-align: center;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.trust-eyebrow {
  color: #6b8fd4;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.trust-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}

.trust-lead {
  color: #ffffffb3;
  text-align: center;
  justify-content: center;
  max-width: none;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}

.trust-visual {
  flex: 100%;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.trust-stat-big {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

.trust-stat-label {
  color: #ffffffb3;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
}

.reviews-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px 40px;
}

.reviews-track {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  display: grid;
  overflow: visible;
}

.reviews-card {
  grid-row-gap: 20px;
  scroll-snap-align: start;
  background-color: #121220b3;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  width: 100%;
  max-width: none;
  padding: 32px;
  font-size: 12px;
  display: flex;
}

.reviews-stars {
  color: #ffc857;
  letter-spacing: 2px;
  margin: 0;
  font-size: 14px;
  display: none;
}

.reviews-quote {
  color: #ffffffd9;
  white-space: pre-line;
  flex: 1;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
}

.reviews-author-row {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.reviews-author-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.reviews-author-role {
  color: #6b8fd4;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 12px;
}

.score-wrap {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.score-intro {
  z-index: 2;
  max-width: 800px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.score-pill {
  grid-column-gap: 6px;
  color: #6b8fd4;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0a2a6b26;
  border: 1px solid #0a2a6b66;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 32px;
  padding: 7px 14px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.score-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.score-lead {
  color: #fff9;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.score-row {
  z-index: 2;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 800px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.score-mini {
  grid-column-gap: 12px;
  text-align: left;
  background-color: #121220b3;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.score-mini-icon {
  color: #6b8fd4;
  background-color: #6b8fd426;
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: flex;
}

.score-mini-label {
  color: #ffffffd9;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.score-cta {
  z-index: 2;
  grid-column-gap: 8px;
  color: #fff;
  background-color: #0a2a6b;
  border-radius: 100px;
  align-items: center;
  padding: 18px 36px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  box-shadow: 0 0 60px #0a2a6b66;
}

.redef-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
}

.redef-grid {
  grid-column-gap: 32px;
  grid-template-columns: 60fr 40fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.redef-h2 {
  color: var(--untitled-ui--white);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.08;
}

.redef-image {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  box-shadow: none;
  color: #fff0;
  cursor: pointer;
  mix-blend-mode: screen;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

.redef-image:hover {
  box-shadow: none;
  filter: none;
  mix-blend-mode: screen;
  transform: none;
}

.redef-lead {
  color: #ffffffb3;
  white-space: normal;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.logos-wrap {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.logos-row {
  will-change: transform;
  align-items: center;
  gap: 160px;
  width: max-content;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logos-img {
  opacity: .55;
  filter: brightness(0) invert();
  object-fit: contain;
  border-radius: 6px;
  flex-shrink: 0;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 64px;
  transition: filter .25s, opacity .25s;
  display: block;
}

.logos-img:hover {
  opacity: .55;
  filter: brightness(0) invert();
}

.innov-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
}

.innov-header {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  display: grid;
}

.innov-grid {
  grid-column-gap: 32px;
  grid-template-columns: 300px 1fr;
  align-items: start;
  gap: 64px;
  font-family: Figtree, system-ui, sans-serif;
  display: grid;
}

.innov-middle-item {
  color: #ffffffbf;
  text-align: center;
  border-bottom: 1px solid #ffffff14;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
}

.faq-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
  position: relative;
}

.faq-header {
  grid-column-gap: 80px;
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 60px;
  display: grid;
}

.faq-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.025em;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
}

.faq-items {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.faq-item {
  background-color: #121220b3;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  padding: 24px 28px;
}

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

.faq-q {
  color: #fff;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.faq-chevron {
  color: #fff9;
  flex-shrink: 0;
  margin: 0;
  font-size: 18px;
}

.faq-a {
  color: #ffffffb3;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.contact-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
}

.contact-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.contact-check-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  display: grid;
}

.contact-check-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.contact-check-icon {
  color: #fffc;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  font-size: 14px;
  display: flex;
}

.contact-check-label {
  color: #fffc;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
}

.contact-form-card {
  background-color: #121220b3;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  padding: 40px;
}

.contact-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.contact-form-row {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.contact-form-field {
  margin-bottom: 20px;
}

.contact-form-label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
  display: block;
}

.contact-form-input {
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  outline: none;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
}

.contact-form-submit {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff24;
  border-radius: 100px;
  align-items: center;
  margin-top: 12px;
  padding: 14px 28px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.footer-wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px 40px;
}

.footer-top {
  grid-column-gap: 48px;
  border-bottom: 1px solid #ffffff14;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  margin-bottom: 32px;
  padding-bottom: 40px;
  display: grid;
}

.footer-col-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-links {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #fff9;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.footer-news-row {
  grid-column-gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.footer-news-input {
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  outline: none;
  flex: 1;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
}

.footer-news-btn {
  color: #fff;
  background-color: #ffffff26;
  border: none;
  border-radius: 100px;
  align-items: center;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.footer-social-row {
  grid-column-gap: 12px;
  display: flex;
}

.footer-social {
  color: #fff;
  background-color: #ffffff14;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-item {
  grid-column-gap: 8px;
  color: #ffffff8c;
  align-items: center;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 12px;
  display: inline-flex;
}

.footer-sub-text {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.redef-inline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
  max-width: 1200px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.redef-inline-stat {
  background-color: #ffffff05;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.redef-right {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  min-height: auto;
  box-shadow: none;
  border-radius: 0;
  order: -1;
  grid-template: none;
  place-content: space-between center;
  place-items: stretch stretch;
  gap: 0;
  display: block;
  position: relative;
}

.faq-image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
  width: 35%;
  max-width: 500px;
  display: block;
  position: absolute;
  top: 202px;
  right: 40px;
  box-shadow: 0 0 80px #0a2a6b8c;
}

.text-block-9 {
  color: var(--untitled-ui--white);
}

.hero-pre-h1 {
  color: #6b8fd4;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-top: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hero-body {
  color: #ffffffb3;
  max-width: 520px;
  margin: 0 0 28px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36 {
  margin-bottom: 0;
}

.partner-bar {
  text-align: center;
  border-bottom: 1px solid #ffffff14;
  padding: 56px 40px;
}

.reviews-eyebrow {
  color: #6b8fd4;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.reviews-h2 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 32px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.nav-contact-btn {
  color: #fff;
  background-color: #0a2a6b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff05;
  border: 1px solid #ffffff24;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 24px;
  font-family: Figtree, system-ui, sans-serif;
  transition: transform .3s, border-color .3s, background-color .3s, box-shadow .3s;
  display: flex;
}

.team-card-img {
  aspect-ratio: 1;
  object-fit: cover;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 8px;
}

.team-card-name {
  color: #fff;
  margin: 0;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.team-card-role {
  color: #6b8fd4;
  border-bottom: 1px solid #ffffff14;
  margin: 0 0 8px;
  padding-bottom: 16px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.team-card-bullets {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1200px;
  }

  .paragraph-3 {
    max-width: 525px;
  }

  .container-2 {
    max-width: 1200px;
  }

  .heading-8, .heading-8.txt-2, .heading-8.txt-2 {
    font-size: 30px;
  }

  .paragraph-7, .paragraph-7.p-2, .paragraph-7.p-2 {
    font-size: 16px;
  }

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

  .answer-text-f88 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-question-f88 {
    font-size: 22px;
  }

  .question-wrapper-f88 {
    max-width: 1000px;
  }

  .paragraph-12 {
    font-size: 18px;
    line-height: 35px;
  }

  .div-block-29 {
    justify-content: flex-start;
  }

  .div-block-30 {
    width: 488px;
    margin-left: 25px;
  }

  .container-4, .container-5 {
    max-width: 1200px;
  }

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

  .paragraph-19 {
    width: 900px;
    font-size: 18px;
  }

  .div-block-45 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

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

  .uui-container-large-2 {
    max-width: 1140px;
  }

  .uui-footer04_component {
    justify-content: center;
    align-items: center;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    place-items: stretch start;
  }

  .container-10 {
    max-width: 1200px;
  }

  .testimonial-quote {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-23 {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-24 {
    max-width: 525px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-2 {
    max-width: 1200px;
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph {
    font-size: 18px;
  }

  .link {
    font-size: 20px;
  }

  .heading-7 {
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph-6 {
    max-width: 800px;
    font-size: 18px;
  }

  .heading-9 {
    font-size: 56px;
  }

  .answer-text-f88 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-question-f88 {
    font-size: 24px;
  }

  .question-wrapper-f88 {
    max-width: 1200px;
  }

  .heading-13 {
    font-size: 56px;
    line-height: 65px;
  }

  .paragraph-11 {
    max-width: 800px;
    font-size: 18px;
  }

  .heading-14 {
    max-width: 100%;
    font-size: 42px;
  }

  .paragraph-12 {
    font-size: 18px;
  }

  .container-5 {
    max-width: 1400px;
  }

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

  .paragraph-19 {
    width: 1000px;
    font-size: 20px;
  }

  .heading-20 {
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

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

  .testimonial-quote {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-23 {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 20px;
  }

  .nav-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 19px;
  }

  .nav-menu {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-content {
    padding-left: 45%;
  }

  .hero-h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .feature-card {
    padding: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .tjen-card {
    padding: 30px;
  }

  .hero-pre-h1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .text-block-10 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: var(--_color---bg-gallery);
  }

  .heading-2 {
    max-width: 1200px;
  }

  .paragraph {
    max-width: 800px;
    font-size: 20px;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    max-width: 1800px;
  }

  .paragraph-6 {
    max-width: 800px;
    font-size: 20px;
  }

  .answer-text-f88 {
    font-size: 18px;
    line-height: 30px;
  }

  .question-wrapper-f88 {
    max-width: 1200px;
  }

  .paragraph-12 {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-19 {
    width: 900px;
    font-size: 20px;
  }

  .div-block-44 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .testimonial-quote {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-22 {
    font-size: 20px;
  }

  .paragraph-23 {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 20px;
  }

  .italic-text-2 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 90%;
  }

  .nav-menu-wrapper {
    z-index: 100;
    background-color: #040312;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-menu-two {
    z-index: 0;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 60px 20px;
    display: flex;
    position: relative;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .heading-2 {
    max-width: 651px;
    font-size: 36px;
    line-height: 50px;
  }

  .paragraph {
    max-width: 600px;
  }

  .div-block {
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

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

  .div-block-13 {
    left: 23%;
  }

  .heading-6 {
    margin-right: 0;
  }

  .container-2 {
    max-width: 95%;
  }

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

  .heading-7 {
    font-size: 36px;
    line-height: 50px;
  }

  .paragraph-6 {
    max-width: 650px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-8.txt-2 {
    font-size: 20px;
  }

  .container-3 {
    max-width: 95%;
  }

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

  .heading-9 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .answer-text-f88 {
    font-size: 16px;
    line-height: 25px;
  }

  .question-f88:hover {
    text-decoration: none;
  }

  .text-question-f88 {
    font-size: 24px;
  }

  .question-wrapper-f88 {
    margin-bottom: 5px;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    display: flex;
  }

  .paragraph-11 {
    max-width: 650px;
  }

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

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

  .div-block-29 {
    justify-content: flex-start;
  }

  .container-4 {
    max-width: 90%;
  }

  .container-5 {
    max-width: 95%;
  }

  .question-wrapper-f66 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }

  .question-f66 {
    padding-right: 10px;
  }

  .question-f66:hover {
    text-decoration: none;
  }

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

  .heading-18 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-17 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-18 {
    font-size: 45px;
  }

  .paragraph-19 {
    width: 500px;
    margin-bottom: 0;
    line-height: 30px;
  }

  .div-block-44.for-mob {
    justify-content: space-between;
    display: none;
  }

  .image-21 {
    width: 200px;
  }

  .div-block-46._5m {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-right: 66px;
    display: flex;
  }

  .container-7 {
    max-width: 90%;
  }

  .div-block-47 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-48, .div-block-49 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-footer04_top-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 2.1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-bottom: 40px;
  }

  .uui-footer04_logo-link {
    width: 300px;
  }

  .uui-footer04_link-list {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

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

  .heading-20 {
    font-size: 36px;
    line-height: 64px;
  }

  .paragraph-21 {
    font-size: 18px;
  }

  .container-8 {
    max-width: 90%;
  }

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

  .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    margin-bottom: 20px;
  }

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

  .container-10 {
    max-width: 90%;
  }

  .testimonial-slider-large {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 32px;
    display: block;
  }

  .testimonial-content {
    margin-right: 30px;
    padding-bottom: 32px;
  }

  .testimonial-quote {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 25px;
    overflow: visible;
  }

  .paragraph-23 {
    line-height: 25px;
  }

  .paragraph-24.paragraph-3use-18 {
    font-size: 16px;
  }

  .heading-23 {
    margin-right: 0;
  }

  .nav_button_wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

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

  .menu-button-2.w--open {
    background-color: var(--green\<deleted\|variable-f10978ed-52f8-caae-622f-7f60ee9ebb86\>);
  }

  .hero-orb {
    width: 40%;
  }

  .hero-h1 {
    font-size: 38px;
  }

  .hero-sub {
    grid-column-gap: 32px;
  }

  .features-grid, .tjen-grid, .reviews-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .score-row {
    grid-column-gap: 12px;
    grid-template-columns: repeat(3, 1fr);
  }

  .innov-grid {
    grid-template-columns: 240px 1fr;
    gap: 40px;
  }

  .contact-grid {
    grid-column-gap: 40px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .redef-inline {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading-2 {
    font-size: 32px;
  }

  .div-block {
    padding-top: 40px;
  }

  .results-bj-rk {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
  }

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

  .div-block-13 {
    left: 164px;
  }

  .tab-link-3.tab-link-34444.w--current {
    max-width: 1000px;
    margin-bottom: 7px;
  }

  .container-2 {
    max-width: 90%;
  }

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

  .heading-7 {
    max-width: 400px;
    font-size: 36px;
    line-height: 44px;
  }

  .div-block-15 {
    display: block;
  }

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

  .div-block-16.cart-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

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

  .heading-9 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 44px;
  }

  .question-f88 {
    line-height: 24px;
  }

  .icon-wrapper-f88 {
    flex: none;
  }

  .faq-f88 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-question-f88 {
    margin-right: 10px;
    line-height: 24px;
  }

  .question-wrapper-f88 {
    margin: 15px 0 0;
    padding-left: 20px;
  }

  .div-block-17 {
    margin-bottom: 0;
  }

  .div-block-25 {
    width: 500px;
  }

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

  .div-block-28 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-4 {
    max-width: 90%;
  }

  .div-block-31 {
    margin-top: 40px;
  }

  .answer-text-f66 {
    width: 90%;
    font-family: var(--font-sans);
    color: var(--text-color);
    line-height: 24px;
  }

  .text-question-f66 {
    font-family: var(--font-sans);
    color: var(--text-color);
    padding-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-question-f66.txt-11 {
    padding-right: 0;
  }

  .faq-f66 {
    padding: 40px 10px;
  }

  .arrow-blue-f66 {
    color: #878282;
    display: block;
    inset: auto;
  }

  .question-wrapper-f66 {
    border-bottom: 1px solid #2e2b40;
  }

  .question-wrapper-f66.step-2 {
    max-width: 691px;
  }

  .question-f66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 0 solid #2e2b4000;
    justify-content: flex-start;
    padding-left: 0;
    line-height: 24px;
  }

  .arrow-black-f66 {
    display: block;
  }

  .icon-wrapper-f66 {
    flex: none;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .heading-18 {
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-19 {
    width: 300px;
    margin-left: 0;
    font-size: 15px;
  }

  .paragraph-19.nearly, .paragraph-19.brands, .paragraph-19.nearly, .paragraph-19.brands {
    width: 315px;
  }

  .div-block-44 {
    margin-top: 32px;
  }

  .div-block-44.for-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-45 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image-21 {
    width: 100%;
  }

  .div-block-46._5m {
    max-width: 155px;
    margin-right: 0;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-49 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-50, .div-block-51 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .uui-footer04_link:hover {
    color: var(--_color---walnut);
  }

  .uui-footer04_social-link:hover {
    color: var(--text-color);
  }

  .uui-footer04_legal-link:hover {
    color: var(--_color---walnut);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

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

  .heading-20 {
    font-size: 36px;
    line-height: 44px;
  }

  .container-8 {
    max-width: 90%;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    margin-bottom: 10px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
    display: flex;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

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

  .code-embed {
    margin-top: 1.5rem;
  }

  .nav-inner {
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    display: none;
  }

  .hero-wrap {
    padding: 80px 20px 64px;
  }

  .hero-orb {
    width: 80%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    left: auto;
  }

  .hero-content {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-eyebrow {
    letter-spacing: .09em;
    font-size: 10px;
    top: 84px;
  }

  .hero-h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .hero-buttons {
    align-items: stretch;
    width: 100%;
  }

  .btn-primary, .btn-outline {
    width: 100%;
    min-width: 0;
  }

  .hero-sub {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .features-wrap {
    padding: 64px 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .email-marquee-track {
    animation: 110s linear infinite mqs;
  }

  .email-marquee-card {
    width: 280px;
    height: 560px;
  }

  .tjen-wrap {
    padding: 64px 20px;
  }

  .tjen-h2 {
    font-size: 28px;
    line-height: 1.15;
  }

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

  .tjen-card {
    padding: 28px 24px;
  }

  .trust-wrap {
    padding: 64px 20px;
  }

  .trust-h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .trust-stat-card {
    width: 100%;
    min-width: 0;
    margin-bottom: 12px;
    position: relative;
  }

  .trust-stat-big {
    font-size: 28px;
  }

  .reviews-wrap {
    padding: 64px 20px;
  }

  .reviews-track {
    grid-template-columns: 1fr;
  }

  .score-wrap {
    padding: 64px 20px;
  }

  .score-h2 {
    font-size: 28px;
    line-height: 1.15;
  }

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

  .redef-wrap {
    padding: 64px 20px;
  }

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

  .redef-h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .logos-row {
    gap: 90px;
    animation: 130s linear infinite mqs;
  }

  .logos-img {
    max-width: 130px;
    max-height: 48px;
  }

  .innov-wrap {
    padding: 64px 20px;
  }

  .innov-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }

  .innov-grid {
    flex-direction: column;
    grid-template-columns: none;
    gap: 24px;
    display: flex;
  }

  .faq-wrap {
    padding: 64px 20px;
  }

  .faq-h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .faq-items {
    width: 100%;
    max-width: 100%;
  }

  .contact-wrap {
    padding: 64px 20px;
  }

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

  .footer-wrap {
    padding: 64px 20px 40px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .redef-inline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 32px;
  }

  .redef-inline-stat {
    min-width: 0;
    padding: 16px;
  }

  .redef-right {
    grid-template-areas: "raw<|none|" "." ".";
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 20px;
  }

  .faq-image {
    display: none;
  }

  .reviews-h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .nav-contact-btn {
    padding: 8px 14px;
    font-size: 13px;
  }

  .redef-image-tall {
    grid-area: auto;
  }

  .team-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
  }

  .nav-menu-wrapper {
    padding-bottom: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary {
    display: none;
  }

  .button-primary.is-mobile {
    display: block;
  }

  .heading {
    max-width: 70%;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-2 {
    max-width: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block {
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .button-2 {
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
  }

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

  .div-block-6.hide-mobile {
    display: none;
  }

  .paragraph-3 {
    max-width: 300px;
  }

  .paragraph-3.paragraph-3use-18 {
    max-width: 180px;
  }

  .results-bj-rk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .div-block-13 {
    left: 60px;
  }

  .heading-6, .heading-6.before, .heading-6.before {
    font-size: 20px;
    line-height: 20px;
  }

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

  .tab-link-3.tab-link-34444, .tab-link-3.tab-link-34444.w--current, .tab-link-3.tab-link-34444, .tab-link-3.tab-link-34444.w--current {
    margin-bottom: 0;
  }

  .image-15.image-155.image-1556.image-15567 {
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .link {
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-7 {
    max-width: none;
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 1.3;
  }

  .paragraph-7 {
    line-height: 1.4;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-9 {
    width: auto;
    font-family: var(--font-sans);
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .answer-text-f88 {
    font-size: 14px;
    line-height: 1.5;
  }

  .answer-f88 {
    padding-right: 40px;
  }

  .question-f88 {
    align-items: center;
  }

  .faq-f88 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-question-f88 {
    font-size: 18px;
  }

  .question-wrapper-f88 {
    border-radius: 10px;
    padding: 10px;
  }

  .heading-13 {
    max-width: none;
    font-size: 1.5rem;
    line-height: 44px;
  }

  .div-block-25 {
    width: 100%;
    max-width: 300px;
    padding-bottom: 40px;
  }

  .paragraph-11 {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5;
  }

  .section-8 {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 24px;
  }

  .button-4 {
    border-radius: 2px;
  }

  .heading-15 {
    font-size: 24px;
    line-height: 1.2;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 26px;
  }

  .answer-text-f66 {
    margin-top: 0;
    padding-left: 0;
  }

  .text-question-f66 {
    font-family: var(--font-sans);
  }

  .faq-f66 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .question-wrapper-f66 {
    padding-left: 0;
    padding-right: 0;
  }

  .question-f66 {
    padding-bottom: 10px;
  }

  .div-block-37 {
    width: auto;
  }

  .section-10 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-18 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-17 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .paragraph-18 {
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-19 {
    width: auto;
    margin-right: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-19.nearly {
    width: auto;
  }

  .paragraph-19.brands {
    width: auto;
    line-height: 1.2;
  }

  .div-block-44 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    display: grid;
  }

  .div-block-44.for-mob {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-45 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-46._5m {
    max-width: 100%;
  }

  .div-block-47 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-columns: .75fr 1fr;
    display: flex;
  }

  .div-block-48, .div-block-50, .div-block-51 {
    max-width: 100%;
  }

  .uui-text-size-small.text-color-gray500 {
    text-align: center;
    text-align: center;
    width: 280px;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 1.5rem;
    padding-bottom: 20px;
  }

  .uui-footer04_logo-link {
    text-align: center;
  }

  .uui-footer04_link {
    padding: 0;
  }

  .uui-footer04_legal-link {
    line-height: 1.3;
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    place-items: start;
    display: flex;
  }

  .uui-footer04_bottom-wrapper {
    grid-column-gap: .5rem;
    padding-top: 1rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: .5rem;
  }

  .uui-padding-vertical-xlarge {
    padding-bottom: 2rem;
  }

  .heading-20 {
    max-width: 310px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-21 {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 24px;
  }

  .container-8 {
    max-width: 95%;
  }

  .tabs-2 {
    overflow: visible;
  }

  .bold-text {
    max-width: 50%;
    font-size: 14px;
  }

  .container-10 {
    max-width: 90%;
  }

  .clients-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
  }

  .clients-image {
    width: 140px;
    height: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-5-copy {
    width: 99px;
  }

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

  .testimonial-slider-large {
    padding: 40px 0;
  }

  .testimonial-content {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-quote {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .testimonial-image-two {
    border-radius: 10px;
  }

  .heading-22 {
    margin-top: 30px;
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .paragraph-24 {
    max-width: 300px;
  }

  .div-block-1326 {
    padding: 32px 20px 20px;
  }

  .heading-23, .heading-23.before, .heading-23.before {
    font-size: 20px;
    line-height: 20px;
  }

  .stat-nbr_wrap {
    justify-content: center;
    align-items: flex-start;
    width: 32px;
  }

  .hero-wrap {
    padding: 72px 16px 48px;
  }

  .hero-orb {
    max-width: 220px;
  }

  .hero-h1 {
    font-size: 30px;
  }

  .features-wrap {
    padding: 48px 16px;
  }

  .email-marquee-card {
    width: 220px;
    height: 440px;
  }

  .tjen-wrap {
    padding: 48px 16px;
  }

  .tjen-h2 {
    font-size: 24px;
  }

  .trust-wrap {
    padding: 48px 16px;
  }

  .trust-h2 {
    font-size: 24px;
  }

  .trust-stat-big {
    font-size: 26px;
  }

  .reviews-wrap, .score-wrap {
    padding: 48px 16px;
  }

  .score-h2 {
    font-size: 24px;
  }

  .redef-wrap {
    padding: 48px 16px;
  }

  .redef-h2 {
    font-size: 24px;
  }

  .innov-wrap, .faq-wrap {
    padding: 48px 16px;
  }

  .faq-h2 {
    font-size: 24px;
  }

  .contact-wrap {
    padding: 48px 16px;
  }

  .footer-wrap {
    padding: 48px 16px 32px;
  }

  .redef-inline {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .reviews-h2 {
    font-size: 24px;
  }
}

#w-node-ddcab990-547e-7024-3b06-11fa231ffa6b-121e4a84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
