:root {
  --main-font-family: "Host Grotesk Variable", Arial, sans-serif;
  --text-icon--default--main: #191a1f;
  --secondary-font-family: "Montagu Slab Variable", Georgia, sans-serif;
  --text-icon--default--strong: #3e3e4e;
  --fill--default--main-inverse: #0e0e11;
  --text-icon--default--weak: #b5b6c4;
  --text-icon--default--main-inverse: #f7f7f8;
  --text-icon--default--strong-inverse: #d7d8e0;
  --text-icon--default--medium: #595a70;
  --black: black;
  --white: white;
  --text-icon--accent--weak: white;
  --stroke--default--main: #d7d8e0;
  --fill--default--main: #f8fbfe;
  --stroke--accent--medium: #c188f7;
  --stroke--default--weak: #ededf1;
  --fill--accent--strong: #953be2;
  --fill--default--weak: #f7f7f8;
  --text-icon--semantic--error--main: #f04849;
}

body {
  font-family: var(--main-font-family);
  color: var(--text-icon--default--main);
  background-color: #f8fbfe;
  flex-flow: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
}

strong {
  font-weight: bold;
}

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

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

.navbar {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #f8fbfecc;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0);
}

.container {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.container--md {
  max-width: 69.375rem;
}

.container.container--hero {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: wrap;
  display: flex;
}

.container.container--metrics {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.container.container--footer {
  grid-column-gap: 40px;
  grid-row-gap: 26px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.container.container--navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.container.container--plans-dialog {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container.container--sm {
  max-width: 55.875rem;
}

.body-1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.body-1.body-1--medium {
  font-weight: 500;
}

.body-1.body-1--semibold {
  font-weight: 600;
}

.body-2 {
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.body-2.body-2--medium {
  font-weight: 500;
}

.body-2.body-2--semibold {
  font-weight: 600;
}

.body-2.body-2--alternative {
  font-family: var(--secondary-font-family);
}

.footnote {
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.footnote.footnote--medium {
  font-weight: 500;
}

.footnote.footnote--semibold {
  font-weight: 600;
}

.caption {
  letter-spacing: 0;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1;
}

.caption.caption--medium {
  font-weight: 500;
}

.overline {
  letter-spacing: .08125rem;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 600;
  line-height: .75rem;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-color: #8a50ff;
  background-image: linear-gradient(90deg, #8a50ff80, #56f0ca80 25%, #86d7ff80 57%, #d470f980 80%, #8a50ff80);
  -webkit-background-clip: text;
  background-clip: text;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  letter-spacing: .025px;
  background-color: #0d0f13;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  padding: .75rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4375rem;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.button:hover {
  background-color: #323a48;
}

.button:active {
  background-color: #374255;
}

.button.button--sm {
  min-height: 2.75rem;
  padding: .75rem;
}

.button.button--xs {
  min-height: 2.25rem;
  padding: .5rem;
  font-size: .9375rem;
}

.button.button--stroke {
  box-shadow: inset 0 0 0 1px var(--\<unknown\|variable-ba258f48-8964-17b6-408e-72c4e09bf555\>);
  color: #15181e;
  background-color: #0000;
}

.button.button--ghost {
  color: #15181e;
  background-color: #0000;
}

.button.button--inverse {
  color: #15181e;
  background-color: #fff;
}

.button.button--inverse:hover {
  background-color: #eceef2;
}

.button.button--inverse:active {
  background-color: #d4dae3;
}

.button.button--inverse:focus-visible, .button.button--inverse[data-wf-focus-visible] {
  outline-color: #fff;
}

.button.button--stroke-inverse {
  box-shadow: inset 0 0 0 1px var(--\<unknown\|variable-7a900681-d2f0-9523-ef89-e669105db837\>);
  background-color: #0000;
}

.button.button--stroke-inverse:focus-visible, .button.button--stroke-inverse[data-wf-focus-visible] {
  outline-color: #fff;
}

.button.button--gradient {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6870027275fa2942fcd0d85b_gradient-button.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.button__text {
  padding-left: .25rem;
  padding-right: .25rem;
}

.button__text.button__text--mobile {
  display: none;
}

.brand {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.brand__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.brand__logo {
  width: 5.5625rem;
  height: auto;
}

.main {
  flex: 1;
}

.footer {
  background-color: var(--fill--default--main-inverse);
  color: var(--text-icon--default--weak);
  padding-top: 26px;
  padding-bottom: 26px;
}

.footer__content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.footer__link {
  color: var(--text-icon--default--main-inverse);
  text-decoration: none;
}

.footer__link:hover {
  color: var(--text-icon--default--strong-inverse);
}

.footer__address {
  font-style: normal;
}

.footer__links {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: baseline;
  display: flex;
}

.footer__list {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: baseline;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.title-2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.title-2.title-2--alternative {
  font-family: var(--secondary-font-family);
}

.button__logo {
  object-fit: contain;
  width: 1.75rem;
  height: 1.75rem;
}

.button__logo:where(.w-variant-9f397ce9-aa47-ed62-d655-2ceb227661e6) {
  display: none;
}

.pricing__header {
  text-align: center;
  max-width: 52.5rem;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.pricing__header:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e) {
  margin-bottom: 56px;
}

.pricing__subtitle {
  color: var(--text-icon--default--strong);
  margin-top: 1rem;
}

.plan-card {
  border: 1px solid var(--stroke--default--main);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 343px;
  min-height: 0;
  max-height: 100%;
  display: flex;
  position: relative;
}

.plan-card:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  border-color: var(--stroke--accent--medium);
  box-shadow: 2.63px 6px 26.2px -3.79px #963bff2e;
}

.pricing__list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.pricing__list:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e) {
  min-height: 0;
  max-height: 100%;
}

.plan-card__header {
  border-bottom: 1px solid var(--stroke--default--weak);
  text-align: center;
  width: 100%;
  padding: 20px;
}

.title-3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 32px;
}

.plan-card__title.title-3.text-gradient {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
}

.plan-card__title.title-3.text-gradient:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  -webkit-text-fill-color: transparent;
  background-color: #8a50ff;
  background-image: linear-gradient(90deg, #8a50ff80, #56f0ca80 25%, #86d7ff80 57%, #d470f980 80%, #8a50ff80);
  -webkit-background-clip: text;
  background-clip: text;
}

.plan-card__content {
  flex-flow: column;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  padding: 26px 20px 24px;
  display: flex;
  overflow: auto;
}

.plan-card__icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .125rem;
  display: flex;
}

.plan-card__icon-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.plan-card__item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  display: flex;
}

.plan-card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.plan-card__list-text {
  color: var(--text-icon--default--medium);
}

.headline {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4375rem;
}

.plan-card__price {
  color: var(--text-icon--default--strong);
}

.plan-card__frequency {
  color: var(--text-icon--default--medium);
}

.plan-card__subtitle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: baseline;
  margin-top: .25rem;
  display: flex;
}

.plan-card__additions {
  margin-bottom: .75rem;
}

.plan-card__badge {
  background-color: var(--fill--accent--strong);
  color: var(--text-icon--default--main-inverse);
  background-image: linear-gradient(90deg, #8a50ff99, #d470f999 40%, #8a50ff99);
  border-radius: 8px;
  padding: .0625rem .5rem .125rem;
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1rem;
  display: none;
  position: absolute;
  top: 0%;
  transform: translate(0, -50%);
}

.plan-card__badge:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  display: inline-flex;
}

.plans-dialog {
  z-index: 9999;
  background-color: var(--white);
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.show-plans.button:where(.w-variant-9f397ce9-aa47-ed62-d655-2ceb227661e6) {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6870027275fa2942fcd0d85b_gradient-button.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.plan-card__button {
  width: 100%;
}

.plan-card__button.button.button--gradient {
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6870027275fa2942fcd0d85b_gradient-button.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.plan-card__button.button.button--gradient:where(.w-variant-5cbd38cf-513a-d736-fc29-766ae97229da) {
  background-color: var(--fill--accent--strong);
}

.plans:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e), .plans-dialog__plans {
  flex-flow: column;
  min-height: 0;
  max-height: 100%;
  display: flex;
}

.plans-dialog__form {
  display: none;
}

.plans-digalog__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plans-dialog__close-button {
  margin-left: auto;
}

.button-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-icon--default--strong);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-link:hover {
  color: var(--text-icon--default--medium);
}

.button-link__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.back-plans {
  display: none;
}

.plans-form {
  max-width: 25.625rem;
  margin-bottom: 0;
}

.plans-dialog__content {
  flex-flow: column;
  height: 100vh;
  padding-top: 24px;
  display: flex;
}

.plans-form__header {
  text-align: center;
  margin-bottom: 72px;
}

.plans-form__subtitle {
  color: var(--text-icon--default--strong);
  margin-top: .75rem;
}

.plans-form__button {
  width: 100%;
  margin-top: 2rem;
}

.input {
  border: 1px solid var(--stroke--default--main);
  background-color: var(--fill--default--weak);
  color: var(--text-icon--default--main);
  border-radius: 8px;
  min-height: 52px;
  margin-bottom: 0;
  padding: 12px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.input:focus {
  border-color: var(--stroke--accent--medium);
}

.input::placeholder {
  color: var(--text-icon--default--medium);
}

.plans-dialog__fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.plan-card__footer {
  border-top: 1px solid var(--stroke--default--weak);
  width: 100%;
  margin-top: auto;
  padding: 12px 20px 20px;
}

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

.checkbox__input {
  border: 2px solid var(--text-icon--default--weak);
  border-radius: .25rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox__input.w--redirected-checked {
  border-color: var(--fill--default--main-inverse);
  background-color: var(--fill--default--main-inverse);
  color: var(--text-icon--default--main-inverse);
  background-image: url("https://cdn.prod.website-files.com/68593429bc8ec38ce824fcdd/6871363bc1efa75c0aca5e2a_checkbox.svg");
  background-position: 50%;
  background-size: 14px;
}

.checkbox__input.w--redirected-focus {
  outline-color: var(--stroke--accent--medium);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  box-shadow: 0 0 #0000;
}

.checkbox__label {
  color: var(--text-icon--default--medium);
  margin-bottom: 0;
  margin-left: .75rem;
}

.checkbox__link {
  color: var(--text-icon--default--main);
  min-width: 0;
}

.checkbox__link:hover {
  color: var(--text-icon--default--strong);
}

.legal {
  padding-top: 160px;
  padding-bottom: 160px;
}

.legal__header {
  margin-bottom: 3rem;
}

.richtext {
  color: var(--text-icon--default--strong);
  font-size: 1rem;
  line-height: 1.5rem;
}

.richtext a {
  color: var(--text-icon--default--strong);
  text-decoration: none;
}

.richtext a:hover {
  color: var(--text-icon--default--medium);
}

.richtext strong {
  font-weight: 700;
}

.richtext h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4375rem;
}

.richtext p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.richtext h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9375rem;
}

.richtext h1 {
  display: none;
}

.plans-form__success {
  background-color: #0000;
}

.plans-form__error {
  color: var(--text-icon--semantic--error--main);
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
}

.plan-form__list {
  margin-top: 2rem;
  padding-left: 0;
}

.form-details {
  border-top: 1px solid var(--stroke--default--main);
}

.form-details__summary {
  color: var(--text-icon--default--main);
  padding: 12px 0 8px;
}

.form-details__content {
  padding: 4px 0 8px;
}

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

.form-details__icon {
  flex: none;
}

.form-details__img {
  width: 1rem;
  height: auto;
}

.form-details__richtext {
  color: var(--text-icon--default--medium);
  font-size: .6875rem;
  line-height: 1rem;
}

.form-details__richtext strong {
  font-weight: 700;
}

.form-details__richtext h1, .form-details__richtext h2, .form-details__richtext h3, .form-details__richtext h4, .form-details__richtext h5, .form-details__richtext h6, .form-details__richtext blockquote {
  display: none;
}

.form-details__richtext a {
  color: var(--text-icon--default--strong);
  text-decoration: underline;
}

.form-details__richtext a:hover {
  color: var(--text-icon--default--medium);
}

@media screen and (max-width: 991px) {
  .title-1 {
    letter-spacing: .038rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero__content {
    padding-top: 0;
  }

  .slides-card__scroll-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .slides-card__scroll-list:where(.w-variant-226e8da8-b9df-feae-05f1-ebfe1a788019) {
    display: none;
  }

  .slide-card {
    min-width: auto;
    max-width: 320px;
  }

  .gallery-card__images {
    flex: 0 auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-card__content {
    width: 100%;
    max-width: 100%;
  }

  .plan-card {
    max-height: none;
  }

  .plan-card__content {
    overflow: visible;
  }

  .metrics__header {
    text-align: center;
  }

  .feature__image-chat.feature__image-chat--1 {
    right: -8px;
  }

  .feature__image-chat.feature__image-chat--4, .feature__image-chat.feature__image-chat--1 {
    right: -8px;
  }

  .feature__image-chat.feature__image-chat--2 {
    left: 12px;
  }

  .feature__image-chat.feature__image-chat--4 {
    right: -8px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container.container--footer {
    grid-row-gap: 56px;
    flex-flow: column;
    align-items: center;
  }

  .container.container--hero {
    flex-flow: column;
  }

  .title-1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .body-2 {
    font-size: .875rem;
  }

  .caption {
    font-size: .6875rem;
  }

  .button {
    font-size: 1rem;
  }

  .button.button--xs {
    font-size: .875rem;
  }

  .button__text.button__text--desktop:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    display: none;
  }

  .button__text.button__text--mobile:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    display: block;
  }

  .brand__icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .brand__logo {
    width: 4.5625rem;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .footer__links, .footer__list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero {
    padding-top: 144px;
  }

  .hero__content {
    max-width: 100%;
    padding-top: 0;
  }

  .hero__subtitle {
    flex-flow: wrap;
    display: flex;
  }

  .title-4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section--video {
    background-size: contain;
  }

  .section.section--pricing {
    padding-bottom: 80px;
  }

  .title-2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .hero__images {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__subtitle-strong {
    margin-left: 0;
  }

  .button__logo:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    width: 1.375rem;
    height: 1.375rem;
  }

  .slides-card__header {
    padding: 80px 16px 40px;
  }

  .slide-card {
    max-width: 493px;
  }

  .slide-card__info {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .slide-card__image {
    width: 48px;
    height: 48px;
  }

  .slide-card__content, .slides-card__marquee, .gallery-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery-card__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-card__item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .pricing__header {
    margin-bottom: 48px;
  }

  .pricing__header:where(.w-variant-a750de28-ef55-dac5-9cad-6108d1ecd87e) {
    margin-bottom: 24px;
  }

  .hero__subtitle__first-line {
    width: 100%;
  }

  .faq-details__summary, .faq-details__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .plans-dialog {
    padding: 16px 0 32px;
  }

  .show-plans.button:where(.w-variant-a7c55280-bb09-0299-a695-bab2e798b08a) {
    min-height: 2.375rem;
    padding: .5rem .875rem .5rem .75rem;
    font-size: .875rem;
    line-height: 1.0625rem;
  }

  .features__content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    position: relative;
    top: -50vh;
  }

  .feature__content {
    max-width: none;
    min-height: 55vh;
    max-height: 55vh;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature__icon {
    border-radius: 8px;
    flex: none;
    width: 40px;
    height: 40px;
    margin-bottom: 1.5rem;
  }

  .feature__image-img {
    aspect-ratio: 1;
    width: calc(45vh - 32px);
    max-width: calc(100vw - 32px);
    height: auto;
  }

  .feature-scene.feature-scene--2 {
    opacity: 0;
    opacity: 0;
    display: flex;
    right: 0;
  }

  .feature__image-chat.feature__image-chat--1 {
    top: 50%;
  }

  .feature__image-chat.feature__image-chat--2 {
    top: 60%;
  }

  .feature__image-chat.feature__image-chat--3 {
    top: 0%;
  }

  .feature__image-chat.feature__image-chat--4 {
    top: 53%;
  }

  .features__scroll {
    flex-flow: column-reverse;
    align-items: center;
  }

  .features__images {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 55vh;
    padding-bottom: 0;
  }

  .features__content-scroll.features__content-scroll--2, .features__content-scroll.features__content-scroll--3 {
    min-height: 105vh;
  }

  .features__content-scroll.features__content-scroll--1 {
    min-height: 350vh;
  }

  .features__content-scroll.features__content-scroll--2, .features__content-scroll.features__content-scroll--3 {
    min-height: 105vh;
  }

  .features__content-scroll.features__content-scroll--4 {
    min-height: 140vh;
  }

  .features__scenes {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .features__scenes-bg {
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: 45vh;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .features__footer {
    margin-top: 40px;
  }

  .legal {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-details__summary, .form-details__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .footer__links, .footer__list {
    flex-flow: column;
  }

  .subtitle-motion {
    width: 17rem;
    min-height: 1.9375rem;
  }

  .subtitle-motion__text {
    left: 0;
  }

  .hero-subtitle__plus {
    margin-right: 8px;
  }

  .feature__image-chat.feature__image-chat--3 {
    left: auto;
    right: 12px;
  }
}
