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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 0;
}

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

.navbar-wrapper {
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .75);
}

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

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

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

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

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

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

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

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.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-button-wrapper {
  height: 32px;
  grid-column-gap: 8px;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-button-wrapper.hero-buttons {
  margin-top: 3rem;
}

.nav-button-wrapper.section-buttons {
  margin-top: 2.5rem;
}

.button-primary {
  height: 100%;
  color: #4029bf;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  align-items: center;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 8px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #4029bf;
}

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

.button-primary.hero-button {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.button-primary.full-width {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.button-primary.full-width.enterprise {
  margin-left: auto;
}

.body {
  background-image: url('../images/lights-clipped.svg'), url('../images/square-lines-left.svg'), url('../images/square-lines-right.svg'), url('../images/square-lines-top.svg'), radial-gradient(circle at 50% 45%, rgba(139, 80, 229, .8), rgba(255, 255, 255, 0)), linear-gradient(#4029bf, #4029bf);
  background-position: 50% 100%, 0 100%, 100% 99%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: cover, auto 437px, auto 439px, contain, auto, auto;
  background-attachment: fixed, fixed, fixed, fixed, scroll, scroll;
  font-family: Satoshi, sans-serif;
}

.text-block {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.list-item {
  font-family: Satoshi, sans-serif;
}

.list-item-2 {
  font-family: Inter, sans-serif;
  overflow: visible;
}

.button-secondary {
  height: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #fff;
  border-radius: 12px;
  align-items: center;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4029bf;
}

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

.button-secondary.hero-button {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2em;
}

.changer-overflow {
  height: 2em;
  float: right;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 38px;
  line-height: 1.2em;
  display: block;
  overflow: hidden;
}

.changer-overflow.overflow-2 {
  display: none;
}

.changer-move {
  height: 2em;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  overflow: visible;
}

.changer {
  position: relative;
  top: 0;
}

.changer.heading {
  text-align: center;
  column-count: auto;
  object-fit: fill;
  flex: 1;
  font-size: 3.75rem;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.section {
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  display: flex;
}

.section.no-top-padding {
  padding-top: 0;
}

.paragraph {
  max-width: 63ch;
  color: rgba(255, 255, 255, .85);
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
}

.paragraph.trusted {
  color: rgba(255, 255, 255, .65);
  margin-top: 48px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.text-field {
  height: 48px;
  border-radius: 12px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  position: static;
}

.image {
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.div-block {
  position: relative;
}

.submit-button {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.submit-button.button-third {
  height: 32px;
  color: #fff;
  background-color: #4029bf;
  border-radius: 12px;
  line-height: 14px;
  top: 8px;
  bottom: 0%;
  left: auto;
  right: 12px;
  overflow: visible;
}

.form {
  min-width: 320px;
}

.form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  min-height: 10svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2.margin-bottom {
  margin-bottom: 128px;
}

.section-2 {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  margin-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.section-2.landing-first-section {
  padding-top: 64px;
}

.image-2 {
  border-radius: 32px;
  margin-top: -96px;
  margin-bottom: -150px;
  padding: 16px;
  display: none;
}

.container {
  max-width: 1200px;
  background-color: #f8fafc;
  border-radius: 12px;
  flex-direction: column;
  padding: 80px 96px;
  display: flex;
}

.container.horizontal-container {
  grid-column-gap: 0px;
  flex-direction: row;
  padding-left: 64px;
  padding-right: 64px;
}

.container.horizontal-container.reversed {
  flex-direction: row-reverse;
}

.container.horizontal-container.reversed.dark-container {
  min-height: 440px;
  background-color: #1a202c;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.container.horizontal-container.reversed.dark-container.hidden {
  display: none;
}

.container.horizontal-container.reversed.purple-container {
  background-image: radial-gradient(circle at 50% 45%, rgba(139, 80, 229, .8), rgba(0, 0, 0, 0)), linear-gradient(#4029bf, #4029bf);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.container.horizontal-container.reversed.hidden {
  display: none;
}

.container.no-bottom-padding {
  padding-bottom: 0;
}

.container.no-bottom-padding.no-x-padding {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.no-bottom-padding.no-x-padding.hidden {
  display: none;
}

.heading-2 {
  color: #000;
  text-align: center;
  column-count: 0;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.2;
}

.heading-2.left-aligned {
  text-align: left;
  line-height: 2.25rem;
}

.heading-2.x-96-padding {
  padding-left: 96px;
  padding-right: 96px;
}

.text-span {
  color: #4029bf;
}

.paragraph-2 {
  color: #475569;
  text-align: center;
  margin-top: 12px;
  font-size: 1rem;
  line-height: 24px;
}

.paragraph-2.left-aligned {
  color: #475569;
  text-align: left;
}

.paragraph-2.left-aligned.paragraph-3 {
  margin-left: 0;
  font-size: .875rem;
}

.paragraph-2.left-aligned.paragraph-3.center-aligned {
  text-align: center;
}

.paragraph-2.left-aligned.paragraph-3.center-aligned.larger {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.paragraph-2.left-aligned.paragraph-3.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2.left-aligned.paragraph-3.no-margin.footer-paragraph {
  margin-left: 0;
  font-size: 1rem;
}

.paragraph-2.x-96-padding {
  padding-left: 96px;
  padding-right: 96px;
}

.image-3 {
  object-fit: fill;
  margin-top: 24px;
}

.image-3.cover-image {
  object-fit: cover;
}

.div-block-3 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 64px;
  display: flex;
}

.div-block-3.reversed {
  width: 100%;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 32px;
}

.div-block-3.reversed.centered {
  grid-row-gap: 0rem;
  align-items: center;
}

.image-4 {
  margin-left: auto;
}

.text-span-2 {
  -webkit-text-stroke-color: #4029bf;
}

.image-5 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -64px;
  padding-top: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-2-white {
  color: #000;
  text-align: center;
  column-count: 0;
  font-size: 28px;
  line-height: 1.2;
}

.heading-2-white.left-aligned {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 900;
}

.heading-2-white.x-96-padding {
  padding-left: 96px;
  padding-right: 96px;
}

.enterprise-container {
  width: 60rem;
}
.button-inverted {
  color: #1a202c;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #f6ad55;
  text-transform: none;
  background-color: #f6ad55;
  border: 2px solid #f6ad55;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 32px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  transition: all .2s;
}

.button-inverted:hover {
  color: #1a202c;
  background-color: #f6ad55;
}

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

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

.quick-stack {
  padding: 0;
}

.paragraph-3 {
  color: #475569;
  text-align: center;
  margin-top: 12px;
}

.paragraph-3.left-aligned {
  color: rgba(248, 250, 252, .7);
  text-align: left;
}

.paragraph-3.x-96-padding {
  padding-left: 96px;
  padding-right: 96px;
}

.section-3 {
  background-color: #1a202c;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 32px;
  display: flex;
}

.image-6 {
  color: rgba(255, 255, 255, .7);
  margin-left: 0;
}

.link-block {
  margin-top: 0;
  margin-left: 0;
}

.link {
  color: #bbbdaa;
  margin-left: 0;
  font-size: 1rem;
  text-decoration: none;
}

.link.left-aligned {
  margin-left: auto;
  font-size: 1rem;
}

.text-block-3 {
  color: #bdc0c5;
  padding-left: 8px;
  padding-right: 8px;
}

.div-block-4 {
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.icon-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-list {
  color: #000;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  display: none;
}

.dropdown-list.w--open {
  background-color: #f8fafc;
  border-radius: 12px;
  flex-wrap: nowrap;
  display: block;
}

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

.div-block-7 {
  width: 448px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 1.75rem;
}

.text-block-5 {
  color: #64748b;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}

.text-block-6 {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  border-radius: 12px;
  margin-top: 12px;
  padding: 4px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
  display: flex;
}

.image-7 {
  width: 48px;
  height: 48px;
  color: #000;
  background-color: rgba(255, 79, 214, .1);
  border-radius: 12px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
}

.image-7.image-7-2 {
  background-color: rgba(79, 255, 196, .1);
}

.image-7.image-7-3 {
  background-color: rgba(144, 79, 255, .1);
}

.image-7.image-7-4 {
  background-color: rgba(255, 205, 79, .1);
}

.text-block-7 {
  color: #111827;
}

.footer-light {
  background-color: #1a202c;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright {
  color: #3a4554;
}

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

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

.div-block-9 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.footer-link {
  color: rgba(241, 245, 249, .7);
  font-size: 1rem;
  line-height: 1.2em;
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  margin-right: 0;
}

.container-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.quick-stack-2 {
  align-self: auto;
}

.cell-2, .cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  width: 100%;
}

.text-block-9 {
  color: rgba(241, 245, 249, .7);
  margin-top: 16px;
  margin-bottom: 24px;
}

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.container-4 {
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
  border-radius: 12px;
  padding: 24px 32px;
}

.container-4.enterprise {
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-10.price {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 700;
}

.text-span-3 {
  font-size: 1.5rem;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  margin-top: 0;
}

.text-block-11 {
  font-weight: 500;
}

.flex-block-3 {
  width: 100%;
  grid-column-gap: 8px;
  align-items: center;
}

.text-block-12 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-block-12.enterprise {
  margin-top: 8px;
}

.div-block-10 {
  height: 2.5rem;
  justify-content: center;
  margin-top: 16px;
  margin-left: auto;
  display: flex;
}

.div-block-10.enterprise {
  margin-top: 0;
}

.quick-stack-3 {
  padding-top: 64px;
}

.text-block-13 {
  text-align: center;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.2em;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.section-faq {
  background-color: #fff;
  padding: 32px 30px;
}

.text-center {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.content-wrapper {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-size: 1.25rem;
  line-height: 1.2em;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-3.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

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

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

.relative {
  position: relative;
}

.changing-text {
  font-family: Satoshi, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2em;
}

@keyframes typing {
  0.0000%,
  33.3488% {
    content: "";
  }

  1.1395%,
  32.2093% {
    content: "Cu";
  }

  2.2791%,
  31.0698% {
    content: "Cust";
  }

  3.4186%,
  30.9302% {
    content: "Custom";
  }

  4.5581%,
  29.7907% {
    content: "Customer";
  }

  5.6977%,
  28.6512% {
    content: "Customer S";
  }

  6.8372%,
  27.5116% {
    content: "Customer Su";
  }

  7.9767%,
  26.3721% {
    content: "Custome Supp";
  }

  9.1163%,
  25.2326% {
    content: "Customer Suppor";
  }

  10.2558%,
  24.0930% {
    content: "Customer Support";
  }

  36.7674%,
  66.2791% {
    content: "";
  }

  39.9070%,
  61.1395% {
    content: "Mes";
  }

  40.0465%,
  58.0000% {
    content: "Messag";
  }

  41.1860%,
  57.8605% {
    content: "Message ";
  }

  42.3256%,
  56.7209% {
    content: "Message Auto";
  }

  43.4651%,
  55.5814% {
    content: "Message Automat";
  }

  44.6047%,
  54.4419% {
    content: "Message Automation";
  }

  69.6977%,
  99.2093% {
    content: "";
  }

  71.8372%,
  98.0698% {
    content: "Tele";
  }

  72.9767%,
  97.9302% {
    content: "Telegram";
  }

  73.1163%,
  96.7907% {
    content: "Telegram Inte";
  }

  74.2558%,
  95.6512% {
    content: "Telegram Integra";
  }

  75.3953%,
  94.5116% {
    content: "Telegram Integratio";
  }

  76.5349%,
  93.3721% {
    content: "Telegram Integrations";
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.typewriter {
  --caret: currentcolor;
}

.typewriter::before {
  content: "";
  animation: typing 12s infinite;
}

.typewriter::after {
  content: "";
  border-right: 1px solid var(--caret);
  animation: blink 0.5s linear infinite;
}

@media (prefers-reduced-motion) {
  .typewriter::after {
    animation: none;
  }

  @keyframes sequencePopup {

    0%,
    100% {
      content: "Customer Support";
    }

    33% {
      content: "Message Automation";
    }

    66% {
      content: "Telegram Integration";
    }

  }

  .typewriter::before {
    content: "Customer Support";
    animation: sequencePopup 12s linear infinite;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .nav-link {
    color: #4029bf;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    color: #4029bf;
  }

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

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

  .nav-button-wrapper.hero-buttons, .nav-button-wrapper.section-buttons {
    justify-content: center;
    display: flex;
  }

  .button-primary.full-width {
    margin-top: 16px;
  }

  .button-primary.full-width.enterprise {
    margin-top: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .icon {
    color: #fff;
  }

        .heading,
        .changing-text {
    font-size: 1.875rem;
  }

        .enterprise-container {
          width: 100%;
        }
  .changer-overflow {
    height: 1em;
    display: none;
  }

  .changer-overflow.overflow-2 {
    display: block;
  }

  .changer-overflow.overflow-1.big-step-animation {
    height: 2em;
    min-height: 2em;
    display: block;
    overflow: hidden;
  }

  .changer.heading {
    font-size: 3.75rem;
  }

  .container {
    margin-left: 32px;
    margin-right: 32px;
    padding: 60px 32px;
  }

  .container.horizontal-container {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 32px;
    margin-right: 32px;
    padding: 60px 32px;
  }

  .container.horizontal-container.reversed {
    flex-direction: column-reverse;
    margin-left: 32px;
    margin-right: 32px;
  }

  .container.horizontal-container.reversed.dark-container {
    max-width: 100%;
    min-height: auto;
    justify-content: flex-start;
    margin-left: 32px;
    margin-right: 32px;
  }

  .container.horizontal-container.reversed.purple-container {
    min-width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    margin-right: 32px;
    padding: 40px 32px;
  }

  .container.no-bottom-padding.no-x-padding {
    margin-left: 32px;
    margin-right: 32px;
  }

  .heading-2.left-aligned, .paragraph-2.left-aligned {
    text-align: center;
  }

  .paragraph-2.left-aligned.paragraph-3.center-aligned {
    margin-left: 0;
  }

  .paragraph-2.x-96-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-3 {
    margin-bottom: 64px;
    margin-left: 0;
  }

  .div-block-3.reversed {
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-3.reversed.centered {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .image-4, .image-5 {
    display: none;
  }

  .heading-2-white.left-aligned {
    text-align: center;
    margin-top: 0;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .link {
    text-align: center;
  }

  .div-block-4 {
    align-items: flex-end;
    display: flex;
  }

  .div-block-5 {
    align-items: center;
    display: flex;
  }

  .text-block-4, .icon-2 {
    color: #4029bf;
  }

  .div-block-7 {
    width: 90vw;
    position: relative;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block {
    width: 80%;
  }

  .container-3 {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-5, .cell-6, .cell-7, .cell-8 {
    justify-content: center;
    align-items: center;
  }

  .column-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .container-4.enterprise {
    flex-direction: column;
  }

  .text-block-10.enterprise, .text-block-12.enterprise {
    text-align: center;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .div-block-10.enterprise {
    margin-top: 16px;
  }

  .text-block-13 {
    font-size: 2.5rem;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .column-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-link, .nav-link:hover {
    color: #4029bf;
  }

  .nav-button-wrapper {
    width: auto;
    display: none;
  }

  .button-primary {
    line-height: 12px;
  }

  .icon {
    color: #fff;
  }

  .button-secondary {
    line-height: 12px;
  }

  .changer-overflow.overflow-1.big-step-animation {
    display: block;
  }

  .changer.heading {
    font-size: 3.75rem;
  }

  .section-2 {
    padding-bottom: 64px;
  }

  .container.horizontal-container.reversed.dark-container, .container.horizontal-container.reversed.purple-container {
    max-width: 320px;
  }

  .paragraph-2.left-aligned.paragraph-3, .paragraph-2.left-aligned.paragraph-3.no-margin {
    margin-left: 0;
  }

  .div-block-3.reversed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-2-white.left-aligned {
    text-align: center;
  }

  .button-inverted {
    line-height: 12px;
  }

  .text-block-2 {
    text-align: left;
  }

  .div-block-4 {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
  }

  .text-block-4, .icon-2 {
    color: #4029bf;
  }

  .dropdown-list.w--open {
    left: -25vw;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .text-block-13 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.5rem;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }
}

#w-node-fa5f294a-4a4d-2f93-f1b0-2c28d1d8010e-9ccf91f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-a3401ffa-0fcd-318f-4a0a-c526c2fb05ca-9ccf91f1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e031a24c-9850-80a1-92f0-ce3e81a4edec-9ccf91f1 {
  grid-area: Area;
}

#w-node-_7df33a72-8443-abd1-f510-542315ff5dc6-b59086a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f94e8476-90ee-e77a-96a9-8a6c309a06b4-b59086a1 {
  grid-column: span 3 / span 3;
}

#w-node-e031a24c-9850-80a1-92f0-ce3e81a4edec-b59086a1 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-fa5f294a-4a4d-2f93-f1b0-2c28d1d8010e-9ccf91f1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a3401ffa-0fcd-318f-4a0a-c526c2fb05ca-9ccf91f1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7df33a72-8443-abd1-f510-542315ff5dc6-b59086a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f94e8476-90ee-e77a-96a9-8a6c309a06b4-b59086a1 {
    order: 0;
    grid-column: span 1 / span 1;
  }
}

.hide {
  display: none;
}

.tabs {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: fit-content;
  margin: auto;
  margin-top: 4rem;
  border-radius: 12px;
}

.tabs button {
  all: unset;
  background: #f8fafc;
  padding: 0.75rem 2rem;
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
}

.tabs button:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
  background: #4029bf;
  color: #f8fafc;
}

.tabs button:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 0.5px solid rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}