@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;
  --text-color-para: #0e0f2dcc;
  --newaccent-purple\<deleted\|variable-cd95b834-4859-48ea-2f25-5cfae2f9f742\>: #7c3aed;
  --assist-blue: #3d81f6;
  --assist-purple: #9134ea;
  --text-grey\<deleted\|variable-71742d51-25e0-861e-004f-61249da58cd5\>: #4a4a4a;
  --violet-nano2\<deleted\|variable-fbaec2c3-ee53-b7fc-5369-22e115a32db1\>: #5f2ded;
  --text-color: #374151;
  --white: white;
}

body {
  color: #333;
  font-family: Gelion;
  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: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.h1-display-1 {
  color: #111827;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.2;
}

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

.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-family: Inter, sans-serif;
  font-size: .94vw;
  line-height: 1.5;
}

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

.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 {
  border-top: 1px solid #0000001a;
}

.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);
  border-bottom: 1px solid #0000001a;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.btn-create-assistant {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--newaccent-purple\<deleted\|variable-cd95b834-4859-48ea-2f25-5cfae2f9f742\>);
  background-image: linear-gradient(90deg, var(--assist-blue), var(--assist-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-size: .94vw;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  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-create-assistant:hover {
  background-image: linear-gradient(90deg, var(--assist-purple), var(--assist-blue));
}

.btn-create-assistant.outline {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-grey\<deleted\|variable-71742d51-25e0-861e-004f-61249da58cd5\>);
  background-color: #fff;
  background-image: none;
  border-color: #ddd6fe;
  text-decoration: none;
}

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

.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\<deleted\|variable-71742d51-25e0-861e-004f-61249da58cd5\>);
  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\<deleted\|variable-cd95b834-4859-48ea-2f25-5cfae2f9f742\>);
}

.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;
  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-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.image-100 {
  width: 100%;
}

.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);
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: .94vw;
  font-weight: 400;
  line-height: 1.5;
}

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

.h2-display1 {
  color: #111827;
  text-align: center;
  margin-top: 0;
  font-size: 1.67vw;
  font-weight: 600;
  line-height: 1.4;
}

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

.footer-style1_section.align-center {
  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-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;
}

.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: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

._3col-card {
  z-index: 1;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

._3col-card-textcontent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  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-2vw {
  margin-top: 2vw;
}

.input-assistant-idea {
  color: #000c;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  min-height: 100px;
  font-size: .94vw;
  line-height: 1.4;
}

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

.h1-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

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

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

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

.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 {
  color: #111827cc;
  font-size: .94vw;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

.assistant-card-outer {
  background-color: #fff0;
  background-image: linear-gradient(#ffffff1a, #fff0);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 2.1px #0000001a, inset 4px 4px 10px #0000001a, -5px -5px 10px #ffffff40, 5px 5px 10px #d1d9e633;
}

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

.h3 {
  color: #111827;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.footer-text {
  color: #111827cc;
  margin-bottom: 0;
  font-size: .94vw;
  line-height: 1.5;
}

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

.form-btn-container {
  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;
}

.logo-text {
  background-image: linear-gradient(90deg, var(--assist-blue), var(--assist-purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

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

.navlink-icon-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.assistant-card-div {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.assistant-card-formblock {
  width: 100%;
  margin-bottom: 0;
}

.btn-icon-image, .footer-icon-secure {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.form-subtext-div {
  margin-top: 20px;
}

.form-subtext {
  color: var(--text-color);
  text-align: center;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: .85vw;
  font-weight: 400;
  line-height: 1.5;
}

.h2-display2 {
  color: #111827;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.4;
}

.h2-display2.mb-10 {
  margin-bottom: 0;
}

.main-convo-content {
  flex-direction: column;
  height: 50vh;
  padding: 10px;
  font-family: Inter, sans-serif;
  display: flex;
  overflow: auto;
}

.chat-outbound {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.chat-bubble-outbound {
  background-color: var(--assist-blue);
  border-radius: 10px;
  max-width: 80%;
  margin-bottom: 5px;
  padding: 10px 15px;
  position: relative;
}

.chat-bubble-text-outbound {
  color: #fff;
  margin-bottom: 0;
}

.chat-inbound {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.chat-bubble-inbound {
  background-color: #e6e6e6;
  border-radius: 10px;
  max-width: 80%;
  margin-bottom: 5px;
  padding: 10px 15px;
  position: relative;
}

.chat-bubble-text-inbound {
  color: #030303;
  margin-bottom: 0;
}

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

.chat-outbound-detail-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.chat-avatar-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.chat-inbound-detail-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #030303;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.assistant-ready-hd-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.assistant-ready-icon {
  background-color: #dcfce7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.copylink-div {
  background-color: #eee;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  box-shadow: inset 0 2px 5px #0000001a;
}

.assistant-link-text {
  color: var(--text-color-para);
  font-family: Inter, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.5;
}

.btn-copylink {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--newaccent-purple\<deleted\|variable-cd95b834-4859-48ea-2f25-5cfae2f9f742\>);
  background-image: linear-gradient(90deg, var(--assist-blue), var(--assist-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-size: .94vw;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  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-copylink:hover {
  background-image: linear-gradient(90deg, var(--assist-purple), var(--assist-blue));
}

.div-copylink {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-linkcopied {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

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

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

  .hero-style1_center {
    width: 85%;
  }

  .btn-create-assistant {
    font-size: .83vw;
  }

  .btn-create-assistant.outline {
    font-size: .85vw;
  }

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

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

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

  .input-assistant-idea {
    font-size: .83vw;
  }

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

  .footer-link {
    font-size: .83vw;
  }

  .h3 {
    font-size: 1.04vw;
  }

  .footer-text {
    font-size: .83vw;
  }

  .form-subtext {
    font-size: .75vw;
  }

  .h2-display2 {
    font-size: 1.2vw;
  }

  .assistant-link-text {
    font-size: 1vw;
  }

  .btn-copylink {
    font-size: .83vw;
  }
}

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

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

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

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

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

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

  .btn-create-assistant {
    height: 2.604vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
  }

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

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

  .navherosection {
    padding-bottom: 0;
  }

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

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

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

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

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

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .assistant-card-div {
    width: 55%;
  }

  .btn-copylink {
    height: 2.604vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
  }
}

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

  .container-style1 {
    width: 95%;
  }

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

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

  .hero-style1_center {
    width: 95%;
  }

  .btn-create-assistant {
    font-size: .85rem;
  }

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

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

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

  .navherosection {
    padding-top: 0;
  }

  .cardscontainer {
    width: 100%;
  }

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

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

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

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

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

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

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

  .hd-div {
    width: 80%;
  }

  .input-assistant-idea {
    font-size: .85rem;
  }

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

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

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

  .p-style1-2 {
    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 {
    font-size: .85rem;
  }

  .h3 {
    font-size: 1rem;
  }

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

  .assistant-card-div {
    width: 85%;
  }

  .form-subtext {
    font-size: .85rem;
  }

  .h2-display2 {
    font-size: 1.5rem;
  }

  .chat-bubble-text-outbound, .chat-bubble-text-inbound {
    font-size: 14px;
  }

  .assistant-link-text, .btn-copylink {
    font-size: .85rem;
  }
}

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

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

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

  .brand {
    padding-left: 0;
  }

  .cardscontainer {
    flex-wrap: wrap;
  }

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

  ._3col-card {
    width: 45%;
  }

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

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

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

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

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

  .footer-link-div {
    justify-content: space-between;
    align-items: center;
  }

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

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

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

  .footer-style1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .cardscontainer {
    flex-wrap: wrap;
  }

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

  .company_images {
    width: 80%;
  }

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

  ._2col-card-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3col-card {
    width: 100%;
    padding: 10px 0;
  }

  ._3col-card-center.wide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hd-div {
    width: 100%;
  }

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

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

  .howitworks-icon {
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .assistant-card-outer {
    width: 100%;
  }

  .assistant-input-idea {
    padding: 10px;
  }

  .footer-link-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .assistant-preview, .assistant-ready {
    padding: 10px;
  }

  .copylink-div {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }
}


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