@font-face {
  font-family: Unicons;
  src: url('../fonts/unicons-line.woff2') format("woff2"), url('../fonts/unicons-line.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format("woff2"), url('../fonts/SpaceGrotesk-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Light.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format("woff2"), url('../fonts/SpaceGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: MATERIAL ICONS;
  src: url('../fonts/MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --dark: #343f52;
  --primary: #605dba;
  --body: #60697b;
  --white: white;
  --border: #ebedf3;
  --primary-soft: #f0f0f8;
  --blue: #3f78e0;
  --secondary: #aab0bc;
  --light: #fcfcfd;
  --primary-pale: #e6e5f4;
  --yellow: #fcc032;
  --alice-blue: #edf9ff;
}

h1 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
}

h2 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

h3 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

h5 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

p {
  margin-bottom: 25px;
  line-height: 1.6;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary);
  border-bottom-color: #ccf2df;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  color: var(--body);
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 25px;
  padding: 0;
  font-size: 17px;
  line-height: 1.7;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
}

figcaption {
  color: #b8b9b9;
  margin-top: 15px;
  font-size: 16px;
}

.body {
  color: var(--body);
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.section.background-primary-soft {
  background-color: #002258;
}

.section.background-primary-soft._1 {
  display: none;
}

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

.section._2 {
  display: block;
}

.container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.container.about {
  padding-top: 100px;
  padding-bottom: 140px;
}

.sg-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

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

.sg-button-block {
  margin-right: 60px;
  display: inline-block;
}

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

.sg-color-block {
  height: 80px;
  margin-bottom: 10px;
  display: block;
}

.sg-margin-block {
  background-color: var(--primary-soft);
  width: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-bottom-5 {
  color: var(--blue);
  margin-bottom: 0;
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body-color {
  color: var(--body);
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

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

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

.text-white, .link-white {
  color: var(--white);
}

.text-emphasize {
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
}

.text-gradient {
  background-image: linear-gradient(100deg, var(--primary) 20%, var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  background-image: linear-gradient(100deg, #605dba 1%, var(--primary) 20%, var(--blue));
  padding-left: 2px;
  padding-right: 2px;
}

.display-1 {
  letter-spacing: -.01rem;
  flex: none;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1.15;
}

.display-1.margin-bottom-20 {
  color: var(--primary-soft);
  margin-bottom: 20px;
  font-size: 4vw;
  line-height: 1.1;
}

.home-display-heading {
  letter-spacing: -.01rem;
  margin-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 46px;
  line-height: 1.2;
}

.home-display-heading.margin-bottom-none {
  color: var(--light);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-display-heading.color-section-display-heading {
  color: var(--primary-soft);
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-size: 46px;
}

.home-display-heading.section-display-heading {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 46px;
}

.home-display-heading.reviews {
  font-weight: 300;
}

.display-3 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.25;
}

.display-3.text-white {
  font-size: 26px;
  font-weight: 400;
}

.paragraph.margin-bottom-30 {
  color: var(--primary-pale);
  line-height: 1.7;
}

.paragraph-large {
  color: var(--primary-soft);
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1.5;
}

.paragraph-large._404 {
  color: var(--body);
}

.label {
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.label.text-secondary {
  color: var(--primary-pale);
}

.label.text-secondary.white-bg {
  color: var(--dark);
  font-size: 16px;
  font-weight: 500;
}

.label.text-secondary.bottom {
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.label.text-secondary.bottom.number {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}

.unicon {
  font-family: Unicons, sans-serif;
  font-size: 35px;
  line-height: 1;
}

.material-icon {
  font-family: Material Icons, sans-serif;
  line-height: 1;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.button:hover {
  border-color: var(--primary);
  color: var(--white);
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px #1e222826;
}

.button.cc-small {
  background-color: #d82c2f;
  padding: 10px 22px;
}

.button.cc-small.cc-form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.cc-small.cc-form:hover {
  transform: none;
}

.button.cc-small.number {
  padding-top: 9px;
  padding-bottom: 7px;
}

.button.cc-large {
  letter-spacing: 3px;
  background-color: #d82c2f;
  padding: 16px 28px 15px;
  font-size: 18px;
  font-weight: 700;
}

.button.alt {
  background-color: #d82c2f;
  align-self: center;
}

.image-link {
  cursor: none;
  width: 100%;
  transition: color .2s;
}

.link-hover {
  border-bottom: 1px solid #0000;
  transition: border-color .2s, color .2s;
}

.link-hover:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.link-hover.link-white:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.shadow {
  box-shadow: 0 5px 35px #1e222812;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card.shadow {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 5px 35px #1e222812;
}

.background-primary-pale {
  background-color: var(--primary-pale);
}

.background-primary-soft {
  background-color: var(--primary-soft);
}

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

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

.logo.margin-bottom-20 {
  filter: invert();
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.navbar {
  z-index: 1999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar-space {
  height: 10px;
}

.navbar-inner {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-wrapper {
  flex: 1;
  width: 100%;
}

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

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 35px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--blue);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.nav-link.w--current {
  color: #f51b1f;
}

.burger-line {
  background-color: var(--dark);
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu-flex-mobile {
  display: flex;
}

.navbar-wrapper-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navbar-inner-mobile {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-brand-mobile {
  display: none;
}

.nav-link-mobile {
  color: #303030;
  align-items: center;
  height: 143px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

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

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

.navbar-button-wrapper {
  flex: none;
}

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

.hero {
  flex-flow: row;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero-image-wrapper {
  object-fit: cover;
  width: 45%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-content {
  position: relative;
}

.play {
  z-index: 3;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.play-button {
  color: var(--white);
  background-color: #e42e31;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  font-size: 35px;
  display: flex;
}

.play-button:hover {
  color: var(--white);
}

.doodle-arrow {
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.doodle-shine {
  position: absolute;
  top: -7%;
  left: -6%;
}

.intro {
  padding-top: 120px;
  padding-bottom: 140px;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.tab {
  background-color: #0000;
}

.tab.card {
  grid-column-gap: 20px;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.tab.card:hover {
  background-color: var(--white);
  color: var(--dark);
  box-shadow: 0 5px 35px #1e222812;
}

.tab.card.w--current {
  background-color: #0000;
  flex-direction: column;
  box-shadow: 0 5px 35px #1e222812;
}

.tab-pane-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-pane-grid._2 {
  grid-template-columns: 1fr 1fr;
}

.tab-pane-grid._3 {
  grid-template-columns: 1.25fr 2fr;
}

.tabs-content {
  margin-top: 140px;
}

.step {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.step.text-gradient {
  color: var(--blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 10px;
  font-size: 30px;
}

.bullet-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.bullet-list-item {
  grid-column-gap: 15px;
  display: flex;
}

.bullet {
  background-color: var(--yellow);
  color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1;
  display: flex;
}

.rounded {
  border-radius: 8px;
  width: 100%;
}

.rounded.shadow {
  object-fit: cover;
  object-position: 50% 50%;
}

.rounded.shadow.about {
  height: 680px;
}

.headline-reasons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.headline-customers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.headline-customers.home {
  max-width: 85%;
  margin-bottom: 60px;
}

.testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.testimonial {
  display: flex;
}

.testimonial-card-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.block-quote-with-icon {
  position: relative;
}

.quote-icon {
  position: absolute;
  inset: 0% auto auto -10px;
}

.avatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.rating {
  color: var(--yellow);
  letter-spacing: -3px;
  margin-bottom: 40px;
  margin-left: -3px;
  font-size: 25px;
  line-height: 1;
  display: flex;
}

.customers {
  flex-direction: column;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.sticky {
  position: sticky;
  top: 140px;
}

.card-inner {
  grid-column-gap: 30px;
  display: flex;
}

.service-icon {
  flex: none;
  width: 80px;
}

.facts {
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.facts-image {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.facts-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 160px;
  display: grid;
}

.facts-content {
  height: 100%;
  padding-left: 100px;
  padding-right: 10px;
  position: relative;
}

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

.numbers-grid.cc-margin-top {
  margin-top: 20px;
}

.image-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.solutions-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.features-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.features-grid.hide {
  display: none;
}

.pricing {
  flex-direction: column;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.headline-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.prices-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: grid;
}

.bold-text {
  font-weight: 600;
}

.price-currency {
  padding-top: 8px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 400;
}

.pricing-card-inner {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.price-duration {
  align-self: flex-end;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card {
  padding-bottom: 50px;
  display: flex;
}

.pricing-card.card.shadow {
  padding-top: 50px;
  padding-bottom: 60px;
}

.pricing-card.card.shadow.cc-larger {
  padding-top: 70px;
  padding-bottom: 80px;
}

.faq-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-item {
  margin-bottom: 30px;
  display: inline-block;
}

.faq-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 30px;
  display: flex;
}

.faq {
  flex: 1;
}

.faq-item-inner {
  grid-column-gap: 30px;
  display: flex;
}

.footer {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer.background-dark {
  color: var(--white);
  background-color: #002258;
  padding-top: 80px;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.address {
  max-width: 90%;
}

.unordered-list {
  padding-left: 0;
  list-style-type: none;
}

.hero-image {
  object-position: 45% 47%;
  height: 100%;
}

.price {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.divider {
  background-color: #a4aec633;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.input-group {
  display: flex;
}

.text-field {
  color: var(--white);
  border: 1px solid #343f5233;
  border-radius: 8px;
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:focus {
  border-width: 1px;
  border-color: var(--primary);
}

.text-field::placeholder {
  color: var(--secondary);
}

.text-field-dark {
  color: var(--white);
  background-color: #ffffff08;
  border: 1px solid #ffffff1a;
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 48.8px;
}

.text-field-dark:focus {
  border-width: 1px;
  border-color: var(--primary);
}

.text-field-dark::placeholder {
  color: var(--secondary);
}

.field-label {
  display: none;
}

.footer-cta {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.join {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.play-button-pulse {
  z-index: -1;
  background-color: #605dba80;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.navbar-shadow {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 25px #1e22280f;
}

.social-links-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}

.social-links {
  grid-column-gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.social-link-item {
  line-height: 1;
}

.social-link {
  color: var(--white);
  font-size: 20px;
  transition: transform .2s;
  display: flex;
}

.social-link:hover {
  color: var(--white);
  transform: translate(0, -3px);
}

.page-headline {
  width: 80%;
  padding-top: 100px;
}

.page-title {
  letter-spacing: -.03em;
  flex: none;
  font-size: 200px;
  font-weight: 400;
  line-height: 208px;
}

.inner-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-narrow {
  width: 65%;
}

.wrapper-narrow.cc-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  flex: none;
}

.intro-paragraph {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7;
}

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

.div-block.bottom-logo {
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-and-video {
  justify-content: center;
  align-items: center;
  margin: 10px 100px 0;
  display: flex;
}

.image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 5px 5px #0003;
}

.image.carpet {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 1;
  align-self: center;
}

.div-block-10 {
  z-index: 0;
  align-self: center;
  position: absolute;
}

.play-button-2 {
  color: #fff;
  background-color: #605dba;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  font-size: 35px;
  display: flex;
}

.play-button-2:hover {
  color: #fff;
}

.material-icon-2 {
  line-height: 1;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bullets-description {
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-2 {
  font-size: 17px;
  line-height: 1.7;
}

.text-block-9 {
  align-self: center;
  font-weight: 700;
}

.slider {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-28 {
  margin-top: 100px;
  margin-left: 300px;
  margin-right: 300px;
}

.div-block-30 {
  margin-bottom: 30px;
}

.slide-nav {
  mix-blend-mode: overlay;
  margin-top: 0;
  padding-top: 0;
}

.icon {
  background-color: #002258;
}

.mask {
  position: static;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.text-block-11 {
  text-align: center;
  justify-content: center;
  align-self: center;
  display: flex;
}

.testimonial-section {
  justify-content: center;
  align-items: center;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-slider-small {
  background-color: #fff;
  padding: 0 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
}

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

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 10%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.number {
  letter-spacing: 3px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.review-paragraph {
  font-size: 16px;
  font-style: italic;
}

.reviews-mask {
  padding: 40px;
}

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

.about-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-link {
  color: var(--yellow);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

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

.header-tagline {
  align-self: center;
  width: 400px;
  padding-top: 10px;
  padding-left: 20px;
}

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

.div-block-33 {
  max-height: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1350px;
  }

  .sg-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .utility-page-content {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .home-display-heading {
    padding-left: 110px;
    padding-right: 110px;
  }

  .headline-reasons {
    margin-bottom: 100px;
  }

  .solutions-grid {
    align-items: center;
  }

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

  .hero-image {
    object-position: 0% 60%;
  }

  .page-headline {
    width: 75%;
  }

  .wrapper-narrow {
    width: 55%;
  }

  .wrapper-narrow.cc-center {
    width: 63%;
  }

  .intro-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-and-video.carpets {
    display: flex;
  }

  .image.carpet {
    flex: 1;
  }

  .header-tagline {
    width: 600px;
  }

  .text-block-16 {
    font-weight: 600;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.about {
    padding-top: 40px;
    padding-bottom: 140px;
  }

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

  .margin-bottom-none {
    font-size: 16px;
  }

  .margin-bottom-5 {
    line-height: 1.1;
  }

  .body-color {
    font-size: 14px;
  }

  .display-1 {
    font-size: 45px;
    line-height: 52px;
  }

  .display-1.margin-bottom-20 {
    font-size: 6.5vw;
  }

  .home-display-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .home-display-heading.color-section-display-heading {
    font-size: 44px;
    line-height: 54px;
  }

  .home-display-heading.section-display-heading {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 54px;
  }

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

  .display-3.text-white {
    font-size: 24px;
    font-weight: 400;
  }

  .paragraph.margin-bottom-30 {
    font-size: 16px;
  }

  .paragraph-large {
    margin-bottom: 30px;
  }

  .button {
    position: relative;
  }

  .button.cc-small.number.mobile {
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px 20px 6px;
    font-size: 16px;
    font-weight: 700;
  }

  .logo {
    flex: none;
  }

  .navbar-space {
    display: none;
  }

  .navbar-inner {
    display: none;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
  }

  .nav-menu-flex {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    height: auto;
    padding: 6px 0;
  }

  .menu-button {
    margin-left: 10px;
    padding: 10px 0 0;
  }

  .menu-button.w--open {
    color: #60697b;
    background-color: #0000;
  }

  .nav-menu-flex-mobile {
    flex-direction: column;
    padding: 30px 40px;
  }

  .nav-menu-wrapper-mobile {
    opacity: .9;
    background-color: #002258;
    margin-left: 50px;
    margin-right: 50px;
    transform: translate(0, 10px);
  }

  .navbar-wrapper-mobile {
    display: flex;
  }

  .navbar-inner-mobile {
    align-items: center;
    display: flex;
  }

  .navbar-brand-mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .nav-link-mobile {
    color: var(--white);
    height: auto;
    padding: 6px 0;
    font-size: 16px;
  }

  .nav-link-mobile.w--current {
    color: #d82c2f;
  }

  .hero-grid {
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
  }

  .hero {
    flex-flow: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 40vh;
    max-height: 100%;
    position: relative;
  }

  .hero-content {
    padding-right: 0;
  }

  .play {
    left: 50%;
  }

  .doodle-arrow {
    display: none;
  }

  .doodle-shine {
    top: -10%;
  }

  .intro {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab.card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-pane-grid {
    flex-flow: column-reverse;
    display: flex;
  }

  .tab-pane-grid._2, .tab-pane-grid._3 {
    flex-flow: column;
  }

  .tabs-content {
    margin-top: 100px;
  }

  .step.text-gradient {
    font-size: 26px;
  }

  .bullet {
    margin-top: 0;
  }

  .rounded.shadow.about {
    height: 400px;
  }

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

  .headline-customers {
    margin-top: 0;
  }

  .testimonials {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .customers {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .services-grid {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .sticky {
    position: relative;
    top: auto;
  }

  .facts {
    min-height: auto;
    display: block;
  }

  .facts-image {
    object-position: 50% 45%;
    width: 100%;
    height: 400px;
    position: relative;
  }

  .facts-grid {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .facts-content {
    padding-left: 0;
  }

  .image-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .solutions-grid {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .image-padding {
    width: 50%;
  }

  .features-grid {
    grid-column-gap: 50px;
    text-align: center;
    margin-top: 40px;
    display: none;
  }

  .features-grid.hide {
    text-align: left;
    max-width: 50%;
    margin-top: 0;
    display: block;
  }

  .pricing {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .headline-pricing {
    margin-top: 0;
  }

  .prices-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
  }

  .pricing-card.card.shadow.cc-larger {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .faq-wrapper {
    column-count: auto;
  }

  .footer.background-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .hero-image {
    object-fit: cover;
    width: 100%;
  }

  .footer-cta {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .join {
    max-width: none;
  }

  .page-title {
    font-size: 140px;
    line-height: 148px;
  }

  .wrapper-narrow {
    width: 100%;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .bullets-description {
    padding-right: 40px;
    font-size: 14px;
  }

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

  .testimonial-slider-small {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .centered-heading {
    font-size: 22px;
  }

  .centered-subheading {
    max-width: 100%;
    font-size: 16px;
  }

  .testimonial-slide-wrapper {
    margin-right: 20%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .block-quote {
    font-size: 14px;
    font-style: italic;
  }

  .italic-text, .text-block-12, .text-block-13, .block-quote-2, .italic-text-2, .text-block-14, .text-block-15 {
    font-size: 14px;
  }

  .bullets-wrapping {
    margin-bottom: 20px;
  }

  .about-block {
    padding-bottom: 0;
  }

  .header-tagline {
    padding-left: 0;
  }

  .header-tagline.mobile {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    display: flex;
  }

  .text-block-16 {
    flex: 1;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .sg-section {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .sg-color-block {
    width: 25%;
  }

  .margin-bottom-5 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .body-color {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .display-1.margin-bottom-20 {
    font-size: 6vw;
    line-height: 1.4;
  }

  .home-display-heading {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .home-display-heading.color-section-display-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .home-display-heading.section-display-heading {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .display-3.text-white {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .paragraph.margin-bottom-30 {
    line-height: 1.6;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 34px;
  }

  .label.text-secondary.bottom {
    font-size: 14px;
  }

  .button.cc-large {
    padding: 10px 20px;
  }

  .nav-menu {
    flex-direction: column;
    padding-left: 0;
  }

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

  .navbar-brand-mobile {
    padding-left: 0;
  }

  .hero-grid {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .doodle-shine {
    top: -9%;
    left: -8%;
  }

  .intro {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .tab.card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-content {
    margin-top: 80px;
  }

  .step.text-gradient {
    font-size: 22px;
  }

  .rounded.shadow.about {
    object-position: 50% 0%;
    height: 300px;
  }

  .headline-reasons {
    margin-bottom: 60px;
  }

  .testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    column-count: 1;
    flex-flow: column;
    display: flex;
  }

  .numbers-grid.cc-margin-top {
    grid-template-rows: auto auto;
  }

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

  .solutions-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-padding {
    width: 100%;
  }

  .features-grid {
    flex-direction: column;
    display: none;
  }

  .features-grid.hide {
    max-width: 100%;
  }

  .prices-grid {
    grid-template-rows: auto auto;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .join {
    margin-bottom: 0;
  }

  .page-title {
    font-size: 50px;
    line-height: 58px;
  }

  .intro-paragraph {
    font-size: 18px;
    line-height: 1.6;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image {
    pointer-events: none;
    box-shadow: 0 5px 35px #0003;
  }

  .bullets-description {
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 1.6;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

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

  .centered-heading {
    font-size: 16px;
  }

  .centered-subheading {
    font-size: 14px;
  }

  .testimonial-slide-wrapper {
    max-width: 90%;
    margin-right: 35%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .bullets-wrapping {
    margin-bottom: 10px;
  }

  .heading {
    font-size: 22px;
  }

  .bullet-text {
    font-size: 15px;
  }

  .about-block {
    padding-bottom: 40px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 16px;
  }

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

  .text-block-16 {
    flex: none;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.about {
    padding-bottom: 100px;
  }

  .sg-button-block {
    margin-bottom: 20px;
  }

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

  .margin-bottom-none {
    font-size: 14px;
  }

  .margin-bottom-5 {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .display-1.margin-bottom-20 {
    font-size: 11vw;
  }

  .home-display-heading {
    text-align: left;
    margin-bottom: 40px;
    font-size: 11vw;
    line-height: 1.4;
  }

  .home-display-heading.color-section-display-heading, .home-display-heading.section-display-heading {
    font-size: 11vw;
    line-height: 1.4;
  }

  .display-3.text-white {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph.margin-bottom-30 {
    padding-right: 20px;
    font-size: 16px;
  }

  .paragraph-large {
    font-size: 24px;
    font-weight: 300;
  }

  .label.text-secondary, .label.text-secondary.white-bg {
    font-size: 14px;
  }

  .label.text-secondary.bottom {
    letter-spacing: .04rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 1.6;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .button.cc-small.number.mobile {
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 0;
    padding: 7px 10px 5px;
    font-size: 12px;
    display: none;
  }

  .card.shadow {
    padding: 20px;
  }

  .logo {
    padding-top: 10px;
  }

  .nav-menu-wrapper {
    width: 80%;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
  }

  .nav-menu-wrapper-mobile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-grid {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .doodle-shine {
    display: none;
  }

  .intro {
    padding-top: 60px;
  }

  .tabs-menu {
    flex-flow: column;
    display: flex;
  }

  .tab.card {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .tab-inner {
    display: none;
  }

  .tabs-content {
    margin-top: 60px;
  }

  .step.text-gradient {
    font-size: 20px;
  }

  .headline-reasons {
    margin-bottom: 60px;
  }

  .testimonials._2 {
    margin-left: 20px;
  }

  .card-inner {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .facts-grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-grid {
    flex-flow: column;
    display: flex;
  }

  .solutions-grid {
    padding-top: 40px;
  }

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

  .features-grid.hide {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .text-field, .text-field-dark {
    height: 47px;
  }

  .join {
    margin-top: 0;
  }

  .intro-paragraph {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

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

  .bullets-description {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 300;
  }

  .paragraph-2 {
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
  }

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

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

  .centered-heading {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .centered-subheading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .testimonial-slide-wrapper {
    max-width: 85%;
    margin-left: 5%;
    margin-right: 50%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .slider-arrow-embed {
    width: 30px;
  }

  .testimonial-slider-right {
    justify-content: center;
    align-items: center;
    right: -10px;
  }

  .reviews-mask {
    padding: 20px 20px 0;
  }

  .block-quote, .text-block-12, .text-block-13, .block-quote-2, .italic-text-2 {
    font-size: 12px;
  }

  .bullets-wrapping {
    margin-bottom: 20px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 14px;
  }

  .header-tagline.mobile {
    flex: 0 auto;
    padding-left: 0;
  }

  .div-block-34 {
    align-self: flex-end;
    margin-top: 20px;
  }
}

#w-node-dc678c3f-8d8f-00ba-7466-144a35cd5f25-6219c34d, #w-node-b791cf82-82b9-7055-7e04-4f63f43e2f91-6219c34d, #w-node-_33d5ff0a-a9ee-1551-3986-b35178efb1e7-6219c34d, #w-node-b8bc016a-487b-09be-d595-e5e9ca4a85d9-6219c34d, #w-node-b8bc016a-487b-09be-d595-e5e9ca4a85d7-6219c34d, #w-node-_5010c074-a178-9e7c-8e5c-b0a0587d1c4d-6219c34d, #w-node-_5010c074-a178-9e7c-8e5c-b0a0587d1c4b-6219c34d, #w-node-_7bee1e99-0a82-030e-2b11-4a5bd9305ee8-6219c34d, #w-node-_7bee1e99-0a82-030e-2b11-4a5bd9305ee6-6219c34d, #w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6e-6219c34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-6219c34d {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b68-6219c34d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-fc447acc-e5d7-6a45-4032-aca7ca736ffd-6219c34d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c02b4841-8e7e-b980-23b2-40c246b51123-6219c34d, #w-node-_9f3e1506-55cd-f4a3-6738-fc9f8570a9a6-6219c34d, #w-node-_61c80c6f-d94a-5bcc-5b7a-26a9692eb6b9-6219c34d, #w-node-_61c80c6f-d94a-5bcc-5b7a-26a9692eb6d2-6219c34d, #w-node-_9423926a-914f-d3cb-9317-a7fd631a8f32-6219c34d, #w-node-_9423926a-914f-d3cb-9317-a7fd631a8f4a-6219c34d, #w-node-d3f9f440-5d65-94ea-549b-6e21e58329c0-6219c34d {
  align-self: stretch;
}

#w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547cd-6219c34d, #w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547c5-6219c34d, #w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547bd-6219c34d, #w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547d5-6219c34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dbc92e1-f640-1dc3-f27e-e52bbea09c40-6219c34f {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-6219c34d {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_894aa9ac-1240-38a9-f28e-a969f9df5f80-6219c34d, #w-node-_53334cf9-df90-50d4-4a1f-ea55c60f3cb4-6219c34d, #w-node-_53334cf9-df90-50d4-4a1f-ea55c60f3ce7-6219c34d, #w-node-e77134c4-000f-761b-6a4f-29a07b236df4-6219c34d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Unicons';
  src: url('../fonts/unicons-line.woff2') format('woff2'), url('../fonts/unicons-line.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}