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

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

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

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

.navbar-logo-left {
  z-index: 99;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .15);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 85vw;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #32323f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #5469d9;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1e2a6a;
  border-radius: 25px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
}

.button-primary:hover {
  color: #fff;
  background-color: #495fd4;
}

.button-primary:active {
  background-color: #5469d9;
}

.section_hero {
  height: 100vh;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #000;
  border: 2px solid #1e2a6a;
  border-radius: 25px;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover {
  border-color: #5469d9;
}

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

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.base_hero-image {
  max-width: 65vw;
  min-width: auto;
  border-radius: 25px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.base_hero-image.subpage {
  max-width: 45vw;
}

.base_paragraph-bigger {
  max-width: none;
  opacity: .8;
  color: #32323f;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.base_paragraph-bigger.centered {
  width: 100%;
  text-align: center;
}

.base_paragraph-bigger.centered.text_color_contrast {
  color: #fff;
}

.base_paragraph-bigger.centered._75-width {
  max-width: 75%;
}

.base_paragraph-bigger.bullet {
  margin-top: 0;
  margin-bottom: 10px;
}

.base_paragraph-bigger.text_color_contrast {
  color: #fff;
}

.base_paragraph-bigger._75-width {
  max-width: 75%;
}

.base_paragraph-bigger.italic {
  color: #5469d9;
  font-style: italic;
}

.base_heading-1 {
  color: #1e2a6a;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 85px;
}

.base_heading-1.text_color_contrast {
  color: #fff;
}

.base_button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #5469d9;
  border-radius: 25px;
  margin-bottom: 10px;
  padding: 16px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 8px 16px rgba(84, 105, 217, .2);
}

.base_button-primary:hover {
  color: #fff;
  background-color: #5469d9;
}

.base_button-primary:active {
  background-color: #5469d9;
}

.base_button-primary.bg_color_contrast {
  color: #1e2a6a;
  background-color: #d7e0ff;
}

.base_button-primary.bg_color_contrast:hover {
  background-color: #9db3ff;
}

.base_container_hero {
  max-width: 90vw;
  flex-direction: row;
  display: flex;
}

.base_hero-split-right {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.base_hero-split-right.home {
  max-width: none;
}

.base_hero-split-left {
  max-width: 45vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 65px;
  display: flex;
}

.base_hero-split-left.header {
  max-width: none;
}

.base_hero-split-left.home {
  width: auto;
  max-width: 55vw;
  min-width: auto;
  margin-left: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

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

.base_section_page-header {
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/Desktop---1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.base_section_page-header.subpage {
  height: auto;
  padding-top: 125px;
}

.base_section_page-header.home {
  background-image: linear-gradient(94deg, rgba(30, 42, 106, .44), rgba(255, 255, 255, 0)), url('../images/Desktop---1.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}

.base_section_page-header.contact {
  height: auto;
  background-image: url('../images/Desktop---2.png'), linear-gradient(rgba(255, 255, 255, .4), rgba(30, 42, 106, .44)), url('../images/Desktop---1.png');
  background-position: 0 100%, 0 0, 100% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, scroll;
  padding-top: 125px;
}

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

.base_section_100px-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.base_section_100px-padding.gradient-1 {
  background-image: url('../images/Desktop---2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.base_section_100px-padding.gradient-2 {
  background-image: url('../images/Desktop---5.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.base_section_100px-padding.bg_color_gray {
  background-color: #f6f8ff;
  background-image: linear-gradient(to right, #f6f8ff, rgba(215, 224, 255, .45));
}

.base_container_body {
  max-width: 85vw;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 60px;
  display: flex;
}

.base_container_body.no-upper-spacing {
  margin-top: 0;
}

.base_container_body.feature-1 {
  flex-direction: row;
}

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

.base_grid._3-column {
  max-width: 85vw;
  min-width: 85vw;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.base_grid-block {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.base_grid-block.card-style {
  background-color: #f6f8ff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 25px 0;
  display: flex;
  box-shadow: 0 8px 16px rgba(30, 42, 106, .15);
}

.base_feature-icon {
  width: 50px;
  height: 50px;
  max-width: none;
  min-width: auto;
  border-radius: 0;
}

.base_heading-3 {
  max-width: none;
  color: #1e2a6a;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.marquee-horizontal {
  z-index: 1;
  width: 100%;
  height: 500px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.track-horizontal-alt {
  z-index: 1;
  color: #eff0eb;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.base_slider-image {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 500px;
  min-width: auto;
  object-fit: cover;
  border-radius: 25px;
  margin-left: 15px;
  margin-right: 15px;
}

.base_section_150px-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.base_section_150px-padding.bg_color_contrast {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/Desktop---4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 400;
}

.base_section_150px-padding.bg_color_contrast.cta {
  background-image: url('../images/Desktop---2.png'), linear-gradient(#fff, rgba(30, 42, 106, .44));
  background-position: 0%, 0 0;
  background-size: contain, auto;
  padding-top: 225px;
  padding-bottom: 225px;
}

.base_section_150px-padding.gradient-1 {
  background-image: url('../images/Desktop---2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.base_container_title {
  max-width: 85vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.base_container_title._65-width {
  max-width: 65vw;
}

.base_heading-4 {
  margin-bottom: 15px;
  font-size: 75px;
  font-weight: 600;
  line-height: 85px;
}

.base_heading-4.centered {
  max-width: none;
  color: #1e2a6a;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.base_attribution-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

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

.base_attribution-name {
  color: #333;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.base_attribution-title {
  color: #333;
  font-family: Poppins, sans-serif;
}

.base_section_image-full-bleed {
  height: 600px;
  background-image: url('../images/Screen-Shot-2023-05-23-at-1.00.19-PM.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.base_block_text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.base_block_text.align-right {
  text-align: right;
  align-items: flex-end;
}

.spacer_50px {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
}

.base_heading-2 {
  max-width: none;
  color: #1e2a6a;
  text-align: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.base_heading-2.text_color_contrast {
  color: #fff;
}

.base_block_image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.base_body-image {
  max-width: 48vw;
  min-width: auto;
  border-radius: 25px;
  box-shadow: 0 8px 16px rgba(30, 42, 106, .15);
}

.base_body-image.no-drop-shadow {
  box-shadow: none;
}

.base_button-outline {
  box-shadow: none;
  color: #1e2a6a;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1e2a6a;
  border-radius: 25px;
  margin-left: 25px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
  transition: all .2s;
}

.base_button-outline:hover {
  box-shadow: none;
  color: #5469d9;
  background-color: rgba(0, 0, 0, 0);
  border-color: #5469d9;
}

.base_button-outline:active {
  background-color: #43464d;
}

.base_button-outline.bg_color_contrast {
  color: #d7e0ff;
  border-color: #d7e0ff;
  margin-left: 25px;
  font-family: Poppins, sans-serif;
}

.base_button-outline.bg_color_contrast:hover {
  color: #d7e0ff;
  border-color: #9db3ff;
}

.base_heading-5 {
  max-width: none;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.base_button-block {
  margin-top: 5px;
}

.image-11 {
  width: 100px;
  max-width: none;
}

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

.base_footer {
  color: #fff;
  background-color: rgba(30, 42, 106, .44);
  background-image: url('../images/Desktop---5.png');
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: auto 275%;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

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

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

.footer-copyright-center {
  opacity: .7;
  color: #32323f;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  opacity: .7;
  color: #32323f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #32323f;
}

.base_pbv-link {
  max-width: none;
  opacity: .8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.base_pbv-link:hover {
  opacity: 1;
}

.link-block-6 {
  color: #fff;
  text-decoration: none;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.sticky-center {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.fourth {
  margin-bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  display: block;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-img_wrapper {
  width: 80%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.phone-mock_tab {
  width: 50%;
  height: 6%;
  background-color: #cacaca;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.phone-screen_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.phone-screen_img.third, .phone-screen_img.fourth, .phone-screen_img.second {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-screen {
  position: relative;
}

.phone-mock {
  width: 70%;
  max-width: 300px;
  background-color: #cacaca;
  border-radius: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
}

.position-relative {
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.h3 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sticky-triggers {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky-trigger._40 {
  top: 40%;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._80 {
  top: 80%;
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #cacaca;
  border-radius: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-number {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  padding-top: 3px;
  display: flex;
}

.base_mockup-image {
  width: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone-screen_wrapper {
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}

.base_section_sticky-scroll {
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.base_container_sticky-scroll {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-big_mobile-image, .features-big_image {
  width: 100%;
  position: absolute;
}

.features-big_image.is-image3 {
  z-index: 88;
  border-radius: 1rem;
}

.features-big_image.is-image2 {
  z-index: 89;
  width: auto;
  height: 75%;
  border-radius: 1rem;
}

.features-big_image.is-image1 {
  z-index: 90;
  border-radius: 1rem;
}

.heading {
  font-size: 55px;
  font-weight: 400;
  line-height: 62px;
}

.use-case-icon {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-title-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.base_section_stickyscroll {
  border-bottom-right-radius: 0;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.base_section_stickyscroll.bg-color-white {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.heading-container {
  max-width: 85vw;
  color: #141845;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.features-big_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
  position: relative;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.features-big_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.base_container_stickyscroll {
  width: 100%;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.check-icon {
  height: 25px;
  position: absolute;
  top: 2px;
  left: 0;
}

.features-big_mobile-image-wrapper {
  display: none;
}

.features-big_desktop-image-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.paragraph-bigger-bullet {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.features-big_content {
  height: 100vh;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1092ce;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  box-shadow: 0 8px 16px rgba(20, 24, 69, .2);
}

.button:hover {
  color: #fff;
  background-color: #1471b9;
  box-shadow: 0 8px 16px rgba(20, 113, 185, .25);
}

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

.button.bg-color-white {
  color: #141845;
  background-color: #fff;
  font-size: 14px;
}

.button.bg-color-white:hover {
  box-shadow: 0 8px 16px rgba(20, 113, 185, .25);
}

.mobile-product-image {
  display: none;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card.form {
  min-height: auto;
  min-width: 45vw;
  background-color: #f6f8ff;
  border-style: none;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 72px 40px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.color-neutral-300 {
  color: #eff0f6;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.input {
  min-height: 45px;
  color: #32323f;
  background-color: #fff;
  border: 1px #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  display: inline-block;
  box-shadow: 0 8px 16px rgba(84, 105, 217, .15);
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(84, 105, 217, .2);
}

.input:focus {
  color: #333;
  border-color: #4a3aff;
}

.input::-ms-input-placeholder {
  color: rgba(30, 42, 106, .55);
  font-size: 14px;
}

.input::placeholder {
  color: rgba(30, 42, 106, .55);
  font-size: 14px;
}

.success-message {
  color: #4a3aff;
  background-color: #f2f1ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message.large {
  padding-left: 42px;
  padding-right: 42px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

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

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list {
  margin-right: 16px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.base_field-label {
  color: #1e2a6a;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.base_paragraph {
  max-width: none;
  opacity: 1;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

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

.base_paragraph.centered.text_color_contrast {
  color: #fff;
}

.base_paragraph.bullet {
  margin-top: 0;
  margin-bottom: 15px;
}

.image-12 {
  width: 100px;
  max-width: none;
}

.list-2 {
  padding-left: 15px;
}

.base_slider-image-2 {
  width: auto;
  height: 500px;
  max-height: none;
  max-width: 500px;
  min-width: auto;
  object-fit: cover;
  border-radius: 25px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
}

.text-span {
  color: #1e2a6a;
  background-color: rgba(0, 0, 0, 0);
  font-size: 30px;
}

.text-span-2 {
  color: #1e2a6a;
  font-size: 30px;
}

@media screen and (min-width: 1280px) {
  .base_paragraph-bigger.centered {
    margin-bottom: 24px;
  }

  .base_heading-1 {
    max-width: none;
    line-height: 90px;
  }

  .base_hero-split-left.home {
    padding-right: 25px;
  }

  .base_section_page-header.home {
    background-attachment: scroll, fixed;
  }

  .base_section_page-header.contact {
    background-image: url('../images/Desktop---2.png'), linear-gradient(#fff, rgba(30, 42, 106, .44));
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .base_section_100px-padding.gradient-1 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .base_container_body {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .base_container_body.no-upper-spacing {
    margin-top: 0;
  }

  .base_heading-3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .marquee-horizontal-alt-css {
    display: block;
    overflow: visible;
  }

  .base_section_150px-padding {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .base_section_150px-padding.bg_color_contrast {
    background-position: 50% 0;
    background-size: cover;
    border: 1px #000;
  }

  .base_section_150px-padding.bg_color_contrast.cta {
    padding-top: 230px;
  }

  .base_heading-4 {
    max-width: none;
    line-height: 90px;
  }

  .base_heading-4.centered {
    text-align: center;
  }

  .base_section_image-full-bleed {
    background-image: url('../images/Screen-Shot-2023-05-23-at-1.00.19-PM.png');
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .base_block_text {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .base_heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 55px;
    font-weight: 500;
    line-height: 65px;
  }

  .base_block_image {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .base_body-image {
    max-width: 45vw;
    min-width: auto;
    border-radius: 25px;
  }

  .base_button-outline {
    box-shadow: none;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000;
    margin-left: 10px;
  }

  .base_button-outline:hover {
    color: #5469d9;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: #5469d9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
  }

  .base_heading-5 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 55px;
    font-weight: 500;
    line-height: 65px;
  }

  .base_button-block {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }

  .base_footer {
    border: 1px #000;
  }

  .footer-content {
    grid-template-columns: auto 1fr;
  }

  .base_pbv-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .base_pbv-link:hover {
    opacity: 1;
  }

  .base_section_sticky-scroll {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base_container_sticky-scroll {
    width: 85vw;
    max-width: none;
  }

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

@media screen and (min-width: 1440px) {
  .base_hero-image {
    max-width: 65vw;
  }

  .base_hero-image.subpage {
    max-width: 45vw;
  }

  .base_heading-1.text_color_contrast {
    margin-top: 0;
  }

  .base_button-primary {
    padding: 16px 30px;
  }

  .base_button-primary.bg_color_contrast {
    background-color: #d7e0ff;
  }

  .base_hero-split-left.home {
    padding: 25px;
  }

  .base_section_page-header.home {
    background-image: linear-gradient(94deg, rgba(30, 42, 106, .44), rgba(255, 255, 255, 0) 90%), url('../images/Desktop---1.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
    padding-top: 150px;
  }

  .base_section_page-header.contact {
    background-image: url('../images/Desktop---2.png'), linear-gradient(rgba(255, 255, 255, .4), rgba(30, 42, 106, .44)), url('../images/Desktop---1.png');
    background-position: 0 100%, 0 0, 100% 0;
    background-size: auto, auto, contain;
  }

  .base_section_100px-padding {
    box-shadow: none;
  }

  .base_section_100px-padding.gradient-1 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .base_section_100px-padding.bg_color_gray {
    background-color: #f6f8ff;
    background-image: linear-gradient(to right, #f6f8ff, rgba(215, 224, 255, .45));
  }

  .base_grid._3-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .base_grid-block.card-style {
    background-color: #f6f8ff;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 8px 16px rgba(30, 42, 106, .15);
  }

  .base_slider-image {
    height: 400px;
    max-width: none;
  }

  .base_section_150px-padding.bg_color_contrast {
    background-color: #fff;
    background-image: url('../images/Desktop---4.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .base_section_150px-padding.bg_color_contrast.cta {
    background-image: url('../images/Desktop---2.png'), linear-gradient(#fff, rgba(30, 42, 106, .44) 93%);
    background-position: 0%, 0 0;
    background-size: contain, auto;
    padding-top: 245px;
    padding-bottom: 245px;
  }

  .base_section_150px-padding.gradient-1 {
    background-image: url('../images/Desktop---2.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .base_body-image {
    max-width: 45vw;
  }

  .base_button-outline {
    margin-left: 25px;
  }

  .base_button-outline:hover {
    color: #5469d9;
    border-color: #5469d9;
  }

  .base_button-outline.bg_color_contrast {
    color: #d7e0ff;
    border-color: #d7e0ff;
  }

  .base_button-outline.bg_color_contrast:hover {
    color: #9db3ff;
  }

  .footer-wrapper, .container-9 {
    max-width: 85vw;
  }

  .features-big_image.is-image2 {
    width: auto;
    height: 75%;
  }

  .base_section_stickyscroll {
    overflow: hidden;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    max-width: none;
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .base_hero-image, .base_hero-image.subpage {
    max-width: 90vw;
  }

  .base_heading-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .base_container_hero {
    max-width: 90vw;
    flex-direction: column;
  }

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

  .base_hero-split-right.home {
    max-width: none;
  }

  .base_hero-split-left {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .base_hero-split-left.header {
    max-width: 90vw;
    text-align: center;
  }

  .base_hero-split-left.home {
    max-width: none;
  }

  .base_section_page-header {
    height: auto;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .base_section_100px-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .base_container_body {
    max-width: 90vw;
    margin-top: 30px;
  }

  .base_container_body.no-upper-spacing {
    max-width: 90vw;
  }

  .base_container_body.feature-2 {
    flex-direction: column-reverse;
  }

  .base_container_body.feature-1 {
    flex-direction: column;
    justify-content: space-around;
  }

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

  .base_grid._3-column {
    flex-direction: column;
    display: flex;
  }

  .base_grid-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .base_section_150px-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .base_container_title {
    max-width: 90vw;
  }

  .base_container_title._65-width {
    max-width: 80vw;
  }

  .base_heading-4 {
    font-size: 60px;
    line-height: 70px;
  }

  .base_section_image-full-bleed {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .base_block_text {
    min-width: 40vw;
    text-align: center;
    align-items: center;
  }

  .base_block_text.align-right {
    text-align: center;
    align-items: center;
  }

  .spacer_50px {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    display: none;
  }

  .base_heading-2 {
    font-size: 42px;
    line-height: 50px;
  }

  .base_block_image {
    min-width: auto;
  }

  .base_body-image {
    width: 90vw;
    max-width: none;
  }

  .base_button-outline {
    height: auto;
    max-height: 51px;
    min-height: auto;
    align-items: center;
    display: flex;
  }

  .base_heading-5 {
    font-size: 42px;
    line-height: 50px;
  }

  .base_button-block {
    width: 100%;
    justify-content: center;
    display: flex;
  }

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

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

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .phone-mock_tab {
    height: 3vw;
  }

  .phone-mock {
    width: 90%;
    border-radius: 1.5em;
    padding: 8px;
  }

  .phone-mock_border {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .features-big_image.is-image1 {
    position: absolute;
  }

  .heading {
    width: auto;
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }

  .use-case-icon {
    width: 50px;
    height: 50px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper {
    width: auto;
    margin-bottom: 0;
  }

  .heading-container {
    max-width: 90vw;
    flex-direction: column;
    display: block;
  }

  .features-big_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features-big_content-wrapper {
    align-items: center;
  }

  .base_container_stickyscroll {
    max-width: 90vw;
  }

  .check-icon {
    height: 20px;
  }

  .features-big_desktop-image-wrapper {
    height: 75vh;
    display: none;
  }

  .features-big_content {
    height: auto;
    margin-bottom: 40px;
  }

  .button {
    justify-content: center;
  }

  .mobile-product-image {
    height: auto;
    margin-bottom: 40px;
    display: block;
  }

  .mobile-product-image.parent {
    height: 85vh;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .card.form {
    width: 100%;
    min-width: auto;
    padding: 35px 32px;
  }

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

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

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

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-form-input {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 12px 25px;
  }

  .base_hero-image {
    max-width: 90vw;
  }

  .base_paragraph-bigger {
    font-size: 16px;
    line-height: 22px;
  }

  .base_paragraph-bigger.centered._75-width {
    max-width: 100%;
  }

  .base_paragraph-bigger._75-width {
    max-width: 1005%;
  }

  .base_heading-1 {
    font-size: 48px;
    line-height: 55px;
  }

  .base_button-primary.bg_color_contrast {
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }

  .base_container_hero {
    flex-direction: column;
  }

  .base_hero-split-right {
    margin-bottom: 0;
  }

  .base_hero-split-left {
    padding-right: 0;
  }

  .base_hero-split-left.header {
    max-width: none;
    padding-right: 0;
  }

  .base_section_page-header {
    padding: 125px 15px 50px;
  }

  .hero-form-container {
    width: 90vw;
    flex-direction: column;
  }

  .base_container_body.feature-2 {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .base_container_body.feature-1 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .base_grid {
    flex-direction: column;
    display: flex;
  }

  .base_grid._3-column {
    max-width: 90vw;
  }

  .base_heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .marquee-horizontal {
    height: 250px;
  }

  .base_slider-image {
    width: auto;
    height: 250px;
    max-width: none;
  }

  .base_section_150px-padding.bg_color_contrast.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base_container_title {
    text-align: center;
    align-items: stretch;
  }

  .base_heading-4 {
    font-size: 48px;
    line-height: 55px;
  }

  .base_section_image-full-bleed {
    height: 400px;
  }

  .base_block_text {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .base_block_text.align-right {
    align-items: stretch;
  }

  .base_block_image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .base_button-outline {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 15px;
    margin-left: 0;
  }

  .base_button-outline.bg_color_contrast {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .base_button-block {
    width: 90vw;
    flex-direction: column;
    display: flex;
  }

  .image-11 {
    max-width: none;
    min-width: auto;
    margin-bottom: 30px;
  }

  .footer-wrapper {
    max-width: 90vw;
    flex-direction: column;
    align-items: center;
  }

  .base_footer {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .sticky-container {
    height: auto;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
    display: flex;
  }

  .phone-mock_tab {
    height: 29px;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
  }

  .phone-mock {
    width: 150%;
    box-shadow: none;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .circle-number.steps3, .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .base_mockup-image {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .base_section_sticky-scroll {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .base_container_sticky-scroll {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .features-big_mobile-image {
    border-radius: 1rem;
    position: static;
  }

  .heading {
    text-align: left;
    font-size: 36px;
    line-height: 42px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper {
    width: auto;
    margin-bottom: 0;
  }

  .base_section_stickyscroll.bg-color-white {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .checklist {
    text-align: left;
  }

  .button-group {
    width: 90vw;
    flex-direction: column;
  }

  .features-big_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-top: 40px;
  }

  .base_container_stickyscroll {
    max-width: 90vw;
    text-align: center;
  }

  .check-icon {
    height: 22px;
  }

  .features-big_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: none;
  }

  .features-big_desktop-image-wrapper {
    display: none;
  }

  .paragraph-bigger-bullet {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .features-big_content {
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-2 {
    text-align: left;
    font-size: 28px;
    line-height: 35px;
  }

  .button, .button.bg-color-white {
    width: 100%;
  }

  .mobile-product-image {
    width: 90vw;
  }

  .mobile-product-image.parent {
    width: auto;
    height: 75vh;
    margin-bottom: 20px;
  }

  .card.form {
    padding: 32px;
  }

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

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .input {
    min-height: 45px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .base_paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .base_slider-image-2 {
    width: auto;
    height: 250px;
    max-width: none;
  }
}

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

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-form-input {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 12px 25px;
  }

  .base_hero-image {
    max-width: 90vw;
  }

  .base_paragraph-bigger {
    font-size: 16px;
    line-height: 22px;
  }

  .base_paragraph-bigger.bullet {
    margin-bottom: 15px;
  }

  .base_heading-1 {
    font-size: 48px;
    line-height: 55px;
  }

  .base_button-primary {
    width: 100%;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .base_button-primary.bg_color_contrast {
    margin-bottom: 10px;
  }

  .base_container_hero {
    max-width: 90vw;
    flex-flow: column;
  }

  .base_hero-split-right {
    margin-bottom: 0;
  }

  .base_hero-split-left {
    padding-right: 0;
  }

  .base_hero-split-left.header {
    max-width: none;
    padding-right: 0;
  }

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

  .base_section_page-header {
    max-width: none;
    padding: 150px 0 50px;
  }

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

  .base_container_body {
    flex-direction: column;
  }

  .base_container_body.feature-2 {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .base_container_body.feature-1 {
    margin-bottom: 20px;
  }

  .base_grid {
    flex-direction: column;
    display: flex;
  }

  .base_heading-3 {
    text-align: left;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .base_heading-3.centered {
    text-align: center;
  }

  .marquee-horizontal {
    height: 250px;
  }

  .base_slider-image {
    width: auto;
    height: 250px;
    max-width: none;
  }

  .base_container_title {
    justify-content: flex-start;
  }

  .base_heading-4 {
    font-size: 48px;
    line-height: 55px;
  }

  .base_section_image-full-bleed {
    height: 250px;
  }

  .base_block_text {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .base_heading-2 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .base_block_image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .base_button-outline {
    margin-top: 15px;
    margin-left: 0;
  }

  .base_button-outline.bg_color_contrast {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .base_heading-5 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .base_button-block {
    width: 90vw;
    max-width: none;
  }

  .image-11 {
    max-width: none;
    min-width: auto;
    margin-bottom: 30px;
  }

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

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .phone-mock_tab {
    height: 5vw;
  }

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps1, .circle-number.steps4 {
    display: none;
  }

  .base_section_sticky-scroll {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .base_container_sticky-scroll {
    padding-left: 28px;
    padding-right: 28px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .base_section_stickyscroll.bg-color-white {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .checklist {
    text-align: left;
  }

  .button-group {
    flex-flow: column wrap;
    align-items: flex-start;
    display: block;
  }

  .features-big_component {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features-big_content-wrapper {
    max-width: 90vw;
  }

  .check-icon {
    height: 22px;
  }

  .features-big_content {
    height: auto;
    max-width: 90vw;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
    overflow: visible;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .button.bg-color-white {
    margin-bottom: 10px;
  }

  .mobile-product-image {
    margin-bottom: 20px;
  }

  .mobile-product-image.parent {
    height: 60vh;
  }

  .checklist-item {
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: disc;
    display: block;
  }

  .card.form {
    padding: 25px 23px;
  }

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

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .success-message.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

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

  .base_paragraph {
    font-size: 16px;
    line-height: 22px;
  }

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

  .base_slider-image-2 {
    width: auto;
    height: 250px;
    max-width: none;
  }
}

#w-node-_75a3e2f4-abc2-5af0-1ade-5360107f545d-e52d1654, #w-node-_75a3e2f4-abc2-5af0-1ade-5360107f545f-e52d1654, #w-node-_75a3e2f4-abc2-5af0-1ade-5360107f5463-e52d1654, #w-node-_75a3e2f4-abc2-5af0-1ade-5360107f5465-e52d1654, #w-node-_75a3e2f4-abc2-5af0-1ade-5360107f5469-e52d1654, #w-node-_75a3e2f4-abc2-5af0-1ade-5360107f546b-e52d1654, #w-node-_0a06467d-003f-fbcf-ea57-4836e36405dd-e52d1654, #w-node-_0a06467d-003f-fbcf-ea57-4836e36405df-e52d1654, #w-node-_1a08859a-5366-dd05-f62f-60393db72472-e52d1654, #w-node-_1a08859a-5366-dd05-f62f-60393db72474-e52d1654, #w-node-_0744dbf9-ac6d-55b0-b416-5dd36979da46-e52d1654, #w-node-_0744dbf9-ac6d-55b0-b416-5dd36979da48-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec48788d-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec48788f-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec48789a-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec48789c-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec4878a3-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec4878a5-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec4878ae-e52d1654, #w-node-_00127cde-097f-516e-6f86-b5b5ec4878b0-e52d1654, #w-node-_0c74bce4-33eb-44d8-f2a0-f0a394fdfc09-94fdfc00, #w-node-ad5aaf7f-3fcb-c20a-e860-08d12d54e8c7-94fdfc00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e6963e-67be-1c3f-5631-6d35bf7b6efb-e52d1656, #w-node-_723c664f-5319-3cd2-945f-91a22bcc3efc-e52d1656 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6b5f865-7676-d640-3e3b-90a459f41aae-e52d1657, #w-node-d6b5f865-7676-d640-3e3b-90a459f41ab0-e52d1657, #w-node-d929b14f-47b1-42d6-34d2-cf108b96452f-e52d1657, #w-node-d6b5f865-7676-d640-3e3b-90a459f41abb-e52d1657, #w-node-d6b5f865-7676-d640-3e3b-90a459f41abd-e52d1657, #w-node-d6b5f865-7676-d640-3e3b-90a459f41ac4-e52d1657, #w-node-d6b5f865-7676-d640-3e3b-90a459f41ac6-e52d1657, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b3e-b4e7ff87, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b40-b4e7ff87, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b4b-b4e7ff87, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b4d-b4e7ff87, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b4f-b4e7ff87, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b5a-b4e7ff87, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b5c-b4e7ff87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d6b5f865-7676-d640-3e3b-90a459f41abb-e52d1657, #w-node-d6b5f865-7676-d640-3e3b-90a459f41ac4-e52d1657, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b4d-b4e7ff87, #w-node-_1f902cf7-0861-843f-8a0b-6f54b79d9b5a-b4e7ff87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ad5aaf7f-3fcb-c20a-e860-08d12d54e8c7-94fdfc00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_723c664f-5319-3cd2-945f-91a22bcc3ee4-e52d1656, #w-node-_723c664f-5319-3cd2-945f-91a22bcc3ee8-e52d1656, #w-node-_723c664f-5319-3cd2-945f-91a22bcc3eec-e52d1656, #w-node-_723c664f-5319-3cd2-945f-91a22bcc3ef0-e52d1656 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_723c664f-5319-3cd2-945f-91a22bcc3efc-e52d1656 {
    grid-column: span 2 / span 2;
  }
}


