:root {
  --_color---bg-gallery\<deleted\|variable-9fda61a1-2f8a-4151-d496-48178f7596ea\>: #ecebe8;
  --font-sans\<deleted\|variable-ea5184a6-7dff-3ece-9f7d-8e11025432a1\>: "Mona Sans", system-ui, -apple-system, sans-serif;
  --text-color: #0d0d0d;
  --_color---walnut\<deleted\|variable-36cf4b87-2f6a-2ebc-5c4c-518f5a6762d4\>: #2e1f14;
  --_color---off-black\<deleted\|variable-852db5e8-6b91-0357-f94c-73073b08934f\>: #ecebe8;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: 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\<deleted\|variable-c514c1b4\>);
  --untitled-ui--primary700: #0a2a6b;
  --bg: #ecebe8;
  --surface: #f6f5f3;
  --ink: #101828;
  --ink-muted: #4b566e;
  --navy: #0a2a6b;
  --navy-hover: #0d3580;
  --navy-deep: #071e4e;
  --accent: #265cc5;
  --accent-on-dark: #819fda;
  --ink-on-dark: #ecebe8;
  --ink-muted-on-dark: #afbbd6;
  --rule: #6e7a93;
  --hairline: #d5d3ce;
  --rule-on-dark: #5d79b4;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
}

body {
  color: #101828;
  background-color: #ecebe8;
  background-image: none;
  max-width: 100vw;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  overflow-x: hidden;
}

.nav-wrap {
  z-index: 1000;
  aspect-ratio: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  object-fit: fill;
  z-index: 1000;
  background-color: #00061ce0;
  background-image: none;
  border-bottom: 1px solid #6b8fd41f;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-style: normal;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-inner {
  grid-column-gap: 40px;
  background-color: #0000;
  background-image: none;
  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-link:hover {
  opacity: .85;
  transform: scale(.98);
}

.nav-logo-img {
  opacity: .85;
  filter: brightness(0);
  width: auto;
  height: 16px;
  display: block;
}

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

.nav-menu-link {
  opacity: 1;
  color: #ffffff80;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition-property: color, text-shadow, transform;
  transition-duration: .25s;
  transition-timing-function: ease;
}

.nav-menu-link:hover {
  color: #fff;
  text-shadow: 0 0 14px #b4c8ff8c, 0 0 28px #6b8fd473, 0 0 52px #6b8fd438;
  transform: none;
}

.hero-content {
  z-index: 1;
  text-align: center;
  flex: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 40px 80px;
  position: relative;
}

.hero-buttons {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 5px;
  display: flex;
}

.btn-primary {
  color: #fff;
  background-color: #0a2a6b;
  background-image: none;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 47px;
  padding: 16px 32px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background-color .18s;
  display: inline-flex;
  box-shadow: 0 2px 6px #0a2a6b3d;
}

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

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

.email-marquee-card {
  object-fit: cover;
  object-position: top center;
  border-style: none;
  border-radius: 6px;
  flex-shrink: 0;
  width: 260px;
  height: 520px;
  display: block;
  box-shadow: 0 1px 2px #1018280f, 0 12px 24px #0a2a6b1a;
}

.trust-wrap {
  background-color: #e4e3df;
  background-image: none;
  flex-direction: column;
  align-items: stretch;
  gap: 56px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
  display: flex;
}

.trust-intro {
  color: #4b566e;
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, system-ui, sans-serif;
}

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

.trust-h2 {
  color: #101828;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Newsreader, Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

.trust-lead {
  color: #ffffffb3;
  text-align: center;
  text-align: center;
  justify-content: center;
  max-width: none;
  margin: 0;
  font-family: Figtre;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  display: block;
}

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

.reviews-wrap {
  background-color: #ecebe8;
  background-image: none;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
}

.reviews-track {
  grid-column-gap: 20px;
  cursor: grab;
  scroll-snap-type: x proximity;
  grid-column-gap: 20px;
  flex-wrap: nowrap;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding-bottom: 8px;
  display: grid;
  overflow: visible;
}

.reviews-card {
  grid-row-gap: 20px;
  scroll-snap-align: start;
  grid-row-gap: 20px;
  scroll-snap-align: start;
  background-color: #121220b3;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  flex-direction: column;
  flex: 1 1 0;
  width: 100%;
  max-width: none;
  padding: 32px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 2px 4px #1018280a, 0 10px 28px #10182812;
}

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

.reviews-quote {
  color: #4b566e;
  white-space: pre-line;
  flex: 1;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

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

.reviews-author-name {
  color: #101828;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.reviews-author-role {
  color: #4b566e;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.score-cta {
  z-index: 2;
  grid-column-gap: 8px;
  color: #fff;
  background-color: #0a2a6b;
  background-image: none;
  border: none;
  border-radius: 999px;
  align-items: center;
  padding: 18px 36px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background-color .18s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 2px 6px #0a2a6b3d;
}

.redef-h2 {
  color: #101828;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Newsreader, Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

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

.redef-lead.pris-lead {
  color: #4b566e;
  text-align: center;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
}

.logos-wrap {
  background-color: #ecebe8;
  background-image: linear-gradient(#e4e3df 0%, #ecebe8 100%);
  border-style: none;
  border-top-width: medium;
  border-top-color: currentColor;
  border-bottom-width: medium;
  border-bottom-color: currentColor;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.logos-row {
  will-change: transform;
  align-items: center;
  gap: 88px;
  width: max-content;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  animation: 216s linear infinite mq3;
  display: flex;
}

.logos-img {
  opacity: 1;
  filter: brightness(0) invert();
  object-fit: contain;
  opacity: .55;
  object-fit: contain;
  border-radius: 0;
  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();
}

.logos-img.rd-ink {
  opacity: .55;
  filter: brightness(0);
}

.innov-wrap {
  background-color: #ecebe8;
  background-image: none;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
}

.innov-header {
  grid-column-gap: 80px;
  color: #101828;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  font-family: Newsreader, Georgia, serif;
  display: grid;
}

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

.innov-middle-item {
  color: #4b566e;
  text-align: left;
  border-bottom: 1px solid #d5d3ce;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.innov-middle-item:hover {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.faq-wrap {
  background-color: #e4e3df;
  background-image: none;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 40px;
  position: relative;
}

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

.faq-h2 {
  color: #101828;
  text-align: center;
  letter-spacing: -.01em;
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

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

.faq-item {
  background-color: #f6f5f3;
  border: 1px #ffffff14;
  border-bottom: 1px solid #d5d3ce;
  border-radius: 0;
  padding: 24px 28px;
}

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

.faq-q {
  color: #101828;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

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

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

.contact-wrap {
  background-color: #ecebe8;
  background-image: none;
  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: #265cc5;
  background-color: #265cc51a;
  border-style: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  font-size: 14px;
  display: flex;
}

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

.contact-form-card {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f6f5f3;
  border: none;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 1px 2px #1018280f, 0 16px 32px #0a2a6b1f;
}

.contact-form-label {
  color: #101828;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.footer-wrap {
  color: #4b566e;
  background-color: #e4e3df;
  background-image: none;
  border-top: 1px solid #d5d3ce;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 80px max(40px, 50% - 760px) 40px;
}

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

.footer-col-title {
  color: #101828;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

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

.footer-link {
  color: #4b566e;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

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

.footer-news-input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d5d3ce;
  border-radius: 999px;
  outline: none;
  flex: 1;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
}

.footer-news-btn {
  color: #fff;
  background-color: #0a2a6b;
  background-image: none;
  border: none;
  border-radius: 999px;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background-color .18s;
  display: inline-flex;
}

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

.footer-social {
  color: #4b566e;
  background-color: #0000;
  border: 1px solid #d5d3ce;
  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;
  color: #4b566e;
  border-top: 1px solid #d5d3ce;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.faq-image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-style: none;
  border-radius: 6px;
  width: 35%;
  max-width: 500px;
  display: block;
  position: absolute;
  top: 202px;
  right: 40px;
  box-shadow: 0 1px 2px #1018280f, 0 24px 48px #0a2a6b24;
}

.text-block-9 {
  color: #4b566e;
  font-family: Inter, system-ui, sans-serif;
}

.reviews-eyebrow {
  color: #265cc5;
  text-align: center;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.reviews-h2 {
  color: #101828;
  text-align: center;
  letter-spacing: -.01em;
  margin: 0 0 64px;
  font-family: Newsreader, Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

.nav-contact-btn {
  color: #fff;
  background-color: #0a2a6b;
  background-image: none;
  border-style: none;
  border-color: #ffffff80;
  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;
}

.nav-contact-btn:hover {
  background-color: #1a3a8b;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0a2a6b66;
}

.inline-span-0-1 {
  display: none;
}

.hero-pre {
  color: #101828;
  text-align: center;
  letter-spacing: -.015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Newsreader, Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
}

.hero-rotator {
  color: #4b566e;
  text-align: center;
  letter-spacing: .06em;
  margin: 0 0 4px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.hero-headline {
  color: #101828;
  text-align: center;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 34px;
  font-family: Newsreader, Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
}

.hero-subhead {
  color: #4b566e;
  text-align: center;
  max-width: 780px;
  margin: 22px auto 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
}

.pricing-wrap {
  background-color: #e4e3df;
  background-image: none;
  max-width: none;
  margin: 0 auto;
  padding: 80px max(40px, 50% - 600px);
}

.pricing-intro {
  color: #4b566e;
  text-align: center;
  margin-bottom: 64px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
}

.pricing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
}

.pricing-card {
  text-align: center;
  background-color: #f6f5f3;
  border: none;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 48px 32px;
  transition: transform .3s, border-color .3s, background-color .3s, box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #1018280a, 0 10px 28px #10182812;
}

.pricing-card:hover {
  background-color: #ffffff09;
  border-color: #6b8fd466;
  transform: translateY(-4px);
  box-shadow: 0 14px 34px #0a2a6b4d;
}

.pricing-featured {
  background-color: #f6f5f3;
  background-image: none;
  border: none;
  transform: none;
  box-shadow: 0 2px 4px #1018280a, 0 10px 28px #10182812;
}

.pricing-card-name {
  color: #265cc5;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.pricing-card-price {
  color: #0a2a6b;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.pricing-card-unit {
  color: #4b566e;
  margin: 8px 0 32px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pricing-card-desc {
  color: #4b566e;
  max-width: 300px;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.pricing-cta {
  color: #fff;
  text-align: center;
  background-color: #0a2a6b;
  background-image: none;
  border: 1px solid #6b8fd480;
  border-radius: 100px;
  width: fit-content;
  margin: 56px auto 0;
  padding: 16px 32px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background-color .18s;
  display: block;
}

.pricing-features {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid #ffffff14;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  margin: 32px 0 0;
  padding: 32px 0 0;
  font-size: 16px;
  list-style: none;
  display: flex;
}

.pricing-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: .85;
  color: #4b566e;
  text-align: left;
  align-items: flex-start;
  padding: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.pricing-feature-icon {
  color: #265cc5;
  background-color: #0000;
  border: none;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.pricing-mid {
  color: #4b566e;
  background-color: #f6f5f3;
  background-image: none;
  border: #d5d3ce;
  font-family: Inter, system-ui, sans-serif;
  transform: none;
  box-shadow: 0 2px 4px #1018280a, 0 10px 28px #10182812;
}

.ss-stats-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ss-stat-1 {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-style: none none none solid;
  border-left-width: 1px;
  border-left-color: #d5d3ce;
  border-radius: 0;
  padding: 4px 28px;
}

.ss-stat-tall-1 {
  color: #0a2a6b;
  letter-spacing: -.035em;
  margin: 0 0 14px;
  font-family: Newsreader, Georgia, serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.ss-stat-tekst-1 {
  color: #4b566e;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.reviews-scrollbar-wrap {
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  width: 50%;
  min-width: 160px;
  max-width: 420px;
  height: 24px;
  margin: 32px auto 0;
  display: flex;
  position: relative;
}

.reviews-scrollbar-thumb {
  will-change: transform;
  background-image: linear-gradient(90deg, #265cc5, #0a2a6b);
  border-radius: 999px;
  width: 30%;
  height: 100%;
  transition: transform .12s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-scrollbar-track {
  background-color: #10182814;
  border-radius: 999px;
  width: 100%;
  height: 4px;
  transition: background-color .15s;
  position: relative;
  overflow: hidden;
}

.contact-check-heading {
  color: #0a2a6b;
  letter-spacing: .02em;
  grid-column: 1 / -1;
  margin: 20px 0 4px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@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: 18px;
    padding-bottom: 18px;
  }

  .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\<deleted\|variable-9fda61a1-2f8a-4151-d496-48178f7596ea\>);
  }

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

  .hf-h2 {
    font-size: 36px;
  }

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

  .rd-grid4, .rd-grid3 {
    grid-template-columns: 1fr 1fr;
  }

  .rd-nav-menu {
    gap: 18px;
  }

  .rd-foot-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@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\<deleted\|variable-ea5184a6-7dff-3ece-9f7d-8e11025432a1\>);
    color: var(--text-color);
    line-height: 24px;
  }

  .text-question-f66 {
    font-family: var(--font-sans\<deleted\|variable-ea5184a6-7dff-3ece-9f7d-8e11025432a1\>);
    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\<deleted\|variable-36cf4b87-2f6a-2ebc-5c4c-518f5a6762d4\>);
  }

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

  .uui-footer04_legal-link:hover {
    color: var(--_color---walnut\<deleted\|variable-36cf4b87-2f6a-2ebc-5c4c-518f5a6762d4\>);
  }

  .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: 190s 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: 95s 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;
  }

  .bp-h1 {
    font-size: 36px;
  }

  .bp-subhead {
    font-size: 18px;
  }

  .bp-byline-meta {
    flex-basis: 100%;
    margin-top: 8px;
  }

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

  .bp-stat-number {
    font-size: 36px;
  }

  .bp-h2 {
    font-size: 28px;
  }

  .bp-p {
    font-size: 16px;
  }

  .bp-h1-1, .bp-stat-number-1, .bp-h1-1-2, .bp-stat-number-1-2, .bp-h1-1-2-3, .bp-stat-number-1-2-3 {
    font-size: 36px;
  }

  .new-cards-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .new-blog-card {
    padding: 24px;
  }

  .nbc-h2 {
    font-size: 22px;
  }

  .ap-h1 {
    font-size: 36px;
  }

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

  .ap-p {
    font-size: 16px;
  }

  .rp-grid, .pris-grid, .pris-grid-1 {
    grid-template-columns: 1fr;
  }

  .pricing-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .pricing-card {
    padding: 40px 24px;
  }

  .pricing-card-price {
    font-size: 32px;
  }

  .rd-sec {
    padding: 72px 20px;
  }

  .rd-grid4 {
    grid-template-columns: 1fr;
  }

  .rd-sec-dark {
    padding: 72px 20px;
  }

  .rd-grid-quotes, .rd-grid3 {
    grid-template-columns: 1fr;
  }

  .rd-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rd-nav-menu {
    display: none;
  }

  .rd-footer {
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rd-foot-cols {
    grid-template-columns: 1fr;
  }
}

@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\<deleted\|variable-ea5184a6-7dff-3ece-9f7d-8e11025432a1\>);
    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\<deleted\|variable-ea5184a6-7dff-3ece-9f7d-8e11025432a1\>);
  }

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