.landing-page[data-v-2c1532d7] {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  background-color: var(--primary-bg-color);
  --width-x: 1000px;
  --padding-x: 2rem;
}
.landing-page > div.hero[data-v-2c1532d7] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding: 0 var(--padding-x);
  background-image: url("/images/landing/hero.png");
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  max-height: 1400px;
  margin-bottom: -60px;
}
@media (min-width: 992px) {
.landing-page > div.hero[data-v-2c1532d7] {
    min-height: calc(100dvh - 250px);
}
}
.landing-page > div.hero[data-v-2c1532d7]:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  content: "";
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.landing-page > div.hero > *[data-v-2c1532d7] {
  position: relative;
  z-index: 3;
}
.landing-page > div.hero[data-v-2c1532d7]:after {
  position: absolute;
  height: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--primary-bg-color) 80%);
}
.landing-page > div.hero > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 5rem;
  width: 100%;
  max-width: var(--width-x);
}
.landing-page > div.hero > div > h1[data-v-2c1532d7] {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.hero > div > h1[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.hero > div > div.request-demo[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.landing-page > div.hero > div > div.request-demo > div.text[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
}
.landing-page > div.hero > div > div.request-demo > div.text > h2[data-v-2c1532d7] {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.hero > div > div.request-demo > div.text > div.description[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.hero > div > div.request-demo > div.action[data-v-2c1532d7] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 425px;
  height: 60px;
}
.landing-page > div.hero > div > div.request-demo > div.inner[data-v-2c1532d7] {
  position: relative;
  display: flex;
  justify-content: flex-end;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  width: 100%;
  max-width: 425px;
  height: 60px;
}
.landing-page > div.hero > div > div.request-demo > div.inner > input[data-v-2c1532d7] {
  position: absolute;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  outline-width: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 130px;
}
.landing-page > div.hero > div > div.request-demo > div.inner > button[data-v-2c1532d7] {
  position: relative;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  z-index: 2;
  background-color: var(--red-darker);
  border-color: rgba(0, 0, 0, 0.15);
}
.landing-page > div.usps[data-v-2c1532d7] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 500px;
  max-height: 1400px;
  z-index: 2;
}
@media (min-width: 992px) {
.landing-page > div.usps[data-v-2c1532d7] {
    min-height: calc(100dvh - 200px);
}
}
.landing-page > div.usps > div.image[data-v-2c1532d7] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 50px);
  height: 100%;
}
.landing-page > div.usps > div.image > img[data-v-2c1532d7] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.landing-page > div.usps > div.inner[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: var(--width-x);
  padding-left: var(--padding-x);
  padding-right: calc(var(--width-x) / 2 + 50px);
}
.landing-page > div.usps > div.inner > h2[data-v-2c1532d7] {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.usps > div.inner > h2[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.usps > div.inner > div.description[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.usps > div.inner > ul[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.landing-page > div.usps > div.inner > ul > li[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.landing-page > div.usps > div.inner > ul > li > .icon[data-v-2c1532d7] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, 1);
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.landing-page > div.usps > div.inner > ul > li > span[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (max-width: 991.98px) {
.landing-page > div.usps > div.image[data-v-2c1532d7] {
    display: none;
}
.landing-page > div.usps > div.inner[data-v-2c1532d7] {
    padding-right: 0;
}
}
.landing-page > div.integration[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.landing-page > div.integration > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: var(--width-x);
}
.landing-page > div.integration > div > h2[data-v-2c1532d7] {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.integration > div > h2[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.integration > div > div.description[data-v-2c1532d7] {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.integration > div > div.items[data-v-2c1532d7] {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem;
  gap: 3rem;
}
@media (min-width: 768px) {
.landing-page > div.integration > div > div.items[data-v-2c1532d7] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
.landing-page > div.integration > div > div.items > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  --icon-size: 50px;
}
.landing-page > div.integration > div > div.items > div > div.icon[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
}
.landing-page > div.integration > div > div.items > div > div.label[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.demo[data-v-2c1532d7] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(255, 255, 255, 0.035);
  padding: 0 var(--padding-x);
  min-height: 500px;
  max-height: 1400px;
  z-index: 2;
}
@media (min-width: 992px) {
.landing-page > div.demo[data-v-2c1532d7] {
    min-height: calc(100dvh - 200px);
}
}
.landing-page > div.demo > div.image[data-v-2c1532d7] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 50px);
  height: 100%;
}
.landing-page > div.demo > div.image > img[data-v-2c1532d7] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.landing-page > div.demo > div.inner[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: var(--width-x);
  padding-left: calc(var(--width-x) / 2);
}
.landing-page > div.demo > div.inner > h2[data-v-2c1532d7] {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.demo > div.inner > h2[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.demo > div.inner > div.description[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.demo > div.inner > ul[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.landing-page > div.demo > div.inner > ul > li[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.landing-page > div.demo > div.inner > ul > li > .icon[data-v-2c1532d7] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, 1);
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.landing-page > div.demo > div.inner > ul > li > span[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.demo > div.inner > div.request-demo[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.landing-page > div.demo > div.inner > div.request-demo > div.text[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
}
.landing-page > div.demo > div.inner > div.request-demo > div.text > h2[data-v-2c1532d7] {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.demo > div.inner > div.request-demo > div.text > div.description[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.demo > div.inner > div.request-demo > div.action[data-v-2c1532d7] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 425px;
  height: 60px;
}
.landing-page > div.demo > div.inner > div.request-demo > div.inner[data-v-2c1532d7] {
  position: relative;
  display: flex;
  justify-content: flex-end;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  width: 100%;
  max-width: 425px;
  height: 60px;
}
.landing-page > div.demo > div.inner > div.request-demo > div.inner > input[data-v-2c1532d7] {
  position: absolute;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  outline-width: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 130px;
}
.landing-page > div.demo > div.inner > div.request-demo > div.inner > button[data-v-2c1532d7] {
  position: relative;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  z-index: 2;
  background-color: var(--red-darker);
  border-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
.landing-page > div.demo > div.image[data-v-2c1532d7] {
    display: none;
}
.landing-page > div.demo > div.inner[data-v-2c1532d7] {
    padding-left: 0;
}
}
.landing-page > div.academy[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.landing-page > div.academy > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  width: 100%;
  max-width: var(--width-x);
}
.landing-page > div.academy > div > h2[data-v-2c1532d7] {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.academy > div > h2[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.academy > div > div.description[data-v-2c1532d7] {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.academy > div > div.items[data-v-2c1532d7] {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem;
  gap: 3rem;
}
@media (min-width: 768px) {
.landing-page > div.academy > div > div.items[data-v-2c1532d7] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
.landing-page > div.academy > div > div.items > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  --icon-size: 50px;
}
.landing-page > div.academy > div > div.items > div > div.icon[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
}
.landing-page > div.academy > div > div.items > div > div.label[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.academy > img[data-v-2c1532d7] {
  width: 100%;
}
.landing-page > div.analytics[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.landing-page > div.analytics > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  width: 100%;
  max-width: var(--width-x);
}
.landing-page > div.analytics > div > h2[data-v-2c1532d7] {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.analytics > div > h2[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.analytics > div > div.byline[data-v-2c1532d7] {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.analytics > div > div.description[data-v-2c1532d7] {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.analytics > div > div.image-wrapper[data-v-2c1532d7] {
  position: relative;
  margin-top: 1rem;
}
.landing-page > div.analytics > div > div.image-wrapper[data-v-2c1532d7]:after {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(28, 28, 35, 0.23) 0%, rgb(28, 28, 35) 100%);
}
.landing-page > div.analytics > div > div.image-wrapper > img[data-v-2c1532d7] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.landing-page > div.responsive[data-v-2c1532d7] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(255, 255, 255, 0.035);
  min-height: 500px;
  max-height: 1400px;
  z-index: 2;
}
@media (min-width: 992px) {
.landing-page > div.responsive[data-v-2c1532d7] {
    min-height: calc(100dvh - 200px);
}
}
.landing-page > div.responsive > div.image[data-v-2c1532d7] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 50px);
  height: 100%;
}
.landing-page > div.responsive > div.image > img[data-v-2c1532d7] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.landing-page > div.responsive > div.inner[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: var(--width-x);
  padding-left: var(--padding-x);
  padding-right: calc(var(--width-x) / 2 + 50px);
}
.landing-page > div.responsive > div.inner > div.tag[data-v-2c1532d7] {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}
.landing-page > div.responsive > div.inner > h2[data-v-2c1532d7] {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.responsive > div.inner > h2[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.responsive > div.inner > div.description[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.responsive > div.inner > div.items[data-v-2c1532d7] {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem;
  gap: 3rem;
}
@media (min-width: 768px) {
.landing-page > div.responsive > div.inner > div.items[data-v-2c1532d7] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
.landing-page > div.responsive > div.inner > div.items > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  --icon-size: 50px;
}
.landing-page > div.responsive > div.inner > div.items > div > div.icon[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
}
.landing-page > div.responsive > div.inner > div.items > div > div.label[data-v-2c1532d7] {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 11px;
}
@media (max-width: 991.98px) {
.landing-page > div.responsive > div.image[data-v-2c1532d7] {
    display: none;
}
.landing-page > div.responsive > div.inner[data-v-2c1532d7] {
    padding-right: 0;
}
}
.landing-page > div.video[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.landing-page > div.video > div[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  width: 100%;
  max-width: var(--width-x);
}
.landing-page > div.video > div > img[data-v-2c1532d7] {
  width: 100%;
}
.landing-page > div.plans[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.landing-page > div.plans > div.text[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: var(--width-x);
}
.landing-page > div.plans > div.text > h2[data-v-2c1532d7] {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.plans > div.text > h2[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page > div.plans > div.text > div.description[data-v-2c1532d7] {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.plans > div.divider[data-v-2c1532d7] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.landing-page > div.plans > div.main.box[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 2.5rem;
}
@media (min-width: 1024px) {
.landing-page > div.plans > div.main.box[data-v-2c1532d7] {
    padding: 5rem;
}
}
.landing-page > div.plans > div.main.box[data-v-2c1532d7] {
  width: 100%;
  max-width: var(--width-x);
  background-color: rgba(255, 255, 255, 0.05);
}
.landing-page > div.plans > div.main.box > h3[data-v-2c1532d7] {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page > div.plans > div.main.box > h3[data-v-2c1532d7] {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
}
}
.landing-page > div.plans > div.main.box > div.groups[data-v-2c1532d7] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-end;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
.landing-page > div.plans > div.main.box > div.groups[data-v-2c1532d7] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (min-width: 1280px) {
.landing-page > div.plans > div.main.box > div.groups[data-v-2c1532d7] {
    gap: 1rem;
}
}
.landing-page > div.plans > div.main.box > div.groups > *[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {
.landing-page > div.plans > div.main.box > div.groups > *[data-v-2c1532d7] {
    align-items: center;
}
}
.landing-page > div.plans > div.main.box > div.action[data-v-2c1532d7] {
  display: flex;
  justify-content: center;
}
.landing-page > div.plans > div.main.box > div.action .form-button[data-v-2c1532d7] {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (min-width: 1024px) {
.landing-page > div.plans > div.main.box > div.action .form-button[data-v-2c1532d7] {
    width: auto;
}
}
.landing-page > div.plans > div.addons[data-v-2c1532d7] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
.landing-page > div.plans > div.addons[data-v-2c1532d7] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 1024px) {
.landing-page > div.plans > div.addons[data-v-2c1532d7] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.landing-page > div.plans > div.addons[data-v-2c1532d7] {
  width: 100%;
  max-width: var(--width-x);
}
.landing-page > div.plans > div.addons > div.box[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.landing-page > div.plans > div.addons > div.box > h3[data-v-2c1532d7] {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.plans > div.addons > div.box > div.description[data-v-2c1532d7] {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
.landing-page > div.plans > div.addons > div.box > div.group[data-v-2c1532d7] {
  margin-top: 1rem;
}
.landing-page > div.plans div.box[data-v-2c1532d7] {
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.035);
}
.landing-page > div.plans div.box div.group[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.landing-page > div.plans div.box div.group > div.label[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page > div.plans div.box div.group > ul[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.landing-page > div.plans div.box div.group > ul > li[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.landing-page > div.plans div.box div.group > ul > li > .icon[data-v-2c1532d7] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, 1);
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.landing-page > div.plans div.box div.group > ul > li > span[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page .faq[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.landing-page .faq > div[data-v-2c1532d7] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: var(--width-x);
}
.landing-page .faq > div > h2[data-v-2c1532d7],
.landing-page .faq > div > h3[data-v-2c1532d7] {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
.landing-page .faq > div > h2[data-v-2c1532d7],
.landing-page .faq > div > h3[data-v-2c1532d7] {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.landing-page .faq > div > div.items[data-v-2c1532d7] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}
.landing-page .faq > div > div.items > div[data-v-2c1532d7] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.landing-page .faq > div > div.items > div[data-v-2c1532d7]:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}
.landing-page .faq > div > div.items > div > div.question[data-v-2c1532d7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
}
.landing-page .faq > div > div.items > div > div.question[data-v-2c1532d7]:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page .faq > div > div.items > div > div.question > span[data-v-2c1532d7] {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
.landing-page .faq > div > div.items > div > div.question > span[data-v-2c1532d7] {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
}
.landing-page .faq > div > div.items > div > div.question > i[data-v-2c1532d7] {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.landing-page .faq > div > div.items > div > div.answer[data-v-2c1532d7] {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  padding-top: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.landing-page .faq > div > div.items > div > div.answer[data-v-2c1532d7] p {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.landing-page .faq > div > div.items > div > div.answer[data-v-2c1532d7] p strong {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.landing-page .faq > div > div.items > div.active > div.answer[data-v-2c1532d7] {
  display: flex;
}
