:root {
  --black: black;
  --untitled-ui--primary600: #7f56d9;
  --white: white;
  --blue: #4c8bf5;
  --grey-text: #a3a3a3;
  --grey-line: #545454;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--white: white;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary200: #e9d7fe;
  --untitled-ui--primary500: #9e77ed;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  background-color: #000;
  background-image: linear-gradient(26deg, #000, #131313);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  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: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.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: #1a1b1fbf;
}

.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 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

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

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

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

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading {
  object-fit: fill;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 110px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 400px;
  font-weight: 700;
  line-height: 350px;
  text-decoration: none;
  overflow: auto;
}

.navbar-no-shadow {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #0000008c;
  border: .25px #fff6;
  border-bottom-style: solid;
}

.navbar-no-shadow-container {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-2:hover {
  color: var(--untitled-ui--primary600);
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

.nav-dropdown-icon-2 {
  color: var(--white);
  margin-right: 10px;
}

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

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

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

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

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

.nav-button-wrapper {
  border-radius: 0;
  margin-left: 220px;
  display: block;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3dd3ff;
  border-radius: 11px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.navbar {
  padding-left: 16px;
  padding-right: 16px;
}

.button-primary-2.y-margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body {
  -webkit-text-stroke-color: #fff;
  background-image: none;
}

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

.container-2 {
  text-align: center;
  -webkit-text-stroke-color: #fff;
  flex: 0 auto;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.hero-wrapper-two-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #b8b8b8;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  font-size: 18px;
}

.margin-bottom-24px-2.centered {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px-2.centered.blue-hue-background {
  background-image: radial-gradient(circle, #4c8bf54d, #fff0);
}

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

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

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

.hero {
  background-image: url('../images/MacBook-Pro-14_---3.png');
  background-position: 50%;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
  transition: all .2s;
  display: flex;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.heading-2.is-team {
  text-align: left;
}

.heading-2.mobile {
  font-size: 52px;
  line-height: 52px;
}

.heading-3 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 50px;
}

.video {
  border-radius: 14px;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.video-2 {
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.vsl {
  background-image: url('../images/Frame-5-1.png');
  background-repeat: repeat-x;
  background-size: contain;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.features-metrics {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

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

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

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.bold-text {
  color: #4c8bf5;
}

.div-block {
  margin: 30px 80px;
  overflow: hidden;
}

.container-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  margin-top: 47px;
  padding-left: 8px;
  display: flex;
}

.container-4.mobile {
  margin-top: 45px;
}

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

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

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

.button-primary-2-copy.navbar.w--current {
  padding-left: 16px;
  padding-right: 16px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

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

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

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

.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 {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.container-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-2 {
  background-color: #1b1b1b;
  border: 1px solid #ffffff1f;
  border-radius: 13px;
}

.text-block {
  color: #fff6;
}

.paragraph-2 {
  color: var(--blue);
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-2.counter {
  color: var(--blue);
}

.container-6 {
  text-align: center;
  padding: 40px 40px 32px;
}

.stats {
  background-color: #000;
  border: .25px solid #ffffff40;
  border-style: solid none;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.clients-image-three.wide {
  width: 120px;
  margin-left: 0;
  margin-right: 0;
}

.clients-image-three.square {
  width: 70px;
}

.clients-image-three.tall {
  width: 50px;
}

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

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.service {
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px 120px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.features-wrapper-two {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  padding-left: 80px;
  display: flex;
  position: sticky;
  top: 120px;
}

.features-left.mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  padding-left: 0;
}

.features-paragraph {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  margin-bottom: -16px;
  padding-left: 0;
  display: flex;
}

.features-block-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #1b1b1beb;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.lines_outer-wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.c-100-svh {
  width: 100svw;
}

.lines_inner-wrapper {
  opacity: .12;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.line {
  background-color: #fff;
  width: 1px;
  height: 100vh;
}

.header {
  z-index: 1;
  position: sticky;
  top: 0;
}

.button-primary-2-small {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4c8bf5;
  border-radius: 11px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2-small.top-margin {
  margin-top: 20px;
}

._154-mouse-wrapper {
  opacity: .4;
  align-self: center;
}

._154-mouse {
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._154-circle {
  background-color: #fff;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  margin-top: 5px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

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

.paragraph-5 {
  color: #ffffffed;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-5.mobile {
  line-height: 30px;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.div-block-5 {
  background-color: #b91cd7;
  border: 1px solid #4c8bf5;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-top: 45px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 50px 6px #4c8bf566;
}

.div-block-5.pricing {
  color: #4c8bf5;
  background-color: #fff;
  width: 150px;
}

.div-block-5.client-feature {
  border-radius: 20px;
  width: auto;
  height: 35px;
  margin-bottom: 10px;
  padding: 0 35px;
}

.text-block-2 {
  color: #4c8bf5;
  font-weight: 700;
}

.text-block-2.pill {
  color: #fff;
  font-size: 16px;
}

.image {
  opacity: .7;
  height: 15px;
  padding-right: 9px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7, .div-block-8 {
  flex-direction: column;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.column, .column-2 {
  position: static;
}

.video-testimonials {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  display: flex;
}

.div-block-11.mobile {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-testimonial-1 {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-testimonial-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  display: flex;
}

.video-testimonial-wrapper.mobile {
  margin-top: 25px;
}

.video-testimonial-wrapper.mobile.top {
  margin-top: 3rem;
}

.video-testimonial-card {
  background-color: #1b1b1b;
  border: 1px solid #ffffff30;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-6.centered {
  text-align: center;
  padding-top: 20px;
}

.vtc-identity {
  width: 100%;
  display: flex;
}

.vtc-identity-picture {
  border: 1px #fff;
  border-radius: 90px;
  overflow: hidden;
}

.image-2 {
  border: 1px solid #fff;
}

.paragraph-7 {
  color: #fff;
  font-weight: 400;
}

.div-block-15 {
  width: 100%;
  max-width: 940px;
}

.section-6 {
  background-color: #000;
  border: .25px solid #ffffff40;
  border-style: solid none;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.team-card {
  background-color: #1b1b1b;
}

.paragraph-8 {
  color: #fff6;
}

.paragraph-9 {
  color: #fff6;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  color: #fff6;
}

.swiper.is-slider-main {
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}

.swiper-wrapper.is-team {
  padding-top: 20px;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper.is-slider-main {
  align-items: center;
  display: flex;
}

.swiper-slide.is-team {
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  flex-direction: column;
  align-items: flex-start;
  width: 20rem;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
}

.team-img-wrapper {
  border-radius: 4px;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.swiper-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-info-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-weight: 700;
}

.text-block-4 {
  color: #fff6;
}

.slider-main_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.swiper-bullet-wrapper {
  background-color: #1b1b1b;
  border-radius: 50%;
  width: 1.25em;
  max-height: 1.25em;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column wrap;
  align-items: center;
  display: flex;
}

.swiper-bullet {
  background-color: #1b1b1b;
  border-radius: 50%;
  width: 1.25em;
  min-height: 1.25em;
}

.swiper-bullet.is-active {
  background-color: #4d8bf5;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: #1b1b1b;
  border-radius: 100vh;
  width: 38em;
  max-width: 100%;
  height: .45em;
}

.swiper-drag.is-slider-main {
  background-color: #4d8bf5;
  border-radius: 100vh;
  width: 7em;
  height: 100%;
}

.slider-main-top-wrapper {
  width: 100%;
}

.slider-main-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-header-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-block {
  background-color: #1b1b1b;
  border: 1px solid #fff6;
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a1d22e6;
  border: 1px solid #555b62;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  padding: 10px 10px 10px 16px;
  display: flex;
  position: fixed;
  inset: auto 25% 0%;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  align-items: center;
}

.nav_logo {
  flex: none;
  width: 36px;
}

.menu {
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: #1a1d22;
  align-items: center;
}

.menu_line {
  background-color: #ededed;
  width: 16px;
  height: 2px;
}

.nav_link {
  grid-column-gap: 8px;
  color: #ededed;
  border: 1px solid #0000;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  color: #fff;
  background-color: #1a1d22e6;
  border-color: #1a1d22;
  box-shadow: 0 0 4px #ff168633;
}

.nav_link.w--current {
  color: #fff;
}

.button_primary {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #4c8bf5;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
}

.button_primary:hover {
  background-color: #6f18fd;
}

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

.nav_title {
  color: #888fa0;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.nav_title:hover {
  color: #ededed;
}

.nav_title.hide-dasktop {
  display: none;
}

.button_primary-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #4c8bf5;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
}

.button_primary-2:hover {
  background-color: #323439;
}

.social {
  grid-column-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.nav_row-link {
  color: #cacaca;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #fff;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.nav_inner-2 {
  z-index: 10;
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0f1013e6;
  border: 1px solid #555b62;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 28px;
  display: flex;
  position: relative;
}

.sticky-footer {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% -200px;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a1d22e6;
  border-radius: 20px;
  padding: 20px 16px;
  display: none;
  position: absolute;
  inset: auto 0% 70px;
}

.social_link {
  opacity: .8;
  width: 20px;
  transition: opacity .2s;
}

.social_link:hover {
  opacity: 1;
}

.text-block-5 {
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.text-block-6, .text-block-7 {
  font-weight: 400;
}

.footer-text {
  color: #fff;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  position: relative;
}

.div-block-16 {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0%;
  padding-bottom: 0;
  display: block;
  position: static;
}

.button.primary {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4c8bf5;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 12px;
  transition: all .2s;
}

.button.primary:hover {
  background-color: #323439;
}

.button.primary.pricing {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button.secondary {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 11px;
  padding: 12px 16px;
  font-size: 12px;
}

.button.secondary:hover {
  background-color: #323439;
}

.button.secondary.pricing {
  color: #679fff;
  text-align: center;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff;
  border-width: 0;
  border-color: #fff0;
  width: 100%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.button.secondary.pricing:hover {
  background-color: #e2ecfd;
  border-color: #fff;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 1;
  background-image: linear-gradient(267deg, #000, #000 21%, #000000a3 51%, #fff0);
  width: 140px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: #f3f5fb00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #ffffff0d;
}

.f-logo-cell.tighter {
  margin-left: 0;
  margin-right: 0;
}

.f-logo-carousel-wrap {
  background-color: #fff0;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 1;
  background-image: linear-gradient(to right, #000, #000 25%, #000000ba 60%, #0000);
  width: 140px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large {
  padding: 10px 0%;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.faq-arrow {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 20px;
  height: 23px;
  margin-right: 0;
}

.faq-image {
  object-fit: contain;
  width: 100%;
  margin-top: 100px;
  display: block;
}

.faq-answer {
  overflow: hidden;
}

.no-margin {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.faq-paragraph {
  color: #a3a3a3;
  padding-bottom: 30px;
  font-size: 18px;
}

.faq-paragraph.centered {
  text-align: center;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  line-height: 23px;
}

.container-10 {
  width: 95%;
  max-width: 1350px;
}

.faq-title {
  color: #fff;
  text-align: center;
  max-width: 350px;
  margin-bottom: 0;
  font-size: 36px;
}

.guide-heading {
  color: #adadad;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.guide-heading.grey-1-text {
  color: #6b6b6b;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.faq {
  background-color: #0000;
  padding: 80px 30px;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  max-width: 940px;
}

.faq-card {
  cursor: pointer;
  background-color: #1b1b1b;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 30px 0;
  transition: box-shadow .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 30px #00000005;
}

.faq-card:hover {
  box-shadow: 0 3px 30px #0000000d;
}

.div-block-17 {
  max-width: 600px;
}

.div-block-18 {
  position: sticky;
  top: 120px;
}

.div-block-18.mobile {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.terms-arrow {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  transition: transform .2s, border .2s;
  display: flex;
}

.terms-arrow:hover {
  transform: translate(5px);
}

.card {
  background-color: #5ecca0;
  border-radius: 20px;
  padding: 30px;
}

.card.pink {
  background-color: #cb9bfa;
}

.card.black {
  color: #fff;
  background-color: #000;
}

.card.yellow {
  background-color: #f8fd91;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.terms-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.card-top {
  border-bottom: 1px solid #0003;
  padding-bottom: 20px;
}

.card-top.white {
  border-bottom-color: #fff3;
}

.card-bot {
  margin-top: 20px;
}

.link {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #000;
}

.text-field {
  color: #000;
  background-image: url('../images/plane.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 50px;
  transition: border-color .2s;
}

.text-field:hover, .text-field:focus {
  border: 1px solid #000;
}

.text-field::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

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

.button-2 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

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

.button-2.big {
  height: 50px;
  padding: 15px 40px;
}

.terms-link {
  color: #000;
  text-decoration: none;
}

.terms-link:hover {
  border-bottom-color: #000;
}

.cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 40px;
  display: grid;
}

.dot {
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

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

.card-icon {
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: transform .2s;
  display: flex;
}

.card-icon:hover {
  transform: scale(1.1);
}

.card-icon.white {
  background-color: #fff;
}

.terms {
  border-top: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 550px;
  margin-top: 40px;
  margin-bottom: 0;
}

.container-11 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.card-link {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.p-22 {
  font-size: 22px;
}

.p-22.mb-20 {
  margin-bottom: 20px;
}

.p-12 {
  font-size: 12px;
}

.p-12.opacity {
  color: #00000080;
}

.p-12.heading {
  color: #00000080;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.p-12.heading.white, .p-12.white {
  color: #ffffff80;
}

.features {
  margin-top: 50px;
  margin-bottom: 30px;
}

.price-card {
  padding: 32px 34px;
}

.text-block-8 {
  color: #a3a3a3;
  font-size: 20px;
  font-weight: 400;
}

.pricing-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.feature-text {
  color: #a3a3a3;
  font-size: 15px;
}

.feature-text.white-text {
  color: #fff;
}

.pricing-text {
  color: #a3a3a3;
  font-size: 15px;
}

.pricing-text.white-text {
  color: #fff;
}

.price-type {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  display: block;
}

.price-type.white-text {
  color: #fff;
}

.price-type.no-margin {
  margin-bottom: 0;
  font-size: 21px;
}

.price-card-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.length-text {
  color: #a3a3a3;
  font-size: 22px;
}

.length-text.white-text {
  color: #d4d3db;
}

.button-3 {
  color: #f496d1;
  background-color: #fef5fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-3.button-white {
  color: #5243c2;
  background-color: #f496d1;
}

.content-h1 {
  z-index: 0;
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-style: normal;
  line-height: 1.1;
  position: relative;
}

.content-h1.mobile {
  z-index: 0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}

.content-h1.white {
  z-index: 0;
  color: var(--white);
  -webkit-text-stroke-color: #4c8bf5;
}

.content-h1.blue {
  color: var(--blue);
}

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

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

.content-h1.no-margin {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.pricing-features {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
}

.container-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.check-wrap {
  align-items: center;
  display: flex;
}

.pricing-card-featured {
  background-color: #4c8bf5;
  border-radius: 30px;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  position: relative;
  top: -35px;
  box-shadow: 2px 44px 42px #437cc24d;
}

.section-large {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 3%;
  display: none;
  position: relative;
  overflow: hidden;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.pricing-base {
  background-color: #1b1b1b;
  border: 1px solid #4c8bf5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 5px 20px 11px #4c8bf552;
}

.check {
  width: 24px;
  margin-right: 16px;
}

.pricing {
  color: var(--white);
}

.pricing.white-text, .heading-6 {
  color: #fff;
}

.heading-7 {
  color: var(--white);
}

.container-13 {
  display: none;
}

.button-4 {
  color: silver;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-size: 12px;
  text-decoration: none;
}

.button-4.card {
  color: #fcfcfc;
  padding: 9px 15px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.svg-icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.polyline {
  color: #fff;
  background-color: #fff;
}

.path {
  color: #fff;
}

.div-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-3 {
  margin: 0 15px 15px;
}

.divider {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.wdp3eq61 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.pricing-header {
  color: #fff;
}

.azxn1d78 {
  text-align: center;
  border-color: #1e3a2b;
  flex-direction: column;
  align-items: stretch;
  row-gap: 24px;
  width: auto;
  padding: 0 6%;
  display: flex;
}

.zbojj5dq {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  margin: 0 20px;
  display: inline-block;
  position: relative;
}

.v2sleaa3 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.kjldyzfw {
  color: #fff;
  text-align: center;
  letter-spacing: -.47px;
  border-color: #1e3a2b;
  width: auto;
  font-size: 20px;
  line-height: 28px;
}

.gxidj0xc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 24px;
  width: auto;
  padding: 0 6%;
  display: flex;
}

.gxidj0xc.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ihfzmq7e {
  color: var(--grey-text);
  text-align: center;
  letter-spacing: -.47px;
  border-color: #f8f4f0;
  width: 80%;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.f79juj3n {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.kudncawr {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.aq1xnhqd {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.xj3jy8zt {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.nfmdegf2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4c8bf5;
  border-color: #1e3a2b;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  padding: 32px 10% 10%;
  display: flex;
}

.w797b1sm {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.rqnxk8hl {
  color: #fff;
  text-align: center;
  letter-spacing: -.47px;
  border-color: #1e3a2b;
  width: auto;
  font-size: 20px;
  line-height: 28px;
}

.xjx61tp3 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.l6gz8zmz {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}

.z7i3ohme {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.rxxcp2x6 {
  z-index: 0;
  color: var(--blue);
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  margin: 0;
  font-size: 64px;
  line-height: 80px;
  display: inline;
  position: relative;
}

.g5dwsxfk {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.qr16cyxa {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.kxl8vxsm, .ce2r1p23 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.yn9y0oo2, .fz70w3xf {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.jeqwk8og {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.uwffg145 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.pymj32no {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.higecelj {
  color: #f8f4f0;
  text-align: center;
  letter-spacing: -.47px;
  border-color: #f8f4f0;
  width: auto;
  font-size: 20px;
  line-height: 28px;
}

.i4mb6j4g {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.fo5r3ogw {
  color: #f8f4f0;
  background-color: #1b1b1b;
  border-color: #f8f4f0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 40px 0;
  display: flex;
}

.jm6wg6tw {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: auto;
  margin-bottom: -15px;
  display: flex;
}

.lzhhkz1h {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 48px;
  width: 100%;
  max-width: 1374px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  position: relative;
}

.o1ea8dal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f8f4f0;
  border-color: #f8f4f0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  padding: 32px 6% 10%;
  display: flex;
}

.szul7397 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.tyj21muo {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.b1978rpr {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.pricing-row {
  color: #f8f4f0;
  border-width: 0 0 1px;
  border-color: #f8f4f0 #f8f4f0 #545454;
  border-bottom-style: solid;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  gap: 0;
  width: auto;
  font-size: 18px;
  display: grid;
}

.pricing-row.single {
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: .25fr;
}

.sn3fu0kg {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  flex-direction: column;
  align-items: stretch;
  row-gap: 24px;
  width: auto;
  padding: 0 6%;
  display: flex;
}

.avde7nj2, .dt6vhl4c {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.j2wi54w7 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.ezgu7aoh, .p3whoprq {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.n8b6xf4g, .s2v7xfh7 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.r9n1dl5o, .g94nukdd {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.h0lfp2md {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.qx7wzyts {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.wbnon403 {
  z-index: 0;
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  margin: 0;
  font-size: 64px;
  line-height: 61px;
  display: inline;
  position: relative;
}

.zxth0q92, .eiq68u42 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.v1skrsdq {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.n70r1gwg {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.check-blue {
  width: 24px;
  height: 24px;
}

.qof0v6mw {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: auto;
  display: flex;
}

.jbt3lemj {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.uq2dn516 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: 100%;
}

.giyfe2eu {
  color: #f8f4f0;
  background-color: #1b1b1b;
  border-color: #f8f4f0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 40px 0;
  display: flex;
}

.jeplq1lw {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.envqb1ki, .xjvdtz8q {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: -.33px;
  cursor: pointer;
  background-color: #4c8bf5;
  border-color: #1e3a2b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-height: 64px;
  padding: 15% 10%;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.ok8r1e82, .u4fpi4h3 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tl0zd4k9 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.cr34r34k {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.hjkfwjjs {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.fj3kj6el {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}

.haq9ulyr {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.kmkxn86p {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.vhakbe0a {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 960px;
  display: block;
}

.ouf4aplt {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.check-grey {
  width: 24px;
  height: 24px;
}

.xfwoi2b5 {
  border: 1px solid var(--blue);
  color: #f8f4f0;
  background-color: #1b1b1b;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  min-height: 800px;
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
  box-shadow: 0 2px 20px 12px #4c8bf54a;
}

.xwf2s9x9 {
  color: #f8f4f0;
  text-align: center;
  letter-spacing: -.47px;
  border-color: #f8f4f0;
  width: auto;
  font-size: 20px;
  line-height: 28px;
}

.xzmi43kb {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.hdeqy3uo {
  color: #f8f4f0;
  background-color: #1b1b1b;
  border-color: #f8f4f0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.khpox3r3 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.feature {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.ye19tcko {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.f87hug9y {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tib5tt6v {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.b8g1rr28 {
  color: #f8f4f0;
  border-width: 0 0 1px;
  border-color: #f8f4f0 #f8f4f0 #545454;
  border-bottom-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0;
  width: auto;
  display: grid;
  position: sticky;
  top: 15px;
}

.e4mlzsfq {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.get-started-button-pricing {
  color: #4c8bf5;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 64px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.get-started-button-pricing:hover {
  background-color: #cfdff8;
}

.oikqkh09 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.sh9e7404 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.zx15p1lh {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f8f4f0;
  border-color: #f8f4f0;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  padding: 32px 6% 10%;
  display: flex;
}

.container-pricing {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  position: relative;
}

.mpr93pj8 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.e0rj5mr7 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.dw4ja1dm {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.pricing-section-container {
  color: #4c8bf5;
  border-color: #1e3a2b;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding: 0 0%;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition-property: none;
  display: flex;
}

.xl86hiss {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.c87wzg7x {
  color: #f8f4f0;
  text-align: center;
  letter-spacing: -.47px;
  border-color: #f8f4f0;
  width: auto;
  font-size: 20px;
  line-height: 28px;
}

.button-container {
  color: #f8f4f0;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 32px 0 0;
  display: flex;
}

.xl5084bi {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.qhfkxtvg {
  color: #fff;
  text-align: center;
  border-color: #1e3a2b;
  width: auto;
  margin: 0;
  font-size: 40px;
  line-height: 29px;
}

.anybr511 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.tpwlwhh4 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.hhth04ha {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.kwba12e3 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.hbsxhoey {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.lj04ua6r, .ulh6ucje {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.q4en46lb {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.eico63sg {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
}

.hrfb6n8a, .uiyztiy8, .go0crrv2 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.fw58dbtg {
  text-align: center;
  border-color: #1e3a2b;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: auto;
  display: flex;
}

.r9dc71sv {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.bqlwnx1e, .nv4v2tx1 {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.kfit98sm {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.qzjheove {
  color: #f8f4f0;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.eixaurtx {
  color: #f8f4f0;
  background-color: #1b1b1b;
  border-color: #f8f4f0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 40px 0;
  display: flex;
}

.jltivw1p {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.yg2atnga {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f8f4f0;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70%;
  display: flex;
}

.g6ord21d {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.bqfawpa7 {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.xtwitg4e {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.v63fwt9p {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.fpq4ei1j {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.ye552c3j, .ksr2w3rx {
  color: #f8f4f0;
  border-color: #f8f4f0;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 0;
  font-size: 18px;
  display: flex;
}

.y7s5jv1f {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.swi80lai {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.p0ap2h5l {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.dtim4ykj {
  color: #f8f4f0;
  text-align: center;
  letter-spacing: -.47px;
  border-color: #f8f4f0;
  width: auto;
  font-size: 20px;
  line-height: 28px;
}

.o2ygn8sa {
  color: #f8f4f0;
  text-align: center;
  border-color: #f8f4f0;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.pricing-description {
  color: var(--grey-text);
  text-align: center;
  letter-spacing: -.47px;
  border-color: #f8f4f0;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.pricing-description.main {
  color: var(--white);
  margin-top: 0;
}

.pricing-description.left-align {
  color: var(--white);
  text-align: left;
  font-size: 20px;
}

.pricing-description.left-align.smaller {
  margin-top: -5px;
  font-size: 16px;
  line-height: 1.2;
}

.section-7 {
  justify-content: space-around;
  padding: 120px 5%;
  display: flex;
}

.section-7.mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-4 {
  opacity: .19;
  max-width: 75%;
  margin-left: 75px;
}

.container-14 {
  background-color: #1b1b1b;
  border: 1px solid #545454;
  border-radius: 24px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-color: var(--blue);
  border-radius: 11px;
  flex-flow: column;
  padding: 19px 20px;
  display: flex;
}

.text-block-9 {
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
}

.columns {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.columns.mobile {
  padding-top: 12px;
  padding-bottom: 12px;
}

.column-4 {
  padding: 16px 20px 16px 40px;
}

.div-block-21 {
  width: 100%;
}

.column-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2 {
  border-bottom: 1px solid #545454;
  align-items: center;
  height: 60px;
  display: flex;
}

.heading-8 {
  margin-bottom: 0;
}

.heading-9 {
  margin-top: 0;
}

.bold-text-2 {
  color: var(--white);
  font-size: 40px;
  line-height: 40px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: -8px;
  font-size: 30px;
}

.feature-card-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.card-title {
  text-align: center;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.process-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 80px;
  display: none;
}

.process {
  background-color: #0000;
  border: 0 solid #000;
  border-top: 1px #1f1f1f;
  border-bottom: 1px solid #1f1f1f00;
  overflow: hidden;
}

.text-span, .text-span-2 {
  color: var(--blue);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--blue);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: .4rem;
}

.uui-text-size-medium {
  color: var(--grey-text);
  text-align: center;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout34_content {
  background-color: #1b1b1b;
  border: 1px solid #373737;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 22em;
  padding: 30px 16px 16px;
  display: flex;
}

.uui-layout34_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.uui-padding-vertical-xhuge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-top: 1px solid #1f1f1f00;
  border-bottom: 1px solid #1f1f1f00;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  display: flex;
}

.text-block-10, .text-block-11 {
  text-transform: uppercase;
}

.learn-more {
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-22 {
  z-index: -1;
  background-color: var(--blue);
  opacity: .3;
  filter: blur(50px);
  mix-blend-mode: normal;
  border-radius: 400px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 10625.1px;
}

.features-heading {
  font-size: 2rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-text-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_cta08 {
  background-color: #0000;
  position: relative;
}

.uui-padding-vertical-xhuge-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 12rem;
  display: flex;
  position: absolute;
}

.uui-page-padding-3 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-23 {
  z-index: -1;
  background-color: var(--blue);
  opacity: .26;
  filter: blur(100px);
  border-radius: 300px;
  width: 500px;
  height: 300px;
  position: absolute;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.button-6 {
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 16px;
  width: 100%;
  padding: 18px 20px;
  font-size: 12px;
  transition: all .2s;
}

.button-6:hover {
  background-color: #cfdff8;
}

.uui-footer03_legal-link {
  color: var(--grey-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer03_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer03_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--grey-text);
}

.uui-footer03_bottom-wrapper {
  border-top: 1px solid #212326;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer03_link {
  grid-column-gap: .5rem;
  color: var(--white);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_link:hover {
  opacity: .65;
  color: var(--white);
}

.uui-footer03_link-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer03_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.uui-footer03_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer03_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer03_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 2rem;
  display: grid;
}

.uui-text-size-medium-2 {
  color: var(--grey-text);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-footer03_details-wrapper {
  max-width: 25rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer03_logo-link {
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.uui-footer03_top-wrapper {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  place-items: start;
}

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

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

.uui-page-padding-4 {
  background-color: var(--black);
  border-style: solid;
  border-color: #212326;
  border-top-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-5 {
  width: 40px;
  height: 40px;
}

.text-block-12 {
  font-size: 18px;
  line-height: 24px;
}

.text-block-13 {
  font-size: 20px;
}

.text-block-14 {
  color: var(--white);
  font-weight: 700;
}

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

.path-2 {
  max-width: 40px;
  max-height: 40px;
}

.svg {
  color: var(--blue);
  max-width: 40px;
  min-height: 40px;
}

.svg.blue {
  height: 40px;
}

.svg.blue._80 {
  max-width: 80px;
  height: 80px;
  padding: 16px;
}

.svg.white {
  color: var(--white);
}

.icon-wraper {
  width: 80px;
  height: 80px;
}

.bold-text-5 {
  line-height: 48px;
}

.bold-text-6 {
  line-height: 50px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.pre-heading-text {
  color: var(--grey-text);
  margin-top: 115px;
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 16px;
  line-height: 1.1;
}

.pre-heading-text.without-margin {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 15.5px;
  font-style: italic;
  line-height: 1.1;
}

.button-primary-2-xl {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4c8bf5;
  border-radius: 11px;
  width: 350px;
  padding: 18px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2-xl.navbar {
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-14 {
  color: var(--grey-text);
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.paragraph-14.emphasis {
  color: var(--blue);
  text-transform: lowercase;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.features-block-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #1b1b1beb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding: 5px 40px;
  display: flex;
}

.div-block-4-small {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.emoji {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1;
}

.emoji.small {
  font-size: 40px;
}

.div-block-27 {
  width: 80px;
  height: 80px;
  padding: 16px;
}

.emoji-container-small {
  width: 40px;
  height: 40px;
}

.avatar-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.avatar-wrapper.relative-bottom {
  justify-content: flex-start;
  align-self: auto;
  padding-left: 25px;
  position: absolute;
  inset: auto 0% 25px auto;
}

.avatar-image {
  border: 2px solid var(--blue);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 9px 5px #4c8bf54d;
}

.avatar-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.avatar-content {
  color: #979797;
  font-size: 16px;
}

.flex-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
}

.client-feature {
  background-image: radial-gradient(circle at 50% 70%, #4c8bf54d, #4c8bf500 40%);
  padding: 40px 20px 120px;
  display: none;
}

.container-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-15 {
  color: var(--grey-text);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
}

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

.flex-block-2 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  align-items: center;
}

.flex-block-2.shift-right {
  align-items: center;
  margin-left: 5vw;
}

.flex-block-2.shift-left {
  margin-right: 5vw;
}

.f-logo-cell-copy {
  background-color: #f3f5fb00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell-copy:hover {
  background-color: #ffffff0d;
}

.f-logo-cell-copy.tighter {
  margin-left: 0;
  margin-right: 0;
  padding: 14px 20px;
}

.bold-text-7 {
  color: var(--white);
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.text-testimonials-section {
  min-height: 300px;
  padding: 30px 15px 50px;
  position: static;
  overflow: hidden;
}

.testimonial-carousel-wrap {
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 300px;
  display: flex;
  position: relative;
}

.testimonial-carousel-css {
  display: none;
}

.testimonial-carousel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
  position: absolute;
}

.testimonial-carousel-card {
  background-color: #1b1b1b;
  border: 1px solid #ffffff30;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 380px;
  max-width: none;
  height: 320px;
  padding: 25px 20px 20px;
  display: flex;
  position: relative;
}

.testimonial-carousel-card.temp-move {
  margin-left: -500px;
}

.image-6 {
  width: 120px;
}

.testimonial-carousel-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.list-item {
  display: none;
}

.nfmdegf2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: #1e3a2b;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  padding: 32px 10% 10%;
  display: flex;
}

.blue {
  color: var(--blue);
}

.parent-wrapper {
  position: relative;
  overflow: visible;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px;
  padding: 21px;
  display: block;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  padding: 60px;
  display: grid;
}

.text-block-15 {
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

.image-7 {
  border-radius: 10px;
  box-shadow: 0 2px 15px 4px #136c805c;
}

.image-8 {
  max-width: 15%;
}

.paragraph-16 {
  color: #fff;
  padding-left: 163px;
  padding-right: 163px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-29 {
  padding: 87px 0;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-size: 22px;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-text-size-medium-3 {
  color: var(--white);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing04_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing04_feature {
  display: flex;
}

.uui-pricing04_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-pricing04_price-text {
  color: var(--white);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing04_price {
  color: var(--untitled-ui--primary600);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xxsmall {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-pricing04_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing04_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2.5rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing04_popular-label {
  z-index: 1;
  background-color: var(--untitled-ui--primary700);
  outline-color: var(--untitled-ui--primary200);
  outline-offset: 0px;
  color: var(--untitled-ui--white);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.uui-pricing04_popular-plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 4.5rem 2rem 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing04_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 4rem;
}

.uui-pricing04_components.social-media-management {
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-text-size-large-2 {
  letter-spacing: normal;
  color: #b8b8b8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 50px;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.uui-heroheader13_image {
  width: 100%;
  max-width: 48rem;
}

.uui-heroheader13_image-wrapper {
  margin-top: 4rem;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--grey-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.uui-heroheader13_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-section_heroheader13 {
  background-color: var(--untitled-ui--gray50);
  overflow: hidden;
}

.uui-heroheader04_image {
  width: 76rem;
  min-width: 76rem;
  display: block;
  position: absolute;
}

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader04 {
  overflow: hidden;
}

.uui-heroheader09_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader09_image._11 {
  border-top-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

.uui-heroheader09_image._10 {
  border-radius: 50%;
}

.uui-heroheader09_image._09 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image._08 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._07 {
  border-bottom-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._06 {
  border-top-right-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._05 {
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._04 {
  border-radius: 50%;
}

.uui-heroheader09_image._03 {
  border-top-left-radius: 7rem;
}

.uui-heroheader09_image._02 {
  border-bottom-left-radius: 7rem;
}

.uui-heroheader09_image._01 {
  border-top-right-radius: 7rem;
}

.uui-heroheader09_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-heroheader09_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader09 {
  overflow: hidden;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-text-size-medium-4 {
  color: var(--grey-text);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xsmall-2 {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-featured-outline-large-2 {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-layout33_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  color: var(--untitled-ui--primary500);
}

.image-9 {
  border-radius: 10px;
}

.text-block-20 {
  color: #bdb7b7;
}

.link-2 {
  color: #b3b3b3;
}

.bold-text-12 {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: #00000059;
    border: .25px #fff6;
    border-bottom-style: solid;
    position: static;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2 {
    color: #fff;
  }

  .button-primary-2 {
    color: #fff;
    background-color: #4c8bf5;
    margin-top: 0;
  }

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

  .hero-wrapper-two-2 {
    justify-content: center;
  }

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

  .margin-bottom-24px-2.centered {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .hero {
    background-image: url('../images/MacBook-Pro-14_---3.png');
    background-position: 50%;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    height: 95vh;
    display: flex;
    overflow: visible;
  }

  .heading-2 {
    margin-bottom: 5px;
  }

  .video-2 {
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .vsl {
    background-image: url('../images/Frame-5-1.png');
    background-position: 50% 0;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 120px;
  }

  .container-3 {
    color: #fff;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .bold-text {
    color: #4c8bf5;
  }

  .heading-4 {
    color: #fff;
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 400;
  }

  .italic-text {
    color: #4c8bf5;
    font-style: italic;
  }

  .div-block {
    object-fit: fill;
    border-radius: 15px;
    margin: 30px 50px;
    overflow: hidden;
  }

  .container-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    margin-top: 47px;
    padding-left: 6px;
    display: flex;
  }

  .button-primary-2-copy {
    color: #fff;
    background-color: #2b2b2b00;
    border: 1px solid #fff;
  }

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

  .testimonial-slider-small {
    background-color: #f5f7fa00;
  }

  .paragraph {
    color: #000;
  }

  .container-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .container-5.mobile {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .div-block-2 {
    background-color: #1b1b1b;
    border: 1px solid #ffffff1f;
    border-radius: 13px;
  }

  .text-block {
    color: #fff6;
    padding-bottom: 0;
    font-weight: 400;
  }

  .paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 14px;
    font-size: 38px;
    font-weight: 700;
  }

  .container-6 {
    text-align: center;
    padding: 40px 40px 32px;
  }

  .stats {
    background-color: #000;
    border: .25px solid #ffffff40;
    border-style: solid none;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-3 {
    padding-bottom: 40px;
  }

  .clients-wrapper-three {
    align-items: flex-end;
    margin-top: 302px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-snap-wrapper {
    height: 100vh;
    overflow: scroll;
  }

  .html-embed, .html-embed-2 {
    display: none;
  }

  .service {
    color: #fff;
    border-bottom-style: none;
    align-items: center;
    height: 100%;
    padding-top: 0;
    display: flex;
  }

  .section-5 {
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .lines_outer-wrapper {
    z-index: -1;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    inset: 0%;
  }

  .c-100-svh {
    width: 100svw;
    position: static;
  }

  .lines_inner-wrapper {
    grid-column-gap: 360px;
    grid-row-gap: 360px;
    opacity: .12;
    justify-content: center;
    display: flex;
  }

  .line {
    background-color: var(--white);
    width: 1px;
    height: 100vh;
    padding-right: 0;
  }

  .line.hidden {
    display: none;
  }

  .header {
    z-index: 1;
    position: sticky;
    top: 0;
  }

  .button-primary-2-small {
    color: #fff;
    text-transform: uppercase;
    background-color: #4c8bf5;
    border-radius: 9px;
    margin-top: 0;
    padding: 10px 15px;
    font-weight: 400;
    text-decoration: none;
  }

  ._154-mouse-wrapper {
    opacity: .4;
  }

  ._154-mouse {
    border: 2px solid #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: flex-start;
    width: 20px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  ._154-circle {
    background-color: #fff;
    border-radius: 50px;
    width: 5px;
    height: 5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-14 {
    align-items: center;
  }

  .video-testimonial-card {
    border: 1px solid #ffffff2e;
  }

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

  .section-6 {
    background-color: #000;
    border: .25px solid #ffffff40;
    border-style: solid none;
    flex-direction: column;
    align-items: center;
    height: 40vh;
    padding-top: 140px;
  }

  .nav_inner-2 {
    padding-right: 16px;
  }

  .f-logo-cell {
    margin-left: 0;
    margin-right: 0;
  }

  .f-logo-cell:hover {
    -webkit-text-stroke-color: #fff0;
    background-color: #ffffff14;
  }

  .div-block-18 {
    position: sticky;
    top: 120px;
  }

  .section-large {
    display: none;
  }

  .pricing-section-container {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-description.left-align {
    color: var(--white);
  }

  .container-14 {
    align-self: center;
  }

  .button-primary-2-xl {
    color: #fff;
    background-color: #4c8bf5;
    margin-top: 0;
  }

  .client-feature {
    background-image: radial-gradient(circle at 50% 35%, #4c8bf54d, #4c8bf500 30%);
    padding-bottom: 150px;
  }

  .f-logo-cell-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .f-logo-cell-copy:hover {
    -webkit-text-stroke-color: #fff0;
    background-color: #ffffff14;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    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 #0000000d;
  }

  .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: #a6b1bf;
  }

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

  .nav-menu {
    background-color: #000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

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

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

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

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

  .paragraph-2 {
    line-height: 40px;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

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

  .div-block-18.mobile {
    position: static;
  }

  .link {
    font-size: 20px;
  }

  .mb-40 {
    font-size: 50px;
  }

  .cards-wrap {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-block {
    max-width: 450px;
  }

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

  .price-card {
    position: relative;
  }

  .pricing-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-h1.mobile {
    font-size: 48px;
  }

  .pricing-card-featured {
    top: 0;
  }

  .wdp3eq61 {
    font-size: 16px;
    line-height: 24px;
  }

  .azxn1d78 {
    padding: 0 6%;
  }

  .zbojj5dq {
    margin: 0 12px;
  }

  .v2sleaa3 {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .kjldyzfw {
    font-size: 18px;
    line-height: 24px;
  }

  .gxidj0xc {
    padding: 0 6%;
  }

  .f79juj3n {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .kudncawr {
    font-size: 16px;
    line-height: 24px;
  }

  .aq1xnhqd {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .xj3jy8zt {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .nfmdegf2 {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .w797b1sm {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .rqnxk8hl {
    font-size: 18px;
    line-height: 24px;
  }

  .xjx61tp3 {
    font-size: 16px;
    line-height: 24px;
  }

  .l6gz8zmz {
    margin: 0;
    font-size: 36px;
  }

  .z7i3ohme {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .rxxcp2x6 {
    margin: 0;
    font-size: 52px;
    line-height: 68px;
  }

  .g5dwsxfk, .qr16cyxa {
    font-size: 16px;
    line-height: 24px;
  }

  .kxl8vxsm, .ce2r1p23 {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .yn9y0oo2, .fz70w3xf {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .jeqwk8og {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .uwffg145 {
    font-size: 16px;
    line-height: 24px;
  }

  .pymj32no {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .higecelj {
    font-size: 18px;
    line-height: 24px;
  }

  .i4mb6j4g {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .fo5r3ogw {
    padding: 24px 0;
  }

  .lzhhkz1h {
    margin: 0 auto;
    padding: 120px 0 40px;
  }

  .o1ea8dal {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .szul7397 {
    font-size: 16px;
    line-height: 24px;
  }

  .tyj21muo {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .b1978rpr {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-row {
    border-width: 0 0 1px;
    font-size: 16px;
    line-height: 24px;
  }

  .sn3fu0kg {
    padding: 0 6%;
  }

  .avde7nj2, .dt6vhl4c {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .j2wi54w7 {
    font-size: 16px;
    line-height: 24px;
  }

  .ezgu7aoh, .p3whoprq {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .n8b6xf4g, .s2v7xfh7 {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .r9n1dl5o, .g94nukdd {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .h0lfp2md, .qx7wzyts {
    font-size: 16px;
    line-height: 24px;
  }

  .wbnon403 {
    margin: 0;
    font-size: 52px;
    line-height: 68px;
  }

  .zxth0q92, .eiq68u42 {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .v1skrsdq {
    font-size: 16px;
    line-height: 24px;
  }

  .n70r1gwg {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .jbt3lemj {
    font-size: 16px;
    line-height: 24px;
  }

  .giyfe2eu {
    padding: 24px 0;
  }

  .jeplq1lw {
    font-size: 16px;
    line-height: 24px;
  }

  .envqb1ki, .xjvdtz8q {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-5 {
    border-radius: 999px;
    padding: 15% 10%;
    font-size: 18px;
    line-height: 24px;
  }

  .ok8r1e82, .u4fpi4h3 {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .tl0zd4k9 {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .cr34r34k, .hjkfwjjs {
    font-size: 16px;
    line-height: 24px;
  }

  .fj3kj6el {
    margin: 0;
    font-size: 36px;
  }

  .haq9ulyr {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .kmkxn86p, .ouf4aplt {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .xfwoi2b5 {
    border-radius: 24px;
    margin: 0 auto;
    padding: 0 40px 80px;
  }

  .xwf2s9x9 {
    font-size: 18px;
    line-height: 24px;
  }

  .xzmi43kb {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .khpox3r3, .feature {
    font-size: 16px;
    line-height: 24px;
  }

  .ye19tcko {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .f87hug9y {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .tib5tt6v {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .b8g1rr28 {
    border-width: 0 0 1px;
  }

  .e4mlzsfq {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .get-started-button-pricing {
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .oikqkh09 {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .sh9e7404 {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .zx15p1lh {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .container-pricing {
    margin: 0 auto;
  }

  .mpr93pj8 {
    font-size: 16px;
    line-height: 24px;
  }

  .e0rj5mr7 {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .dw4ja1dm {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-section-container {
    padding: 0;
  }

  .xl86hiss {
    font-size: 16px;
    line-height: 24px;
  }

  .c87wzg7x {
    font-size: 18px;
    line-height: 24px;
  }

  .button-container {
    margin: 32px 0 0;
  }

  .xl5084bi {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .qhfkxtvg {
    margin: 0;
    font-size: 36px;
  }

  .anybr511 {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .tpwlwhh4 {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .hhth04ha {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .kwba12e3, .hbsxhoey {
    font-size: 16px;
    line-height: 24px;
  }

  .lj04ua6r, .ulh6ucje {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .q4en46lb {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .hrfb6n8a, .uiyztiy8, .go0crrv2 {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .r9dc71sv {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .bqlwnx1e, .nv4v2tx1 {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .kfit98sm {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .qzjheove {
    font-size: 16px;
    line-height: 24px;
  }

  .eixaurtx {
    padding: 24px 0;
  }

  .jltivw1p {
    font-size: 16px;
    line-height: 24px;
  }

  .yg2atnga {
    display: flex;
  }

  .g6ord21d {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .bqfawpa7 {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .xtwitg4e {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .v63fwt9p {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .fpq4ei1j {
    font-size: 16px;
    line-height: 24px;
  }

  .ye552c3j, .ksr2w3rx {
    padding: 16px 24px 16px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .y7s5jv1f {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .swi80lai {
    flex-direction: column;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .p0ap2h5l {
    font-size: 16px;
    line-height: 24px;
  }

  .dtim4ykj {
    font-size: 18px;
    line-height: 24px;
  }

  .o2ygn8sa {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-description {
    font-size: 14px;
    line-height: 20px;
  }

  .column-4 {
    padding-left: 20px;
  }

  .div-block-21 {
    width: 100%;
  }

  .uui-layout34_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge, .uui-padding-vertical-xhuge-2, .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .nfmdegf2-copy {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .uui-pricing04_plan {
    margin-top: 0;
  }

  .uui-pricing04_components {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heroheader09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout33_component {
    grid-column-gap: 2rem;
  }
}

@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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    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-without-image {
    padding: 60px 15px;
  }

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

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .hero-without-image-2 {
    padding: 60px 15px;
  }

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

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

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

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

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

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

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

  .container-5.mobile {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats {
    height: auto;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

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

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .service {
    padding: 60px 15px;
  }

  .features-left.mobile {
    position: static;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .nav_link {
    display: none;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .nav_title.hide-dasktop {
    display: block;
  }

  .nav_inner-2 {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mb-40 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .cards-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .form-block {
    max-width: 400px;
    margin-top: 20px;
  }

  .p-22 {
    font-size: 18px;
  }

  .features {
    margin-top: 40px;
  }

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

  .content-h1, .content-h1.white {
    font-size: 44px;
  }

  .azxn1d78 {
    padding: 0;
  }

  .zbojj5dq {
    margin: 0 10px;
  }

  .gxidj0xc {
    padding: 0;
  }

  .ihfzmq7e {
    font-size: 20px;
    line-height: 28px;
  }

  .f79juj3n, .xj3jy8zt {
    padding: 16px;
  }

  .nfmdegf2 {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .w797b1sm {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--grey-line);
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 16px 16px 16px 0;
  }

  .l6gz8zmz {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .z7i3ohme {
    padding: 16px;
  }

  .rxxcp2x6 {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .yn9y0oo2, .fz70w3xf {
    padding: 16px;
  }

  .jeqwk8og {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--grey-line);
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 16px 16px 16px 0;
  }

  .pymj32no, .i4mb6j4g {
    padding: 16px;
  }

  .fo5r3ogw {
    padding: 24px 0;
  }

  .lzhhkz1h {
    margin: 0 auto;
    padding: 120px 0 40px;
  }

  .o1ea8dal {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .b1978rpr {
    padding: 16px;
  }

  .pricing-row {
    border-width: 0 0 1px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sn3fu0kg {
    padding: 0;
  }

  .avde7nj2, .dt6vhl4c, .n8b6xf4g, .s2v7xfh7 {
    padding: 16px;
  }

  .wbnon403 {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .zxth0q92, .eiq68u42, .n70r1gwg {
    padding: 16px;
  }

  .giyfe2eu {
    padding: 24px 0;
  }

  .envqb1ki, .xjvdtz8q {
    padding: 16px;
  }

  .button-5 {
    border-radius: 999px;
    max-height: 52px;
    padding: 15% 10%;
    font-size: 16px;
  }

  .ok8r1e82, .u4fpi4h3 {
    padding: 16px;
  }

  .fj3kj6el {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .haq9ulyr {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: #2e5a42;
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 16px 16px 16px 0;
  }

  .kmkxn86p, .ouf4aplt {
    padding: 16px;
  }

  .xfwoi2b5 {
    border-radius: 24px;
    margin: 0 auto;
    padding: 0 24px 80px;
  }

  .hdeqy3uo {
    display: none;
  }

  .ye19tcko, .tib5tt6v {
    padding: 16px;
  }

  .b8g1rr28 {
    border-width: 0 0 1px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .e4mlzsfq {
    padding: 16px;
  }

  .get-started-button-pricing {
    border-radius: 10px;
    justify-content: center;
    max-height: 52px;
    padding: 15% 10%;
    font-size: 12px;
    line-height: 20px;
  }

  .sh9e7404 {
    padding: 16px;
  }

  .zx15p1lh {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .container-pricing {
    margin: 0 auto;
  }

  .e0rj5mr7 {
    padding: 16px;
  }

  .pricing-section-container {
    padding: 0 12px;
  }

  .button-container {
    margin: 32px 0 0;
  }

  .qhfkxtvg {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .anybr511 {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--grey-line);
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 16px 16px 16px 0;
  }

  .tpwlwhh4 {
    padding: 16px;
  }

  .hhth04ha {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--grey-line);
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 16px 16px 16px 0;
  }

  .lj04ua6r, .ulh6ucje, .hrfb6n8a, .uiyztiy8, .go0crrv2 {
    padding: 16px;
  }

  .r9dc71sv, .kfit98sm {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--grey-line);
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 16px 16px 16px 0;
  }

  .eixaurtx {
    padding: 24px 0;
  }

  .bqfawpa7, .v63fwt9p, .ye552c3j, .ksr2w3rx {
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--grey-line);
    grid-area: span 1 / span 3 / span 1 / span 3;
    padding: 16px 16px 16px 0;
  }

  .swi80lai {
    padding: 16px;
  }

  .column-4 {
    padding-left: 20px;
  }

  .div-block-21 {
    width: 100%;
  }

  .columns-2 {
    flex-flow: row;
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout34_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-footer03_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

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

  .uui-footer03_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer03_link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer03_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer03_social-list {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer03_logo-link {
    margin-bottom: 1.5rem;
  }

  .uui-footer03_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

  .nfmdegf2-copy {
    border-radius: 24px;
    padding: 32px 10% 10%;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-pricing04_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing04_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-pricing04_plan, .uui-pricing04_popular-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing04_components {
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-2.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-layout33_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

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

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

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary-2 {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .container-2 {
    max-width: none;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-two-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-2.centered {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .hero {
    padding-top: 180px;
  }

  .heading-2.mobile {
    font-size: 29px;
    line-height: 29px;
  }

  .heading-3 {
    color: var(--white);
    margin-bottom: 0;
    display: block;
  }

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

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

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

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

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .container-4.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }

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

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

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

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

  .container-5.mobile {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    line-height: 42px;
  }

  .stats {
    height: auto;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image-three.wide {
    width: 90px;
  }

  .clients-image-three.square {
    width: 50px;
  }

  .clients-image-three.tall {
    width: 35px;
  }

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

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

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

  .features-wrapper-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-left {
    padding-left: 0;
  }

  .features-left.mobile {
    width: 100%;
    position: static;
  }

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

  .features-block-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .header {
    z-index: 5;
    position: sticky;
    overflow: visible;
  }

  .heading-5 {
    width: 300px;
  }

  .paragraph-5.mobile {
    font-size: 24px;
  }

  .div-block-5.client-feature {
    border-radius: 25px;
    height: auto;
    padding: 5px 40px;
  }

  .div-block-11.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-testimonial-1 {
    height: auto;
  }

  .video-testimonial-wrapper.mobile {
    flex-direction: column;
  }

  .video-testimonial-card {
    position: relative;
  }

  .paragraph-6 {
    font-size: 16px;
  }

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

  .nav_title {
    color: #fff;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .nav_inner-2 {
    padding: 16px 10px;
  }

  .sticky-footer {
    bottom: -200px;
  }

  .nav_big {
    display: none;
  }

  .div-block-16 {
    padding-top: 0%;
    display: none;
  }

  .button.secondary.pricing {
    clear: none;
    flex: 0 auto;
    order: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    font-weight: 400;
  }

  .button.secondary.pricing.mobile {
    text-align: center;
    padding: 12px 6px;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .faq-paragraph.centered {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .faq-title {
    text-align: center;
  }

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

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

  .faq-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-18.mobile {
    position: static;
  }

  .terms-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .link {
    font-size: 18px;
  }

  .text-field, .text-field::placeholder {
    font-size: 14px;
  }

  .button-2.big {
    font-size: 12px;
  }

  .container-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-22 {
    font-size: 18px;
  }

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

  .content-h1 {
    text-align: center;
    font-size: 33px;
    display: block;
  }

  .content-h1.mobile {
    font-size: 32px;
  }

  .content-h1.white {
    color: var(--white);
    font-size: 38px;
    display: inline-flex;
    position: relative;
    overflow: visible;
  }

  .content-h1.white.period {
    display: none;
  }

  .content-h1.blue {
    margin-top: 10px;
    display: inline-flex;
  }

  .pricing-card-featured {
    width: 100%;
  }

  .wdp3eq61 {
    font-size: 14px;
  }

  .zbojj5dq {
    margin: 0 10px;
  }

  .v2sleaa3 {
    font-size: 14px;
  }

  .kjldyzfw {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .ihfzmq7e {
    letter-spacing: -.26px;
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .f79juj3n {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .kudncawr, .aq1xnhqd {
    font-size: 14px;
  }

  .xj3jy8zt {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .nfmdegf2 {
    border-radius: 16px;
    padding: 32px 6% 25%;
  }

  .w797b1sm {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

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

  .xjx61tp3 {
    font-size: 14px;
  }

  .l6gz8zmz {
    margin: 0;
    font-size: 32px;
  }

  .z7i3ohme {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .rxxcp2x6 {
    margin: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .g5dwsxfk, .qr16cyxa, .kxl8vxsm, .ce2r1p23 {
    font-size: 14px;
  }

  .yn9y0oo2, .fz70w3xf {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .jeqwk8og {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .uwffg145 {
    font-size: 14px;
  }

  .pymj32no {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

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

  .i4mb6j4g {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .fo5r3ogw {
    padding: 16px 0;
  }

  .lzhhkz1h {
    row-gap: 64px;
    margin: 0 auto;
    padding: 80px 0 40px;
  }

  .o1ea8dal {
    border-radius: 24px;
    padding: 32px 10% 25%;
  }

  .szul7397, .tyj21muo {
    font-size: 14px;
  }

  .b1978rpr {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .pricing-row {
    border-width: 0 0 1px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    font-size: 14px;
  }

  .pricing-row.single {
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
  }

  .avde7nj2, .dt6vhl4c {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .j2wi54w7, .ezgu7aoh, .p3whoprq {
    font-size: 14px;
  }

  .n8b6xf4g, .s2v7xfh7 {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .r9n1dl5o, .g94nukdd, .h0lfp2md, .qx7wzyts {
    font-size: 14px;
  }

  .wbnon403 {
    margin: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .zxth0q92, .eiq68u42 {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .v1skrsdq {
    font-size: 14px;
  }

  .n70r1gwg {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .jbt3lemj {
    font-size: 14px;
  }

  .giyfe2eu {
    padding: 16px 0;
  }

  .jeplq1lw {
    font-size: 14px;
  }

  .envqb1ki, .xjvdtz8q {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .button-5 {
    border-radius: 999px;
    flex-shrink: 0;
    width: 100%;
    max-height: none;
    padding: 15% 10%;
    line-height: 20px;
  }

  .ok8r1e82, .u4fpi4h3 {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .tl0zd4k9, .cr34r34k, .hjkfwjjs {
    font-size: 14px;
  }

  .fj3kj6el {
    margin: 0;
    font-size: 24px;
  }

  .haq9ulyr {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .kmkxn86p {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .vhakbe0a {
    padding: 0 12px;
  }

  .ouf4aplt {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .xfwoi2b5 {
    border-radius: 24px;
    margin: 0 auto;
    padding: 80px 12px;
  }

  .xwf2s9x9 {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .xzmi43kb, .khpox3r3 {
    font-size: 14px;
  }

  .feature {
    font-size: 16px;
  }

  .ye19tcko {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .f87hug9y {
    font-size: 14px;
  }

  .tib5tt6v {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .b8g1rr28 {
    border-width: 0 0 1px;
    grid-template-columns: 1fr 1fr;
    top: 30px;
  }

  .e4mlzsfq {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .get-started-button-pricing {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 16px;
    flex-shrink: 0;
    width: 100%;
    max-height: none;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
  }

  .oikqkh09 {
    font-size: 14px;
  }

  .sh9e7404 {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .zx15p1lh {
    border-radius: 24px;
    padding: 32px 10% 25%;
  }

  .container-pricing {
    margin: 0 auto;
  }

  .mpr93pj8 {
    font-size: 14px;
  }

  .e0rj5mr7 {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .dw4ja1dm {
    font-size: 14px;
  }

  .pricing-section-container {
    padding: 0;
  }

  .xl86hiss {
    font-size: 14px;
  }

  .c87wzg7x {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .button-container {
    margin: 32px 0 0;
  }

  .xl5084bi {
    font-size: 14px;
  }

  .qhfkxtvg {
    margin: 0;
    font-size: 24px;
  }

  .anybr511 {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .tpwlwhh4 {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .hhth04ha {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .kwba12e3, .hbsxhoey {
    font-size: 14px;
  }

  .lj04ua6r, .ulh6ucje {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .q4en46lb {
    font-size: 14px;
  }

  .hrfb6n8a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .uiyztiy8, .go0crrv2 {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .r9dc71sv {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .bqlwnx1e, .nv4v2tx1 {
    font-size: 14px;
  }

  .kfit98sm {
    border-width: 0 0 1px;
    border-bottom-color: #545454;
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .qzjheove {
    font-size: 14px;
  }

  .eixaurtx {
    padding: 16px 0;
  }

  .jltivw1p, .g6ord21d {
    font-size: 14px;
  }

  .bqfawpa7 {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .xtwitg4e {
    font-size: 14px;
  }

  .v63fwt9p {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .fpq4ei1j {
    font-size: 14px;
  }

  .ye552c3j, .ksr2w3rx {
    border-width: 0 0 1px;
    border-bottom-color: var(--grey-line);
    padding: 12px 16px 12px 0;
    font-size: 14px;
  }

  .y7s5jv1f {
    font-size: 14px;
  }

  .swi80lai {
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .p0ap2h5l {
    font-size: 14px;
  }

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

  .o2ygn8sa {
    font-size: 14px;
  }

  .pricing-description {
    line-height: 17px;
  }

  .pricing-description.left-align {
    font-size: 16px;
  }

  .section-7.mobile {
    padding-left: 2%;
    padding-right: 2%;
  }

  .columns.mobile {
    flex-direction: column;
  }

  .column-4 {
    padding-left: 21px;
  }

  .div-block-21 {
    max-height: 60px;
  }

  .process-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-layout34_content {
    height: 26em;
  }

  .uui-layout34_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-3, .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-6 {
    background-color: var(--white);
    color: var(--blue);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 16px;
    padding: 18px 30px;
    font-size: 12px;
  }

  .uui-footer03_menu-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-4 {
    font-size: 38px;
  }

  .bold-text-6 {
    line-height: 30px;
  }

  .div-block-26.mobile {
    flex-direction: column;
  }

  .button-primary-2-xl {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .paragraph-14.emphasis {
    margin-bottom: 0;
    font-size: 20px;
  }

  .features-block-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .f-logo-cell-copy {
    min-width: 120px;
    min-height: 70px;
    padding: 5px;
  }

  .nfmdegf2-copy {
    border-radius: 16px;
    padding: 32px 6% 25%;
  }

  .blue {
    color: var(--blue);
  }

  .parent-wrapper {
    overflow: hidden;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader09_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader09_component {
    grid-template-columns: 1fr;
  }
}

#w-node-_94f30023-ed82-e1f6-c62c-4137017a8f02-4c245756 {
  place-self: center;
}

#w-node-_37d2c69b-34c7-3ccc-8e07-04c6bbe0871e-4c245756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea89e-4c245756, #w-node-c9034c69-f1bc-bd89-2b14-f95e85290406-4c245756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5634bbe0-cde1-6e70-825e-321700a13dc8-00a13dbb {
  justify-self: stretch;
}

#w-node-e255085c-b533-5177-394d-e2b4db0a9fe9-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0a9fee-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0a9ff3-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0a9ff8-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0a9ffd-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa015-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa01a-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa01f-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa024-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa029-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa03e-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa043-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa048-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa04d-aff7ce37, #w-node-e255085c-b533-5177-394d-e2b4db0aa052-aff7ce37 {
  align-self: start;
}

#w-node-c1d27ebc-5827-4ce3-06fe-fb702375dce4-aff7ce37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e255085c-b533-5177-394d-e2b4db0a9fe9-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0a9fee-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0a9ff3-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0a9ff8-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0a9ffd-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa03e-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa043-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa048-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa04d-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa052-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa015-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa01a-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa01f-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa024-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0aa029-74aa404a, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df184-74aa404a, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df189-74aa404a, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df18e-74aa404a, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df193-74aa404a, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df198-74aa404a, #w-node-e255085c-b533-5177-394d-e2b4db0a9fe9-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0a9fee-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0a9ff3-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0a9ff8-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0a9ffd-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa03e-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa043-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa048-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa04d-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa052-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa015-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa01a-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa01f-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa024-5ce2eddc, #w-node-e255085c-b533-5177-394d-e2b4db0aa029-5ce2eddc, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df184-5ce2eddc, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df189-5ce2eddc, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df18e-5ce2eddc, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df193-5ce2eddc, #w-node-aa0e1bae-c7a1-5a26-169c-7de0026df198-5ce2eddc {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-abc70bd0-650a-e408-82cd-80285db4e0cd-4c245756 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-abc70bd0-650a-e408-82cd-80285db4e0d1-4c245756 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea8b0-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea8bd-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea8d0-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea8dd-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea8ee-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea8fb-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea908-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea915-4c245756, #w-node-f1ee73ab-5314-c4ab-5fab-a02421cfed02-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea922-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea92f-4c245756, #w-node-_94b26af7-4871-aa3c-c87d-9d62b3dea93c-4c245756 {
    grid-column: span 2 / span 2;
  }
}


