:root {
  --text-footer: #3b215bcc;
  --white: white;
  --purple: #3b215b;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #3b215b;
  background-color: #ecf0fa;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #3b215bcc;
}

a {
  color: #3b215bcc;
  text-decoration: underline;
  transition: color .15s;
}

a:hover {
  color: #3b215b;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  color: #3b215b;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav {
  z-index: 100;
  width: 100%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav:hover, .nav.nav__fixed {
  background-color: #fff;
}

.nav.nav--book-a-demo {
  position: static;
}

.nav.nav--404 {
  text-align: center;
}

.nav.nav--404:hover {
  background-color: #0000;
}

.nav__content {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav__links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: -40px;
  margin-bottom: -40px;
  margin-right: 24px;
  display: flex;
}

.nav__link {
  color: #3b215b;
  align-items: center;
  height: 100%;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.nav__link:hover {
  color: #6e40ff;
}

.nav__link.w--current {
  box-shadow: inset 0 3px #6e40ff;
}

.nav__link.w--open {
  color: #6e40ff;
}

.nav__link.purple {
  box-shadow: none;
  color: #6e40ff;
  margin-left: 24px;
  text-decoration: underline;
  transition: color .2s;
}

.nav__link.purple:hover {
  color: #3b215b;
}

.nav__link.purple.desktop--hidden {
  display: none;
}

.nav__link.purple.mobile--hidden {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav__cta {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  background-image: linear-gradient(70.77deg, #2f8fff, #6e40ff 50%, #2f8fff);
  border-radius: 34px;
  flex: none;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-position .5s, opacity .5s, box-shadow .5s, color .5s, background-color .5s;
  display: inline-block;
  box-shadow: 0 12px 16px #6e40ff26;
}

.button:hover {
  color: #fff;
  box-shadow: 0 20px 16px #6e40ff26;
}

.button.button--outline {
  color: #6e40ff;
  background-image: linear-gradient(70.77deg, #2f8fff, #6e40ff 25%, #0000 50%, #0000);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: background-position .5s, opacity .5s, box-shadow .5s, color .5s;
  display: flex;
  box-shadow: inset 0 0 0 1px #6e40ff33;
}

.button.button--outline:hover {
  box-shadow: none;
  color: #fff;
}

.button.button--outline.button--quote {
  flex: auto;
  padding: 12px 16px;
}

.button.button--outline.button--white {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff3;
}

.button.button--outline.button--pagination {
  background-color: #0000;
  border-style: none;
}

.button.button--illustration {
  background-image: linear-gradient(45deg, #ffd37c, #f48015 50%, #ffd37c);
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  box-shadow: 0 12px 16px #f4801526, 0 0 0 9px #f4801540;
}

.button.button--illustration:hover {
  box-shadow: 0 12px 24px #f4801566, 0 0 0 9px #f4801540;
}

.button.button--cta {
  text-align: center;
  background-image: linear-gradient(20deg, #ffd37c, #f48015 30% 70%, #ffd37c);
  padding: 18px 80px;
}

.button.button--overlay {
  width: 100%;
  max-width: 288px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.button.button--cookies {
  padding: 12px 48px;
  font-size: 14px;
  line-height: 20px;
}

.button.button--prod-features-book {
  text-align: center;
  width: 40%;
  max-width: 296px;
  margin-left: 48px;
}

.button.button__blog-cta {
  color: #3b215b;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 12px 16px #17083147;
}

.button.is-pricing {
  flex: none;
  width: 100%;
}

.button.button--orange {
  background-image: linear-gradient(20deg, #ffd37c, #f48015 30% 70%, #ffd37c);
}

.button.button--orange.button--orange--darkbg {
  box-shadow: 0 12px 16px #ffffff26;
}

.brand {
  text-align: left;
  flex: 1;
}

.brand.w--current {
  flex: 1;
  padding-right: 24px;
}

.brand.nav--404.w--current {
  padding-right: 0;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.container.container--narrow {
  max-width: 1343px;
}

.container.container--text {
  max-width: 1088px;
}

.container.container--logos {
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.container--swiper {
  max-width: 1343px;
}

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

.container.is-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1400px;
  display: flex;
}

.container.is-calculation {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero__content {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  height: 75vh;
  min-height: 540px;
  max-height: 720px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.hero__content.footshop {
  justify-content: space-between;
}

.hero__content.hero__content--helpdesk {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.hero__text {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 548px;
  max-width: 558px;
  display: flex;
}

.hero__text.hero__text--integration {
  flex: 1;
  min-width: auto;
}

.hero__text.hero__text--center {
  justify-content: center;
  align-items: center;
  max-width: 660px;
}

.h--gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-81.61deg, #6e40ff 1%, #2f8fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.h--gradient.h--footer {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.h--gradient.h--gradient-regular {
  font-weight: 400;
}

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

.p--18.hero--p {
  margin-bottom: 40px;
}

.hero--h {
  margin-bottom: 38px;
}

.hero--h.hero--text-only {
  margin-top: 0;
  margin-bottom: 24px;
}

.logos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.logos.is-pricing {
  padding-bottom: 40px;
}

.logos__scroll {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.logos__link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
  position: relative;
}

.feature__icon {
  background-image: linear-gradient(45deg, #6e40ff 38%, #2f8fff);
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  display: flex;
  box-shadow: 0 12px 16px #6e40ff40;
}

.features {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.feature__title {
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  left: -24px;
  right: 0;
  transform: translate(0, -50%);
}

.feature__h {
  transform-origin: 0 100%;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: 8px;
  margin-left: 50px;
  padding: 2px 16px;
  display: inline-block;
  position: absolute;
  transform: translate(0, -100%);
}

.feature {
  width: 100%;
}

.features__content {
  grid-column-gap: 48px;
  grid-row-gap: 120px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 52px;
  display: flex;
}

.feature__subtitle {
  justify-content: flex-start;
  align-items: center;
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1.67;
  display: flex;
}

.feature__checkmark {
  margin-top: 0;
  margin-right: 12px;
}

.p--15 {
  margin-bottom: 0;
  font-size: 15px;
}

.feature__point {
  margin-bottom: 40px;
}

.text-block {
  display: inline-block;
}

.image {
  height: 14px;
  margin-left: 16px;
  display: inline-block;
}

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

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

.h--bubble {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 16px;
  display: inline-block;
}

.h--bubble.h--bubble-left {
  border-bottom-left-radius: 0;
}

.h--bubble.h--bubble-left.h--bubble-footer {
  transform-origin: 0 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

.h--bubble.h--bubble-left.h--bubble-hero {
  transform-origin: 0 100%;
}

.h--bubble.h--bubble-left.h--bubble--prod-features {
  opacity: .8;
  transform-origin: 0%;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform .2s, opacity .2s;
  transform: scale(.9);
}

.h--bubble.h--bubble-left.h--bubble--prod-features.h--bubble--inactive {
  opacity: .8;
  transform: scale(.9);
}

.h--bubble.h--bubble-left.h--bubble--prod-features.h--bubble--inactive:hover, .h--bubble.h--bubble-left.h--bubble--prod-features.h-bubble--first {
  opacity: 1;
  transform: scale(1);
}

.h--bubble.h--bubble-right {
  border-bottom-right-radius: 0;
}

.h--bubble.h--bubble-right.h--bubble-hero {
  transform-origin: 100% 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.tabs-menu {
  background-color: #ffffff4d;
  border-radius: 16px;
  justify-content: flex-start;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
  box-shadow: inset 0 0 0 1px #ffffff1a;
}

.tab-link {
  z-index: 2;
  color: #3b215b33;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 22px 8px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.tab-link:hover {
  color: #3b215b;
  background-color: #3b215b05;
}

.tab-link.w--current {
  box-shadow: none;
  color: #20c54e;
  background-color: #0000;
  font-weight: 500;
}

.tab__title {
  text-align: left;
  margin-left: 8px;
}

.tab__icon {
  height: 16px;
}

.tabs-content {
  background-color: #ffffff73;
  border-radius: 16px;
  padding: 40px 40px 40px 72px;
}

.tabs-content.tabs--case {
  padding: 64px;
}

.tabs {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.tab-pane__content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-pane__content.tab-pane__content--case {
  align-items: center;
}

.tab-pane__content.tab-pane__content--case.datart {
  align-items: stretch;
}

.tab-pane__left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 416px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.tab-pane__left.tab-pane__left--case {
  width: 45%;
  max-width: 480px;
}

.tab-pane__left.tab-pane__left--case.tab-pane__left--big {
  width: 62%;
  max-width: 698px;
}

.tab-pane__right {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 676px;
  height: 424px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 22px 64px #5264ff26;
}

.tab-pane__right.tab-pane__right--img {
  box-shadow: none;
  background-color: #0000;
}

.tab-pane__right.tab-pane__right--img.tab-pane__right--case {
  width: 55%;
  max-width: 566px;
  height: auto;
}

.tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--small {
  width: 29%;
  max-width: 440px;
}

.tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--small.datart {
  position: relative;
  overflow: visible;
}

.tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--visible {
  overflow: visible;
}

.tab-pane__right.tab-pane__right--case {
  width: 55%;
  max-width: 566px;
  height: auto;
  overflow: hidden;
}

.tab-pane__p {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tab-pane__desc {
  margin-top: 0;
  margin-left: 0;
}

.book {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.book__title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.book__left {
  width: 100%;
  max-width: 555px;
}

.book__right {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 75%;
  min-width: 144px;
  margin-left: 48px;
  display: flex;
  position: relative;
}

.book__green {
  z-index: 1;
  position: absolute;
}

.book__arrow--tag {
  max-width: none;
  height: 25px;
  position: absolute;
  top: 16px;
  left: 17px;
}

.book__arrow {
  width: 22px;
  height: 22px;
}

.book__purple--test {
  position: absolute;
}

.testimonials {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}

.testimonials__card {
  background-color: #ffffff73;
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 72px 72px 64px;
}

.testimonials__card.testimonials__card--quote {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials__card.testimonials__card--quote.testimonials__card--quote-case {
  margin-top: 20px;
  padding-left: 48px;
  padding-right: 48px;
}

.tes__content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tes__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 416px;
  display: flex;
}

.tes__rtf {
  max-width: 368px;
}

.tes__rtf h2 {
  margin-top: 32px;
  margin-bottom: 36px;
}

.tes__rtf p {
  margin-bottom: 16px;
}

.tes__rtf ul {
  color: #3b215bcc;
  margin-bottom: 32px;
  padding-left: 0;
  line-height: 1.6;
}

.tes__rtf li {
  background-image: url('../images/bullet-check.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.tes__rtf a {
  color: #3b215b;
  background-image: url('../images/open-link.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 18px;
  text-decoration: underline;
  transition: color .2s;
}

.tes__rtf a:hover {
  color: #6e40ff;
}

.tes__rtf.rtf--case {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tes__right {
  justify-content: center;
  width: 100%;
  max-width: 565px;
  display: flex;
  position: relative;
}

.tes__illustration--chat {
  border-radius: 12px;
  width: 80%;
  max-width: 304px;
  position: absolute;
  top: -128px;
  box-shadow: 0 24px 72px #5264ff26;
}

.tes__illustration--pay {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff73;
  border-radius: 12px;
  max-width: 214px;
  position: absolute;
  bottom: 64px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 14px 64px #6f41ff26;
}

.tes__illustration--order {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff73;
  border-radius: 12px;
  max-width: 221px;
  position: absolute;
  top: 118px;
  right: -24px;
  box-shadow: 0 14px 64px #6f41ff26;
}

.quote__photo {
  background-image: url('../images/placeholder-photo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 52px;
  flex: none;
  width: 52px;
  height: 52px;
  margin-right: 16px;
  overflow: hidden;
}

.quote__author {
  align-items: center;
  display: flex;
}

.quote__author.quote--testimonials {
  flex: 100 auto;
}

.quote__name {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 16px;
}

.quote__title {
  font-size: 14px;
  line-height: 16px;
}

.quote__text {
  background-image: url('../images/quote-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  max-width: 395px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 17px;
}

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

.quote__text.quote__text--case {
  max-width: none;
}

.quote__content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quote__content.quote--testimonials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

.quote {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.cta {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.footer {
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: #ffffff73;
  padding-top: 96px;
}

.hero {
  position: relative;
}

.footer__copyright {
  background-color: #fff6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: wrap;
  margin-bottom: 88px;
  display: flex;
}

.copyright {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #3b215b99;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  display: flex;
}

.iconbutton {
  color: #6e40ff;
  background-color: #fff;
  border-radius: 48px;
  padding: 16px;
  transition: box-shadow .15s cubic-bezier(.215, .61, .355, 1), background-color .15s cubic-bezier(.215, .61, .355, 1), color .15s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 8px 16px #6e40ff0d;
}

.iconbutton:hover {
  color: #fff;
  background-color: #6e40ff;
  box-shadow: 0 8px 24px #6e40ff52;
}

.footer__contacts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.iconbutton__icon {
  width: 16px;
  height: 16px;
}

.footer-nav {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-around;
  width: 100%;
  min-width: 70vw;
  display: flex;
}

.footer-nav__col {
  flex: 1;
}

.footer-nav__link {
  color: #3b215bb3;
  text-decoration: none;
  transition: color .15s cubic-bezier(.215, .61, .355, 1);
}

.footer-nav__link:hover {
  color: #3b215b;
}

.footer-nav__link.open-overlay {
  color: var(--text-footer);
}

.footer-nav__title {
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-nav__links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer__logo {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  flex: 1;
  place-content: flex-start space-between;
  align-items: flex-start;
  max-width: 1049px;
  display: flex;
}

.footer__links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer__capterra {
  flex: none;
  width: 172px;
  display: none;
}

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

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

.cta__p {
  text-align: center;
  max-width: 640px;
  margin: 40px auto 64px;
  font-size: 18px;
  line-height: 1.5;
}

.cta__p--costicon {
  background-image: url('../images/cta-cost.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  display: inline-block;
}

.cta__p--improvementsicon {
  background-image: url('../images/cta-improve.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  display: inline-block;
}

.cta__p--conversionicon {
  background-image: url('../images/cta-graph.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  display: inline-block;
}

.button--40pad {
  padding-left: 40px;
  padding-right: 40px;
}

.cta__title--bubble {
  flex-direction: column;
  align-items: flex-start;
  width: 328px;
  height: 56px;
  margin-left: 12px;
  display: flex;
}

.hero__illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero--app {
  border-radius: 6px;
  max-width: 790px;
  max-height: 100%;
  position: absolute;
  left: 0;
  box-shadow: 0 18px 76px #1b1c1e0d;
}

.hero--app.hero--app--case {
  max-width: 768px;
}

.hero--chat {
  z-index: 2;
  border-radius: 10px;
  width: 45%;
  max-width: 247px;
  position: absolute;
  bottom: -15%;
  right: 0;
  box-shadow: 0 22px 64px #5264ff26;
}

.hero--chat.hero--chat--cases {
  max-width: 232px;
  bottom: -56px;
  right: 24px;
}

.hero--customer1 {
  z-index: 2;
  border-radius: 6px;
  max-width: 253px;
  position: absolute;
  bottom: 56%;
  left: -16px;
  box-shadow: 0 14px 64px #6f41ff26;
}

.hero--customer2 {
  z-index: 3;
  border-radius: 6px;
  width: auto;
  max-width: 253px;
  max-height: 64px;
  position: absolute;
  bottom: 42%;
  left: -42px;
  box-shadow: 0 14px 64px #6f41ff26;
}

.hero--card {
  position: absolute;
  top: -32px;
  right: 20%;
  box-shadow: 0 14px 64px #6f41ff26;
}

.hero--card--img {
  border-radius: 6px;
}

.hero--green {
  border-radius: 48px;
  position: absolute;
  top: -16px;
  right: 29px;
  box-shadow: 0 12px 16px #40ff7540;
}

.hero--purple {
  border-radius: 32px;
  position: absolute;
  top: 13px;
  left: 16px;
  box-shadow: 0 12px 16px #6e40ff40;
}

.dropdown-list {
  opacity: 0;
  background-color: #0000;
  width: 100vw;
  padding-top: 40px;
  top: 92px;
  left: 0;
  right: 0;
}

.dropdown-list.w--open {
  opacity: 1;
}

.dropdown__link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #02030599;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: font-variation-settings .15s cubic-bezier(.165, .84, .44, 1), opacity .2s, color .15s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.dropdown__link:hover {
  color: #020305;
  font-weight: 500;
}

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

.dropdown {
  height: 100%;
  position: static;
}

.dropdown__container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 1504px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu {
  padding: 16px;
  display: none;
}

.footer__blur {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tes__illustration {
  height: auto;
}

.overlay-book {
  z-index: 9999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #3b215b1a;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.overlay__card {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay__top {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 80px 76px 56px;
  display: flex;
}

.overlay__bottom {
  color: #3b215bb3;
  text-align: center;
  background-color: #f9f8fa;
  padding: 24px 76px;
  font-size: 14px;
  line-height: 20px;
}

.radio-button {
  border-style: none;
  border-radius: 12px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  transition: box-shadow .15s cubic-bezier(.215, .61, .355, 1), background-color .15s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 1px #3b215b12;
}

.radio-button:hover, .radio-button:active {
  border-width: 0;
  border-color: #0000;
}

.radio-button.w--redirected-checked {
  color: #20c54e;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #20c54e, 0 10px 24px #20c54e0d;
}

.radio-button.w--redirected-focus {
  border: 0 #0000;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #20c54e, 0 10px 24px #20c54e0d;
}

.radio-button.w--redirected-focus-visible {
  background-color: #fff;
  border: 0 #0000;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #20c54e, 0 10px 24px #20c54e0d;
}

.radio-button-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3b215b33;
  cursor: pointer;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-bottom: 0;
  padding: 24px 16px;
  transition: background-color .15s cubic-bezier(.165, .84, .44, 1), color .15s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.radio-button-field:hover {
  color: #3b215b;
  background-color: #3b215b12;
}

.radio-button-field:focus {
  color: #3b215b;
}

.radio-button-label {
  color: #3b215b;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.form-section {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 56px;
  display: flex;
}

.form {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 48px 32px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  color: #3b215be6;
  text-align: center;
  margin-bottom: 24px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.form-icon {
  height: 16px;
  position: relative;
}

.text-field {
  border: 1px #000;
  border-radius: 12px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  transition: box-shadow .15s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 0 1px #3b215b12;
}

.text-field:hover {
  box-shadow: inset 0 0 0 1px #3b215b33;
}

.text-field:focus {
  box-shadow: inset 0 0 0 1px #6e40ff;
}

.text-field::placeholder {
  color: #3b215b80;
}

.text-field.input--error {
  color: #ef332a;
  box-shadow: inset 0 0 0 1px #ef332a33;
}

.hidden {
  display: none;
}

.overlay__close {
  opacity: .5;
  cursor: pointer;
  padding: 16px;
  transition: opacity .15s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 24px;
  right: 24px;
}

.overlay__close:hover {
  opacity: 1;
}

.error-message {
  color: #740000;
  text-align: center;
  border-radius: 8px;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.success-message {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.form__success--title {
  color: #20c54e;
  margin-top: 53px;
  margin-bottom: 16px;
  font-family: Sora, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.form__success-title {
  color: #3b215bcc;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form__title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 37px;
  display: flex;
}

.overlay__container {
  width: 100%;
  height: auto;
  max-height: 100%;
  padding: 48px;
  overflow: scroll;
}

.overlay__bg--close {
  position: absolute;
  inset: 0;
}

.form__logo {
  z-index: 1;
  position: relative;
}

.tab__img.tab__img--case-datart {
  position: absolute;
  bottom: -64px;
}

.tab__img.tab__img--shadow {
  border-radius: 8px;
  box-shadow: 0 22px 64px #5264ff26;
}

.overflow-hidden {
  overflow: hidden;
}

.div-block {
  text-align: left;
  width: 100%;
}

.email--error {
  color: #ef332a;
  margin-top: 8px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cont {
  padding-top: 132px;
  position: relative;
  overflow: hidden;
}

.cont.cont--mid {
  padding-top: 0;
}

.cont.cont--bubbles {
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cont.cont--book-a-demo {
  padding-top: 0;
}

.bubble-4 {
  z-index: -1;
  filter: blur(120px);
  background-color: #fff;
  border-radius: 50%;
  width: 75vw;
  max-width: 1600px;
  height: 60vw;
  max-height: 1280px;
  position: absolute;
  top: -10%;
  left: 49%;
}

.bubble-3 {
  z-index: -1;
  filter: blur(120px);
  background-color: #fff;
  border-radius: 50%;
  width: 75vw;
  max-width: 1600px;
  height: 60vw;
  max-height: 1280px;
  position: absolute;
  top: 50%;
  right: 50%;
}

.bubble-1 {
  z-index: -1;
  filter: blur(140px);
  background-color: #6e40ff33;
  border-radius: 50%;
  width: 256px;
  height: 256px;
  position: absolute;
  top: 30%;
  left: 42%;
}

.bubble-2 {
  z-index: -1;
  filter: blur(130px);
  background-color: #40b2ff1a;
  border-radius: 50%;
  width: 600px;
  height: 400px;
  position: absolute;
  top: 0%;
  left: 50%;
}

.bubble-5 {
  z-index: -1;
  filter: blur(130px);
  background-color: #40b2ff33;
  border-radius: 50%;
  width: 451px;
  height: 366px;
  position: absolute;
  bottom: 0;
  left: 76%;
}

.bubble-6 {
  z-index: -1;
  filter: blur(120px);
  background-color: #6e40ff1a;
  border-radius: 50%;
  width: 50%;
  max-width: 850px;
  height: 80%;
  max-height: 850px;
  position: absolute;
  top: -2%;
  right: 58%;
}

.bubble-7 {
  z-index: -1;
  filter: blur(140px);
  background-color: #40b2ff26;
  border-radius: 50%;
  width: 451px;
  height: 366px;
  position: absolute;
  top: 10%;
  right: 50%;
}

.bubble-8 {
  z-index: -1;
  filter: blur(130px);
  background-color: #6e40ff3b;
  border-radius: 50%;
  width: 530px;
  height: 570px;
  position: absolute;
  top: 39%;
  left: 64%;
}

.bubble-9 {
  z-index: -1;
  filter: blur(140px);
  background-color: #fff;
  border-radius: 50%;
  width: 50%;
  max-width: 700px;
  height: 100%;
  max-height: 300px;
  position: absolute;
  top: -10%;
  right: 50%;
}

.bubble-10 {
  z-index: -1;
  filter: blur(140px);
  background-color: #fff;
  border-radius: 50%;
  width: 50%;
  max-width: 700px;
  height: 100%;
  max-height: 300px;
  position: absolute;
  top: 30%;
  left: 60%;
}

.bubble-11 {
  z-index: -1;
  filter: blur(120px);
  background-color: #6e40ff4d;
  border-radius: 50%;
  width: 414px;
  height: 304px;
  position: absolute;
  bottom: 10px;
  right: 70%;
}

.bubble-11.bubble-left.is-pricing {
  background-color: #6e40ff66;
  transition: left 1s linear, top 1s linear;
}

.bubble-12 {
  z-index: -1;
  filter: blur(140px);
  background-color: #40b2ff40;
  border-radius: 50%;
  width: 385px;
  height: 312px;
  position: absolute;
  top: 5%;
  left: 70%;
}

.bubble-12.bubble-right.is-pricing {
  background-color: #40b2ff59;
}

.footer-component {
  position: relative;
}

.article {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.article.article--blog {
  padding-top: 48px;
}

.article__rt h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.article__rt h2 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.article__rt p {
  margin-bottom: 8px;
  font-size: 15px;
}

.article__rt ul {
  padding-left: 24px;
}

.article__rt li {
  color: #3b215bcc;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  font-size: 15px;
}

.article__rt h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
}

.table-content {
  min-width: 580px;
}

.table {
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: scroll;
}

.bubble--textual-page {
  z-index: -1;
  filter: blur(150px);
  background-color: #fff;
  border-radius: 50%;
  width: 75vw;
  max-width: 1600px;
  height: 60vw;
  max-height: 1280px;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-83px);
}

.overlay__link {
  color: #3b215bb3;
  text-decoration: underline;
  transition: color .2s;
}

.overlay__link:hover {
  color: #3b215b;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tab--slider {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  width: 20%;
  height: 64px;
  position: absolute;
  top: 8px;
  left: 8px;
  box-shadow: 0 5px 16px #6f41ff0d;
}

.tab--slider.tab--slider--2 {
  width: 50%;
}

.tabs__container {
  position: relative;
}

.form__success--icon {
  border-radius: 100%;
  box-shadow: 0 9px 12px #40ff7540;
}

.logo__col {
  opacity: 0;
  display: none;
  position: absolute;
  bottom: 0;
}

.nav__container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 48px;
  display: flex;
}

.nav__container.nav__fixed {
  -webkit-backdrop-filter: blur(39px);
  backdrop-filter: blur(39px);
  background-color: #ffffff80;
  box-shadow: 0 14px 64px #6f41ff29;
}

.cookies {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 48px;
  display: flex;
  box-shadow: 0 14px 64px #6f41ff26;
}

.cookies__buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cookies__info {
  margin-right: 48px;
  font-family: Sora, sans-serif;
  font-size: 14px;
}

.cookies__info--title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.cookies-container {
  z-index: 99999;
  opacity: 0;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: fixed;
  bottom: 72px;
}

.logos__content {
  grid-column-gap: 48px;
  flex-flow: row-reverse;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.h--product-hero {
  text-align: center;
  margin-top: 128px;
  margin-bottom: 128px;
  line-height: 78px;
}

.h--icon-clock {
  background-image: url('../images/clock.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 78px;
  display: inline-block;
}

.product-features {
  height: 200vh;
  min-height: 1080px;
  display: flex;
  position: relative;
}

.p--light {
  color: #3b215b99;
}

.prod-features-content {
  align-items: center;
  height: 720px;
  display: flex;
  position: sticky;
  top: 0;
}

.prod-features__left {
  width: 60%;
  max-width: 736px;
  margin-right: 32px;
}

.prod-features__right {
  width: 40%;
  padding-left: 48px;
  padding-right: 48px;
}

.p--product-features {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 36px;
}

.prod-features__entry {
  margin-top: 12px;
  text-decoration: none;
}

.prod-features__desc {
  opacity: 0;
  transition: max-height .5s, opacity .25s;
  display: block;
  overflow: hidden;
  transform: none;
}

.prod-features__desc.prod-features__desc--hidden {
  height: 0;
}

.prod-features__desc.new {
  height: 0;
  max-height: none;
}

.prod-features__desc.prod-features__desc--first {
  opacity: 1;
}

.div-block-4 {
  position: sticky;
  top: 0;
}

.div-block-5 {
  height: 1080px;
}

.scroll-target--20 {
  width: 100%;
  height: 11%;
}

.scroll-target--20.col1 {
  background-color: red;
}

.scroll-target {
  z-index: -1;
  width: 100%;
  height: 200vh;
  min-height: 1080px;
  position: absolute;
}

.prod-features__img-container {
  background-color: #ffffff59;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 60.87%;
  position: relative;
}

.prod-features__img {
  border-radius: 4px;
  transition: opacity .2s;
  position: absolute;
  inset: 12px;
  overflow: hidden;
}

.prod-features__img.prod-features__img--hidden {
  opacity: 0;
  display: none;
}

.img--cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img--cover.img--radius-8 {
  border-radius: 8px;
}

.prod-features__book {
  background-color: #ffffff73;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 48px;
  font-weight: 500;
  display: flex;
}

.text--prod-features-book {
  max-width: 248px;
}

.prod-features__icons {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}

.prod-features__icon {
  transition: opacity .3s;
  position: absolute;
}

.prod-features__icon.prod-features__icon--hidden {
  opacity: 0;
}

.hidden--desktop {
  display: none;
}

.prod-features__img-container--tablet {
  background-color: #ffffff59;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 60.22%;
  position: relative;
}

.prod-features__img--tablet {
  border-radius: 4px;
  transition: opacity .2s;
  position: absolute;
  inset: 12px;
  overflow: hidden;
}

.prod-features__img--tablet.prod-features__img--hidden {
  opacity: 0;
  display: none;
}

.prod-features__icons--tablet {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}

.prod-features__icon--tablet {
  transition: opacity .3s;
  position: absolute;
}

.prod-features__icon--tablet.prod-features__icon--hidden {
  opacity: 0;
}

.product-testimonials {
  padding-top: 128px;
  padding-bottom: 72px;
}

.product-testimonials.is-pricing {
  padding-top: 0;
}

.product-testimonials.is-roi {
  padding-top: 80px;
  padding-bottom: 80px;
}

.site-rating {
  background-color: #ffffff73;
  border-radius: 16px;
  align-items: center;
  padding: 12px 32px 12px 24px;
  display: flex;
}

.site-ratings--logo {
  height: 32px;
}

.site-ratings--stars {
  margin-left: 20px;
}

.product-testimonials__title {
  grid-column-gap: 58px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-ratings {
  grid-column-gap: 20px;
  margin-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.swiper-component {
  width: 100%;
  margin-top: 64px;
  position: relative;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-slide {
  background-color: #ffffff73;
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  align-items: flex-start;
  width: 30%;
  padding: 40px;
  line-height: 1.3;
  display: flex;
}

.swiper-arrow {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/swiper-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #6e40ff33;
  border-radius: 100vw;
  width: 50px;
  height: 50px;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.swiper-arrow:hover {
  background-color: #6e40ff26;
  border-color: #6e40ff00;
}

.swiper-arrow.button-prev {
  background-image: url('../images/swiper-prev.svg');
}

.swiper-nav {
  grid-column-gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.swiper-nav.swiper-nav--desktop {
  justify-content: center;
}

.swiper-nav.swiper-nav--tablet {
  display: none;
}

.swiper-quote {
  background-image: url('../images/quote-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 16px;
}

.product-testimonials__links {
  grid-column-gap: 40px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-target--25 {
  width: 100%;
  height: 13%;
}

.scroll-target--25.col1 {
  background-color: red;
}

.h--icon-code {
  color: #3b215b00;
  background-image: url('../images/code-lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 78px;
  display: inline-block;
}

.scroll-target--33 {
  width: 100%;
  height: 17%;
}

.scroll-target--33.col1 {
  background-color: red;
}

.h--product-a-animation {
  letter-spacing: -3.6px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
  display: inline-block;
  position: absolute;
}

.magnify--inner {
  background-image: radial-gradient(circle at 0 100%, #eceffa, #f9faff);
  border-radius: 38px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px;
  overflow: hidden;
  box-shadow: 0 20px 32px #6f41ff26;
}

.div-block-7 {
  justify-content: center;
  height: 128px;
  display: flex;
  position: relative;
}

.magnify--outline {
  z-index: 1;
  position: absolute;
  inset: 6px;
}

.magnify {
  background-image: radial-gradient(circle at 0 100%, #eceffa40, #f9faff40);
  border-radius: 44px;
  width: 88px;
  height: 88px;
  position: absolute;
  top: -14px;
  left: -24px;
  box-shadow: 48px 0 32px #3b215b1a;
}

.bubble-product--1 {
  z-index: -1;
  filter: blur(120px);
  background-color: #6e40ff1a;
  border-radius: 50%;
  width: 50%;
  max-width: 850px;
  height: 80%;
  max-height: 850px;
  position: absolute;
  top: 20%;
  right: 58%;
}

.bubble-product--2 {
  z-index: -1;
  filter: blur(130px);
  background-color: #40b2ff33;
  border-radius: 50%;
  width: 451px;
  height: 366px;
  position: absolute;
  bottom: 10%;
  left: 76%;
}

.div-block-8 {
  background-color: #6e40ff;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  border-radius: 8px;
  width: 8px;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.case-hero {
  position: relative;
}

.case-highlights {
  padding-top: 80px;
  padding-bottom: 52px;
}

.case-highlights__content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.case-highlight {
  align-items: center;
  width: 100%;
  max-width: 352px;
  display: flex;
}

.case-highlight__icon {
  background-image: linear-gradient(45deg, #6e40ff, #2f8fff);
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  box-shadow: 0 12px 16px #6e40ff40;
}

.case-highlight__info {
  margin-left: 32px;
  font-size: 15px;
  line-height: 1.2;
}

.case-highlight__number {
  color: #6d42fe;
  margin-bottom: 12px;
  font-family: Sora, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
}

.case-hero__info {
  align-self: center;
  width: 100%;
  min-width: 530px;
  max-width: 530px;
}

.case-hero__overline {
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.case-hero__overline.h--gradient {
  display: inline-block;
}

.case-hero__bubble {
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 24px;
  padding: 12px 16px;
  display: inline-block;
}

.case-hero__title {
  margin-top: 0;
  margin-bottom: 48px;
  line-height: 1.3;
}

.case-hero__illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 864px;
  display: flex;
  position: relative;
}

.case-hero--logo {
  z-index: 3;
  border-radius: 5px;
  width: 45%;
  max-width: 198px;
  position: absolute;
  bottom: -32px;
  left: 20%;
  box-shadow: 0 12px 52px #6f41ff26;
}

.product-testimonials__logo {
  min-width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

.product-testimonials__logo--pic {
  height: 100%;
}

.h--cases-hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 64px;
}

.hero-cases__text {
  text-align: center;
  max-width: 533px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.3;
}

.cases-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case {
  color: #3b215b;
  background-color: #6e40ff0d;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 0 1px #6e40ff0d;
}

.case__photo {
  border-radius: 8px;
  flex: none;
  align-items: center;
  height: 252px;
  margin-bottom: 24px;
  position: relative;
}

.case__desc {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  line-height: 1.3;
  display: flex;
}

.case__logo {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 68px;
  display: flex;
  position: absolute;
  bottom: -24px;
  left: 24px;
  box-shadow: 0 8px 40px #6f41ff26;
}

.case__desc--h {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.case__desc-p {
  margin-bottom: 48px;
}

.hero--case {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.test-trigger {
  width: 100%;
  height: 14%;
}

.test-trigger.col1 {
  background-color: red;
}

.test-trigger--4 {
  height: 18.5%;
}

.test-trigger--3 {
  height: 28%;
}

.hero--404 {
  align-items: center;
  height: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

._404--container {
  text-align: center;
  max-width: 604px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.paragraph {
  margin-bottom: 54px;
  font-size: 24px;
}

._404__illustration {
  max-width: 450px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._404--number {
  height: 100%;
}

._404--text {
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 8px 16px;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: -24px;
  right: 0;
  box-shadow: 0 12px 40px #6f41ff59;
}

._404--icon {
  background-color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 12px;
  display: flex;
  position: absolute;
  bottom: -45px;
  left: 15%;
  box-shadow: 0 12px 40px #6f41ff59;
}

._404--center {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 1200px;
  margin-top: -108px;
  padding-top: 108px;
  display: flex;
}

.book-a-demo {
  padding-top: 112px;
  padding-bottom: 112px;
}

.book-cont {
  justify-content: space-between;
  display: flex;
}

.book__point {
  align-items: flex-start;
  max-width: 533px;
  margin-top: 40px;
  display: flex;
}

.book__point--content {
  max-width: 456px;
  margin-left: 24px;
  padding-top: 3px;
  line-height: 1.3;
}

.book__point--title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.book__p {
  max-width: 533px;
  margin-top: 30px;
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 1.3;
}

.book-cont__left {
  width: 100%;
  max-width: 608px;
  margin-right: 48px;
  padding-top: 32px;
}

.book-cont__right {
  flex: 0 auto;
  width: 100%;
  min-width: 576px;
  max-width: 832px;
  position: relative;
}

.book-form {
  background-color: #ffffff80;
  border-radius: 16px;
  position: sticky;
  top: 0;
}

.book-form__legal {
  color: #3b215bb3;
  text-align: center;
  padding: 24px 32px;
  font-family: Sora, sans-serif;
  font-size: 14px;
}

.book--h {
  margin-top: 0;
  margin-bottom: 0;
}

.book__stats {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 120px;
  display: flex;
}

.book__stat {
  color: #020305cc;
  text-align: center;
  background-color: #ffffff80;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  min-width: 240px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.book__stat--logo {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 68px;
  margin-top: -34px;
  display: flex;
  box-shadow: 0 8px 40px #6f41ff26;
}

.book__stat--content {
  margin-top: 32px;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 1.2;
}

.book__stat--number {
  color: #280159;
  margin-bottom: 8px;
  font-family: Sora, sans-serif;
  font-size: 48px;
}

.case__desc--link {
  color: #3b215b;
  background-image: url('../images/open-link.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 18px;
  font-weight: 500;
}

.nav__container--book-a-demo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 48px;
  display: flex;
}

.blog__date {
  color: #3b215bb3;
  margin-top: 16px;
  font-size: 12px;
}

.blog__date.blog__date--featured {
  margin-top: 0;
}

.blog__author--bold {
  color: #3b215b;
  font-weight: 500;
}

.blog__rt {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  min-width: 0;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.blog__rt h1, .blog__rt h2 {
  margin-top: 60px;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.blog__rt p {
  color: #5e4a7b;
  margin-bottom: 20px;
  font-size: 16.5px;
  line-height: 1.5;
}

.blog__rt ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 16px;
  list-style-type: none;
}

.blog__rt a {
  color: #6e40ff;
}

.blog__rt a:hover {
  color: #3b215b;
}

.blog__rt li {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5e4a7b;
  background-image: url('../images/Bullet.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 8px;
  padding-left: 20px;
  font-size: 16.5px;
}

.blog__rt h3 {
  margin-top: 56px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.4;
}

.blog__rt h4 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
}

.blog__rt h5 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.blog__rt h6 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.blog__rt blockquote {
  background-color: #427add24;
  border-left-style: none;
  border-radius: 16px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px 48px;
  font-size: 18px;
  line-height: 24px;
}

.blog__rt img {
  border-radius: 8px;
  max-height: 70vh;
}

.blog__rt figcaption {
  color: #5e4a7b;
  margin-top: 0;
  padding: 16px 24px 12px;
  font-size: 12px;
}

.blog__rt figure {
  text-align: center;
  background-color: #6e40ff0d;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 8px;
  overflow: hidden;
}

.blog__rt ol {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 8px;
  padding-left: 36px;
  list-style-type: decimal;
}

.blog__rt code {
  background-color: #0000000f;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 8px;
  font-size: 14px;
  display: inline-flex;
}

.breadcrumb__link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6e40ff1f;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb__link:hover {
  background-color: #6e40ff3d;
}

.breadcrumb__link.breadcrumb__link--category {
  padding: 6px 12px;
}

.breadcrumb__arrow {
  margin-left: 4px;
  margin-right: 4px;
}

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

.list {
  padding-left: 8px;
  list-style-type: none;
}

.blog__content {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.blog__toc {
  background-color: #ffffff73;
  border-radius: 16px;
  flex: 1;
  width: 100%;
  padding: 24px;
}

.blog__toc--title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
}

.blog__toc--link {
  align-items: flex-start;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  display: flex;
}

.blog__toc--nr {
  background-color: #6e40ff1f;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  transition: background-color .15s;
  display: flex;
}

.blog__toc--name {
  width: 100%;
  margin-left: 12px;
  font-size: 16px;
  line-height: 24px;
}

.blog__author-block {
  background-color: #ffffff73;
  border-radius: 16px;
  margin-top: 64px;
  padding: 24px;
  display: flex;
}

.blog__author--pic {
  background-image: url('../images/placeholder-photo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 96px;
  flex: none;
  width: 72px;
  height: 72px;
  margin-right: 24px;
}

.blog__author--name {
  margin-bottom: 16px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.blog__author--info {
  margin-top: 4px;
  font-size: 15px;
}

.blog__author--caption {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.blog__cta {
  color: #fff;
  background-image: linear-gradient(-135deg, #360f79, #427add);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  font-size: 15px;
  display: flex;
}

.blog__cta--p {
  color: #ffffffb3;
  margin-top: 12px;
  margin-bottom: 24px;
}

.div-block-11 {
  text-align: left;
  width: 100%;
  display: flex;
}

.blog__cta--title {
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.blog__cta--title.v2 {
  max-width: 600px;
  font-size: 24px;
}

.blog-posts-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post {
  background-color: #6e40ff1f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
  overflow: hidden;
}

.blog-post:hover {
  background-color: #6e40ff29;
}

.blog__photo {
  background-color: #6e40ff1f;
  background-image: url('../images/amio-placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex: none;
  align-items: center;
  width: 100%;
  height: 252px;
  margin-bottom: 24px;
  position: relative;
}

.blog__photo.blog__photo--search-results {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 30%;
  max-width: 256px;
  height: auto;
  margin-bottom: 0;
  margin-right: 32px;
}

.blog-post__desc {
  font-size: 15px;
}

.blog-post__title {
  color: #3b215b;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.25;
  text-decoration: none;
}

.blog-post__title.blog-post__title--featured {
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 1.3;
}

.blog__cta--v2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #6e40ff0d;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.blog__cta--p--v2 {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: 32px;
  font-size: 14px;
}

.search-button {
  display: none;
}

.filters {
  border-top: 2px solid #6e40ff1f;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.filters.hidden {
  display: none;
}

.search {
  flex: 1;
  min-width: 256px;
  max-width: 568px;
  height: 56px;
  margin-bottom: 0;
  margin-left: 48px;
  position: relative;
}

.search.search--results {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.search-input {
  color: #3b215bcc;
  border-style: none;
  border-radius: 48px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 48px;
  padding-right: 20px;
}

.search-input::placeholder {
  color: #3b215b66;
}

.icon--search {
  position: absolute;
  top: 16px;
  left: 16px;
}

.collection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.blog__hero--title {
  text-align: center;
  max-width: 648px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.3;
}

.hero--blog {
  padding-bottom: 96px;
  position: relative;
}

.collection-item {
  margin-top: 12px;
  margin-right: 12px;
}

.h--blog-hero {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
  line-height: 64px;
}

.empty-state {
  text-align: center;
  background-color: #6e40ff1f;
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.search-result-item {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.search__results {
  padding-bottom: 128px;
}

.blog__cta--v3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #fff;
  background-color: #36215b;
  background-image: linear-gradient(45deg, #427add, #360f79);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.blog__cta--p--v3 {
  color: #ffffffb3;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: 32px;
  font-size: 15px;
}

.results--empty {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.search__paragraph {
  text-align: center;
  margin-top: -12px;
  margin-bottom: 48px;
}

.search__res--h {
  color: #3b215b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.pagination {
  margin-top: 48px;
}

.breadcrumb--checkbox, .other-categories--hidden {
  display: none;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb__link--active {
  color: #fff;
  background-color: #6e40ff;
  border-radius: 4px;
}

.filters__container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.filters__content {
  width: 100%;
}

.filters--title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
}

.blog-post__breadcrumb {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6e40ff1f;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.blog-post__breadcrumb.breadcrumb__link--category {
  padding: 6px 12px;
}

.blog-post__info {
  margin-bottom: 12px;
}

.h--pricing-hero {
  text-align: center;
  text-wrap: balance;
  background-image: url('../images/quotes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  max-width: 980px;
  margin: 0 auto 40px;
  font-weight: 400;
  line-height: 64px;
}

.hero--pricing {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.u-align-center {
  color: var(--text-footer);
  text-align: center;
}

.pricong--quates {
  position: absolute;
  left: 116px;
}

.h--quotes {
  color: #6f41ff4d;
  font-size: 48px;
}

.pricing {
  text-align: center;
  margin-bottom: 60px;
}

.p--pricing {
  opacity: .8;
  max-width: 780px;
  color: var(--text-footer);
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
}

.pricing-table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 690px;
  display: flex;
}

.pricing-option {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffffb3;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 30px;
  transition: all .3s;
  display: flex;
}

.pricing-option.is-highlight {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 22px 64px #5264ff26;
}

.pricing-plan {
  color: var(--purple);
  font-family: Sora, sans-serif;
  font-size: 20px;
  line-height: 2;
}

.pricing-price {
  color: var(--purple);
  font-family: Sora, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 32px;
}

.pricing-price-value {
  line-height: 32px;
  transition: all .2s;
}

.pricing-price-period {
  color: var(--text-footer);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.pricing-plan-item-text {
  color: #3b215bd9;
  text-align: left;
  text-wrap: balance;
  flex: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 8px;
  display: flex;
}

.pricing-items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: 240px;
  display: flex;
}

.pricing-tick {
  margin-top: 8px;
}

.pricing-plan-item-subtext {
  opacity: .8;
  color: var(--text-footer);
  text-align: left;
  text-wrap: balance;
  flex: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.pricing-plan-item-subtext.is-annual {
  opacity: .6;
  text-align: center;
  height: 19px;
}

.pricing-message {
  margin-top: 6px;
}

.pricing-controls {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-settings {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff6;
  border: 1px solid #fff3;
  border-radius: 16px;
  flex: 1;
  padding: 6px;
  display: flex;
}

.pricing-settings-2 {
  background-color: #fff6;
  border: 1px solid #fff3;
  border-radius: 16px;
  flex: 1;
  display: flex;
}

.frame-1410092346 {
  grid-column-gap: 10px;
  background-color: #ecf0fa;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-164499 {
  grid-column-gap: 8px;
  background-color: #fff6;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-164496 {
  grid-column-gap: 8px;
  border-style: undefined;
  border-width: 0 0 0 6px;
  border-color: undefined;
  -webkit-backdrop-filter: blur(19.8165px);
  backdrop-filter: blur(19.8165px);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 56px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 16px #6f41ff0d;
}

.monthly {
  color: #3b215b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.frame-164497 {
  grid-column-gap: 8px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #3b215bb3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.frame-183 {
  grid-column-gap: 8px;
  border: 1px undefined undefined;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.pricing-tab-discount {
  color: #3eca60;
  border: 1px solid #4b93ff33;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 6px 6px 8px;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 81%;
  display: flex;
}

.frame-145 {
  border: 1px undefined undefined;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 18px 12px;
  text-decoration: none;
  display: flex;
}

.pricing-input-control {
  cursor: pointer;
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-input-control:hover {
  background-color: #4b93ff1a;
}

.pricing-input-control:active {
  background-color: #4b93ff0d;
}

.pricing-input-control.is-disabled {
  opacity: .4;
}

.pricing-input-control.is-disabled:hover {
  background-color: #ffffff1a;
}

._1000-messages-0 {
  color: #3b215b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._1000-messages-1 {
  color: #3b215bb3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.pricing-tab {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--text-footer);
  cursor: pointer;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-family: Sora, sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
}

.pricing-tab.is-active {
  color: var(--purple);
  background-color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 5px #6f41ff0d;
}

.pricing-input {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border: 1px solid #4b93ff33;
  border-radius: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.pricing-input-label {
  color: var(--text-footer);
  text-align: left;
  flex: none;
}

.pricing-input-value {
  text-align: right;
  flex: none;
}

.code {
  background-color: #6e40ff0d;
  border-radius: 8px;
  padding: 12px 16px;
  display: block;
}

.pricing-controler {
  -webkit-user-select: none;
  user-select: none;
}

.calculation-box {
  grid-column-gap: 80px;
  border-style: undefined;
  border-width: 0 0 0 6px;
  border-color: undefined;
  -webkit-backdrop-filter: blur(19.8165px);
  backdrop-filter: blur(19.8165px);
  background-color: #ffffff73;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 14px 64px #6f41ff26;
}

.calculation-text {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.error-ac99eb63-fc9a-4b9e-5053-62deeb5af47b {
  opacity: .8;
  color: #3b215b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-2 {
  grid-column-gap: 8px;
  background-image: linear-gradient(78.02deg, #6e40ff 38%, #2f8fff 100%);
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 56px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12px 16px #6e40ff26;
}

.book-a-demo-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.calculation-inputs {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1410092352 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1410092351 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.frame-1410092359 {
  grid-column-gap: 16px;
  border: 1px undefined undefined;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 40px;
  padding: 18px 16px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #3b215b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-1410092360 {
  border: 1px undefined undefined;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 40px;
  padding: 18px 16px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #3b215b80;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.calculate-your-return-on-investment-0 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  text-decoration: none;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
  background-image: linear-gradient(262.09deg, #6e40ff 32%, #2f8fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.salary-per-hour-per-agent-1 {
  color: #3b215bb3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.p--calculation {
  color: var(--text-footer);
}

.calculation-input {
  text-align: right;
  border: 1px solid #4b93ff4d;
  border-radius: 12px;
  flex: none;
  width: 80px;
  margin-bottom: 0;
}

.calculation-label {
  font-weight: 500;
}

.calculation-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.calculation-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.field-label-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-field-2 {
  flex: 1;
}

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #5c2aff;
  border-radius: 100rem;
  flex: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.is-pink {
  background-color: #dd30fc;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fs-rangeslider_wrapper {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_track {
  background-color: #1a1a1a;
  border-radius: 999rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle-value {
  text-align: center;
  width: 4rem;
  margin-bottom: -3rem;
  margin-left: -.75rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fs-rangeslider_input {
  display: block;
}

.fs-rangeslider_fill {
  background-color: #835dff;
  background-image: linear-gradient(270deg, #dd30fc, #5c2aff);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.calculation-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.slider-track {
  background-color: #3b215b1a;
  background-image: linear-gradient(#6e40ff0d, #6e40ff0d);
  border-radius: 10px;
  width: 100%;
  height: 4px;
  overflow: visible;
}

.slider-fill {
  background-color: red;
  background-image: linear-gradient(#6e40ff 38%, #2f8fff);
  border-radius: 20px;
  width: 100%;
  height: 4px;
}

.slider-handle {
  background-color: var(--white);
  cursor: pointer;
  border: 4px solid #6e40ff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  box-shadow: 0 4px 6px #6e40ff40;
}

.text-span {
  color: var(--text-footer);
  font-size: 12px;
  font-weight: 400;
}

.dialog-box {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-style: undefined;
  border-width: 0 0 0 6px;
  border-color: undefined;
  -webkit-backdrop-filter: blur(19.8165px);
  backdrop-filter: blur(19.8165px);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 14px 64px #6f41ff26;
}

.email-input {
  text-align: left;
  border: 1px solid #4b93ff4d;
  border-radius: 12px;
  flex: none;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.modal-wraper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #3b215b1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-wraper.cost-saving {
  display: none;
}

.div-block-12 {
  background-color: #ff0303;
  width: 50px;
  height: 50px;
}

.fs_modal-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-1_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-2_popup-2 {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-header {
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
  background-image: linear-gradient(262.09deg, #6e40ff 32%, #2f8fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.image-2 {
  position: static;
  inset: 16px 16px auto auto;
}

.modal-close {
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 8px 8px auto auto;
}

.modal-close:hover {
  opacity: 1;
}

.modal-header-wraper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.modal-header-wraper.modal-header-wrapper--cost-saving {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.submit-button, .submit-button-2 {
  display: block;
}

.modal-form-wraper {
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.modal-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hidden-input {
  display: none;
}

.success-message-2 {
  background-color: var(--white);
}

.pricing-input-text {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bubble-13 {
  z-index: -1;
  filter: blur(120px);
  background-color: #6e40ff4d;
  border-radius: 50%;
  width: 414px;
  height: 304px;
  position: absolute;
  bottom: 10px;
  right: 70%;
}

.bubble-13.bubble-left.is-pricing {
  background-color: #674aff30;
  width: 400px;
  height: 400px;
  inset: auto 0% 0% auto;
}

.book__content {
  color: #fff;
  background-image: linear-gradient(45deg, #6e40ff, #2f8fff);
  border-radius: 20px;
  padding: 72px 80px;
  display: flex;
  position: relative;
}

.book__title--new {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.p--book {
  color: #fffc;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-2 {
  color: #fff;
  font-weight: 600;
}

.book__bg {
  width: 50%;
  max-width: 587px;
  position: absolute;
  bottom: 0;
  right: 5%;
}

.book--highlight {
  font-weight: 700;
}

.h--book {
  max-width: 448px;
}

.hero__reviews {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero--chat--new {
  z-index: 2;
  border-radius: 10px;
  position: static;
  bottom: -15%;
  right: 0;
  box-shadow: 0 0 0 1px #e0e1e3, 0 2px 14px -3px #0000001a;
}

.hero--chat--new.hero--chat--cases {
  max-width: 232px;
  bottom: -56px;
  right: 24px;
}

.hero--chat-container {
  width: 45%;
  min-width: 168px;
  max-width: 240px;
  position: absolute;
  bottom: 24px;
  right: 0;
}

.hero--chat-container.hero--chat-container--integrations {
  width: 50%;
  max-width: 267px;
  bottom: auto;
}

.hero--user {
  border-radius: 32px;
  width: 14%;
  max-width: 32px;
  position: absolute;
  bottom: 54%;
  right: 0;
  transform: translate(50%);
  box-shadow: 0 12px 16px #6e40ff40;
}

.hero--bot {
  border-radius: 32px;
  width: 14%;
  max-width: 32px;
  position: absolute;
  bottom: 68%;
  left: 0;
  transform: translate(-50%);
  box-shadow: 0 12px 16px #6e40ff40;
}

.hero--shoes {
  filter: drop-shadow(0 4px 4px #0000000a);
  width: 140%;
  max-width: 376px;
  position: absolute;
  bottom: 15%;
  right: 15%;
}

.hero--shoes.hero--shoes-integrations {
  width: 171%;
  max-width: 454px;
  bottom: 14%;
  right: 10%;
}

.div-block-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature__list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.container--new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.container--new.container--narrow {
  max-width: 1343px;
}

.container--new.container--text {
  max-width: 1088px;
}

.container--new.container--logos {
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container--new.container--swiper {
  max-width: 1343px;
}

.container--new.container__results {
  text-align: center;
}

.container--new.is-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1400px;
  display: flex;
}

.container--new.is-calculation {
  padding-top: 80px;
  padding-bottom: 80px;
}

.process {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.tabs--new {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.tabs__menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 35px;
  display: flex;
}

.tab-link-tab-2 {
  opacity: .5;
}

.tab-link-tab-2:hover {
  opacity: 1;
}

.tab--line {
  background-color: currentColor;
  border-radius: 4px;
  flex: none;
  width: 4px;
  height: 84px;
  margin-right: 28px;
}

.tab {
  opacity: .5;
  color: #3b215bb3;
  background-color: #0000;
  padding: 0;
  transition: opacity .15s, color .15s;
  display: flex;
}

.tab:hover {
  opacity: .8;
}

.tab.w--current {
  opacity: 1;
  color: #6e40ff;
  background-color: #0000;
}

.tab--h {
  color: #3b215b;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.tab--desc {
  color: #020305a3;
  margin-bottom: 0;
}

.tabs__content {
  border-radius: 10px;
  width: 100%;
  margin-right: 35px;
  box-shadow: 0 22px 64px #5264ff26;
}

.p--h3-desc {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}

.integrations {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.integration__actions {
  align-self: center;
  display: none;
}

.h--22 {
  justify-content: center;
  align-items: flex-start;
  font-size: 22px;
}

.h--22.h--integrations {
  margin-top: 32px;
  margin-bottom: 8px;
}

.integration__cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.integration__card {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 128px;
  padding: 20px 20px 23px;
  display: flex;
  box-shadow: 0 14px 64px #6f41ff26;
}

.integration__name {
  color: #020305;
  margin-top: 18px;
  font-size: 14px;
}

.integration--more-icon {
  filter: drop-shadow(0 12px 16px #40ff7540);
}

.container--new-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.container--new-large.container--narrow {
  max-width: 1343px;
}

.container--new-large.container--text {
  max-width: 1088px;
}

.container--new-large.container--logos {
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container--new-large.container--swiper {
  max-width: 1343px;
}

.container--new-large.container__results {
  text-align: center;
}

.container--new-large.is-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1400px;
  display: flex;
}

.container--new-large.is-calculation {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tab-pane--new {
  aspect-ratio: 1130 / 690;
}

.hero--app-new {
  border-radius: 6px;
  max-width: 790px;
  max-height: 100%;
  position: absolute;
  left: 0;
  box-shadow: 0 18px 76px #1b1c1e0d;
}

.hero--app-new.hero--app--case {
  max-width: 768px;
}

.hero__buttons {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero--logo-container {
  aspect-ratio: 221 / 209;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 144px;
  max-width: 221px;
  padding: 24px;
  display: flex;
  position: absolute;
  bottom: 70%;
  right: 115%;
}

.integration__illustration {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.how {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.how__content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  margin-top: 64px;
  display: flex;
}

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

.how__info {
  max-width: 400px;
}

.how__illustration {
  aspect-ratio: 615 / 543;
  background-image: linear-gradient(45deg, #6e40ff0d 30%, #2f8fff08);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.how--h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.p--how {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.how__import-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 24px;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.3;
  display: inline-flex;
}

.how__import-badge--logo {
  width: 32px;
}

.how__2--chat {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  position: static;
  bottom: -15%;
  right: 0;
  box-shadow: 0 0 0 1px #e0e1e3, 0 22px 64px #5264ff26;
}

.how__2--chat.hero--chat--cases {
  max-width: 232px;
  bottom: -56px;
  right: 24px;
}

.how__2--shoes {
  filter: drop-shadow(0 4px 4px #0000000a);
  width: 136%;
  max-width: 376px;
  position: absolute;
  bottom: 15%;
  right: 3%;
}

.how__2 {
  align-self: center;
  width: 50%;
  max-width: 277px;
  position: relative;
  left: 5%;
}

.how__2--ai {
  width: 12%;
  max-width: 32px;
  position: absolute;
  bottom: 51%;
  left: 0;
  transform: translate(-50%);
}

.how__2--user {
  border-radius: 32px;
  width: 14%;
  max-width: 32px;
  position: absolute;
  bottom: 67%;
  right: 0;
  transform: translate(50%);
  box-shadow: 0 12px 16px #6e40ff40;
}

.how__1--left {
  z-index: 1;
  align-self: center;
  width: 50%;
  max-width: 277px;
  position: relative;
}

.how__1--user {
  border-radius: 32px;
  width: 14%;
  max-width: 32px;
  position: absolute;
  bottom: 51%;
  right: 0;
  transform: translate(50%);
}

.how__1--user-2 {
  border-radius: 32px;
  width: 14%;
  max-width: 32px;
  position: absolute;
  bottom: 27%;
  right: 0;
  transform: translate(50%);
}

.how__1--ai {
  width: 12%;
  max-width: 32px;
  position: absolute;
  bottom: 67%;
  left: 0;
  transform: translate(-50%);
}

.how__1--ai-2 {
  width: 12%;
  max-width: 32px;
  position: absolute;
  bottom: 37%;
  left: 0;
  transform: translate(-50%);
}

.how__1--ai-3 {
  width: 12%;
  max-width: 32px;
  position: absolute;
  bottom: 11%;
  left: 0;
  transform: translate(-50%);
}

.how__1--chat {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  position: static;
  bottom: -15%;
  right: 0;
  box-shadow: 0 0 0 1px #e0e1e3, 0 22px 64px #5264ff26;
}

.how__1--chat.hero--chat--cases {
  max-width: 232px;
  bottom: -56px;
  right: 24px;
}

.how__1--right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 7%;
  display: flex;
  position: relative;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.how__1--orders {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.3;
  display: flex;
}

.image-3 {
  max-height: 24px;
}

.how__1--line-top {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
}

.how__1--line-bottom {
  width: 100%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 100%)rotateX(180deg)rotateY(0)rotateZ(0);
}

.how__3 {
  align-self: center;
  width: 50%;
  max-width: 277px;
  position: relative;
  left: 5%;
}

.how__3--bubble {
  width: 25%;
  max-width: 64px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(40%, 40%);
}

.how__3--card {
  border-radius: 10px;
}

.integrations--logo {
  height: 100%;
}

.helpdesk__illustration-container {
  min-width: 144px;
  max-width: 226px;
  position: relative;
}

.hero--logo-1-helpdesk {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 188px;
  padding: 24px;
  display: flex;
  position: absolute;
  top: -22%;
  left: -30%;
}

.hero--logo-2-helpdesk {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 188px;
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: -22%;
  right: -30%;
}

.helpdesk__illustration {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.helpdesk--logo {
  max-height: 100%;
}

.comp-features__top-row {
  display: flex;
}

.comp-features__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  box-shadow: inset 0 -1px #0000001a;
}

.comp-features__title.centered {
  text-align: center;
  font-weight: 400;
}

.comp-features__title.comp-features__col--fixed {
  flex: none;
  width: 385px;
}

.comp-features__col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  box-shadow: inset 0 -1px #0000001a;
}

.comp-features__col.centered {
  justify-content: center;
  align-items: center;
}

.comp-features__col.comp-features__col--fixed {
  flex: none;
  width: 385px;
}

.comp-features__row {
  width: 100%;
  display: flex;
}

.comp-features__category {
  padding-top: 10px;
  padding-bottom: 10px;
}

.comp-features__list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.comp-features__list.comp-features__list--hidden {
  display: none;
  overflow: hidden;
}

.tooltip-container {
  flex: none;
  position: relative;
}

.tooltip {
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
}

.text-block-3 {
  flex: none;
}

.tooltip__text {
  text-align: center;
  white-space: normal;
  background-color: #6c5a8b;
  border-radius: 3px;
  flex: none;
  max-width: 400px;
  padding: 8px;
}

.tooltip__pointer {
  position: absolute;
  bottom: -8px;
}

.tooltip__icon {
  cursor: pointer;
}

.comp-features {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-features {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-bottom: 40px;
  display: flex;
}

.hero-features__col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  font-family: Sora, sans-serif;
  line-height: 30px;
  display: flex;
}

.b--bold {
  font-weight: 700;
}

.hero-features__text {
  background-image: url('../images/check-20.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
}

.comp-illustration {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.comp__illustration-container {
  min-width: 144px;
  max-width: 286px;
  position: relative;
}

.hero--logo-2-comp {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 188px;
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: -22%;
  right: -30%;
}

.hero--logo-1-comp {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 188px;
  padding: 24px;
  display: flex;
  position: absolute;
  top: -22%;
  left: -30%;
}

.comp--logo {
  max-height: 100%;
}

.comp__illustration--vs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comp__lines {
  width: 286px;
}

.logos__text {
  color: #3b215bb3;
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
}

.applause {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.applause__right {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 75%;
  min-width: 144px;
  margin-left: 48px;
  display: flex;
  position: relative;
}

.applause__left {
  width: 100%;
  max-width: 555px;
}

.applause__content {
  background-color: #ffffff73;
  border-radius: 20px;
  padding: 72px 80px;
  display: flex;
  position: relative;
}

.h--applause {
  margin-bottom: 40px;
  font-size: 32px;
}

.applause__logo {
  max-height: 100%;
}

.applause--emoji-3 {
  width: 32px;
  position: absolute;
  bottom: 5%;
  transform: translate(106px);
}

.applause--emoji-2 {
  width: 34px;
  position: absolute;
  top: 0;
  transform: translate(70px);
}

.applause--emoji-1 {
  width: 32px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-92px);
}

.comp-why {
  padding-top: 80px;
  padding-bottom: 80px;
}

.comp-why__content {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  font-family: Sora, sans-serif;
  display: grid;
}

.comp-why__title {
  background-image: url('../images/check-30.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 46px;
  font-size: 32px;
  line-height: 40px;
}

.h--comp {
  font-size: 36px;
  line-height: 40px;
}

.comp-steps {
  padding-top: 80px;
  padding-bottom: 80px;
}

.comp-steps__step {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 30px 80px 60px;
  display: flex;
}

.comp-steps__img-container {
  aspect-ratio: 51 / 35;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 510px;
  overflow: hidden;
  box-shadow: 0 22px 64px #5264ff26;
}

.comp-steps__info {
  width: 100%;
  max-width: 440px;
}

.caption--comp-steps {
  color: #3b215bb3;
  font-family: Sora, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.h--36 {
  font-size: 36px;
  line-height: 40px;
}

.h--36.h--comp {
  text-align: center;
  max-width: 676px;
  margin: 0 auto 40px;
}

.h--comp-steps {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 40px;
}

.p--comp-steps {
  font-size: 18px;
  line-height: 1.3;
}

.p--comp-steps.hero--p {
  margin-bottom: 40px;
}

.nav__link--more {
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.dd__section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.dd__section.dd__section--resources {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

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

.dd__col {
  width: 100%;
  display: flex;
}

.dd__col.dd__col--integrations {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.dd__col.dd__col--post {
  flex: 0 auto;
  width: 75%;
  max-width: 417px;
}

.dd__col-content {
  flex: 0 auto;
  width: 100%;
}

.dd__col-title {
  color: #c0b8cc;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 16px;
}

.dd__integration {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3b215b;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
}

.dd__integration:hover, .dd__integration.w--current {
  color: #6e40ff;
}

.dd__integration.dd__integration--more {
  margin-top: 12px;
  font-size: 14px;
}

.dd__integration.dd__integration--more:hover {
  color: #6e40ff;
}

.dd__integration.dd__integration--more.w--current {
  color: #3b215b;
}

.dd__integration.dd__integration--more.w--current:hover {
  color: #6e40ff;
}

.dd__integrations {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: -8px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 1px #c0b8cc3d;
}

.dd__item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3b215b;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 12px);
  line-height: 1.6;
  text-decoration: none;
  transition-property: text-decoration-color, color;
  transition-duration: .2s, .15s;
  transition-timing-function: ease, ease;
  display: flex;
}

.dd__item:hover, .dd__item.w--current {
  color: #6e40ff;
}

.dd__item.disabled {
  opacity: .5;
  filter: saturate(0%);
  cursor: default;
}

.dd__item.disabled:hover {
  color: #3b215b;
}

.dd__item.dd__item--res {
  width: 30%;
  min-width: 168px;
}

.dd__item-title {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.2;
}

.dd__items {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.dd__item-desc {
  color: #3b215bcc;
}

.dd__feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #677489;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 24px;
  line-height: 1.2;
  display: flex;
}

.dd__features {
  display: flex;
}

.dd__divider {
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  display: flex;
}

.dd__line {
  background-color: #0003;
  width: 1px;
}

.dd__blog {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #3b215b;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dd__blog:hover {
  color: #6e40ff;
}

.dd__blog-desc {
  color: #677489;
  font-size: 14px;
  line-height: 17px;
}

.dd__blog-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 192px;
  display: flex;
}

.dd__blog-img {
  aspect-ratio: 18 / 10;
  border-radius: 16px;
  flex: 1;
  width: 100%;
  min-width: 144px;
  max-width: 184px;
  overflow: hidden;
}

.mobile--check-if-open {
  display: none;
}

.dd__wrapper {
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 32px 48px 48px;
  box-shadow: 0 24px 32px #6e40ff29;
}

.dd__blog-img--photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collection-list-2 {
  display: flex;
}

.comp-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.h--product-comparison {
  text-align: center;
  max-width: 676px;
  margin: 0 auto 40px;
  font-size: 36px;
  line-height: 40px;
}

.how__illustration-photo {
  border-radius: 10px;
  margin: 52px;
  overflow: hidden;
  box-shadow: 0 22px 64px #5264ff26;
}

.product__illustration {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product__illustration.product__illustration--calculator {
  flex: 1;
}

.product__illustration.product__illustration--calculator.pricing-page {
  flex: 60%;
}

.illustration__ai-knwlg {
  position: relative;
}

.illustration__ai-knwlg--windows {
  width: 33%;
  max-width: 166px;
  position: absolute;
  top: -12%;
  right: 20%;
}

.illustration__ai-knwlg--7 {
  border-radius: 10px;
  width: 13%;
  max-width: 62px;
  position: absolute;
  top: 35%;
  right: 7.25%;
  transform: rotate(-9.66deg);
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration__ai-knwlg--8 {
  border-radius: 10px;
  width: 19%;
  max-width: 94px;
  position: absolute;
  top: 19.7%;
  right: -14.5%;
  transform: rotate(8.6deg);
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration__ai-knwlg--6 {
  border-radius: 10px;
  width: 13%;
  max-width: 62px;
  position: absolute;
  top: 56%;
  right: -5%;
  transform: rotate(-12.75deg);
  box-shadow: 0 14px 64px #0003;
}

.illustration__ai-knwlg--2 {
  z-index: 1;
  width: 49%;
  max-width: 247px;
  position: absolute;
  bottom: 13%;
  left: -12%;
}

.illustration__ai-knwlg--1 {
  border-radius: 10px;
}

.illustration__ai-knwlg--3 {
  border-radius: 10px;
  position: absolute;
  top: -25%;
  left: -43%;
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration__ai-knwlg--5 {
  width: 33%;
  position: absolute;
  top: -30%;
  right: 25%;
}

.illustration__ai-knwlg--4 {
  border-radius: 10px;
  position: relative;
  box-shadow: 0 14px 64px #6f41ff40;
}

.bubble-product {
  z-index: -1;
  filter: blur(130px);
  background-color: #6e40ff4d;
  border-radius: 50%;
  width: 293px;
  height: 285px;
  position: absolute;
  top: -10%;
  left: 50%;
}

.label {
  color: #fff;
  background-color: #3b215b;
  border-radius: 26px;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Sora, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
}

.illustration--analyics {
  width: 50vw;
  max-width: 702px;
  position: absolute;
  left: 0;
}

.how__info--integrations {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.how__integration {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 12px;
  display: flex;
}

.how__integrations {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: drop-shadow(0 14px 64px #6f41ff26);
  flex-flow: wrap;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.how__builder-7 {
  filter: drop-shadow(0 14px 64px #6f41ff52);
  padding-left: 64px;
  padding-right: 64px;
}

.how__builder-6--base {
  width: 79%;
  max-width: 485px;
  position: absolute;
  top: 32px;
  left: 32px;
}

.how__builder-6--chat {
  filter: drop-shadow(0 2px 14px #0000001a);
  width: 51%;
  max-width: 313px;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.how__builder-1 {
  width: 53%;
  max-width: 326px;
  position: absolute;
  bottom: 0;
  left: 8%;
}

.how__builder-1--2 {
  width: 68%;
  max-width: 223px;
  position: absolute;
  left: 100%;
}

.illustration__c-des--1 {
  border-radius: 10px;
  max-width: 510px;
  box-shadow: 0 22px 64px #5264ff26;
}

.illustration__c-des--2 {
  border-radius: 10px;
  width: 57%;
  max-width: 286px;
  position: absolute;
  top: -12%;
  left: -13%;
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration__c-des--2-base {
  border-radius: 10px;
}

.illustration__c-des--2-line {
  width: 50%;
  max-width: 141px;
  position: absolute;
  top: 50%;
  transform: translate(10%);
}

.illustration__c-des--3 {
  border-radius: 10px;
  width: 34%;
  max-width: 170px;
  position: absolute;
  top: 35%;
  right: -48px;
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration__c-des--4 {
  border-radius: 10px;
  width: 34%;
  max-width: 173px;
  position: absolute;
  bottom: 13%;
  left: -25%;
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration__c-des--5 {
  border-radius: 10px;
  width: 39%;
  max-width: 198px;
  position: absolute;
  bottom: -5%;
  left: 12%;
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration__c-des {
  position: relative;
}

.illustration--platform {
  width: 50vw;
  max-width: 702px;
  position: absolute;
  left: 0;
}

.illustration--platform-chat {
  width: 42%;
  max-width: 295px;
  position: absolute;
  top: 7%;
  left: 25%;
}

.illustration--platform-user {
  border-radius: 100%;
  width: 13%;
  max-width: 36px;
  position: absolute;
  top: 37%;
  right: -6%;
  box-shadow: 0 16px 16px #6e40ff40;
}

.illustration--platform-bot {
  border-radius: 100%;
  width: 13%;
  max-width: 36px;
  position: absolute;
  top: 23%;
  left: -6%;
  box-shadow: 0 12px 16px #6e40ff40;
}

.illustration--platform-chat-base {
  border-radius: 10px;
  box-shadow: 0 2px 14px #0000001a;
}

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

.blog__side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  min-width: 256px;
  max-width: 320px;
  margin-left: 48px;
  display: flex;
}

.blog__info {
  background-color: #ffffff73;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.blog__info-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.blog__info-icon {
  width: 24px;
  height: 24px;
}

.blog__info-content {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
}

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

.blog-post__img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.blog-post__img.placeholder {
  background-color: #6e40ff1f;
}

.blog-post__content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.blog-post--featured {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  margin-top: 48px;
  margin-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.blog-post__img--featured {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 50%;
  max-width: 636px;
  box-shadow: 0 24px 48px #6e40ff26;
}

.blog-post__info--featured {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post__info-top--featured {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.related {
  padding-bottom: 96px;
}

.related__title {
  text-align: center;
  margin-bottom: 48px;
}

.p--center {
  text-align: center;
  max-width: 768px;
  margin: 8px auto 0;
  line-height: 1.3;
}

.faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq__list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 768px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3--faq {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Golos Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.calc__box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-style: undefined;
  border-width: 0 0 0 6px;
  border-color: undefined;
  -webkit-backdrop-filter: blur(19.8165px);
  backdrop-filter: blur(19.8165px);
  background-color: #ffffff73;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 14px 64px #6f41ff26;
}

.calc {
  background-color: #6e40ff0d;
  border-radius: 16px;
  flex-flow: row;
  margin-top: 53px;
  display: flex;
}

.calc__results {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  padding: 32px 48px 48px;
  display: flex;
}

.calc__box-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.calc__result {
  background-color: #ffffff73;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.calc__result-info {
  width: 100%;
}

.calc__result-info.calc__result-info--right {
  text-align: right;
}

.calc__result-number {
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.calc__result-number.green {
  color: #00ac45;
}

.p--result-caption {
  color: #3b215bcc;
  font-size: 12px;
}

.p--result-caption.green {
  color: #00ac45;
}

.calc__results-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(45deg, #6e40ff, #2f8fff);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding: 24px 32px 32px;
  display: flex;
}

.calc__results-p {
  color: #fffc;
  margin-bottom: 32px;
}

.calc__results-caption {
  color: #ffffffb3;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 12px;
}

.calc__results-caption.calc__result--modal {
  color: var(--text-footer);
  margin-top: 0;
}

.div-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.calculator {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.calculators-tabs-container {
  background-color: #6e40ff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 8px;
  font-family: Sora, sans-serif;
  display: flex;
  overflow: hidden;
}

.calculators-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  border-radius: 8px;
}

.tab-link-tab-1.w--current {
  color: #3b215b;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
}

.calc-tab-link {
  color: #3b215bcc;
  text-align: center;
  background-color: #0000;
  min-width: 216px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.calc-tab-link.w--current {
  color: #3b215b;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 500;
}

.illustration--calculator {
  max-width: 312px;
  position: absolute;
}

.illustration--calculator.pricing-page {
  height: 100%;
}

.illustration--calc {
  z-index: 1;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 14px 64px #6f41ff40;
}

.illustration--calc.pricing-page {
  max-height: 100%;
}

.illustration--calc-result-2 {
  z-index: 0;
  border-radius: 16px;
  max-width: 149px;
  position: absolute;
  top: -40px;
  left: -64px;
  transform: rotate(-10deg);
}

.illustration--calc-result {
  z-index: 2;
  border-radius: 16px;
  max-width: 121px;
  position: absolute;
  bottom: -32px;
  right: -64px;
  transform: rotate(15deg);
  box-shadow: 0 14px 64px #6f41ff40;
}

.modal--bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hero__text-only {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.intgr-illustr {
  text-align: center;
  align-self: center;
  width: 100%;
}

.intgr-illustr__content {
  background-color: #6e40ff1f;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding: 48px 16px 16px;
  display: flex;
}

.intgr-illustr__cards {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.intgr-illustr__card {
  background-color: #fff;
  border-radius: 16px;
  flex: 1;
  min-width: 250px;
  max-width: 50%;
  padding: 32px 24px;
}

.intgr-illustr--desktop {
  width: 100%;
  max-width: 920px;
}

.intgr-illustr--mobile {
  display: none;
}

.integrations-intgr {
  padding-top: 128px;
  padding-bottom: 128px;
}

.integrations-intgr__title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 660px;
  margin-bottom: 64px;
  display: flex;
}

.title-label {
  outline-offset: 0px;
  border-radius: 32px;
  outline: 1px solid #6e40ff29;
  margin-bottom: 24px;
  padding: 4px 16px;
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 2;
}

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

.integrations__card {
  color: #6e40ff;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s, color .15s;
  display: flex;
}

.integrations__card:hover {
  color: #5833cc;
  transform: scale(1.025);
  box-shadow: 0 8px 12px -4px #6e40ff29;
}

.integrations__card-logo {
  object-fit: contain;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.integrations__card-h {
  color: #3b215b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.integrations__card-action {
  text-align: center;
  border-top: 1px solid #6e40ff29;
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
}

.integrations-intgr__h {
  font-size: 36px;
}

@media screen and (min-width: 1440px) {
  .nav__content {
    display: flex;
  }

  .nav__links {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .nav__link.purple {
    margin-left: 104px;
  }

  .nav__link.purple.mobile--hidden {
    margin-left: 48px;
    margin-right: 0;
  }

  .button.button--illustration.open-overlay {
    transition-duration: .6s, .6s, .6s, .6s;
  }

  .button.button--40pad.open-overlay {
    transition-duration: .5s, .5s, .5s, .5s;
  }

  .button.button--cta.open-overlay {
    transition-duration: .6s, .6s, .6s, .6s;
  }

  .brand.w--current {
    flex: 0 auto;
  }

  .hero__content.footshop {
    grid-column-gap: 64px;
  }

  .logos__link {
    flex: 1;
  }

  .feature__icon {
    width: 64px;
    height: 64px;
  }

  .feature__title {
    left: -32px;
  }

  .feature__h {
    margin-left: 66px;
  }

  .tabs-content {
    padding-left: 80px;
  }

  .testimonials__card {
    padding-left: 128px;
  }

  .footer__content {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
  }

  .iconbutton {
    transition-duration: .6s, .6s, .6s;
  }

  .footer-nav {
    min-width: auto;
  }

  .footer__logo {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .hero--app {
    max-height: none;
  }

  .hero--chat {
    bottom: -32px;
    right: 58px;
  }

  .hero--chat.hero--chat--cases {
    right: -32px;
  }

  .hero--customer1 {
    bottom: 42%;
  }

  .hero--customer2 {
    bottom: 25%;
  }

  .footer__blur {
    min-height: 100%;
  }

  .radio-button-label {
    font-size: 15px;
  }

  .form-section {
    grid-column-gap: 24px;
  }

  .bubble-11 {
    right: 68%;
  }

  .case-highlights__content {
    grid-column-gap: 96px;
  }

  .case-hero--logo {
    bottom: -16px;
  }

  .product-testimonials__logo {
    min-width: 40px;
  }

  ._404--text {
    margin-left: 66px;
  }

  .blog__rt {
    flex: 1;
  }

  .blog__rt h2 {
    margin-top: 64px;
    margin-bottom: 32px;
    font-size: 34px;
  }

  .blog__rt p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
  }

  .blog__rt li {
    background-position: 0 11px;
    font-size: 18px;
    line-height: 1.5;
  }

  .blog__rt h3 {
    margin-top: 60px;
    margin-bottom: 28px;
    font-size: 26px;
  }

  .blog__rt h4 {
    margin-top: 56px;
    margin-bottom: 24px;
    font-size: 22px;
  }

  .blog__rt h5 {
    margin-top: 52px;
    margin-bottom: 24px;
    font-size: 20px;
  }

  .blog__rt h6 {
    margin-top: 52px;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .blog__rt figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .filters.hidden {
    display: none;
  }

  .pricing-option {
    background-color: #ffffffb3;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bubble-13 {
    right: 68%;
  }

  .hero--chat--new {
    bottom: -32px;
    right: 58px;
  }

  .hero--chat--new.hero--chat--cases {
    right: -32px;
  }

  .hero--chat-container {
    right: -24px;
  }

  .hero--app-new {
    max-height: none;
  }

  .how__2--chat {
    bottom: -32px;
    right: 58px;
  }

  .how__2--chat.hero--chat--cases {
    right: -32px;
  }

  .how__1--chat {
    bottom: -32px;
    right: 58px;
  }

  .how__1--chat.hero--chat--cases {
    right: -32px;
  }

  .blog-post__content {
    padding: 24px;
  }
}

@media screen and (max-width: 991px) {
  .nav__links {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-height: 67vh;
    margin: 92px 0 0;
    padding: 0 20px 8px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    overflow: scroll;
    box-shadow: 0 24px 32px #6e40ff29;
  }

  .nav__link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: color .15s cubic-bezier(.215, .61, .355, 1);
  }

  .nav__link:hover {
    color: #6e40ff;
    box-shadow: 0 1px #3b215b0d;
  }

  .nav__link.w--current {
    color: #6e40ff;
    background-image: url('../images/Current.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    font-weight: 500;
    box-shadow: 0 1px #3b215b0d;
  }

  .nav__link.w--open {
    box-shadow: none;
    color: #6e40ff;
  }

  .nav__link.purple {
    margin-left: 0;
  }

  .nav__link.purple.desktop--hidden {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .nav__link.purple.mobile--hidden {
    display: none;
  }

  .nav__cta {
    z-index: 1;
    position: relative;
  }

  .button.button--outline.button--quote {
    align-self: stretch;
  }

  .button.button--outline.button--top-nav {
    margin: 24px auto 0;
  }

  .brand {
    z-index: 1;
    position: relative;
  }

  .brand.w--current {
    padding-right: 0;
  }

  .container.is-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__content {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 32px;
  }

  .hero__content.footshop {
    grid-row-gap: 80px;
  }

  .hero__content.hero__content--helpdesk {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column-reverse;
  }

  .hero__content.hero__content--ai-knwlg {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .hero__text {
    text-align: center;
    align-items: center;
    min-width: auto;
  }

  .feature {
    width: calc(50% - 48px);
    margin-left: 0;
    padding-top: 0;
  }

  .features__content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start center;
    display: flex;
  }

  .h--bubble.h--bubble-left.h--bubble-footer {
    transform-origin: 50% 100%;
  }

  .h--bubble.h--bubble-left.h--bubble-footer.hidden--tablet {
    display: none;
  }

  .h--bubble.h--bubble-left.h--bubble--prod-features {
    opacity: 1;
    transform: scale(1);
  }

  .h--bubble.h--bubble-left.h--bubble--prod-features.h--bubble--inactive {
    opacity: 1;
    transform: none;
  }

  .tabs-menu {
    background-color: #0000;
    margin-bottom: 0;
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 48px;
    padding-right: 48px;
    overflow: scroll;
  }

  .tab-link {
    border-radius: 16px;
    flex: none;
    min-width: auto;
    padding-left: 44px;
    padding-right: 44px;
  }

  .tab-link.w--current {
    background-color: #fff;
    box-shadow: 0 5px 16px #6f41ff0d;
  }

  .tabs-content, .tabs-content.tabs--case {
    padding: 48px;
  }

  .tab-pane__content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
  }

  .tab-pane__content.tab-pane__content--case.datart {
    align-items: center;
  }

  .tab-pane__left.tab-pane__left--case.tab-pane__left--big {
    width: 45%;
    max-width: 480px;
  }

  .tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--small {
    width: 55%;
    max-width: 566px;
  }

  .tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--small.datart {
    align-self: stretch;
  }

  .book__title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .book__right {
    flex: 0 auto;
    min-width: 128px;
  }

  .testimonials__card, .testimonials__card.testimonials__card--quote {
    padding-left: 48px;
    padding-right: 48px;
  }

  .tes__content {
    align-items: center;
  }

  .tes__left, .tes__right {
    width: auto;
  }

  .tes__illustration--chat {
    width: 80%;
    position: relative;
    top: auto;
    right: 0;
  }

  .tes__illustration--pay {
    width: 60%;
    bottom: 32px;
  }

  .tes__illustration--order {
    display: none;
  }

  .quote__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .quote__content.quote--testimonials {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote {
    align-items: flex-start;
  }

  .footer {
    padding-top: 72px;
  }

  .footer__content {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
  }

  .footer-nav {
    flex-flow: wrap;
    width: 100%;
  }

  .footer__logo {
    width: 100%;
  }

  .footer__links {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .cta__title {
    flex-direction: column;
  }

  .cta__title--bubble {
    align-items: center;
    width: 100%;
    height: 56px;
    margin-top: 12px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .hero--app {
    width: 100%;
    position: relative;
    left: 0;
  }

  .hero--chat {
    width: 30%;
    right: -24px;
  }

  .hero--customer1 {
    width: 30%;
    left: 16px;
  }

  .hero--customer2 {
    width: 30%;
    bottom: 40%;
    left: -16px;
  }

  .dropdown-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    position: static;
  }

  .dropdown-list.w--open {
    overflow: hidden;
  }

  .dropdown__link {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 36px;
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown__link.dropdown__link--no-icon {
    padding-left: 0;
  }

  .dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown__container {
    padding-bottom: 24px;
  }

  .menu {
    z-index: 1;
    cursor: pointer;
    border-radius: 8px;
    flex: none;
    display: block;
    position: absolute;
    right: 32px;
  }

  .logo.logo--symbol {
    display: none;
  }

  .form-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab__img.tab__img--case-datart {
    position: absolute;
    bottom: -48px;
  }

  .background-video {
    margin: -40px -20px -40px -13px;
    padding-right: 0;
  }

  .bubble-4 {
    top: 8%;
  }

  .bubble-5 {
    left: 55%;
  }

  .bubble-6 {
    width: 75%;
    max-height: 400px;
    top: 0%;
  }

  .tab--slider {
    display: none;
  }

  .nav__container {
    background-color: #fff0;
    padding-right: 96px;
  }

  .nav__container.nav__container--book-a-demo {
    padding-left: 48px;
  }

  .nav__container.nav--404 {
    padding-right: 48px;
  }

  .cookies-container {
    padding-left: 16px;
    padding-right: 16px;
    bottom: 16px;
  }

  .product-features {
    height: auto;
    min-height: auto;
  }

  .prod-features-content {
    height: auto;
    position: static;
  }

  .prod-features__right {
    width: 100%;
  }

  .p--product-features {
    padding-top: 24px;
  }

  .prod-features__entry {
    cursor: default;
    width: 100%;
    max-width: 736px;
    margin: 64px auto 96px;
    display: block;
  }

  .prod-features__desc {
    opacity: 1;
  }

  .prod-features__desc.prod-features__desc--hidden {
    opacity: 1;
    height: auto;
  }

  .prod-features__img-container.prod-features__img-container--tablet {
    margin-bottom: 32px;
  }

  .prod-features__book.hidden--desktop {
    display: flex;
  }

  .prod-features__icons {
    top: 0%;
    right: 50%;
  }

  .hidden--desktop {
    display: block;
  }

  .hidden--tablet {
    display: none;
  }

  .prod-features__img-container--tablet {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .prod-features__icons--tablet {
    top: 0%;
    right: 50%;
  }

  .product-testimonials {
    padding-bottom: 40px;
  }

  .site-ratings {
    margin-top: 24px;
    padding-bottom: 0;
  }

  .swiper-component {
    margin-top: 48px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-nav {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .swiper-nav.swiper-nav--desktop {
    display: none;
  }

  .swiper-nav.swiper-nav--tablet {
    display: flex;
  }

  .product-testimonials__links {
    justify-content: center;
    margin-right: 0;
  }

  .bubble-product--1 {
    width: 75%;
    max-height: 400px;
  }

  .bubble-product--2 {
    left: 55%;
  }

  .case-highlights__content {
    grid-template-columns: 1fr 1fr;
  }

  .case-hero__info {
    text-align: center;
  }

  .case-hero__title {
    margin-bottom: 32px;
  }

  .case-hero--logo {
    width: 30%;
  }

  .cases-container {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }

  ._404--center {
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .book-a-demo {
    padding-top: 24px;
  }

  .book-cont {
    flex-direction: column;
  }

  .book__point {
    margin-left: auto;
    margin-right: auto;
  }

  .book__p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .book-cont__left {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .book--h {
    text-align: center;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .blog-posts-container {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog__cta--v2 {
    flex-direction: row;
  }

  .blog__cta--p--v2 {
    margin-top: 16px;
    margin-left: 0;
  }

  .filters {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .search {
    width: 100%;
    margin-left: 0;
  }

  .collection-list {
    justify-content: center;
    margin-bottom: 32px;
  }

  .blog__cta--v3 {
    flex-direction: row;
  }

  .blog__cta--p--v3 {
    margin-top: 16px;
    margin-left: 0;
  }

  .search__res--h {
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .pricing {
    margin-bottom: 0;
  }

  .p--pricing {
    font-size: 14px;
  }

  .pricing-table {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    align-items: stretch;
    height: auto;
  }

  .pricing-option {
    flex: 1;
    align-self: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-option.is-highlight {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .pricing-option.is-3 {
    flex-flow: column;
  }

  .pricing-price-period {
    font-size: 16px;
  }

  .pricing-plan-item {
    font-size: 14px;
  }

  .pricing-items {
    height: auto;
  }

  .pricing-plan-item-subtext {
    font-size: 12px;
  }

  .pricing-controls {
    flex-flow: row;
    align-items: stretch;
  }

  .pricing-settings {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex: 1;
    align-items: stretch;
    padding: 4px;
    font-size: 14px;
  }

  .pricing-tab-discount {
    font-size: 10px;
  }

  .pricing-tab.is-active {
    flex: 1;
  }

  .pricing-input {
    align-items: center;
    height: 44px;
  }

  .pricing-input-label {
    text-align: left;
    flex: 1;
  }

  .pricing-input-value {
    flex: 1;
  }

  .calculation-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    padding: 40px;
  }

  .calculation-text {
    grid-row-gap: 24px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 568px;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

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

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .book__content {
    padding-left: 48px;
    padding-right: 48px;
  }

  .book__title--new {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .hero--chat--new {
    right: -24px;
  }

  .hero--chat-container {
    width: 30%;
    bottom: -24px;
    right: -16px;
  }

  .hero--chat-container.hero--chat-container--integrations {
    left: 50%;
    right: auto;
  }

  .container--new {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container--new.is-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process {
    padding-bottom: 56px;
  }

  .tabs--new {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tabs__menu {
    flex-flow: row;
    width: calc(100% + 96px);
    margin-top: 24px;
    margin-left: 0;
    padding: 24px 48px;
    overflow: scroll;
  }

  .tab {
    min-width: 67%;
  }

  .tabs__content {
    max-width: 565px;
    margin-right: 0;
  }

  .container--new-large {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container--new-large.is-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero--app-new {
    width: 100%;
    position: relative;
    left: 0;
  }

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

  .hero--logo-container {
    bottom: 60%;
  }

  .integration__illustration {
    aspect-ratio: 3 / 2;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    max-height: 480px;
  }

  .how__content {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    flex-flow: column;
    align-self: center;
    margin-top: 96px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .how__block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    flex: none;
    max-width: 588px;
    display: flex;
  }

  .how__info {
    order: 1;
  }

  .how__2--chat, .how__1--chat {
    right: -24px;
  }

  .how__1--orders {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }

  .helpdesk__illustration {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .comp-features__title.comp-features__col--fixed {
    flex: none;
    width: 200px;
  }

  .comp-features__col {
    justify-content: space-between;
  }

  .comp-features__col.comp-features__col--fixed {
    flex: none;
    width: 200px;
  }

  .comp-illustration {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .applause__right {
    flex: 0 auto;
    min-width: 128px;
  }

  .applause__content {
    padding-left: 48px;
    padding-right: 48px;
  }

  .comp-why {
    text-align: center;
  }

  .comp-why__content {
    text-align: left;
  }

  .comp-steps {
    text-align: center;
  }

  .comp-steps__step {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .dd__section {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dd__section.dd__section--resources {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dd__col.dd__col--post {
    width: 100%;
    max-width: 640px;
  }

  .dd__feature {
    width: calc(50% - 12px);
    padding-right: 0;
  }

  .dd__features {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .dd__divider {
    align-items: center;
    width: 100%;
    height: 20px;
  }

  .dd__line {
    width: 100%;
    height: 1px;
  }

  .dd__blog {
    justify-content: flex-start;
    align-items: center;
  }

  .nav__menu-icon {
    width: 24px;
    height: 24px;
  }

  .mobile--check-if-open {
    z-index: 0;
    background-color: #fff;
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
  }

  .dd__wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .product__illustration {
    aspect-ratio: 3 / 2;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    max-height: 480px;
  }

  .product__illustration.product__illustration--analytics {
    aspect-ratio: auto;
    max-height: none;
  }

  .product__illustration.product__illustration--calculator {
    aspect-ratio: auto;
    max-height: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bubble-product {
    left: 10%;
  }

  .illustration--analyics {
    width: 100%;
    position: static;
  }

  .illustration__c-des--4 {
    width: 31%;
    left: -20%;
  }

  .illustration--platform {
    width: 100%;
    position: static;
  }

  .illustration--platform-chat {
    max-width: 240px;
    top: auto;
    bottom: -5%;
    left: 56%;
  }

  .blog__side {
    margin-left: 24px;
  }

  .blog-post--featured {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 64px;
  }

  .blog-post__img--featured {
    width: 100%;
  }

  .blog-post__info--featured {
    justify-content: center;
    align-items: center;
  }

  .calc__box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 40px;
  }

  .calc {
    flex-flow: column;
  }

  .illustration--calculator {
    width: 100%;
    position: relative;
  }

  .illustration--calculator.pricing-page {
    max-width: 192px;
  }

  .illustration--calc-result-2 {
    top: -16px;
  }

  .intgr-illustr__card {
    max-width: none;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .nav__links {
    border-radius: 0 0 16px 16px;
    margin: 72px 0 -20px;
    padding: 4px 24px;
  }

  .nav__link {
    font-size: 18px;
  }

  .button.button--topnav {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .button.button--cookies {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.button--prod-features-book.open-overlay {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }

  .brand {
    height: 28px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.container--swiper {
    padding-right: 56px;
  }

  .hero__content.footshop {
    grid-row-gap: 52px;
  }

  .hero__content.hero__content--integrations {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .hero__content.hero__content--helpdesk {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero__content.hero__content--ai-knwlg {
    flex-flow: column;
    padding-top: 32px;
  }

  .hero__text {
    max-width: 448px;
  }

  .h--gradient.h--footer {
    font-size: 20px;
    line-height: 24px;
  }

  .p--18.hero--p {
    margin-bottom: 40px;
    font-size: 16px;
  }

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

  .logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logos__scroll {
    align-content: flex-start;
  }

  .logos__link {
    width: 144px;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature__title {
    left: -20px;
  }

  .feature {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .features__content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 48px;
  }

  .h--bubble {
    border-radius: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px 12px;
  }

  .h--bubble.h--bubble-left.h--bubble-footer {
    padding: 12px 16px;
  }

  .tabs-menu {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    padding: 16px 20px;
  }

  .tab__title {
    font-size: 14px;
  }

  .tabs-content {
    padding: 32px 24px;
  }

  .tabs-content.tabs--case {
    padding: 32px 24px 24px;
  }

  .tabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-pane__content {
    flex-direction: column;
  }

  .tab-pane__left {
    width: 100%;
  }

  .tab-pane__left.tab-pane__left--case {
    width: 100%;
    margin-bottom: -32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-pane__left.tab-pane__left--case.tab-pane__left--big {
    width: 100%;
  }

  .tab-pane__right {
    width: 75%;
    height: 256px;
  }

  .tab-pane__right.tab-pane__right--img.tab-pane__right--case, .tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--small {
    width: 100%;
  }

  .tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--small.datart {
    align-self: center;
    width: 55%;
  }

  .tab-pane__right.tab-pane__right--case {
    width: 100%;
  }

  .tab-pane__p {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 20px;
  }

  .book {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book__title {
    align-items: center;
  }

  .book__left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .book__right {
    width: 100%;
    height: 128px;
    margin-top: 64px;
    margin-left: 0;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials__card {
    margin-bottom: 16px;
    padding: 32px 24px;
  }

  .testimonials__card.testimonials__card--quote {
    padding: 24px;
  }

  .testimonials__card.testimonials__card--quote.testimonials__card--quote-case {
    margin-top: 8px;
  }

  .tes__content {
    flex-direction: column;
  }

  .tes__left {
    width: 100%;
    max-width: none;
  }

  .tes__rtf {
    max-width: none;
  }

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

  .tes__rtf p {
    font-size: 14px;
    line-height: 20px;
  }

  .tes__rtf li {
    background-position: 0 7px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .tes__rtf.rtf--case {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .tes__right {
    width: 100%;
  }

  .tes__illustration--chat {
    width: 70%;
  }

  .tes__illustration--pay {
    max-width: 214px;
  }

  .quote__text {
    max-width: none;
  }

  .quote__content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
  }

  .quote {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer__content {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    margin-bottom: 40px;
  }

  .iconbutton {
    padding: 12px;
  }

  .footer-nav {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-nav__col {
    flex: 0 auto;
    width: 144px;
  }

  .cta__p {
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.4;
  }

  .cta__title--bubble {
    height: 48px;
    margin-bottom: 56px;
  }

  .hero--chat {
    right: -8px;
  }

  .hero--customer1 {
    min-width: 168px;
    bottom: 70%;
    left: 8px;
  }

  .hero--customer2 {
    min-width: 168px;
    bottom: 50%;
    left: -8px;
  }

  .hero--card {
    width: 40%;
    max-width: 200px;
    top: -48px;
  }

  .dropdown__link {
    grid-column-gap: 16px;
    font-size: 14px;
  }

  .features__text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .menu {
    right: 4px;
  }

  .logo {
    width: auto;
    height: 100%;
  }

  .footer__logo-pic {
    width: auto;
    height: 32px;
  }

  .logo__pic {
    width: 75%;
    display: block;
  }

  .overlay__top {
    padding: 32px 24px;
  }

  .overlay__bottom {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;
  }

  .form-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 32px;
  }

  .form {
    padding: 32px 20px;
  }

  .field-label {
    margin-bottom: 16px;
  }

  .overlay__close {
    top: 0;
    right: 0;
  }

  .overlay__container {
    padding: 20px;
  }

  .tab__img {
    object-fit: contain;
    align-self: stretch;
  }

  .tab__img.tab__img--case-datart {
    position: relative;
    bottom: -24px;
  }

  .background-video {
    width: 135%;
    height: 115%;
    margin: 0 -49px 17px -51px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 1px;
  }

  .cont {
    padding-top: 92px;
  }

  .bubble-6 {
    right: 50%;
  }

  .bubble-8 {
    left: 50%;
  }

  .bubble-11 {
    right: 60%;
  }

  .bubble-12 {
    top: 0%;
  }

  .table {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo__col {
    width: 75%;
    bottom: auto;
  }

  .nav__container {
    padding: 20px 64px 20px 20px;
  }

  .nav__container.nav__container--book-a-demo {
    padding-left: 20px;
  }

  .nav__container.nav--404 {
    padding-right: 20px;
  }

  .cookies {
    flex-direction: column;
    padding: 20px 24px;
  }

  .cookies__buttons {
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
  }

  .cookies__info {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .logos__content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h--bold.h--gradient.h--product-a-base {
    margin-left: 20px;
  }

  .h--product-hero {
    margin-top: 64px;
    margin-bottom: 64px;
    line-height: 48px;
  }

  .h--icon-clock {
    background-size: cover;
    width: 48px;
  }

  .prod-features__right {
    padding-left: 0;
    padding-right: 0;
  }

  .p--product-features {
    padding-top: 20px;
    padding-bottom: 48px;
    font-size: 14px;
  }

  .prod-features__entry {
    margin-top: 34px;
    margin-bottom: 72px;
  }

  .prod-features__img-container.prod-features__img-container--tablet {
    border-radius: 12px;
  }

  .prod-features__img {
    inset: 8px;
  }

  .prod-features__book.hidden--desktop {
    text-align: center;
    flex-direction: column;
    padding: 24px;
  }

  .prod-features__icons {
    width: 68px;
    height: 68px;
  }

  .prod-features__img-container--tablet {
    margin-top: 8px;
  }

  .prod-features__img-container--tablet.hidden--desktop {
    border-radius: 12px;
  }

  .prod-features__img--tablet {
    inset: 8px;
  }

  .prod-features__icons--tablet {
    width: 68px;
    height: 68px;
  }

  .product-testimonials {
    padding-bottom: 16px;
  }

  .site-rating {
    flex-direction: column;
    width: 100%;
    padding-right: 24px;
  }

  .site-ratings--stars {
    margin-top: 12px;
    margin-left: 0;
  }

  .product-testimonials__title {
    justify-content: center;
  }

  .site-ratings {
    grid-column-gap: 8px;
    width: 100%;
  }

  .product-testimonials__h {
    margin-right: 0;
  }

  .swiper-slide {
    width: 100%;
    padding: 32px 24px;
  }

  .swiper-nav {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .swiper-nav.swiper-nav--tablet {
    margin-right: -36px;
  }

  .product-testimonials__links {
    flex-direction: column;
    width: 100%;
  }

  .h--icon-code {
    background-size: cover;
    width: 48px;
  }

  .h--product-a-animation {
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 48px;
  }

  .magnify {
    width: 68px;
    height: 68px;
    left: -20px;
  }

  .bubble-product--1 {
    right: 50%;
  }

  .case-highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-highlights__content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .case-highlight {
    flex-direction: column;
  }

  .case-highlight__icon {
    width: 48px;
    height: 48px;
    padding: 14px;
  }

  .case-highlight__info {
    text-align: center;
    margin-top: 16px;
    margin-left: 0;
    font-size: 14px;
  }

  .case-highlight__number {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .case-hero__info {
    min-width: auto;
  }

  .case-hero__overline.h--gradient {
    font-size: 16px;
  }

  .case-hero__bubble {
    margin-bottom: 16px;
    padding: 8px 12px;
  }

  .h--cases-hero {
    margin-bottom: 24px;
    line-height: 40px;
  }

  .hero-cases__text {
    margin-bottom: 64px;
  }

  .case {
    padding: 8px;
  }

  .case__desc {
    padding-left: 16px;
    padding-right: 16px;
  }

  .case__logo {
    left: 16px;
  }

  .case__desc-p {
    margin-bottom: 32px;
  }

  .hero--case {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero--404 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph {
    font-size: 18px;
  }

  .book__point {
    margin-top: 24px;
  }

  .book__point--content {
    margin-left: 16px;
    font-size: 14px;
  }

  .book__point--title {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .book__p {
    margin-top: 12px;
    margin-bottom: 48px;
    font-size: 16px;
  }

  .book-cont__left {
    padding-top: 0;
  }

  .book-cont__right {
    min-width: auto;
  }

  .book-form__legal {
    padding: 16px 20px;
  }

  .book__stats {
    grid-column-gap: 16px;
    margin-top: 96px;
  }

  .book__stat--logo {
    left: 16px;
  }

  .book__stat--content {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 14px;
  }

  .book__stat--number {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .nav__container--book-a-demo {
    padding: 20px;
  }

  .blog__rt {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-11 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-posts-container {
    grid-template-columns: 1fr;
  }

  .blog-post {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog__photo.blog__photo--search-results {
    margin-right: 20px;
  }

  .blog-post__title.blog-post__title--featured.line-clamp--4 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .blog__cta--v2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
  }

  .blog__cta--p--v2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .blog__hero--title {
    margin-bottom: 64px;
  }

  .hero--blog {
    padding-bottom: 64px;
  }

  .h--blog-hero {
    margin-bottom: 24px;
    line-height: 40px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .blog__cta--v3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
  }

  .blog__cta--p--v3 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .search__paragraph {
    margin-bottom: 32px;
  }

  .search__res--h {
    font-size: 18px;
    line-height: 24px;
  }

  .h--pricing-hero {
    margin-bottom: 24px;
    line-height: 40px;
  }

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

  .p--pricing {
    font-size: 14px;
  }

  .pricing-table {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .pricing-option {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 1;
    min-width: 200px;
    padding: 32px 16px;
  }

  .pricing-option.is-3 {
    flex-flow: column;
  }

  .pricing-plan-item-subtext.is-annual {
    display: none;
  }

  .pricing-controls {
    flex-flow: column;
  }

  .pricing-settings {
    flex-flow: wrap;
    flex: none;
  }

  .pricing-tab, .pricing-input {
    height: 40px;
  }

  .text-gradient.pricing-page {
    line-height: 30px;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup, .fs_modal-2_popup-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bubble-13 {
    right: 60%;
  }

  .book__content {
    flex-direction: column;
    padding: 48px 24px;
  }

  .book__title--new {
    align-items: center;
  }

  .p--book {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .book__bg {
    width: 80%;
  }

  .h--book {
    margin-left: auto;
    margin-right: auto;
  }

  .hero--chat--new {
    right: -8px;
  }

  .hero--chat-container {
    right: 24px;
  }

  .hero--chat-container.hero--chat-container--integrations {
    width: 36%;
  }

  .feature__list {
    margin-top: 16px;
  }

  .container--new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container--new.container--swiper {
    padding-right: 56px;
  }

  .container--new.container--overflow-scroll-landscape {
    overflow: scroll;
  }

  .process {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .tabs__menu {
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab--line {
    margin-right: 16px;
  }

  .tab {
    min-width: 80%;
  }

  .tab--h {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .integrations {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container--new-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container--new-large.container--swiper {
    padding-right: 56px;
  }

  .hero--logo-container {
    width: 75%;
    min-width: auto;
  }

  .how {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how__content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    margin-top: 64px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how__block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .how__illustration {
    aspect-ratio: 1;
  }

  .how--h {
    font-size: 20px;
    line-height: 1.1;
  }

  .p--how {
    margin-top: 12px;
    font-size: 16px;
  }

  .how__2--chat, .how__1--chat {
    right: -8px;
  }

  .how__1--orders {
    padding-left: 8px;
    padding-right: 8px;
  }

  .how__1--orders-text {
    display: none;
  }

  .helpdesk__illustration-container {
    width: 35vw;
  }

  .hero--logo-1-helpdesk {
    top: -10%;
    left: -50%;
  }

  .hero--logo-2-helpdesk {
    bottom: -10%;
    right: -50%;
  }

  .helpdesk__illustration {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .helpdesk__lines {
    transform: rotate(0);
  }

  .comp-features__title {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .comp-features__title.comp-features__col--fixed {
    flex: none;
    width: 144px;
  }

  .comp-features__col {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 20px;
  }

  .comp-features__col.comp-features__col--fixed {
    flex: none;
    width: 144px;
  }

  .comp-features__list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .comp-features__list.comp-features__list--product {
    min-width: 600px;
  }

  .tooltip__text {
    max-width: 75vw;
    margin-left: 25vw;
    font-size: 14px;
  }

  .comp-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comp-illustration {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .comp__illustration-container {
    width: 35vw;
  }

  .hero--logo-2-comp {
    bottom: -10%;
    right: -50%;
  }

  .hero--logo-1-comp {
    top: -10%;
    left: -50%;
  }

  .comp__illustration--vs {
    width: 24px;
  }

  .comp__lines {
    transform: rotate(0);
  }

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

  .applause {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .applause__right {
    width: 100%;
    height: 128px;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .applause__left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .applause__content {
    flex-flow: column-reverse;
    padding: 48px 24px;
  }

  .h--applause {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.3;
  }

  .comp-why {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comp-why__content {
    grid-template-columns: 1fr;
    max-width: 568px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .comp-why__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .h--comp {
    font-size: 32px;
    line-height: 1.3;
  }

  .comp-steps {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comp-steps__step {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .caption--comp-steps {
    font-size: 16px;
  }

  .h--comp-steps {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
  }

  .p--comp-steps {
    font-size: 16px;
  }

  .p--comp-steps.hero--p {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .dd__section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .dd__section.hidden--mobile {
    display: none;
  }

  .dd__col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .dd__col.dd__col--integrations {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .dd__col.dd__col--post, .dd__item, .dd__item.dd__item--res {
    width: 100%;
  }

  .dd__items {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .dd__feature {
    width: auto;
  }

  .dd__blog {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dd__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .comp-button {
    margin-top: 24px;
  }

  .h--product-comparison {
    max-width: 428px;
    font-size: 24px;
    line-height: 1.3;
  }

  .how__illustration-photo {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .product__illustration {
    width: 75%;
    padding-top: 10%;
  }

  .product__illustration.product__illustration--analytics {
    padding-top: 0;
  }

  .product__illustration.product__illustration--calculator {
    width: 100%;
    padding-top: 0;
  }

  .illustration__c-des--1 {
    width: 100%;
  }

  .illustration__c-des--2 {
    width: 48%;
    top: -10%;
    left: -5%;
  }

  .illustration__c-des--3 {
    width: 28%;
  }

  .illustration__c-des--4 {
    left: -10%;
  }

  .illustration__c-des--5 {
    width: 33%;
  }

  .illustration__c-des {
    text-align: center;
    width: 100%;
  }

  .illustration--platform-chat {
    max-width: 210px;
    inset: 10% 8% auto auto;
  }

  .blog__side {
    display: none;
  }

  .blog-post--featured {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .calc__box {
    padding: 32px 20px;
  }

  .calc__results {
    padding: 32px 20px 20px;
  }

  .calc__result {
    padding: 24px;
  }

  .calc__results-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calc-tab-link {
    min-width: auto;
  }

  .hero__text-only, .integrations-intgr {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .integrations-intgr__title {
    margin-bottom: 48px;
  }

  .title-label {
    margin-bottom: 16px;
  }

  .integrations__grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .integrations__card {
    height: 100%;
  }

  .integrations-intgr__h {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  .button.button--40pad.button--orange {
    background-image: linear-gradient(70.77deg, #ffd37c, #f48015 50%, #ffd37c);
  }

  .button.button--cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.button--cta.is-pricing {
    align-self: stretch;
    padding: 16px;
  }

  .button.button--cookies {
    width: 100%;
  }

  .container.is-pricing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container.is-calculation {
    padding-top: 60px;
  }

  .hero__content.hero__content--integrations {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
  }

  .h--bubble.h--bubble-right.h--bubble-hero {
    margin-top: 8px;
  }

  .tab-pane__right.tab-pane__right--img.tab-pane__right--case.tab-pane__right--small.datart {
    width: 75%;
  }

  .tab-pane__p {
    margin-left: 0;
  }

  .iconbutton {
    padding: 12px;
  }

  .footer-nav {
    flex-direction: column;
  }

  .footer__logo {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .footer__links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
  }

  .cta__title {
    text-align: center;
  }

  .hero__illustration {
    justify-content: flex-end;
    align-items: center;
    margin-top: -32px;
  }

  .hero--customer1 {
    width: 40%;
    min-width: 128px;
    display: none;
    bottom: 90%;
  }

  .hero--customer2 {
    width: 40%;
    min-width: 128px;
    display: none;
    bottom: 68%;
  }

  .footer__logo-pic {
    width: auto;
    height: 32px;
  }

  .radio-button-field {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-section {
    grid-template-columns: 1fr 1fr;
  }

  .form-section.form-section--textfields {
    grid-template-columns: 1fr;
  }

  .tab__img {
    margin-top: 0;
    padding-top: 0;
  }

  .background-video {
    margin-bottom: 0;
    margin-right: -51px;
  }

  .bubble-4 {
    top: 0%;
  }

  .bubble-12 {
    left: 50%;
  }

  .site-rating {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-ratings--logo {
    height: 24px;
  }

  .site-ratings--stars {
    height: 12px;
  }

  .h--product-a-animation {
    letter-spacing: -2px;
    font-size: 36px;
  }

  .magnify {
    width: 62px;
    height: 62px;
  }

  .case-highlights__content {
    grid-column-gap: 16px;
  }

  ._404--container {
    padding-left: 0;
    padding-right: 0;
  }

  ._404--text {
    font-size: 20px;
  }

  ._404--icon {
    width: 56px;
    height: 56px;
    bottom: -32px;
    left: 10%;
  }

  .blog__rt {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 32px 20px;
  }

  .blog__author-block {
    flex-direction: column;
    padding: 20px;
  }

  .blog__author--info {
    margin-top: 24px;
  }

  .blog-posts-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog__photo.blog__photo--search-results {
    width: 100%;
    max-width: none;
    height: 252px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .blog__cta--v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-result-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }

  .blog__cta--v3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search__res--h {
    text-align: center;
  }

  .pricing-settings {
    flex-flow: column;
    flex: 1;
  }

  .pricing-settings.is-period {
    flex-flow: row;
    flex: none;
  }

  .pricing-tab.is-active {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-input {
    flex: none;
    min-width: 130px;
    height: 38px;
  }

  .pricing-input-label {
    display: flex;
  }

  .calculation-box {
    padding: 40px 20px;
  }

  .calculation-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .dialog-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-wraper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero__reviews {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: grid;
  }

  .hero--chat-container {
    width: 55%;
    min-width: 128px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .hero--chat-container.hero--chat-container--integrations {
    width: 50%;
    left: auto;
    right: 5%;
  }

  .container--new.is-pricing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container--new.is-calculation {
    padding-top: 60px;
  }

  .container--new.container--overflow-scroll, .container--new.container--overflow-scroll-landscape {
    overflow: scroll;
  }

  .h--22.h--integrations {
    font-size: 20px;
  }

  .integration__cards {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .integration__card {
    width: calc(50% - 8px);
  }

  .container--new-large.is-pricing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container--new-large.is-calculation {
    padding-top: 60px;
  }

  .hero--app-new {
    opacity: .5;
    width: calc(100% + 16px);
    display: block;
    position: absolute;
    top: -32px;
    left: -8px;
    right: 0;
  }

  .hero__buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero--logo-container {
    width: 50%;
    padding: 16px;
  }

  .integration__illustration {
    justify-content: flex-end;
    align-items: center;
    margin-top: -32px;
  }

  .helpdesk__illustration {
    padding-top: 0;
    padding-bottom: 0;
  }

  .comp-features__list {
    width: 120vw;
    min-width: 400px;
  }

  .tooltip__text {
    max-width: 85vw;
    margin-left: 15vw;
  }

  .hero-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .comp-illustration {
    padding-top: 0;
    padding-bottom: 0;
  }

  .comp-why__title {
    font-size: 20px;
  }

  .dd__blog {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .how__illustration-photo {
    margin: 20px;
  }

  .product__illustration.product__illustration--analytics {
    width: 100%;
  }

  .product__illustration.product__illustration--calculator {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .how__builder-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how__builder-6--base {
    top: 8%;
    left: 8%;
  }

  .how__builder-6--chat {
    bottom: 8%;
    right: 5%;
  }

  .illustration__c-des {
    width: auto;
  }

  .calc__box {
    padding: 40px 20px 20px;
  }

  .calc__result {
    flex-flow: column;
  }

  .calc__result-info.calc__result-info--right {
    text-align: left;
    margin-top: 16px;
  }

  .illustration--calculator.pricing-page {
    width: 90%;
  }

  .illustration--calc-result-2.pricing-page {
    max-width: 96px;
    left: -32px;
  }

  .illustration--calc-result.pricing-page {
    max-width: 96px;
    bottom: -16px;
    right: -48px;
  }

  .hero__text-only {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intgr-illustr__content {
    border-radius: 24px;
    margin-top: 4px;
    padding: 32px 8px 8px;
  }

  .intgr-illustr__cards {
    margin-top: 32px;
  }

  .intgr-illustr__card {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
  }

  .intgr-illustr--desktop {
    display: none;
  }

  .intgr-illustr--mobile {
    width: 100%;
    max-width: none;
    display: inline-block;
  }

  .intgr-illustr__amio {
    height: 32px;
  }

  .integrations-intgr {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .integrations__card-h {
    font-size: 20px;
  }

  .integrations-intgr__h {
    font-size: 22px;
    line-height: 28px;
  }
}

#w-node-_3e1de24f-f7f9-f6a3-81fe-f31e66f90088-18c8b646 {
  place-self: center;
}

#w-node-_3e1de24f-f7f9-f6a3-81fe-f31e66f9008f-18c8b646 {
  order: 9999;
  place-self: center;
}

#w-node-_3e1de24f-f7f9-f6a3-81fe-f31e66f90098-18c8b646 {
  place-self: center;
}

#w-node-_3e1de24f-f7f9-f6a3-81fe-f31e66f9009f-18c8b646 {
  order: 9999;
  place-self: center;
}

#w-node-_3e1de24f-f7f9-f6a3-81fe-f31e66f900a6-18c8b646, #w-node-c11deb32-5f58-d896-0d96-36a01b114f6a-f1d40064 {
  place-self: center;
}

#w-node-c11deb32-5f58-d896-0d96-36a01b114f73-f1d40064 {
  order: 9999;
  place-self: center;
}

#w-node-c11deb32-5f58-d896-0d96-36a01b114f7e-f1d40064 {
  place-self: center;
}

#w-node-c11deb32-5f58-d896-0d96-36a01b114f87-f1d40064 {
  order: 9999;
  place-self: center;
}

#w-node-_03fdaa1f-7284-0113-a7bb-67e9f3b2d38f-f1d40064 {
  place-self: center;
}

#w-node-f67f1593-d9f6-0e4e-ae5a-6f1df46c54a0-f1d40064 {
  order: 9999;
  place-self: center;
}

#w-node-d96f82a4-bd5e-0de8-0bf6-244cb03ebb2b-f1d40064, #w-node-_73659a57-f82f-d3d8-4e94-21901cb0de4a-f710a492 {
  place-self: center;
}

#w-node-_73659a57-f82f-d3d8-4e94-21901cb0de56-f710a492 {
  order: 9999;
  place-self: center;
}

#w-node-_73659a57-f82f-d3d8-4e94-21901cb0de5f-f710a492 {
  place-self: center;
}

#w-node-_73659a57-f82f-d3d8-4e94-21901cb0de68-f710a492 {
  order: 9999;
  place-self: center;
}

#w-node-aad3ca77-fac0-39d3-cd9f-fb599d7074f5-e0b20c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14fcb068-bd99-efb4-0d0a-ba265c4f1a74-dde163cb {
  place-self: center;
}

#w-node-_35ed5ab0-0051-11a1-20fd-e36730cc5766-dde163cb {
  order: 9999;
  place-self: center;
}

#w-node-_8dbde095-a860-4bda-efc2-6f8a584c39e0-dde163cb, #w-node-_8ad0f5f2-d4d2-5c28-5022-7a90da3975ed-282dea30 {
  place-self: center;
}

#w-node-_8ad0f5f2-d4d2-5c28-5022-7a90da397604-282dea30 {
  order: 9999;
  place-self: center;
}

#w-node-_8ad0f5f2-d4d2-5c28-5022-7a90da397612-282dea30, #w-node-_2724b242-cc84-c011-abfa-324b7f22f57e-ed787c25 {
  place-self: center;
}

#w-node-_2724b242-cc84-c011-abfa-324b7f22f585-ed787c25 {
  order: 9999;
  place-self: center;
}

#w-node-_2724b242-cc84-c011-abfa-324b7f22f58c-ed787c25 {
  place-self: center;
}

#w-node-_9901215a-b28e-9153-f468-3df448caab90-ed787c25 {
  order: 9999;
  place-self: center;
}

#w-node-_37c5d436-1d4d-b077-037b-53d5a06554ad-ed787c25 {
  place-self: center;
}


