:root {
  --white: #fbfbfb;
  --black: #14131b;
  --line: #e1dede;
  --blue: #1c6ef2;
  --darkgray: #565565;
  --tertiarybg: #f4f4f4;
  --secondarybg: #efebeb;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--gray--700: #383942;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--black: black;
}

.body {
  background-color: var(--white);
  color: var(--black);
  height: 100%;
  font-family: Poppins, sans-serif;
  line-height: 1;
}

.hero-section {
  background-image: url('../images/hero-bg-6.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 97%;
  max-height: 900px;
}

.navigation {
  padding-top: 3rem;
  padding-bottom: 8rem;
}

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

.container.hero-container {
  height: 100%;
  position: relative;
}

._12-columns-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  transform: translate(0);
}

._12-columns-grid.pin-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
}

._12-columns-grid.event-steps-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  outline-color: var(--line);
  outline-offset: 0px;
  background-color: #0000;
  outline-width: 1px;
  outline-style: none;
  align-items: center;
}

.logo-wrapper {
  width: 140px;
}

.hero-text-container {
  width: 100%;
  position: absolute;
  bottom: 12%;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.hero-details-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.hero-heading {
  color: var(--white);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 800;
  line-height: 74px;
  display: block;
}

.text-span {
  text-indent: -2%;
  font-size: 4.8rem;
  line-height: 50px;
}

.hero-description {
  color: var(--white);
  max-width: 600px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
}

.hero-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.button-link {
  width: 15rem;
}

.buttons-link-wrapper {
  grid-column-gap: 16px;
  flex-wrap: nowrap;
  display: flex;
}

.image {
  width: 100%;
}

.button {
  background-image: url('../images/App_Store_iOS-Badge-Logo.wine.svg');
  background-position: 50%;
  background-size: cover;
}

.link-block {
  flex: 0 auto;
  width: 200px;
  display: block;
}

.image-button {
  cursor: pointer;
  position: relative;
}

.button-image {
  height: 40px;
}

.button-image.hero-button {
  height: 3.5rem;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.lowkey-sdk-section {
  background-color: var(--blue);
  background-image: url('../images/lowkeySDK-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.medium-title {
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.15;
}

.text-span-2, .text-span-3 {
  color: var(--blue);
}

.fade-in-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.intro-section-wrapper {
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.text-block {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.brand-logos {
  grid-column-gap: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo-wrapper {
  height: 44px;
}

.brand-logo-image {
  height: 100%;
}

.feature-block-container {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  display: flex;
}

.feature-text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.big-title {
  color: var(--black);
  max-width: 840px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1.15;
}

.big-title.sdk-big-title {
  color: var(--white);
  font-size: 4rem;
}

.blue-span {
  color: var(--blue);
}

.feature-description {
  color: var(--darkgray);
  width: 60%;
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.feature-cards-container {
  grid-row-gap: 2rem;
  display: flex;
}

.card-container {
  grid-row-gap: 1.5rem;
  background-color: var(--tertiarybg);
  outline-color: var(--line);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  display: flex;
}

.card-image-container {
  width: 100%;
}

.card-text-container {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.small-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.small-title.event-step-card-title {
  width: 100%;
}

.normal-text {
  color: var(--darkgray);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.normal-text.sdk-normal-text {
  color: var(--white);
  max-width: 80%;
}

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

.image-2 {
  grid-row-gap: 1.2rem;
  background-color: var(--tertiarybg);
  outline-color: var(--line);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.intro-text-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-logos-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.grid-item {
  background-color: var(--tertiarybg);
  outline-color: var(--line);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.image-text-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 32px 0;
  display: flex;
}

.grid-item-text {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  background-color: var(--secondarybg);
  border-radius: 12px;
  width: 8rem;
  padding: .5rem;
}

.text-span-4 {
  color: var(--blue);
}

.event-step-card {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.event-step-card.first-step-card {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--line);
}

.event-step-card.second-step-card {
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--line);
}

.number-badge {
  background-color: var(--blue);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}

.number-badge-text {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event-step-details {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.people-title {
  text-align: left;
  justify-content: center;
  display: flex;
}

.text-span-5 {
  color: var(--blue);
}

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

.text-block-2 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
}

.sdk-button {
  display: flex;
}

.button-text {
  color: var(--black);
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 700;
}

.white-button-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.image-5 {
  width: 1.5rem;
}

.button-wrapper {
  grid-column-gap: 1rem;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.lowkey-sdk-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.footer {
  background-color: var(--tertiarybg);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer-column {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.footer-column.last-footer-column {
  grid-row-gap: 1.5rem;
}

.footer-column.first-footer-column {
  grid-row-gap: 1rem;
}

.anchor-link {
  color: var(--black);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.text-block-3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.image-6.small-image, .image-7.small-image {
  display: none;
}

.text-block-4 {
  color: var(--darkgray);
  line-height: 1.5;
}

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

.icon-text {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  width: 36px;
}

.image-9 {
  width: 100%;
}

.event-step-card-wrapper {
  flex-direction: column;
  display: flex;
}

.image-10 {
  width: 100%;
}

._8-columns-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.body-2 {
  color: var(--white);
}

.padding-vertical-huge {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.header-image-wrapper {
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

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

.blue-span-2 {
  color: #1c6ef2;
}

.hero-header-components {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-xlarge {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  display: flex;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.primary-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1c6ef2;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.primary-button:hover {
  background-color: #0657da;
  border-color: #6941c6;
}

.primary-button:active {
  border: 1px solid #0657da;
}

.primary-button:focus {
  background-color: #0657da;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.primary-button.button-large {
  padding: 16px 24px;
  font-size: 1.125rem;
}

.primary-button.button-large:hover {
  border: 1px #0657da;
}

.big-header {
  color: #14131b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.25;
}

.space-large {
  width: 100%;
  min-height: 3rem;
}

.hero-section-2 {
  width: 100%;
  min-height: 76rem;
  max-height: 90%;
  padding-top: 4rem;
}

.hero-section-2.without-trusted-company {
  min-height: 0;
  max-height: none;
  padding-top: 0;
}

.get-support-block-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-xlarge {
  color: #565565;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-xlarge.middle {
  text-align: center;
}

.text-size-xlarge.middle.small-width {
  max-width: 60%;
}

.space-small {
  width: 100%;
  min-height: 1.5rem;
}

.hero-header-image {
  object-fit: cover;
  background-color: #fbfbfb;
  width: 100%;
  height: 44rem;
}

.hero-header-image.chat-messaging {
  height: auto;
}

.buttons-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttons-row.is-reverse-mobile-landscape.middle {
  justify-content: center;
  align-items: center;
}

.blue-span-3 {
  color: #1c6ef2;
}

.hero-section-3 {
  width: 100%;
  min-height: 76rem;
  max-height: 90%;
  padding-top: 4rem;
}

.hero-section-3.without-trusted-company {
  min-height: 0;
  max-height: none;
}

.testimonial-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  margin-top: 0;
  margin-bottom: 0;
}

.medium-header {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1.35;
}

.medium-header.middle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.blue-span-4 {
  color: #1c6ef2;
}

.normal-text-2 {
  color: #565565;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.normal-text-2.middle {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 120px;
  height: 120px;
  margin-right: 0;
}

.author-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

._12-columns-grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

._12-columns-grid-2.people-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

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

.big-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

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

.people-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.small-width-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.people-image {
  width: 180px;
  max-width: none;
}

.header-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.header-small.middle {
  text-align: center;
}

.people-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonial-card {
  text-align: center;
  background-color: #0000;
}

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

.navigation-links {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.navigation-link-text {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

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

.navigation-link-text.white:hover {
  color: var(--line);
}

.link-block-3, .navigation-link-block {
  text-decoration: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  background-color: #1c6ef2;
  border-radius: 8px;
  padding: 20px 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #164faa;
}

.button-primary:active {
  background-color: #43464d;
}

.a-header-dashboard {
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-header-play {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-button-video {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-h1-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary, .a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-header {
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.a-header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.a-header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: var(--alley-component-library--gray--500);
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.a-margin-bottom-49 {
  margin-bottom: 48px;
}

.a-header-content {
  color: var(--alley-component-library--gray--700);
  max-width: 500px;
}

.a-header-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.a-header-section {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

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

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.navigation-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.navigation-link:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.navigation-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.navigation-link.lowkey-button {
  background-color: var(--blue);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  transition: background-color .2s, opacity .15s;
}

.navigation-link.lowkey-button:hover {
  opacity: 1;
  color: var(--spark-library--white);
  background-color: #1452b8;
}

.navigation-link.lowkey-button.w--current {
  color: var(--spark-library--white);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.logo {
  z-index: 2;
  padding-left: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.navbar {
  z-index: 99;
  border: 1px solid var(--line);
  background-color: var(--spark-library--white);
  border-radius: 999px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 8px;
  position: sticky;
  top: 32px;
}

.navbar.spark-absolute-positioned-navbar {
  background-color: var(--white);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 8px;
  position: absolute;
  inset: 32px 0% auto;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section.spark-light-background {
  background-color: var(--spark-library--background--interactive);
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.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: 260px;
  display: flex;
}

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

.promo-pop-up {
  border: 1px solid var(--line);
  background-color: var(--tertiarybg);
  max-width: 400px;
  padding: 28px 24px 24px;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.pop-up-container {
  position: relative;
}

.promo-text {
  color: var(--black);
  font-size: 16px;
  line-height: 1.5;
}

.promo-cancel-button-wrapper {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.promo-cta {
  grid-column-gap: 8px;
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  text-decoration: none;
}

.promo-cta-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.promo-cta-icon {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1280px) {
  .normal-text {
    text-align: left;
  }

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

  .image-text-container {
    padding-left: 42px;
    padding-right: 42px;
  }

  .grid-item-text {
    grid-row-gap: 6px;
  }

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

  .navbar {
    width: auto;
    max-width: 720px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/hero-bg-6.jpg');
    height: 97vh;
    min-height: 0;
    max-height: none;
  }

  ._12-columns-grid.pin-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
  }

  .hero-text-container {
    bottom: 15%;
  }

  .padding-global {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .hero-details-wrapper {
    grid-row-gap: 36px;
  }

  .hero-heading {
    text-align: left;
    font-size: 12rem;
    line-height: 140px;
  }

  .text-span {
    font-size: 9.5rem;
  }

  .hero-description {
    max-width: 720px;
    font-size: 1.2rem;
    line-height: 32px;
  }

  .hero-text-wrapper {
    grid-row-gap: 32px;
  }

  .button-image {
    height: 50px;
  }

  .section.lowkey-sdk-section {
    background-image: url('../images/lowkeySDK-2.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .medium-title {
    max-width: 1080px;
    font-size: 80px;
    line-height: 1.15;
  }

  .fade-in-container {
    grid-row-gap: 0rem;
    align-items: center;
    display: block;
  }

  .fade-in-container.speak-free-block {
    display: flex;
  }

  .intro-section-wrapper {
    grid-row-gap: 8rem;
  }

  .feature-block-container {
    grid-row-gap: 4rem;
  }

  .big-title {
    max-width: 800px;
  }

  .feature-description {
    max-width: 700px;
  }

  .card-text-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .small-title {
    font-size: 1.8rem;
  }

  .small-title.event-step-card-title {
    width: 100%;
  }

  .normal-text {
    text-align: left;
    max-width: 400px;
  }

  .normal-text.sdk-normal-text {
    max-width: 630px;
  }

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

  .image-2 {
    grid-row-gap: 1.5rem;
    display: flex;
  }

  .intro-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 120px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brand-logos-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .grid-item {
    outline-color: var(--line);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
  }

  .image-text-container {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 48px 0;
    display: flex;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .grid-item-text {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .paragraph {
    display: flex;
  }

  .image-3 {
    background-color: var(--secondarybg);
    border-radius: 12px;
    width: 8.5rem;
    height: auto;
    padding: 1.5rem;
  }

  .event-step-card {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .people-title {
    justify-content: center;
    display: flex;
  }

  .white-button-wrapper {
    width: 240px;
  }

  .lowkey-sdk-wrapper {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .footer-column.last-footer-column {
    grid-row-gap: 1.5rem;
  }

  .image-6, .image-7 {
    width: 100%;
  }

  .primary-button {
    padding: 16px 24px;
  }

  .primary-button.button-large {
    padding: 18px 28px;
  }

  .big-header {
    font-size: 68px;
  }

  .hero-section-2 {
    min-height: 0;
    max-height: none;
  }

  .hero-header-image.chat-messaging {
    height: auto;
  }

  .hero-section-3 {
    min-height: 0;
    max-height: none;
  }

  .medium-header {
    font-size: 56px;
  }

  .small-width-container {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-link-text {
    font-size: 16px;
  }

  .navigation-link-text.white {
    text-decoration: none;
  }

  .navigation-link-text.white:hover {
    color: var(--line);
  }

  .navigation-link-block:hover {
    color: var(--tertiarybg);
  }

  .navigation-link:hover {
    color: var(--blue);
  }

  .navbar {
    width: auto;
    max-width: 720px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: url('../images/ipad-hero.jpg');
    max-height: 940px;
  }

  ._12-columns-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-wrapper {
    width: 120px;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-heading {
    font-size: 6rem;
    line-height: 72px;
  }

  .text-span {
    font-size: 4.8rem;
    line-height: 50px;
  }

  .hero-description {
    max-width: 100%;
  }

  .section.lowkey-sdk-section {
    background-image: url('../images/lowkeySDK-ipad.jpg');
  }

  .medium-title {
    font-size: 3rem;
  }

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

  .brand-logo-image {
    width: 100%;
    height: auto;
  }

  .feature-block-container {
    grid-row-gap: 3.5rem;
  }

  .big-title {
    font-size: 3.5rem;
    line-height: 1;
  }

  .feature-description {
    width: 100%;
    max-width: none;
  }

  .normal-text.sdk-normal-text {
    max-width: none;
  }

  .intro-text-wrapper {
    grid-row-gap: 60px;
  }

  .brand-logos-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .event-step-card.first-step-card, .event-step-card.second-step-card {
    border-bottom: 1px solid var(--line);
    border-right-style: none;
  }

  .text-block-2, .button-text {
    font-size: 1rem;
  }

  .white-button-wrapper {
    width: 200px;
  }

  .button-wrapper {
    grid-column-gap: 8px;
  }

  .lowkey-sdk-wrapper {
    padding-top: 140px;
    padding-bottom: 300px;
  }

  .footer-column, .footer-column.last-footer-column {
    grid-row-gap: 16px;
  }

  .footer-column.first-footer-column {
    grid-row-gap: 8px;
  }

  .text-block-3 {
    margin-top: 24px;
  }

  .event-step-card-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .padding-vertical-huge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-global-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .big-header {
    font-size: 56px;
  }

  .space-large {
    min-height: 2.5rem;
  }

  .text-size-xlarge.middle {
    font-size: 18px;
  }

  .text-size-xlarge.middle.small-width {
    max-width: 90%;
  }

  .hero-header-image.chat-messaging {
    height: auto;
  }

  .medium-header {
    font-size: 48px;
    line-height: 1.25;
  }

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

  ._12-columns-grid-2.people-grid {
    grid-row-gap: 4rem;
    grid-auto-flow: row;
    place-items: center;
  }

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

  .people-card {
    justify-content: flex-start;
    align-items: center;
  }

  .small-width-container {
    max-width: 96%;
  }

  .testimonial-card-content {
    max-width: 100%;
  }

  .people-image {
    width: 180px;
  }

  .header-small.middle.people-header {
    font-size: 28px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-image-grid {
    padding-left: 5%;
  }

  .a-header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .a-header-block {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-header-section {
    padding-bottom: 0;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .line-3.simple-line {
    background-color: var(--black);
    border-radius: 3px;
    width: 12.75px;
    height: 4px;
    margin-left: 0;
    left: 18px;
  }

  .line-2.simple-line {
    background-color: var(--black);
    border-radius: 3px;
    width: 24px;
    height: 4px;
  }

  .line-1.simple-line {
    background-color: var(--black);
    border-radius: 2px;
    width: 24px;
    height: 4px;
  }

  .simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .simple-menu-button.w--open {
    background-color: #0000;
  }

  .navigation-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .navigation-link.lowkey-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nav-menu {
    z-index: 99;
    border: 1px solid var(--line);
    background-color: var(--spark-library--white);
    border-radius: 16px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
  }

  .nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .navbar-container {
    padding: 0;
  }

  .navbar {
    padding-left: 32px;
    padding-right: 16px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: url('../images/hero-phone.jpg');
    max-height: 960px;
  }

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

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    letter-spacing: -3px;
    font-size: 5rem;
    line-height: 58px;
  }

  .text-span {
    font-size: 3.9rem;
    line-height: 30px;
  }

  .button-image {
    height: 50px;
  }

  .section {
    margin-top: 10rem;
  }

  .section.lowkey-sdk-section {
    background-image: url('../images/lowkeySDK-iphone.jpg');
  }

  .medium-title {
    font-size: 2rem;
    line-height: 1.1;
  }

  .intro-section-wrapper {
    grid-row-gap: 3rem;
  }

  .brand-logos {
    grid-column-gap: 56px;
  }

  .brand-logo-wrapper {
    width: auto;
    height: auto;
  }

  .feature-block-container {
    grid-row-gap: 2.5rem;
  }

  .feature-text-wrapper {
    grid-row-gap: 16px;
  }

  .big-title {
    font-size: 3.2rem;
    line-height: 1.1;
  }

  .big-title.sdk-big-title {
    font-size: 2.4rem;
  }

  .feature-description {
    font-size: 1rem;
  }

  .card-container {
    grid-row-gap: 0px;
  }

  .card-text-container {
    grid-row-gap: 8px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .small-title {
    font-size: 1.4rem;
  }

  .small-title.event-step-card-title {
    width: auto;
  }

  .intro-text-wrapper {
    grid-row-gap: 36px;
  }

  .image-text-container {
    padding: 2rem 1.5rem 0;
  }

  .image-3 {
    width: auto;
  }

  .event-step-card.first-step-card {
    grid-row-gap: 24px;
  }

  .number-badge {
    width: 3.5rem;
    height: 3.5rem;
  }

  .number-badge-text {
    font-size: 1.5rem;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .lowkey-sdk-wrapper {
    grid-row-gap: 32px;
  }

  .footer {
    padding-top: 5rem;
  }

  .image-6 {
    display: none;
  }

  .image-6.small-image {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .image-7.small-image {
    display: block;
  }

  .event-step-card-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .padding-vertical-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .primary-button {
    font-size: 1rem;
  }

  .primary-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .big-header {
    font-size: 52px;
  }

  .space-large {
    min-height: 2rem;
  }

  .button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .space-small {
    min-height: 1.25rem;
  }

  .hero-header-image {
    max-width: none;
    height: 22rem;
  }

  .hero-header-image.chat-messaging {
    height: 360px;
  }

  .buttons-row {
    align-self: stretch;
  }

  .buttons-row.is-reverse-mobile-landscape {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
  }

  .medium-header {
    font-size: 36px;
  }

  .medium-header.middle {
    font-size: 40px;
  }

  .normal-text-2 {
    font-size: 14px;
  }

  ._12-columns-grid-2.people-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    display: inline-grid;
  }

  .big-text.middle {
    font-size: 16px;
  }

  .people-image {
    width: 160px;
  }

  .header-small.middle, .header-small.middle.people-header {
    font-size: 24px;
  }

  .navigation-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-section-header {
    padding-top: 72px;
  }

  .a-header-image-grid {
    margin-top: 20px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

  .a-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side, .spark-container {
    width: 100%;
  }

  .navigation-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

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

  .navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 12px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.spark-light-background {
    padding-top: 128px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 0 20%;
    max-height: 680px;
  }

  .navigation {
    padding-top: 24px;
    padding-bottom: 0;
  }

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

  .logo-wrapper {
    width: 120px;
  }

  .hero-text-container {
    bottom: 8%;
  }

  .hero-heading {
    letter-spacing: -1px;
    font-size: 3.5rem;
    line-height: 44px;
  }

  .text-span {
    font-size: 2.8rem;
    line-height: 20px;
  }

  .hero-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-image.hero-button {
    height: 44px;
  }

  .section {
    margin-top: 0;
  }

  .medium-title {
    font-size: 1.8rem;
    line-height: 1.15;
  }

  .brand-logos {
    grid-column-gap: 36px;
  }

  .feature-block-container {
    grid-row-gap: 3rem;
  }

  .big-title {
    font-size: 2.7rem;
    line-height: 1.15;
  }

  .big-title.sdk-big-title {
    font-size: 2rem;
  }

  .feature-description {
    font-size: 14px;
  }

  .card-text-container {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .normal-text {
    font-size: 14px;
  }

  .image-text-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px 16px 0;
  }

  .image-3 {
    padding: 10px;
  }

  .event-step-card {
    padding-left: 0;
    padding-right: 0;
  }

  .event-step-card.first-step-card, .event-step-card.second-step-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-badge {
    width: 44px;
    height: 44px;
  }

  .number-badge-text {
    font-size: 1.2rem;
  }

  .event-step-details {
    grid-row-gap: 8px;
  }

  .white-button-wrapper {
    width: 188px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lowkey-sdk-wrapper {
    padding-top: 120px;
    padding-bottom: 280px;
  }

  .anchor-link, .text-block-3 {
    font-size: 14px;
  }

  .image-6 {
    display: none;
  }

  .image-6.small-image {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .image-7.small-image {
    display: block;
  }

  .icon-text {
    grid-column-gap: 8px;
  }

  .icon-wrapper {
    width: 24px;
  }

  .event-step-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-huge {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .header-image-wrapper {
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .padding-global-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-header-components {
    flex-flow: column-reverse;
  }

  .primary-button.button-large {
    font-size: 1rem;
  }

  .primary-button.button-large:hover {
    background-color: #0657da;
  }

  .big-header {
    font-size: 36px;
  }

  .hero-section-2 {
    min-height: 0;
    padding-top: 0;
  }

  .button-wrapper-2.max-width-full-mobile-landscape {
    flex-flow: column;
  }

  .text-size-xlarge.middle {
    font-size: 1rem;
  }

  .text-size-xlarge.middle.small-width {
    max-width: 100%;
  }

  .hero-header-image {
    height: 15rem;
  }

  .hero-header-image.chat-messaging {
    height: 280px;
  }

  .buttons-row.is-reverse-mobile-landscape {
    flex-flow: column;
  }

  .hero-section-3 {
    min-height: 0;
    padding-top: 0;
  }

  .testimonial-info {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-author-name {
    font-size: 18px;
    line-height: 1.5;
  }

  .medium-header, .medium-header.middle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .testimonial-image.centered {
    width: 80px;
    height: 80px;
  }

  ._12-columns-grid-2.people-grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

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

  .big-text.middle {
    font-size: 16px;
  }

  .people-card {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .small-width-container {
    max-width: 100%;
  }

  .people-image {
    width: 120px;
  }

  .header-small {
    font-size: 20px;
  }

  .people-details {
    width: 100%;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .a-header-image-grid {
    grid-column-gap: 12px;
  }

  .a-header-image-block {
    height: 320px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .line-3.simple-line, .line-2.simple-line, .line-1.simple-line {
    background-color: var(--black);
    border-radius: 20px;
    height: 3px;
  }

  .simple-menu-button {
    color: var(--black);
    padding-left: 0;
  }

  .navigation-link {
    margin-bottom: .5rem;
  }

  .nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .navbar-container {
    padding: 0 8px 0 12px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }
}

#w-node-_9e8d083b-6c13-df78-9a35-da918748aa6e-d33d1c76 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_51308824-ff67-11b7-e650-3605bd1cfdc0-d33d1c76 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b2b2361d-8373-b5f4-d91c-2eb6a35eee76-d33d1c76 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f53775eb-7e69-6ad9-7204-251d3d9e207d-d33d1c76, #w-node-_5af19804-49bd-1d5e-8dba-680e7a635624-d33d1c76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c594d16-2e00-9947-6dd1-559fb4c183f8-d33d1c76 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1bc95049-8a96-9509-c2ff-18c0af5a75f4-d33d1c76 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c880447f-af10-04c7-c548-4724b6df67ea-d33d1c76 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_87811922-b862-5a67-40cf-bbbeddee1454-d33d1c76 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_9258e68f-58e0-06b4-cc9c-594664322e2e-d33d1c76 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_2af5c3e6-8c40-2434-6281-5934e65cbcd9-d33d1c76 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-bff11cab-4edd-2b8f-e224-577ece9caaca-d33d1c76 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_801165c5-da23-6b8d-9a59-21a1af0664d8-d33d1c76 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-f3e39ec5-2b73-5eaf-ae7d-277c0ce614f0-d33d1c76 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_6a2daf40-e312-8d36-c4a9-b5f9fa4918e3-d33d1c76 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e3a752d7-2b66-023a-1eef-07b9324f0f60-d33d1c76, #w-node-_5c68f1c3-4751-e4cc-235b-8648ae132452-d33d1c76 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e655c367-aced-7cd6-6489-e2be4b7d0632-d33d1c76 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4b8d8887-5fc7-6423-b354-840677a6197f-d33d1c76 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-d09a2240-ea96-ba19-afbd-d47237ecd1c7-d33d1c76 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d09a2240-ea96-ba19-afbd-d47237ecd1c8-d33d1c76 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d09a2240-ea96-ba19-afbd-d47237ecd1cb-d33d1c76 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_4aaff2b3-c21b-1b24-f6d4-0e8150df3178-d33d1c76 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_4aaff2b3-c21b-1b24-f6d4-0e8150df3179-d33d1c76 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4aaff2b3-c21b-1b24-f6d4-0e8150df317c-d33d1c76 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_7fb42a00-cfb5-ca4b-54eb-85dfe8262a79-d33d1c76 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-f0f8987d-c321-aa3b-51e9-236101295118-d33d1c76 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6d289326-6190-feb4-782f-67c7dfea0f4f-d33d1c76 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c9ce1546-ccfb-15fe-7a4d-ae05c6005a91-d33d1c76 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-_81fa6317-13fb-b102-1d64-b56d52e875ac-d33d1c76 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_81fa6317-13fb-b102-1d64-b56d52e875ad-d33d1c76 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_81fa6317-13fb-b102-1d64-b56d52e875b1-d33d1c76 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_81fa6317-13fb-b102-1d64-b56d52e875b6-d33d1c76 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_81fa6317-13fb-b102-1d64-b56d52e875bd-d33d1c76 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_81fa6317-13fb-b102-1d64-b56d52e875c2-d33d1c76 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-c4db6e4f-1abb-44d7-9cb4-76887de48701-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48708-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4870f-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48716-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4871d-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48724-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4872b-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48732-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48739-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48740-e796e9e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8996236b-35a1-178b-7319-45b8adf8eeef-e796e9e4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8996236b-35a1-178b-7319-45b8adf8eef0-e796e9e4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8996236b-35a1-178b-7319-45b8adf8eef4-e796e9e4 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_8996236b-35a1-178b-7319-45b8adf8eef7-e796e9e4 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_8996236b-35a1-178b-7319-45b8adf8eefe-e796e9e4 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_8996236b-35a1-178b-7319-45b8adf8ef03-e796e9e4 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-c02fd9a1-537a-5a5c-44a5-84943bb73300-4703a487 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c02fd9a1-537a-5a5c-44a5-84943bb73301-4703a487 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c02fd9a1-537a-5a5c-44a5-84943bb73305-4703a487 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-c02fd9a1-537a-5a5c-44a5-84943bb7330a-4703a487 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-c02fd9a1-537a-5a5c-44a5-84943bb73311-4703a487 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-c02fd9a1-537a-5a5c-44a5-84943bb73316-4703a487 {
  grid-area: 1 / 10 / 2 / 13;
}

@media screen and (min-width: 1920px) {
  #w-node-_9e8d083b-6c13-df78-9a35-da918748aa6e-d33d1c76 {
    grid-column-start: 2;
  }

  #w-node-_51308824-ff67-11b7-e650-3605bd1cfdc0-d33d1c76, #w-node-_3c594d16-2e00-9947-6dd1-559fb4c183f8-d33d1c76, #w-node-_9258e68f-58e0-06b4-cc9c-594664322e2e-d33d1c76 {
    grid-column: 3 / 11;
  }

  #w-node-_2af5c3e6-8c40-2434-6281-5934e65cbcd9-d33d1c76 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-bff11cab-4edd-2b8f-e224-577ece9caaca-d33d1c76 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_801165c5-da23-6b8d-9a59-21a1af0664d8-d33d1c76 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f3e39ec5-2b73-5eaf-ae7d-277c0ce614f0-d33d1c76 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-_6a2daf40-e312-8d36-c4a9-b5f9fa4918e3-d33d1c76, #w-node-c9ce1546-ccfb-15fe-7a4d-ae05c6005a91-d33d1c76 {
    grid-column: 3 / 11;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9e8d083b-6c13-df78-9a35-da918748aa6e-d33d1c76 {
    grid-column-start: 2;
  }

  #w-node-_51308824-ff67-11b7-e650-3605bd1cfdc0-d33d1c76, #w-node-_3c594d16-2e00-9947-6dd1-559fb4c183f8-d33d1c76 {
    grid-column: 2 / 10;
  }

  #w-node-_1bc95049-8a96-9509-c2ff-18c0af5a75f4-d33d1c76 {
    grid-column-end: 11;
  }

  #w-node-c880447f-af10-04c7-c548-4724b6df67ea-d33d1c76 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_87811922-b862-5a67-40cf-bbbeddee1454-d33d1c76 {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-_9258e68f-58e0-06b4-cc9c-594664322e2e-d33d1c76 {
    grid-column: 2 / 10;
  }

  #w-node-_2af5c3e6-8c40-2434-6281-5934e65cbcd9-d33d1c76 {
    grid-column-end: 11;
  }

  #w-node-bff11cab-4edd-2b8f-e224-577ece9caaca-d33d1c76 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_801165c5-da23-6b8d-9a59-21a1af0664d8-d33d1c76 {
    grid-row: 3 / 4;
    grid-column-end: 11;
  }

  #w-node-f3e39ec5-2b73-5eaf-ae7d-277c0ce614f0-d33d1c76 {
    grid-area: 4 / 1 / 5 / 11;
  }

  #w-node-_6a2daf40-e312-8d36-c4a9-b5f9fa4918e3-d33d1c76 {
    grid-column: 2 / 10;
  }

  #w-node-e3a752d7-2b66-023a-1eef-07b9324f0f60-d33d1c76 {
    grid-row: 2 / 3;
    grid-column-end: 11;
  }

  #w-node-_5c68f1c3-4751-e4cc-235b-8648ae132452-d33d1c76 {
    grid-column-end: 11;
  }

  #w-node-d09a2240-ea96-ba19-afbd-d47237ecd1c7-d33d1c76 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-_4aaff2b3-c21b-1b24-f6d4-0e8150df3178-d33d1c76 {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-_7fb42a00-cfb5-ca4b-54eb-85dfe8262a79-d33d1c76, #w-node-f0f8987d-c321-aa3b-51e9-236101295118-d33d1c76 {
    grid-column: 1 / 11;
  }

  #w-node-_6d289326-6190-feb4-782f-67c7dfea0f4f-d33d1c76, #w-node-c9ce1546-ccfb-15fe-7a4d-ae05c6005a91-d33d1c76 {
    grid-column: 2 / 10;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875ac-d33d1c76 {
    grid-column: 1 / 11;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875b1-d33d1c76 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875b6-d33d1c76 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875bd-d33d1c76 {
    grid-area: 2 / 7 / 3 / 11;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875c2-d33d1c76 {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4872b-e796e9e4 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48732-e796e9e4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48739-e796e9e4 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48740-e796e9e4 {
    grid-row: 4 / 5;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eeef-e796e9e4 {
    grid-column: 1 / 11;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eef4-e796e9e4 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eef7-e796e9e4 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eefe-e796e9e4 {
    grid-area: 2 / 7 / 3 / 11;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8ef03-e796e9e4 {
    grid-area: 3 / 1 / 4 / 11;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73300-4703a487 {
    grid-column: 1 / 11;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73305-4703a487 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb7330a-4703a487 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73311-4703a487 {
    grid-area: 2 / 7 / 3 / 11;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73316-4703a487 {
    grid-area: 3 / 1 / 4 / 11;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e8d083b-6c13-df78-9a35-da918748aa6e-d33d1c76 {
    grid-column-start: 1;
  }

  #w-node-_51308824-ff67-11b7-e650-3605bd1cfdc0-d33d1c76, #w-node-_3c594d16-2e00-9947-6dd1-559fb4c183f8-d33d1c76, #w-node-_9258e68f-58e0-06b4-cc9c-594664322e2e-d33d1c76 {
    grid-column: 1 / 9;
  }

  #w-node-_2af5c3e6-8c40-2434-6281-5934e65cbcd9-d33d1c76, #w-node-bff11cab-4edd-2b8f-e224-577ece9caaca-d33d1c76, #w-node-_801165c5-da23-6b8d-9a59-21a1af0664d8-d33d1c76, #w-node-f3e39ec5-2b73-5eaf-ae7d-277c0ce614f0-d33d1c76 {
    grid-column-end: 9;
  }

  #w-node-_6a2daf40-e312-8d36-c4a9-b5f9fa4918e3-d33d1c76 {
    grid-column: 1 / 9;
  }

  #w-node-e3a752d7-2b66-023a-1eef-07b9324f0f60-d33d1c76, #w-node-_7fb42a00-cfb5-ca4b-54eb-85dfe8262a79-d33d1c76, #w-node-f0f8987d-c321-aa3b-51e9-236101295118-d33d1c76 {
    grid-column-end: 9;
  }

  #w-node-_6d289326-6190-feb4-782f-67c7dfea0f4f-d33d1c76 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-c9ce1546-ccfb-15fe-7a4d-ae05c6005a91-d33d1c76 {
    grid-column: 1 / 9;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875ac-d33d1c76, #w-node-_81fa6317-13fb-b102-1d64-b56d52e875b1-d33d1c76 {
    grid-column-end: 9;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875b6-d33d1c76 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875bd-d33d1c76 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875c2-d33d1c76 {
    grid-row: 4 / 5;
    grid-column-end: 9;
  }

  #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4872b-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48732-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48739-e796e9e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eeef-e796e9e4, #w-node-_8996236b-35a1-178b-7319-45b8adf8eef4-e796e9e4 {
    grid-column-end: 9;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eef7-e796e9e4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eefe-e796e9e4 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8ef03-e796e9e4 {
    grid-row: 4 / 5;
    grid-column-end: 9;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73300-4703a487, #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73305-4703a487 {
    grid-column-end: 9;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb7330a-4703a487 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73311-4703a487 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73316-4703a487 {
    grid-row: 4 / 5;
    grid-column-end: 9;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e8d083b-6c13-df78-9a35-da918748aa6e-d33d1c76, #w-node-_3c594d16-2e00-9947-6dd1-559fb4c183f8-d33d1c76, #w-node-_1bc95049-8a96-9509-c2ff-18c0af5a75f4-d33d1c76, #w-node-c880447f-af10-04c7-c548-4724b6df67ea-d33d1c76, #w-node-_87811922-b862-5a67-40cf-bbbeddee1454-d33d1c76, #w-node-_2af5c3e6-8c40-2434-6281-5934e65cbcd9-d33d1c76, #w-node-bff11cab-4edd-2b8f-e224-577ece9caaca-d33d1c76, #w-node-_801165c5-da23-6b8d-9a59-21a1af0664d8-d33d1c76, #w-node-f3e39ec5-2b73-5eaf-ae7d-277c0ce614f0-d33d1c76 {
    grid-column-end: 5;
  }

  #w-node-e3a752d7-2b66-023a-1eef-07b9324f0f60-d33d1c76 {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-e655c367-aced-7cd6-6489-e2be4b7d0632-d33d1c76 {
    grid-column-end: 3;
  }

  #w-node-_4b8d8887-5fc7-6423-b354-840677a6197f-d33d1c76 {
    grid-column: 3 / 9;
  }

  #w-node-_7fb42a00-cfb5-ca4b-54eb-85dfe8262a79-d33d1c76 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875bd-d33d1c76 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_81fa6317-13fb-b102-1d64-b56d52e875c2-d33d1c76 {
    grid-row: 5 / 6;
  }

  #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48701-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48708-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4870f-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48716-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4871d-e796e9e4 {
    grid-column-end: 9;
  }

  #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48724-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de4872b-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48732-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48739-e796e9e4, #w-node-c4db6e4f-1abb-44d7-9cb4-76887de48740-e796e9e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8eefe-e796e9e4 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_8996236b-35a1-178b-7319-45b8adf8ef03-e796e9e4 {
    grid-row: 5 / 6;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73311-4703a487 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-c02fd9a1-537a-5a5c-44a5-84943bb73316-4703a487 {
    grid-row: 5 / 6;
  }
}


