.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  color: #fff;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Soehne, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Charter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Soehne, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
}

.page-wrapper {
  width: 100%;
  max-width: none;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.loader {
  z-index: 999999999;
}

.slide {
  background-color: #000;
  height: 0%;
}

.container {
  text-align: left;
  border-top: 1px #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  display: inline-block;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.menu-trigger {
  cursor: pointer;
  flex: none;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  margin-left: 2.5rem;
}

.link.is-footer {
  margin-left: 0;
}

.link.is-footer:hover {
  color: #ffffff80;
}

.section_home {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

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

.home_wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home_button-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.button-second {
  color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 1.9rem;
  padding: .125rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button-second:hover {
  border-bottom-color: #ffffff80;
}

.button {
  border: 1px solid #fff;
  align-self: flex-start;
  align-items: center;
  padding: .125rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #000 !important;
  background-color: #fff;
}

.button:hover .text-block-14,
.button:hover .button-icon,
.button:hover .button-icon svg,
.button:hover .button-icon polygon {
  color: #000 !important;
  fill: #000;
}

.button-icon {
  color: #fff;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .25rem;
  display: flex;
  position: relative;
}

.bgv {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-embed {
  width: 100%;
  height: 100%;
}

.padding-bottom {
  width: 100%;
}

.chat_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.chat-content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.chat_button-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.chat_wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.link-line {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.padding-section {
  width: 100%;
  height: 100%;
  padding-top: 10rem;
}

.footer_component {
  padding-top: 3rem;
  padding-bottom: 1.8rem;
}

.footer_component.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.footer_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  display: grid;
}

.footer_list {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar_component {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: background-color .35s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar_menu-trigger {
  cursor: pointer;
  display: none;
}

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

.link-brand {
  color: #fff;
}

.navbar_container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.link-wrapper {
  padding-left: 2.5rem;
}

.padding-bottom-large {
  padding-bottom: 5rem;
}

.section_main {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.gpt4_wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.what-is-content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.top-links {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.top-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  display: grid;
}

.chatgpt_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid #fff;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.column-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer_link {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_end {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.footer_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pattern-10 {
  background-color: #000;
  height: 14px;
  margin-top: 9px;
}

.pattern-6 {
  background-color: #000;
  height: 18px;
  margin-top: 5px;
}

.pattern-8 {
  background-color: #000;
  height: 16px;
  margin-top: 7px;
}

.pattern-5 {
  background-color: #000;
  height: 19px;
  margin-top: 4px;
}

.pattern-3 {
  background-color: #000;
  height: 21px;
  margin-top: 2px;
}

.button-second-2 {
  align-items: center;
  padding-top: 19px;
  transition: color .2s;
  display: flex;
}

.button-second-2:hover {
  color: #ffffff80;
}

.button-icon-2 {
  align-items: center;
  width: .75rem;
  margin-right: .5rem;
  display: flex;
}

.button-icon-2.is-footer {
  color: #fff;
  width: .7rem;
  margin-left: .5rem;
  margin-right: 0;
}

.pattern-1 {
  background-color: #000;
  height: 23px;
}

.pattern_wrapper {
  background-color: #fff;
  padding-bottom: 6rem;
}

.pattern-2 {
  background-color: #000;
  height: 22px;
  margin-top: 1px;
}

.pattern-9 {
  background-color: #000;
  height: 15px;
  margin-top: 8px;
}

.pattern-7 {
  background-color: #000;
  height: 17px;
  margin-top: 6px;
}

.pattern-4 {
  background-color: #000;
  height: 20px;
  margin-top: 3px;
}

.pattern-11 {
  background-color: #000;
  height: 13px;
  margin-top: 10px;
}

.pattern-12 {
  background-color: #000;
  height: 12px;
  margin-top: 11px;
}

.pattern-13 {
  background-color: #000;
  height: 11px;
  margin-top: 12px;
}

.pattern-14 {
  background-color: #000;
  height: 10px;
  margin-top: 13px;
}

.pattern-15 {
  background-color: #000;
  height: 9px;
  margin-top: 14px;
}

.pattern-16 {
  background-color: #000;
  height: 8px;
  margin-top: 15px;
}

.pattern-17 {
  background-color: #000;
  height: 7px;
  margin-top: 16px;
}

.pattern-18 {
  background-color: #000;
  height: 6px;
  margin-top: 17px;
}

.pattern-19 {
  background-color: #000;
  height: 5px;
  margin-top: 18px;
}

.pattern-20 {
  background-color: #000;
  height: 4px;
  margin-top: 19px;
}

.pattern-21 {
  background-color: #000;
  height: 3px;
  margin-top: 20px;
}

.pattern-22 {
  background-color: #000;
  height: 2px;
  margin-top: 21px;
}

.pattern-23 {
  background-color: #000;
  height: 1px;
  margin-top: 22px;
}

.section-careers {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-careers.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.faqs_wrapper {
  border-top: 0 #fff;
  border-bottom: 0 #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.6rem;
  display: flex;
}

.careers-content {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: flex;
  position: relative;
}

.careers_heading {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: grid;
}

.join_copy {
  float: none;
  font-size: 1rem;
}

.careers_subheading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.careers_testimonial-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.3rem;
  padding-bottom: 3.4rem;
  display: grid;
}

.careers_testimonial {
  margin-bottom: 28px;
  font-family: Charter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.careers_testimonial-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

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

.image-4 {
  width: 100%;
  height: 100%;
}

.careers-img {
  width: 100%;
  height: 100%;
  padding-bottom: 3.9rem;
}

.careers_cto-content {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.careers_cto-button {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  display: flex;
}

.careers_cto-button:hover {
  color: #000;
  background-color: #fff;
}

.careers_cto-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.menu_bg {
  display: none;
}

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

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

.bg-video_button {
  cursor: pointer;
  background-color: #000;
  flex-direction: row;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pause-icon {
  flex: none;
}

.play {
  margin-left: .5rem;
}

.play-icon {
  flex: none;
}

.pause {
  margin-left: .5rem;
}

.div-block {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.section-submit-brief {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-submit-brief.padding-section {
  padding-top: 0;
}

.section-submit-brief.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.safety_wrapper {
  border-top: 1px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.safety_content {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.safety_heading {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.safety-img {
  width: 100%;
  height: 100%;
}

.section-design-show-cases {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-design-show-cases.padding-section {
  padding-top: .9rem;
}

.section-design-show-cases.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.updates_wrapper {
  border-top: 1px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.updates_content {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.updates_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.updates-img {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  aspect-ratio: auto;
  object-fit: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.updates_subheading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.div-block-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.update_text {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.pattern-24 {
  background-color: #000;
  height: 0;
  margin-top: 23px;
  display: none;
}

.search {
  position: relative;
}

.search_link {
  color: #fff;
  margin-left: 2.5rem;
}

.search_link.is-footer {
  margin-left: 0;
}

.search_link.is-footer:hover {
  color: #ffffff80;
}

.search_wrapper {
  display: none;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
}

.play-state, .pause-state {
  padding: .5rem 1rem;
  display: flex;
}

.play-pause-button {
  background-color: #000;
  bottom: 0;
  right: 0;
}

.play-2 {
  margin-left: .5rem;
  display: none;
}

.play-icon-2 {
  flex: none;
  display: none;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

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

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: #474747;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #000;
}

.dropdown-link.w--current {
  color: #474747;
}

.dropdown-link.w--current:hover {
  color: #000;
}

.container-default {
  max-width: 1268px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.hamburger-menu-bar {
  background-color: #000;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-logo {
  max-width: 200px;
}

.heading-h5-size {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.333em;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-nav-link {
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
}

.header-nav-link:hover {
  color: #757575;
}

.header-nav-link.w--current {
  color: #000;
}

.header-nav-link.w--current:hover {
  color: #757575;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 22px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
}

.btn-primary:hover {
  color: #fff;
  background-color: #474747;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  letter-spacing: .08em;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
  display: block;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.dropdown-wrapper {
  display: none;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
  display: none;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: opacity .3s, transform .3s, color .3s;
}

.header-logo-link:hover {
  opacity: .65;
  transform: scale3d(.96, .96, 1.01);
}

.text-200 {
  line-height: 1.111em;
}

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

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.link-white {
  color: #fff;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.text-200.medium.link-white:hover {
  color: #b2b2b2;
  transform: translate3d(0, -3px, .01px);
}

.button-submit {
  background-color: #000;
  border: 1px solid #fff;
  margin-top: 23px;
}

.button-submit:hover {
  color: #000;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
}

.form-field {
  color: #f3f3f3;
  background-color: #fff0;
  border-width: 0 0 1px;
  border-color: #0000 #fff #fff #fdfdfd;
  min-height: 11.25px;
  padding-top: .75rem;
  line-height: 1.6;
  display: block;
}

.input {
  box-shadow: none;
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
  min-height: 66px;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-bottom-color: #757575;
}

.input:focus {
  color: #000;
  border-bottom-color: #000;
}

.input::placeholder {
  color: #474747;
  font-size: 18px;
}

.input.uppercase-placeholder {
  border: 1px solid #fff;
  min-height: 46px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.333em;
}

.input.uppercase-placeholder::placeholder {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  align-self: center;
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 22px;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
}

.line-square-icon {
  color: #fff;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 1200px;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 24px;
  width: 100%;
  padding: 13px 64px 0 0;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  box-shadow: none;
  background-color: #000;
  border-width: 0;
  border-radius: 0;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v2-copy {
  box-shadow: none;
  background-color: #000;
  border-width: 0;
  border-radius: 0;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.v2-copy:hover {
  transform: translate(8px);
}

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

.accordion-header {
  color: #fff;
  align-items: center;
  padding-bottom: 18px;
  display: flex;
}

.paragraph {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  display: block;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.text-style-link {
  text-decoration: underline;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-field-wrapper {
  position: relative;
}

.form-input {
  background-color: #000;
  border: 1px solid #0000;
  height: auto;
  min-height: 5rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-text-field {
  color: #fff;
  border-color: #fff;
  min-height: 11rem;
}

.error-text {
  color: #e23939;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

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

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  font-weight: 700;
}

.btn-circle-secondary {
  color: #000;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  box-shadow: none;
  border-color: #000;
  border-radius: 0%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #000;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: scale3d(.94, .94, 1.01)translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  transform-style: preserve-3d;
  background-color: #000;
  top: 50%;
  bottom: 0;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: scale3d(.94, .94, 1.01)translate(0, -50%);
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
  margin-bottom: 48px;
}

.slider-wrapper.arrows-center {
  margin-bottom: 0;
}

.slider-mask {
  width: 500px;
  height: 100%;
}

.color-neutral-100 {
  color: #fff;
}

.locations-slider-image-wrapper {
  width: 95%;
  max-width: 738px;
  margin-left: auto;
}

.color-neutral-200 {
  color: #eee;
}

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

.card {
  background-color: #fff;
  border: 1px solid #d2d2d2;
}

.card.locations-slider {
  z-index: 1;
  box-shadow: none;
  background-color: #000;
  border-style: none;
  border-radius: 0;
  max-width: 560px;
  margin-top: -216px;
  padding: 54px 54px 60px 72px;
  position: relative;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.inner-container._840px {
  max-width: 840px;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container._500px {
  max-width: 500px;
}

.hidden-on-desktop {
  display: none;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.width-100 {
  width: 110%;
}

.text-center {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 73px;
  font-size: 3rem;
  line-height: 1.3;
  display: block;
}

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

.typed-words {
  max-width: 90vw;
  margin-top: 92vh;
}

.drag-drop-area, .div-block-4 {
  border: 1px solid #fff;
  min-height: 100px;
}

.heading {
  margin-bottom: 14px;
}

.section-faqs.padding-section {
  padding-top: 2.9rem;
}

.section-faqs.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.form-heading {
  margin-top: 10px;
}

.form-block {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #000;
}

.success-message-2 {
  background-color: #000;
  border: 1px solid #fff;
}

.error-message-2 {
  background-color: red;
  border: 1px solid #fff;
}

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

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

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

.nav-link {
  color: #fff;
  margin-left: 1.5rem;
  display: inline-block;
}

.nav-link.is-footer {
  margin-left: 0;
}

.nav-link.is-footer:hover {
  color: #ffffff80;
}

.button-second-2-copy {
  align-items: center;
  padding-top: 19px;
  transition: color .2s;
  display: flex;
}

.button-second-2-copy:hover {
  color: #ffffff80;
}

.chatbot {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.heading-2 {
  position: static;
}

.html-embed {
  min-height: 0;
  padding-top: .75rem;
  font-size: 1.5%;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: block;
}

.section_learn-more {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section_learn-more.padding-section {
  padding-top: 5rem;
  display: block;
}

.section_learn-more.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.section_qr-codes {
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section_qr-codes.padding-section {
  padding-top: 0;
}

.section_qr-codes.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.section-what-is {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-what-is.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section-what-is.max-width-large {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.what-is-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 0;
  display: grid;
}

.what-is-top-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.section-deconstrructive {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 5rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-deconstrructive.padding-section-copy {
  display: none;
}

.section-unlink {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 5rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-unlink.padding-section-copy.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-10 {
  display: none;
}

.section_chatbots {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section_chatbots.padding-section {
  padding-top: 0;
}

.section_chatbots.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  margin-bottom: 30px;
}

.heading-4 {
  margin-bottom: 13px;
}

.paragraph-2 {
  margin-bottom: 15px;
}

.heading-5 {
  margin-bottom: 37px;
}

.faqs_wrapper-copy {
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.6rem;
  display: flex;
}

.html-embed-2 {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-6 {
  letter-spacing: normal;
  margin-top: 34px;
  line-height: 1;
}

.button-center-div {
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.text-block-11 {
  color: #fff;
}

.text-block-12 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.slider {
  object-fit: fill;
  min-width: 400px;
  min-height: 400px;
  overflow: visible;
}

.slide-1 {
  min-width: auto;
}

.mask {
  min-width: auto;
  min-height: auto;
}

.slider-small {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  max-width: 750px;
  height: 100%;
  max-height: 750px;
  line-height: 1;
  display: block;
  overflow: visible;
}

.sliderr-small {
  min-width: 400px;
  min-height: 400px;
}

.slider-4 {
  line-height: 1;
}

.heading-7 {
  padding-bottom: 0;
  font-family: Charter, sans-serif;
  line-height: 1.1;
}

.flex-block {
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.image-6 {
  max-height: 600px;
}

.hero-img {
  max-height: 620px;
}

.whatis-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.dlient-site {
  align-items: center;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.html-embed-3 {
  width: 100vw;
  height: 100vh;
}

.section_pricing {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section_pricing.padding-section {
  padding-top: 0;
}

.section_pricing.max-vw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  flex: 1;
  padding: 0 30px 80px;
  display: flex;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  display: none;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 300px;
  height: 300px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.html-embed-1 {
  padding-right: 0;
}

.play-pause-button-2 {
  padding-bottom: 20px;
  padding-right: 5px;
}

.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  margin-bottom: 80px;
  display: flex;
}

.clients-qr-image {
  max-height: 750px;
}

.top-links-client-site {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  padding-bottom: 5rem;
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
}

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

.text-block-13, .link-2 {
  color: #fff;
}

.clients-welcome {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 98px;
  display: flex;
}

.text-block-14 {
  color: #fff;
}

.client-main {
  border: 1px solid #000;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: block;
}

.client-sub-heading {
  line-height: 40px;
}

.cient-footer-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-15 {
  color: #fff;
}

.section-top-links {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-top-links.max-vw, .section-top-links.max-width-large {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.unlink-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3.4rem;
  display: grid;
}

.div-block-8 {
  padding-right: 0;
  display: flex;
}

.clients-qr {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  object-fit: contain;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.clients-chat {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  object-fit: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-3 {
  margin-bottom: 1.5rem;
}

.clients-div {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  object-fit: fill;
  border-bottom: 1px solid #fff;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 5rem;
  display: flex;
}

.navbar_container_client {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.padding-clients {
  background-color: #000;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.html-embed-clients-qr {
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  .link {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-left: 0;
  }

  .link.is-footer, .link.is-footer.w--current {
    border-bottom-color: #0000;
  }

  .home-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .chat-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer_brand {
    width: 100%;
    padding-bottom: 2.5rem;
  }

  .footer_grid {
    grid-template-columns: auto;
    width: 100%;
  }

  .navbar_menu-trigger {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .close {
    display: none;
  }

  .navbar_menu {
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#00000080, #00000080);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    border-top: 1px solid #fff;
    flex-direction: column;
    padding-top: .25rem;
    padding-left: 0;
    display: flex;
  }

  .top-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .chatgpt_wrapper {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer_link {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer_end {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  .footer_social {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .careers_testimonial-grid {
    grid-template-columns: 1fr;
  }

  .menu_bg {
    z-index: -2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#00000080, #00000080);
    position: fixed;
    inset: 0%;
  }

  .menu_content {
    background-color: #000;
    flex-direction: column;
    align-items: stretch;
    width: 50%;
    padding: 5rem .5rem 2.5rem;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: auto;
  }

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

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

  .update_text {
    flex-flow: column;
  }

  .search {
    z-index: 888;
  }

  .search_link {
    border-bottom: 1px solid #fff;
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .search_link.is-footer, .search_link.is-footer.w--current {
    border-bottom-color: #0000;
  }

  .icon-small {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .icon-small.is-enter {
    display: none;
  }

  .search_wrapper {
    display: block;
    position: relative;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

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

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 24px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu-wrapper {
    transition: opacity .3s, transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    opacity: .65;
    transform: scale3d(.9, .9, 1.01);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover, .accordion-item-wrapper.v2-copy:hover {
    transform: translate(6px);
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-mask {
    position: static;
  }

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

  .card.locations-slider {
    margin-top: -160px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .hamburger-line {
    background-color: #fff;
    width: 35px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-left: 0;
  }

  .nav-link.is-footer, .nav-link.is-footer.w--current {
    border-bottom-color: #0000;
  }

  .what-is-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .top-links-client-site {
    grid-template-columns: 1fr 1fr;
  }

  .unlink-grid {
    grid-template-columns: 1fr;
  }

  .clients-div {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_button-wrapper {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .padding-bottom {
    padding-bottom: 1rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .top-links-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .chatgpt_wrapper {
    flex-direction: column-reverse;
  }

  .careers_heading {
    grid-template-columns: 1fr;
  }

  .menu_content {
    width: 100%;
  }

  .pause-icon, .play-icon {
    margin-right: 0;
  }

  .pause {
    display: none;
  }

  .safety_heading, .updates_heading {
    grid-template-columns: 1fr;
  }

  .updates-img {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: none;
    height: auto;
    min-height: auto;
    overflow: visible;
  }

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

  .play-icon-2 {
    margin-right: 0;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .header-logo {
    max-width: 90%;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .btn-primary {
    padding: 20px 26px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .text-200 {
    font-size: 16px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center, .btn-circle-secondary.slider-arrow.right---center-center {
    top: 36%;
  }

  .slider-wrapper {
    margin-bottom: 138px;
  }

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

  .card.locations-slider {
    margin-top: -82px;
    margin-right: 54px;
    padding: 40px 36px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .slider-small {
    background-color: #000;
  }

  .hero-img {
    min-width: 80vw;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .top-links-client-site {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .clients-qr {
    aspect-ratio: auto;
    object-fit: contain;
    overflow: auto;
  }

  .clients-chat {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: none;
    min-height: 850px;
    overflow: auto;
  }

  .clients-div {
    grid-template-columns: 1fr;
  }

  .padding-clients {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .logo {
    width: 180px;
  }

  .home-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navbar_menu-trigger {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .navbar_menu {
    width: 100%;
    height: 100dvh;
    display: none;
  }

  .link-wrapper {
    padding-top: 1.85rem;
  }

  .chatgpt_wrapper {
    flex-direction: column-reverse;
  }

  .updates-img {
    object-fit: cover;
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .div-block-2 {
    flex-direction: column;
    flex: 1;
    align-content: stretch;
    display: flex;
  }

  .search_link {
    display: block;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hamburger-menu-bar {
    width: 30px;
  }

  .header-logo {
    max-width: 86%;
  }

  .grid-2-columns._2-col-mbl.gap-column-80px {
    grid-template-columns: 1fr;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-circle-secondary.slider-arrow {
    font-size: 18px;
  }

  .locations-slider-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .card.locations-slider {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 32px 24px;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .hamburger-line.top {
    flex: none;
    align-self: stretch;
    width: 30px;
  }

  .hamburger-line.bottom {
    align-self: stretch;
    width: 30px;
    display: block;
  }

  .mobile-menu-item {
    padding-top: 14px;
    font-size: 1.5rem;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 1.5rem;
  }

  .section-unlink.padding-section-copy.max-vw {
    padding-top: 0;
  }

  .paragraph-2, .slider-small {
    overflow: visible;
  }

  .heading-7 {
    line-height: 1.2;
  }

  .flex-block {
    flex-direction: column;
    order: -1;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .html-embed-clients-bot {
    min-width: auto;
    min-height: 500px;
    max-height: none;
  }

  .section-top-links.max-vw {
    display: none;
  }

  .clients-qr {
    object-fit: cover;
  }

  .clients-chat {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .clients-div {
    flex-direction: column;
  }
}

#w-node-_1292532f-675a-45b2-fb41-1dd2743e2a65-748878bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b9d68fd5-9714-ed9b-b8b0-83ce81f64a7f-748878bc, #w-node-d58137de-67ba-f9ff-0d17-78f0b183984f-748878bc, #w-node-_590a676c-2581-798b-5fbb-59e5e7aa1b89-748878bc, #w-node-_823798c8-b8ae-c0c7-94b1-323a93096b00-748878bc, #w-node-_823798c8-b8ae-c0c7-94b1-323a93096b01-748878bc, #w-node-_954e9aac-552e-de27-9461-2b8d1833ae6f-748878bc, #w-node-_954e9aac-552e-de27-9461-2b8d1833ae70-748878bc, #w-node-_919e7ed5-d33a-b91a-1c3e-a69bfdfc2efe-748878bc, #w-node-e9870330-d57f-7c2b-e429-5c2a7b2ae2ea-748878bc, #w-node-_7ca0505b-74ba-da2b-9304-58eeea806156-748878bc, #w-node-_7ca0505b-74ba-da2b-9304-58eeea806157-748878bc, #w-node-e9fef4f3-bfbb-2fa5-d293-8ed834063583-748878bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9fef4f3-bfbb-2fa5-d293-8ed8340635a1-748878bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e9fef4f3-bfbb-2fa5-d293-8ed8340635a2-748878bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b83d824-9c72-14e5-42a6-348105aaf4eb-748878bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_30384f51-51b5-1617-0724-f0296f3aa174-748878bc {
  align-self: start;
}

#w-node-_0150d67f-06cd-8792-531f-6e384d5301a3-748878bc {
  justify-self: end;
}

#w-node-_912a1f0f-93f6-5fa4-5e8d-670df4ba070e-748878bc, #w-node-_881944a0-3002-eac4-e074-3eccb44a9f16-748878bc, #w-node-_881944a0-3002-eac4-e074-3eccb44a9f20-748878bc, #w-node-ff7122ad-57a2-7728-7f39-4ceba7774429-748878bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_425437d7-ab4a-991b-bd83-967db41e765c-748878bc {
  align-self: auto;
}

#w-node-_425437d7-ab4a-991b-bd83-967db41e766e-748878bc {
  justify-self: end;
}

#w-node-_6e627b35-10d8-84a7-f86f-ba9553510edb-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ee4-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ee5-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ee8-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510eea-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ef0-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510eec-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ef2-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510edc-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510edd-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ee0-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ee2-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ef4-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ef5-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ef7-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510ef9-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510efa-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510efd-53510ed4, #w-node-_6e627b35-10d8-84a7-f86f-ba9553510f01-53510ed4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#scroll-top.w-node-_6e627b35-10d8-84a7-f86f-ba9553510f19-53510ed4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_6e627b35-10d8-84a7-f86f-ba9553510f05-53510ed4, #w-node-afa35224-a7f5-ea6d-0cc9-95651d563e83-53510ed4, #w-node-afa35224-a7f5-ea6d-0cc9-95651d563e8b-53510ed4, #w-node-_5dcb5632-8213-e4e2-e14f-2e0a180249f1-74887924, #w-node-_5dcb5632-8213-e4e2-e14f-2e0a180249f9-74887924, #w-node-_5dcb5632-8213-e4e2-e14f-2e0a180249fa-74887924, #w-node-bc11057f-89ec-b5c9-9873-9324e47f4169-7488793f, #w-node-_4d77e8bf-e840-7fd7-c5a7-df2c6d3bcb7d-7488793f, #w-node-_4d77e8bf-e840-7fd7-c5a7-df2c6d3bcb7e-7488793f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e9fef4f3-bfbb-2fa5-d293-8ed8340635a1-748878bc {
    order: 9999;
  }

  #scroll-top.w-node-_6e627b35-10d8-84a7-f86f-ba9553510f19-53510ed4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e627b35-10d8-84a7-f86f-ba9553510f08-53510ed4 {
    order: 9000;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0150d67f-06cd-8792-531f-6e384d5301a3-748878bc, #w-node-_425437d7-ab4a-991b-bd83-967db41e766e-748878bc {
    justify-self: start;
  }

  #w-node-_6e627b35-10d8-84a7-f86f-ba9553510f04-53510ed4, #w-node-afa35224-a7f5-ea6d-0cc9-95651d563e82-53510ed4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30384f51-51b5-1617-0724-f0296f3aa174-748878bc {
    order: -9999;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Soehne';
  src: url('../fonts/test-soehne-buch.woff2') format('woff2'), url('../fonts/test-soehne-fett.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Charter';
  src: url('../fonts/Charter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}