:root {
  --white: white;
  --black: black;
  --tristesse: #090521;
  --narwhale-grey: #06080f;
  --blue-violet: #6836f5;
  --deep-sky-blue: #10aefb;
  --light-steel-blue: #a5abfa;
  --cornflower-blue: #7e99f9;
}

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

body {
  /* background-color: var(--white); */
  color: var(--black);
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  color: var(--tristesse);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  color: var(--narwhale-grey);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

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-bottom: 0;
}

a {
  text-decoration: none;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.small-button {
  background-color: var(--blue-violet);
  text-align: center;
  letter-spacing: -.03em;
  border-radius: 10px;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 -1px 1px rgba(255, 255, 255, .25);
}

.small-button:hover {
  background-color: var(--black);
}

.navbar-list-item-show-in-mbl {
  padding-left: 36px;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--white);
}

.navbar-list-item {
  padding-left: 30px;
  font-size: 14px;
  line-height: 100%;
}

.navbar-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.navbar-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-link {
  padding-left: 0;
}

.navbar-content-wrapper {
  height: 58px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 5px 3.94px rgba(0, 0, 0, .05), 0 1px .66px rgba(255, 255, 255, .25), 0 0 .66px rgba(255, 255, 255, .25), 1px -1px 1.31px rgba(255, 255, 255, .55);
}

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

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-buttons-wrp {
  display: flex; /* Ensures the use of Flexbox */
  justify-content: center; /* Centers items horizontally */
  align-items: center; /* Centers items vertically */
  gap: 20px; /* Adds space between the buttons */
  height: 200px; /* Ensure the container has enough height */
  padding: 0; /* Reset the padding */
}

.hero-text-wrp {
  max-width: 430px;
  padding-top: 20px;
}

.hero-container {
  text-align: center;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--tristesse);
  color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-padding {
  z-index: 1;
  padding: 120px 4%;
}

.section-padding.hero {
  padding-top: 180px;
  padding-bottom: 170px;
}

.section-padding.map {
  padding-top: 0;
  padding-bottom: 0;
}

.section-padding.cta {
  padding-top: 80px;
}

.section-padding.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-padding.licensing {
  padding-top: 0;
  padding-bottom: 0;
}

.section-padding.navbar-padding {
  padding-top: 20px;
  padding-bottom: 0;
}

.section-padding.video-padding, .section-padding.pracing-padding {
  padding-bottom: 0;
}

.tag-text-block {
  -webkit-backdrop-filter: blur(65.6px);
  backdrop-filter: blur(65.6px);
  color: var(--white);
  letter-spacing: -.02em;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 150%;
  box-shadow: 0 5px 3.94px rgba(0, 0, 0, .05), 0 1px .66px rgba(255, 255, 255, .25), 0 0 .66px rgba(255, 255, 255, .25), 1px -1px 1.31px rgba(255, 255, 255, .55);
}

.hero-ttitle-wrp {
  max-width: 820px;
  padding-top: 22px;
}

.main-button {
  background-color: var(--blue-violet);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 10px;
  padding: 13px 30px;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
}

.main-button:hover {
  background-color: var(--black);
}

.main-button.second {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(10, 6, 33, .5);
  box-shadow: 0 -1px 1px rgba(255, 255, 255, .25);
}

.main-button.second:hover {
  background-color: var(--black);
}

.main-button.help {
  color: var(--white);
}

.hero-bg-image {
  max-width: none;
  position: absolute;
  top: 0;
}

.video-container {
  grid-row-gap: 55px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video-text-wrp {
  width: 100%;
  max-width: 950px;
}

.card-container {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.heading-wrp {
  margin-bottom: 12px;
}

.heading-texts-wrp {
  grid-row-gap: 9px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.small-text {
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.small-text.bolt {
  font-weight: 600;
}

.small-text.letter-spacing-small {
  letter-spacing: -.3px;
}

.testimonial-names-wrp {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.testimonial-avatar-wrp {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-item {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 8px 6.52px rgba(76, 62, 141, .03), 0 39px 25.48px rgba(76, 62, 141, .04), 0 100px 80px rgba(76, 62, 141, .07);
}

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

.ai-card-item {
  color: var(--tristesse);
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 30px 40px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.price-text-wrp {
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.price-feature-icon {
  margin-right: 16px;
}

.price-feature-wrp {
  align-items: flex-start;
  display: flex;
}

.price-features-list {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-horizontal-line {
  width: 32px;
  height: 4px;
  background-color: var(--narwhale-grey);
  position: absolute;
}

.faq-vertical-line {
  width: 4px;
  height: 32px;
  background-color: var(--narwhale-grey);
  position: absolute;
}

.faq-plus {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-spacer {
  min-height: 16px;
}

.answer-wrp {
  width: 100%;
  overflow: hidden;
}

.question-wrp {
  align-items: center;
  display: flex;
}

.faq-question-wrp {
  width: 100%;
  max-width: 740px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.faq-item {
  width: 100%;
  grid-column-gap: 22px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 25px 40px;
  display: flex;
  box-shadow: 0 8px 6.52px rgba(76, 62, 141, .03), 0 39px 25.48px rgba(76, 62, 141, .04), 0 100px 80px rgba(76, 62, 141, .07);
}

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

.faq-block-wrp {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.error-message {
  background-color: var(--white);
  color: #ff5a65;
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}

.success-text-wrp {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cta-section {
  background-color: var(--tristesse);
  background-image: linear-gradient(45deg, var(--tristesse) 29%, transparent), url('../images/Hero-Img.png');
  color: var(--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1314px;
  background-attachment: scroll, scroll;
  position: relative;
  overflow: hidden;
}

.footer-wrp {
  justify-content: space-between;
  display: flex;
}

.footer-section {
  background-color: var(--tristesse);
  color: var(--white);
  border-top: 1px solid rgba(104, 54, 245, .5);
}

.video {
  border-radius: 2px;
  overflow: hidden;
}

.gradient-text {
  background-image: linear-gradient(170deg, var(--blue-violet), var(--deep-sky-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.cards-text-wrp {
  width: 100%;
  max-width: 610px;
}

.card-start-container {
  width: 48px;
  height: 48px;
  -webkit-backdrop-filter: blur(65.6px);
  backdrop-filter: blur(65.6px);
  background-color: rgba(255, 255, 255, .1);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  display: flex;
  box-shadow: 0 5px 3.94px rgba(0, 0, 0, .05), 0 1px .66px rgba(255, 255, 255, .25), 0 0 .66px rgba(255, 255, 255, .25), 1px -1px 1.31px rgba(255, 255, 255, .55);
}

.card-heading-wrp {
  padding-top: 45px;
  padding-bottom: 15px;
}

.card-buttons-wrp {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.cards-block-wrp {
  padding-top: 37px;
}

.map-main-container {
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 6.52px rgba(76, 62, 141, .03), 0 39px 25.48px rgba(76, 62, 141, .04), 0 100px 80px rgba(76, 62, 141, .07);
}

.map-wrp {
  margin-bottom: 80px;
}

.white-tag-text-block {
  border: 1px solid var(--light-steel-blue);
  letter-spacing: -.02em;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 150%;
}

.map-heading-padding {
  padding-top: 10px;
}

.map-text-wrp {
  width: 100%;
  max-width: 600px;
}

.map-buttons-wrp {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  display: flex;
}

.testimonials-heading-wrp {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-info-wrp {
  grid-column-gap: 15px;
  padding-top: 30px;
  display: flex;
}

.ai-section {
  background-color: var(--tristesse);
  color: var(--white);
}

.ai-cards-block {
  width: 100%;
  max-width: 550px;
  grid-column-gap: 48px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.ai-heading-texts-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.ai-text-wrp {
  width: 100%;
  max-width: 600px;
}

.ai-block-wrp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.ai-header-block {
  width: 100%;
  max-width: 460px;
  position: relative;
}

.ai-buttons-wrp {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.ai-heading-3-wrp {
  margin-bottom: 25px;
}

.prising-heading-wrp {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.pricing-heading-padding {
  padding-top: 20px;
}

.pricing-text-wrp {
  width: 100%;
  max-width: 515px;
}

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

.pricing-tag-text-block {
  border: 1px solid var(--light-steel-blue);
  color: var(--blue-violet);
  letter-spacing: -.02em;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 140%;
}

.medium-text {
  color: var(--tristesse);
  font-size: 38px;
  font-weight: 500;
  line-height: 110%;
}

.big-text {
  color: var(--tristesse);
  letter-spacing: -.05em;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

.pricing-tag-wrp {
  align-self: flex-start;
}

.pricing-line {
  width: 100%;
  height: 1px;
  background-color: var(--blue-violet);
  margin-top: 34px;
  margin-bottom: 38px;
}

.pricing-button-wrp {
  flex-direction: column;
  margin-top: auto;
  padding-top: 45px;
  display: flex;
}

.pricing-card {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
  display: flex;
  box-shadow: 0 8px 6.52px rgba(76, 62, 141, .03), 0 39px 25.48px rgba(76, 62, 141, .04), 0 100px 80px rgba(76, 62, 141, .07);
}

.pricing-card.most-popular {
  border: 1px solid var(--blue-violet);
  position: relative;
}

.most-popular-block {
  width: 95px;
  height: 23px;
  background-color: var(--blue-violet);
  color: var(--white);
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  position: absolute;
  top: -23px;
}

.faq-text-wrp {
  width: 100%;
  max-width: 760px;
}

.faq-more-help-wrp {
  width: 100%;
  max-width: 440px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.faq-button-wrp {
  padding-top: 20px;
}

.faq-more-question-text-wrp {
  padding-top: 15px;
}

.cta-heading-wrp {
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding-top: 20px;
}

.cta-form {
  margin-bottom: 0;
}

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

.form-input {
  width: 100%;
  height: 48px;
  color: var(--narwhale-grey);
  border-radius: 10px;
  align-self: center;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 18px;
  line-height: 150%;
}

.form-input::-ms-input-placeholder {
  color: rgba(6, 8, 15, .5);
}

.form-input::placeholder {
  color: rgba(6, 8, 15, .5);
}

.form-button {
  height: 48px;
  background-color: var(--blue-violet);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 10px;
  padding: 3px 30px;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
}

.form-button:hover {
  background-color: var(--black);
}

.cta-form-wrp {
  width: 100%;
  max-width: 507px;
  padding-top: 30px;
}

.cta-text-wrp {
  text-align: center;
  padding-top: 10px;
}

.footer-link {
  color: var(--cornflower-blue);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.white-footer-link {
  color: var(--white);
  letter-spacing: -.3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.white-footer-link:hover {
  text-decoration: underline;
}

.ai-header-wrp {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.map-content-wrp {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.utility-page-content {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.help-box {
  z-index: 100;
  max-width: 200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.text-block {
  margin-bottom: 5px;
  line-height: 130%;
}

.contact-wf-link {
  width: 100%;
  color: #06080f;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.success-message {
  height: 48px;
  color: #14a31c;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 3px 8px rgba(33, 31, 84, .2);
}

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

.info-page-wrapper {
  height: 100%;
  min-height: 100vh;
  background-color: #160b2d;
  color: var(--white);
  padding-top: 140px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--black);
}

.line.white {
  background-color: var(--white);
}

.licensing-inner-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.license-wrp {
  align-items: center;
  display: flex;
}

.licensing-wrp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.licensing-item-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: white;
  color: black;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
}

.licensing-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.footer-links-wrp {
  grid-column-gap: 20px;
  display: flex;
}

.terms-section {
  min-height: 100vh;
  background-color: var(--tristesse);
  color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.terms-container {
  grid-row-gap: 40px;
  text-align: center;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.terms-title-wrp {
  max-width: 820px;
  padding-top: 22px;
}

.terms-rich {
  width: 100%;
  text-align: left;
}

.terms-rich h4, .terms-rich h2, .terms-rich h3, .terms-rich h1, .terms-rich h5, .terms-rich h6 {
  margin-bottom: 10px;
}

.terms-wrp {
  background-color: var(--white);
  color: var(--black);
  border-radius: 2px;
  padding: 80px 60px;
}

.license-link {
  color: #382c6f;
  text-decoration: underline;
}

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

.assets-text {
  max-width: 660px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.04em;
    font-size: 80px;
    line-height: 110%;
  }

  h2 {
    font-size: 64px;
  }

  .navbar-list-item-show-in-mbl {
    padding-left: 0;
  }

  .nav-link {
    font-size: 18px;
    line-height: 100%;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .navbar-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .navbar-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-menu-wrapper {
    -webkit-backdrop-filter: blur(50%);
    backdrop-filter: blur(50%);
    background-color: rgba(52, 38, 84, .98);
    border-radius: 16px;
    margin-top: 5px;
    margin-left: 4%;
    margin-right: 4%;
    padding: 24px;
    box-shadow: 0 5px 3.94px rgba(0, 0, 0, .05), 0 1px .66px rgba(255, 255, 255, .25), 0 0 .66px rgba(255, 255, 255, .25), 1px -1px 1.31px rgba(255, 255, 255, .55);
  }

  .video-container {
    grid-row-gap: 40px;
  }

  .cards-block {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .testimonials-block {
    max-width: 700px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .footer-wrp {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .card-heading-wrp {
    padding-top: 30px;
  }

  .ai-cards-block {
    max-width: none;
    grid-template-columns: 1fr 1fr;
  }

  .ai-block-wrp {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .ai-header-block {
    max-width: none;
  }

  .pricing-block {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .pricing-card {
    width: 100%;
    max-width: 510px;
    position: relative;
  }

  .ai-header-wrp {
    position: static;
  }

  .map-content-wrp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licensing-item {
    grid-template-columns: 1fr;
  }

  .menu-bueger {
    justify-content: center;
    padding-left: 16px;
    padding-right: 18px;
  }

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

  .burger-line-1 {
    width: 20px;
    height: 2px;
    background-color: var(--white);
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    width: 20px;
    height: 2px;
    background-color: var(--white);
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    width: 20px;
    height: 2px;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .terms-rich {
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }

  h1 {
    font-size: 35px;
    line-height: 110%;
  }

  h2 {
    letter-spacing: -.04em;
    font-size: 35px;
    line-height: 110%;
  }

  h3 {
    letter-spacing: -.03em;
    font-size: 26px;
    line-height: 100%;
  }

  ul {
    padding-left: 20px;
  }

  .navbar-list-item-show-in-mbl {
    display: block;
  }

  .nav-link {
    font-size: 20px;
  }

  .navbar-menu-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container {
    max-width: 370px;
  }

  .section-padding {
    padding: 80px 20px;
  }

  .section-padding.hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-padding.navbar-padding {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-bg-image {
    height: 100%;
    object-fit: contain;
  }

  .video-container {
    grid-row-gap: 40px;
  }

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

  .testimonial-avatar-wrp {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .testimonial-item {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-block {
    grid-template-columns: 1fr;
  }

  .ai-card-item {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-horizontal-line {
    width: 24px;
  }

  .faq-vertical-line {
    height: 24px;
  }

  .faq-plus {
    width: 26px;
    height: 26px;
    min-height: 26px;
    min-width: 26px;
  }

  .faq-item {
    grid-column-gap: 16px;
    padding: 20px;
  }

  .faq-block-wrp {
    padding-top: 30px;
  }

  .cta-section {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .footer-wrp {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .card-heading-wrp, .cards-block-wrp {
    padding-top: 20px;
  }

  .map-main-container {
    padding-bottom: 40px;
  }

  .map-wrp, .testimonials-heading-wrp {
    margin-bottom: 40px;
  }

  .ai-cards-block {
    grid-template-columns: 1fr;
  }

  .ai-heading-3-wrp {
    margin-bottom: 8px;
  }

  .prising-heading-wrp {
    margin-bottom: 40px;
  }

  .pricing-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .medium-text {
    font-size: 26px;
  }

  .big-text {
    font-size: 35px;
  }

  .pricing-card {
    padding: 44px 32px;
  }

  .form-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .form-input {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }

  .success-message {
    height: 106px;
  }

  .info-page-wrapper {
    padding-top: 90px;
  }

  .licensing-inner-grid {
    grid-template-columns: 202px 1fr;
  }

  .licensing-wrp {
    grid-row-gap: 30px;
  }

  .footer-links-wrp {
    margin-bottom: 20px;
  }

  .menu-bueger {
    padding-right: 0;
  }

  .terms-container {
    grid-row-gap: 20px;
  }

  .terms-rich h4 {
    font-size: 26px;
  }

  .terms-wrp {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .small-button {
    color: white;
    border: none;
    border-radius: 8px; /* Border radius for rounded corners */
    padding: 6px 12px; /* Adjust padding to reduce height */
    font-size: 16px; /* Font size adjustment */
    cursor: pointer;
    display: flex;
    align-items: center; /* Vertically center the text */
    justify-content: center; /* Horizontally center the text */
    height: auto; /* Make height flexible */
  }

  .navbar-list-item-show-in-mbl {
    width: 100%;
    text-align: left;
  }

  .nav-link {
    text-align: center;
    font-size: 36px;
    line-height: 130%;
  }

  .navbar-list-item {
    width: 100%;
  }

  .hero-container {
    border-radius: 16px;
  }

  .cards-block {
    grid-template-columns: 1fr;
  }

  .avatar-image {
    width: 100%;
  }

  .testimonial-avatar-wrp {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    min-width: 56px;
  }

  .testimonial-item {
    padding: 20px;
  }

  .testimonials-block {
    grid-template-columns: 1fr;
  }

  .ai-card-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-feature-icon {
    width: 24px;
    margin-right: 8px;
  }

  .success-text-wrp {
    flex-direction: column;
  }

  .card-buttons-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .map-buttons-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .ai-cards-block {
    grid-template-columns: 1fr;
  }

  .ai-buttons-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .ai-heading-3-wrp {
    margin-bottom: 15px;
  }

  .pricing-block {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 20px;
  }

  .help-box {
    max-width: none;
    text-align: center;
  }

  .licensing-inner-grid {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-links-wrp {
    grid-row-gap: 10px;
  }

  .terms-container {
    border-radius: 16px;
  }

  .terms-rich {
    overflow: hidden;
  }
}

#w-node-d7266b0f-c5a5-50ae-bc3b-46170a2d004d-75d93b52, #w-node-d7266b0f-c5a5-50ae-bc3b-46170a2d004f-75d93b52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


