@font-face {
  font-family: Gelion;
  src: url('../fonts/Gelion-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gelion;
  src: url('../fonts/Gelion-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gelion;
  src: url('../fonts/Gelion-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gelion;
  src: url('../fonts/Gelion-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gelion;
  src: url('../fonts/Gelion-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gelion;
  src: url('../fonts/Gelion-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gelion;
  src: url('../fonts/Gelion-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Material design iconic font;
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black\<deleted\|variable-88ba64c0\>: #030303;
  --accent-purplishblue: #4337c8;
  --text-color-para: #0e0f2dcc;
  --newaccent-purple: #7c3aed;
  --accent-blue: #6ed7ff;
  --accent-purple: #837ef1;
  --text-grey: #4a4a4a;
  --violet-nano2\<deleted\|variable-fbaec2c3-ee53-b7fc-5369-22e115a32db1\>: #5f2ded;
  --text-color: #374151;
  --white: white;
  --accent-darkblue: #0e0f2d;
  --accent-orange: #f79d09;
  --accent-lightblue: #b2d7f9;
  --newaccent-pink: #c026d3;
}

body {
  color: #333;
  font-family: Gelion, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: var(--black\<deleted\|variable-88ba64c0\>);
  margin-bottom: 10px;
  font-size: 1vw;
  line-height: 1.5em;
}

.page-style1 {
  background-color: #f0f2f5;
  flex-direction: column;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.h1-display-1 {
  background-image: linear-gradient(180deg, black, var(--accent-purplishblue));
  color: #ccc0;
  text-align: center;
  text-shadow: 0 -2px 3px #0003;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2em;
}

.container-style1 {
  flex-direction: column;
  width: 1200px;
  display: flex;
}

.container-style1.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.hero-style1 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.p-style1 {
  color: var(--text-color-para);
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5;
}

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

.p-style1.fieldlabel {
  margin-bottom: 5px;
  font-size: .95vw;
  line-height: 1.4;
}

.section-style1 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-style1.homehero {
  z-index: 2;
  position: relative;
}

.section-style1.footer {
  background-color: #1e1e2f;
}

.section-style1.cta {
  z-index: 10;
  background-image: linear-gradient(#f0f2f5, #ddd);
}

.section-style1.nav {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  inset: 0% 0% auto;
}

.section-style1.gradient-white {
  background-image: linear-gradient(#fff0, #fff 5% 50%, #fff 95%, #fff0);
}

.section-style1.hide {
  display: none;
}

.hero-style1_center {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.btn-style1 {
  border: 1px none var(--newaccent-purple);
  background-image: linear-gradient(90deg, var(--accent-blue), var(--accent-purple));
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 7px #0003;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .2s;
  display: flex;
  box-shadow: 2px 2px 2.1px #0000001a, inset -5px -3px 3.5px #ffffff40, inset 4px 4px 4.5px #00000026, -5px -5px 10px #fff, 5px 5px 10px #d1d9e6;
}

.btn-style1:hover {
  background-image: linear-gradient(90deg, var(--accent-purple), var(--accent-blue));
}

.btn-style1.outline {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--accent-purple);
  background-color: #fff;
  background-image: none;
  border-color: #ddd6fe;
  text-decoration: none;
}

.btn-style1.outline:hover {
  background-color: #eee;
}

.btn-style1.large {
  height: auto;
  padding: 20px 60px;
  font-size: 1.2vw;
  box-shadow: 2px 2px 2.1px #0000001a, inset 12px 16px 14px #fff3, inset -5px -3px 3.5px #ffffff40, inset 4px 4px 4px #0000004d, -5px -5px 10px #fff, 5px 5px 10px #d1d9e6;
}

.nav-style1_container {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-style1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-grey);
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-style1:hover {
  transform: translate(0, -5px);
}

.nav-link-style1.w--current {
  color: var(--newaccent-purple);
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

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

.app-logo {
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.navstyle1_section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  display: flex;
}

.feature-contents_style1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-contents_style1.mtb-5vw--client {
  margin-bottom: 5vw;
}

.footer-style1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 4vw;
  padding-bottom: 0;
  display: flex;
}

.footer-style1.padding-bot {
  white-space: nowrap;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.h4-display1 {
  color: var(--text-color);
  text-align: left;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.5em;
}

.h4-display1.mb-0 {
  color: var(--text-color);
  margin-bottom: 0;
}

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

.cardscontainer {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-100 {
  width: 100%;
}

.image-100.opacity-60 {
  opacity: .6;
}

.company_images_container {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.company_images {
  opacity: .3;
  width: 70%;
}

.home-hero-cotainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-subtext {
  color: var(--text-color-para);
  text-align: center;
  margin-top: 0;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.5em;
}

.client-text {
  margin-bottom: 20px;
}

.features {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  background-image: linear-gradient(#fff0, #fffc 5%, #fff 50%, #fffc 95%, #fff0);
  justify-content: space-between;
  height: 60vh;
  margin-bottom: 9rem;
  display: flex;
  position: sticky;
  top: 7rem;
  overflow: visible;
}

.features.card2 {
  margin-bottom: 6rem;
  top: 10rem;
}

.features.card3 {
  margin-bottom: 3rem;
  top: 12rem;
}

.features-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.h2-display1 {
  color: #374151;
  text-align: center;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1em;
}

.h2-display1.text-dark {
  color: #374151;
  text-align: left;
}

.h2-display1.text-dark.text-center {
  text-align: center;
}

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

.footer-style1_section.align-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_logolink {
  margin-bottom: 20px;
}

.footer-column {
  flex: 1;
  width: 24%;
}

.footer-column._w-45 {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.footer-links-contain {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-subtext-div {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-btn-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

.hero-btn-container.footer {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.tab-wrap {
  padding-top: 10vw;
  padding-bottom: 3vw;
}

.tab-wrap.pt-5vw {
  padding-top: 5vw;
  display: none;
}

.tab-svg {
  width: 20px;
  height: 20px;
}

.platform-contain {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.pricing-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.pricing-card {
  background-color: #f2f4f9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 2.1px #0000001a, 0 0 10.7px #ffffff40, -5px -5px 10px #fff, 5px 5px 10px #d1d9e6;
}

.pricing-card.pro {
  position: relative;
  top: -20px;
}

.pricing-card-top {
  grid-row-gap: 18px;
  border: 0 solid #e5e7eb;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.cta-section {
  justify-content: center;
  align-items: center;
  padding-top: 9vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

._2col-card-contain {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

._2col-card-contain._w-90 {
  width: 100%;
}

._3col-card {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: #f2f4f9;
  border: 0 solid #e5e7eb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2.1px #0000001a, inset 0 0 11px #ffffff40, -5px -5px 10px #fff, 5px 5px 10px #d1d9e6;
}

._3col-card-textcontent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._3col-card-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._3col-card-center.wide {
  width: 100%;
}

.hd-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hd-div.mt-5vw, .hd-div.mt-10vw {
  margin-top: 10vw;
}

.h5-display1 {
  color: var(--text-color);
  text-align: left;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.5;
}

.form-control {
  margin-bottom: 10px;
}

.textfield-01 {
  color: #000c;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 45px;
  font-size: .95vw;
  line-height: 1.2em;
}

.textarea-01 {
  color: #000c;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  min-height: 100px;
  font-size: .95vw;
  line-height: 1.2em;
}

.hero-hovercard-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff80;
  border: 1px #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 10px 40px;
  display: flex;
  position: absolute;
  inset: 24% auto auto -13%;
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #c8d1df;
}

.hero-hovercard-left.right {
  inset: 31% -13% auto auto;
}

.image-100-border {
  border-radius: 12px;
  width: 100%;
}

.cta-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.cta-row.vertical {
  box-shadow: none;
  flex-flow: column;
}

.cta-row-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.hero-wave-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 75vw;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.hero-hovercard-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding: 10px 20px;
  display: flex;
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #a1b0c7;
}

.hero-hovercard-item-col {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-hovercard-item-textdiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1f293799;
  background-color: #ffffff80;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding: 5px 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  position: absolute;
  top: 110%;
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, 14px 16px 60px #a1b0c7;
}

.hero-hovercard-item-lang-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.draggable-button {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 40px;
  padding: 12px 40px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #a1b0c7;
}

.draggable-button:hover {
  transform: scale(1.05);
  box-shadow: inset 9px 13px 6px #ffffff1a, inset -8px -2px 40px #bcc5d3, -20px -20px 20px #f0f0f0, 14px 16px 60px #a1b0c7;
}

.hero-wave-embed {
  z-index: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 25px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.platform-tablink-icon {
  background-color: #eeeff1;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: inset 0 -4px 6.8px #00000026, 0 0 10px #0000001a;
}

.platform-tablink-icon.p-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.hero-hovercard-language-selections {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: grayscale();
  color: #1f293799;
  background-color: #ffffff80;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 60%;
  left: 110%;
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, 14px 16px 60px #a1b0c7;
}

.hero-hovercard-language-selections.spanish {
  top: 110%;
  bottom: auto;
  left: auto;
}

.hero-hovercard-language-selections.english {
  top: auto;
  bottom: 110%;
  left: auto;
}

.hero-hovercard-language-selections.french {
  top: 60%;
  bottom: auto;
  left: 110%;
}

.hero-hovercard-language-selections.active {
  filter: none;
}

.hero-language-textchange {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-language-textchange.spanish, .hero-language-textchange.japanese, .hero-language-textchange.french {
  display: none;
}

.hero-btn-center-div {
  z-index: 2;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.triggers-div {
  display: none;
}

.cta-hovercard-chat-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff80;
  border: 1px #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  inset: 45% auto auto 2%;
  transform: rotate(-10deg);
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #c8d1df;
}

.cta-hovercard-mic-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff80;
  border: 1px #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  top: 23%;
  bottom: auto;
  right: 5%;
  transform: rotate(10deg);
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #c8d1df;
}

.draggable-button-spanish {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 40px;
  padding: 12px 40px;
  transition: all .2s;
  display: none;
  position: relative;
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #a1b0c7;
}

.draggable-button-spanish:hover {
  transform: scale(1.05);
  box-shadow: inset 9px 13px 6px #ffffff1a, inset -8px -2px 40px #bcc5d3, -20px -20px 20px #f0f0f0, 14px 16px 60px #a1b0c7;
}

.p-style1-2 {
  color: #0e0f2dcc;
  font-size: 1.1vw;
  line-height: 1.5;
}

.p-style1-2.small.text-white-copy {
  color: #fff;
}

.div-block-9 {
  width: auto;
}

.features-container-2 {
  width: 90%;
  margin: 10rem auto;
}

.section-cards {
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.card-style1 {
  color: #3c4458;
  background-image: linear-gradient(#e6e9f0, #e6e9f0);
  border: 1px #4f46e5;
  border-radius: 30px;
  padding: 24px 21px;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: -4px -7px 10px #fff, inset 0 4px 5px 2px #ffffff08, 5px 4px 17px -1px #d1d9e6;
}

.card-style1.light {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3-section {
  color: #3c4458;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.2em;
}

.h3-section.left {
  text-align: left;
}

.h3-section.left.mt-10 {
  margin-top: 10px;
}

.section-row3 {
  z-index: 0;
  background-color: #fff;
  border: 1px #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.card-style1-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.features-right-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}

.section-row2 {
  z-index: 0;
  background-color: #fff;
  border: 1px #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.image-features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 40vh;
  display: flex;
}

.tabs {
  z-index: 2;
}

.row-features-text {
  flex-flow: column;
  width: 45%;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.features-container-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h3-display-style1-2 {
  color: #374151;
  text-align: left;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1.2em;
}

.row-features {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 41px;
  padding-right: 20px;
  display: flex;
}

.feature-image-contain {
  background-color: #e8e8ff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: inset 0 4px 50px #0000001a;
}

.tablink {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #4a4a4a;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1vw;
  display: flex;
}

.tablink:hover {
  color: #7467ff;
  font-weight: 600;
}

.tablink.w--current {
  color: #4337c8;
  background-color: #e4dfff00;
  font-weight: 700;
}

.section-row1 {
  z-index: 0;
  background-color: #fff;
  border: 1px #000;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-words {
  height: 350px;
}

.footer-hd-text-2 {
  color: #fff;
  text-align: left;
  font-size: 1.2vw;
  font-weight: 800;
  line-height: 1.2em;
  text-decoration: none;
}

.word {
  white-space: nowrap;
  width: 50px;
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
  bottom: 10px;
  transform: rotate(-90deg);
}

.span-bold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7c3aed, #f54a4f);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  font-size: 2vw;
  font-weight: 500;
}

.footer-style1-bot-2 {
  border-top: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 0;
  display: none;
}

.bottom-words-stacked {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.footer-content {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.div-block-24 {
  width: 85%;
  margin: 5rem auto 2rem;
  font-size: 2.4rem;
  line-height: 1.5em;
}

.margin {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-style1-2 {
  color: #fff;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-link-style1-2:hover {
  color: #7c3aed;
}

._3col-card-textcontent-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-25 {
  z-index: 0;
  border-top: 4px dashed #7b61ff80;
  flex: 1;
  align-self: center;
  width: 100%;
  height: 2px;
  position: absolute;
}

.list-features-div {
  margin-top: 2rem;
  margin-bottom: 5vw;
}

.list-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #e4e4e4;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-features-right {
  flex: 0 auto;
  width: 50%;
}

.list-features-left {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-cap {
  color: #4337c8cc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5em;
}

.text-cap.small {
  margin-bottom: 0;
  font-size: .95vw;
}

.text-cap.left-align {
  text-align: left;
  margin-bottom: 0;
}

.hero-form-checklist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-top: 50px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.hero-form-checkitem {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-form-check-icon {
  object-fit: cover;
  flex: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.hero-section-style1_media-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-hero-image-maincotainer {
  width: 100%;
}

.home-hero-main-image {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff0;
  background-image: linear-gradient(#6ed7ff1a, #fff0);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 2.1px #0000001a, inset -5px -5px 3.5px #ffffff1a, inset 4px 4px 10px #0000001a, -5px -5px 10px #ffffff40, 5px 5px 10px #d1d9e633;
}

.icae-hero-liveinsight {
  background-color: #fff6;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.bubble-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-width: 200px;
  max-width: 80%;
  margin-bottom: 10px;
  display: flex;
}

.bubble-container.ai {
  align-self: flex-end;
  margin-bottom: 10px;
}

.text-p {
  color: #333333e6;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5em;
}

.text-p.small {
  color: #33333380;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .85vw;
  line-height: 1.2em;
}

.text-p.small.right-align {
  text-align: right;
}

.main-bubble {
  flex-flow: column;
  align-self: flex-end;
  display: flex;
  position: relative;
}

.main-bubble.inbound {
  align-self: flex-start;
}

.main-bubble.inbound.mb-10 {
  margin-bottom: 10px;
}

.user-avatar {
  background-color: var(--accent-purple);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.user-avatar.ai {
  background-color: #837ef1;
  background-image: linear-gradient(180deg, var(--accent-purple), var(--accent-blue));
}

.bubble-div {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bubble-card {
  background-color: #eee;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 2px 2px 2.1px #0000001a, inset 0 0 10px #ffffff40, -5px -5px 10px #fff, 5px 5px 10px #d1d9e6;
}

.bubble-card.user1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  display: flex;
}

.ai-response-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.insight-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff3, #ffffff80);
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 5px 10px #0000000d;
}

.insight-pill-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.section-row4, .section-row5, .section-row6 {
  z-index: 0;
  background-color: #fff;
  border: 1px #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
}

.icon-code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-hd-2 {
  color: #374151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.p-style1-5 {
  color: #0e0f2dcc;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5;
}

.p-style1-5.text-center {
  text-align: center;
}

.p-style1-5.mb-0 {
  margin-bottom: 0;
}

.count-div-2 {
  color: #4337c8;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.text-block {
  color: #4337c8;
}

.h3-display-5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1.2em;
}

.h3-display-5.text-dark {
  color: #374151;
  text-align: center;
  font-weight: 700;
}

.h3-display-5.text-dark.left {
  text-align: left;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
}

.pricing-type-2 {
  color: #374151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.div-block-26 {
  padding: 20px;
}

.hero-btn-container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.hero-btn-container-2.footer {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.h1-display-1-2 {
  background-image: linear-gradient(180deg, black, var(--accent-purplishblue));
  color: #ccc0;
  text-align: center;
  text-shadow: 0 -2px 3px #0003;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.05em;
}

.p-style1-6 {
  color: #0e0f2dcc;
  font-size: 1.1vw;
  line-height: 1.5;
}

.p-style1-6.small.text-white-copy {
  color: #fff;
}

.div-block-27 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.feature-image-wrap {
  background-color: #fffc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: -5px -5px 10px #ffffff40, 5px 5px 10px #0000000d;
}

.feature-image {
  border-radius: 10px;
  width: 80%;
}

.popup-requestpilot {
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: #fff;
  border-radius: 20px;
  width: 40%;
  padding: 25px;
  position: relative;
  box-shadow: 2px 2px 2.1px #0000001a, inset -5px -3px 3.5px #ffffff1a, inset 4px 4px 10px #0000001a, -5px -5px 10px #ffffff40, 5px 5px 10px #d1d9e633;
}

.form-btn-container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.popup-hd-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.rightsidepanel-close {
  position: absolute;
  inset: 10px 10px auto auto;
}

.small-icon {
  opacity: .8;
  color: #33333380;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.small-icon:hover {
  opacity: 1;
}

@media screen and (min-width: 1440px) {
  .container-style1 {
    width: 80%;
  }

  .p-style1 {
    font-size: 1vw;
  }

  .p-style1.fieldlabel {
    font-size: .85vw;
  }

  .hero-style1_center {
    width: 85%;
  }

  .btn-style1, .btn-style1.outline {
    font-size: .85vw;
  }

  .btn-style1.outline.large, .btn-style1.large {
    font-size: 1.1vw;
  }

  .hero-subtext {
    font-size: 1vw;
  }

  ._2col-card-contain._w-90 {
    width: 90%;
  }

  ._3col-card-center {
    width: 100%;
  }

  .textfield-01, .textarea-01 {
    font-size: .85vw;
  }

  .hero-wave-row {
    width: 60vw;
  }

  .hero-hovercard-item-textdiv {
    width: 16vw;
    font-size: .95vw;
  }

  .hero-hovercard-language-selections {
    font-size: .95vw;
  }

  .p-style1-2 {
    font-size: 1vw;
  }

  .h3-section {
    font-size: 2.6vw;
  }

  .text-cap {
    font-size: 1vw;
  }

  .text-cap.small {
    font-size: .85vw;
  }

  .hero-section-style1_media-container {
    width: 50%;
  }

  .text-p {
    font-size: .85vw;
    line-height: 1.4em;
  }

  .text-p.small {
    font-size: .65vw;
  }

  .ai-response-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .card-hd-2 {
    font-size: 1.2vw;
  }

  .p-style1-5 {
    font-size: 1vw;
  }

  .count-div-2 {
    font-size: 1.1vw;
  }

  .p-style1-6 {
    font-size: 1vw;
  }

  .popup-card {
    width: 30%;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: .85vw;
  }

  .h1-display-1 {
    font-size: 5vw;
  }

  .container-style1, .container-style1._w-90percent {
    width: 80%;
  }

  .hero-style1 {
    padding-top: 4vw;
    padding-bottom: 0;
  }

  .p-style1 {
    font-size: 1vw;
  }

  .p-style1.small {
    font-size: .85vw;
  }

  .section-style1.homehero {
    background-image: none;
  }

  .section-style1.clients {
    margin-top: 0;
  }

  .section-style1.cta {
    background-size: 105%, auto;
  }

  .section-style1.gradient-white {
    margin-top: 0;
  }

  .btn-style1 {
    height: 2.604vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    font-size: .85vw;
  }

  .nav-link-style1 {
    font-size: .85vw;
  }

  .h4-display1 {
    font-size: 1.2vw;
  }

  .navherosection {
    padding-bottom: 0;
  }

  .hero-subtext {
    font-size: 1vw;
  }

  .h2-display1 {
    font-size: 3.2vw;
  }

  .hero-subtext-div {
    width: 50%;
  }

  .hero-btn-container {
    grid-column-gap: .521vw;
    grid-row-gap: .521vw;
    margin-top: 1.563vw;
    margin-bottom: 1.563vw;
  }

  .hero-btn-container.footer {
    justify-content: center;
    align-items: center;
  }

  .h5-display1 {
    font-size: 1.2vw;
  }

  .hero-wave-row {
    width: 60vw;
  }

  .hero-hovercard-item-textdiv {
    width: 16vw;
    font-size: .95vw;
  }

  .hero-hovercard-language-selections {
    font-size: .95vw;
  }

  .p-style1-2 {
    font-size: 1vw;
  }

  .p-style1-2.small {
    font-size: .85vw;
  }

  .section-row3, .section-row2 {
    width: 100%;
  }

  .image-features {
    height: 50vh;
  }

  .h3-display-style1-2 {
    font-size: 2vw;
  }

  .footer-hd-text-2 {
    margin-bottom: 20px;
  }

  .div-block-24 {
    width: 995%;
  }

  .footer-link-style1-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .85vw;
  }

  .text-cap {
    font-size: 1vw;
  }

  .section-row4, .section-row5, .section-row6 {
    width: 100%;
  }

  .p-style1-5 {
    font-size: 1vw;
  }

  .count-div-2 {
    font-size: 1.4vw;
  }

  .h3-display-5 {
    font-size: 2vw;
  }

  .h3-display-5.text-dark {
    font-size: 1.5vw;
  }

  .pricing-type-2 {
    font-size: 1.2vw;
  }

  .hero-btn-container-2 {
    grid-column-gap: .521vw;
    grid-row-gap: .521vw;
    margin-top: 1.563vw;
    margin-bottom: 1.563vw;
  }

  .hero-btn-container-2.footer {
    justify-content: center;
    align-items: center;
  }

  .p-style1-6 {
    font-size: 1vw;
  }

  .p-style1-6.small {
    font-size: .85vw;
  }
}

@media screen and (max-width: 991px) {
  .h1-display-1 {
    font-size: 3.5rem;
  }

  .container-style1 {
    width: 95%;
  }

  .p-style1, .p-style1.fieldlabel {
    font-size: .85rem;
  }

  .section-style1.homehero {
    margin-top: 80px;
  }

  .hero-style1_center {
    width: 95%;
  }

  .btn-style1 {
    font-size: .85rem;
  }

  .btn-style1.navhide {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .btn-style1.large {
    font-size: .95rem;
  }

  .nav-link-style1 {
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: .85rem;
  }

  .nav-link-style1:hover {
    background-color: #fcf7ff;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    width: 220px;
    inset: 46px 0 auto auto;
    box-shadow: 1px 1px 5px #0000001a;
  }

  .menu-button {
    background-color: #0000;
    margin-left: 10px;
    padding: 10px;
  }

  .menu-button.w--open {
    color: var(--violet-nano2\<deleted\|variable-fbaec2c3-ee53-b7fc-5369-22e115a32db1\>);
    background-color: #fff;
  }

  .footer-style1 {
    padding-top: 6vw;
    padding-bottom: 4vw;
  }

  .h4-display1 {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .navherosection {
    padding-top: 0;
  }

  .cardscontainer {
    width: 100%;
  }

  .hero-subtext {
    font-size: 1rem;
  }

  .features {
    height: 40vh;
  }

  .h2-display1 {
    font-size: 2.5rem;
  }

  .hero-subtext-div {
    width: 60%;
  }

  .hero-btn-container {
    z-index: 1;
    position: relative;
  }

  .tab-svg {
    flex: none;
  }

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

  .pricing-card {
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-card-top {
    padding: 15px;
  }

  ._3col-card {
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3col-card-center {
    width: 100%;
  }

  ._3col-card-center.wide {
    flex-flow: wrap;
  }

  .hd-div {
    width: 80%;
  }

  .h5-display1 {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .textfield-01, .textarea-01 {
    font-size: .85rem;
  }

  .hero-hovercard-left {
    z-index: 0;
    left: -7%;
  }

  .cta-row {
    flex-flow: column;
  }

  .cta-row-left {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .hero-wave-row {
    width: 90vw;
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .hero-hovercard-item {
    width: 100px;
    height: 100px;
    left: -7%;
  }

  .hero-hovercard-item-textdiv {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .85rem;
    left: -7%;
  }

  .hero-hovercard-item-lang-icon {
    flex: none;
  }

  .draggable-button {
    left: -7%;
  }

  .hero-hovercard-language-selections {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .85rem;
    left: -7%;
  }

  .hero-hovercard-language-selections.spanish {
    position: relative;
    top: auto;
  }

  .hero-hovercard-language-selections.english.active {
    position: relative;
    bottom: auto;
  }

  .hero-hovercard-language-selections.french {
    position: relative;
    top: auto;
    left: auto;
  }

  .hero-hovercard-language-selections.japanese {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .hero-language-textchange.english {
    text-align: center;
    flex-flow: column;
  }

  .cta-hovercard-chat-copy {
    width: 80px;
    height: 80px;
    top: 60%;
    left: auto;
    right: 1%;
  }

  .cta-hovercard-mic-copy {
    width: 90px;
    height: 90px;
    top: 15%;
    left: 0%;
  }

  .draggable-button-spanish {
    left: -7%;
  }

  .p-style1-2 {
    font-size: .85rem;
  }

  .features-container-2 {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .card-style1 {
    padding: 12px 18px;
    font-size: 1rem;
  }

  .h3-section {
    font-size: 2.4rem;
  }

  .h3-display-style1-2 {
    font-size: 1.5rem;
  }

  .row-features {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .tablink {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    height: 60px;
    font-size: .85rem;
  }

  .vertical-words {
    height: 200px;
  }

  .footer-hd-text-2 {
    font-size: 1rem;
  }

  .word {
    width: 30px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .paragraph-3 {
    margin-top: 0;
  }

  .div-block-24 {
    margin-top: 2rem;
  }

  .margin {
    width: 100%;
  }

  .footer-link-style1-2 {
    font-size: .85rem;
  }

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

  .text-cap {
    font-size: 1rem;
  }

  .text-cap.small {
    font-size: .9rem;
  }

  .hero-section-style1_media-container {
    width: 80%;
    margin-top: 30px;
  }

  .text-p {
    font-size: .85rem;
  }

  .text-p.small {
    font-size: .75rem;
  }

  .user-avatar {
    flex: none;
    width: 30px;
    height: 30px;
  }

  .card-hd-2 {
    font-size: 1.2rem;
  }

  .p-style1-5 {
    font-size: .85rem;
  }

  .count-div-2 {
    font-size: 1rem;
  }

  .h3-display-5 {
    font-size: 1.5rem;
  }

  .pricing-type-2 {
    font-size: 18px;
  }

  .h1-display-1-2 {
    font-size: 3.5rem;
  }

  .p-style1-6 {
    font-size: .85rem;
  }

  .popup-card {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .h1-display-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .container-style1.flex {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    padding-bottom: 20px;
  }

  .hero-style1 {
    flex-direction: column;
  }

  .section-style1.homehero {
    margin-top: 70px;
  }

  .hero-style1_center {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .btn-style1.large {
    font-size: .95rem;
  }

  .footer-style1.padding-bot {
    padding-bottom: 0;
  }

  .brand {
    padding-left: 0;
  }

  .cardscontainer {
    flex-wrap: wrap;
  }

  .features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
  }

  .features-left {
    width: 100%;
  }

  .footer-column._w-45 {
    text-align: center;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .hero-subtext-div {
    width: 80%;
  }

  .pricing-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .pricing-card {
    width: 100%;
  }

  .pricing-card.pro {
    top: auto;
  }

  ._3col-card, ._3col-card-textcontent {
    width: 100%;
  }

  ._3col-card-center {
    flex-flow: column;
  }

  .hd-div.mt-5vw {
    width: 95%;
  }

  .hero-hovercard-left, .cta-hovercard-chat-copy, .cta-hovercard-mic-copy {
    display: none;
  }

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

  .section-row2 {
    border-radius: 0;
  }

  .image-features {
    width: 100%;
  }

  .row-features-text {
    order: -1;
    width: 100%;
  }

  .h3-display-style1-2 {
    text-align: center;
  }

  .row-features {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablink {
    flex-flow: row;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-row1 {
    flex-direction: row;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .list-features {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-form-checklist {
    width: 100%;
    margin-top: 10px;
  }

  .hero-section-style1_media-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-hero-image-maincotainer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-hero-main-image {
    width: 90%;
  }

  .count-div-2 {
    left: -2%;
  }

  .h3-display-5.text-dark.left {
    font-size: 1.2rem;
  }

  .h1-display-1-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-27 {
    justify-content: space-between;
    align-items: center;
  }

  .feature-image {
    width: 50%;
  }

  .popup-card {
    width: 100%;
    height: 100%;
  }
}

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

  .hero-style1_center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-style1 {
    flex-direction: column;
    padding-top: 20vw;
  }

  .h4-display1 {
    font-size: 1rem;
  }

  .cardscontainer {
    flex-wrap: wrap;
  }

  .company_images_container {
    width: 48%;
    margin-bottom: 20px;
  }

  .company_images {
    width: 80%;
  }

  .features {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 15px;
  }

  .features-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .h2-display1 {
    font-size: 2rem;
  }

  .footer-style1_section {
    flex-direction: column;
  }

  .footer-style1_section.align-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .footer-column {
    flex: none;
    width: 48%;
  }

  .footer-column._w-45 {
    width: 100%;
  }

  .footer-links-contain {
    flex-flow: column;
  }

  .hero-subtext-div {
    width: 80%;
  }

  .hero-btn-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .hero-btn-container.footer {
    justify-content: space-between;
    align-items: stretch;
  }

  .hd-div {
    width: 100%;
  }

  .hd-div.mt-5vw {
    text-align: center;
    width: 100%;
  }

  .h5-display1 {
    font-size: 1rem;
  }

  .cta-row-left {
    width: 100%;
  }

  .hero-wave-row {
    width: 95vw;
    margin-top: 20px;
    margin-bottom: 0;
    display: none;
  }

  .hero-hovercard-item {
    border-radius: 12px;
    width: 60px;
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .hero-hovercard-item-col {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hero-hovercard-item-textdiv {
    width: 150px;
    display: flex;
    top: 130%;
    left: 10%;
  }

  .hero-wave-embed {
    align-self: flex-start;
    top: 21px;
  }

  .platform-tablink-icon {
    width: 40px;
    height: 40px;
  }

  .platform-tablink-icon.p-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-language-textchange, .hero-language-textchange.english {
    flex-flow: row;
  }

  .hero-btn-center-div {
    align-self: flex-start;
    top: 21px;
  }

  .section-cards {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h3-section {
    font-size: 2rem;
  }

  .section-row3 {
    border-radius: 0;
    top: 3rem;
  }

  .features-right-2 {
    flex: 1;
    width: 100%;
  }

  .section-row2 {
    border-radius: 0;
    top: 3rem;
  }

  .image-features, .row-features-text {
    width: 100%;
  }

  .row-features {
    flex-flow: column;
  }

  .section-row1 {
    border-radius: 0;
    top: 3rem;
  }

  .paragraph-3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .div-block-24 {
    width: 95%;
  }

  .list-features {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .hero-form-checklist {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .home-hero-main-image {
    width: 100%;
  }

  .icae-hero-liveinsight {
    padding: 10px;
  }

  .bubble-container {
    max-width: 95%;
  }

  .ai-response-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .insight-pill-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-row4, .section-row5, .section-row6 {
    border-radius: 0;
    top: 3rem;
  }

  .hero-btn-container-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .hero-btn-container-2.footer {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-27 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .popup-card {
    padding: 15px;
  }
}


@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gelion';
  src: url('../fonts/Gelion-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}