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

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

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

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

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

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

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

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

:root {
  --base--background: #070707;
  --neutral--400: #6a6a6b;
  --base--white: #fff;
  --radius--40px: 40px;
  --white--12: #ffffff1f;
  --white--8: #ffffff14;
  --white--2: #ffffff05;
  --white--80: #fffc;
  --neutral--500: #424243;
  --neutral--600: #303031;
  --neutral--700: #252527;
  --neutral--800: #1b1b1d;
  --neutral--900: #161618;
  --base--black: black;
  --neutral--300: #a6a6a6;
  --white--6: #ffffff0f;
  --white--10: #ffffff1a;
  --white--64: #ffffffa3;
  --radius--24px: 24px;
  --white--4: #ffffff0a;
  --radius--8px: 8px;
  --white--1: #ffffff03;
  --radius--12px: 12px;
  --radius--20px: 20px;
  --white--16: #ffffff29;
  --black--48: #0000007a;
  --radius--6px: 6px;
  --white--20: #fff3;
  --yellow--250: #fce48d;
  --purple--250: #b98dfc;
  --white--24: #ffffff3d;
  --black--2: #00000005;
  --black--72: #000000b8;
  --radius--16px: 16px;
  --black--64: #000000a3;
  --black--80: #000c;
  --black--4: #0000000a;
  --black--10: #0000001a;
  --black--40: #0006;
  --black--6: #0000000f;
  --black--12: #0000001f;
  --black--1: #00000003;
  --black--20: #0003;
  --black--24: #0000003d;
  --black--32: #00000052;
  --black--8: #00000014;
  --black--36: #0000005c;
  --black--56: #0000008f;
  --black--16: #00000029;
  --blue--500: #2e4d52;
  --blue--750: #5c9ba3;
  --blue--1000: #8deffc;
  --blue--250: #18282a;
  --gray--100: #fafafa;
  --green--750: #2e5234;
  --green--500: #5ca367;
  --green--1000: #182a1b;
  --green--250: #8dfc9d;
  --pink--750: #522e4a;
  --pink--500: #a35c94;
  --pink--250: #fc8de4;
  --pink--1000: #2a1826;
  --purple--1000: #1f182a;
  --purple--500: #785ca3;
  --purple--750: #3c2e52;
  --radius--10px: 10px;
  --radius--4px: 4px;
  --radius--32px: 32px;
  --white--36: #ffffff5c;
  --white--40: #fff6;
  --white--32: #ffffff52;
  --white--48: #ffffff7a;
  --white--56: #ffffff8f;
  --white--72: #ffffffb8;
  --yellow--500: #a3945c;
  --yellow--750: #51492f;
  --yellow--1000: #2a2618;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--base--background);
  color: var(--neutral--400);
  background-image: url('../images/Stars.avif');
  background-position: 0 0;
  background-size: 1440px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  color: var(--base--white);
  letter-spacing: -.22px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: var(--base--white);
  letter-spacing: -.19px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--base--white);
  letter-spacing: -.17px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--base--white);
  letter-spacing: -.17px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  color: var(--base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  color: var(--base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 32px;
}

ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-regular {
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.8px;
  line-height: 1.7;
}

.paragraph-regular._3 {
  margin-bottom: 40px;
}

.template-typography-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(180deg, var(--white--8), #8e78b014);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}

.button-primary:hover {
  background-color: var(--white--8);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white--8);
  border-radius: var(--radius--40px);
  color: var(--base--white);
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  display: inline-block;
}

.button-outline:hover {
  border-color: var(--white--12);
  background-color: var(--white--2);
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  text-align: center;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

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

.paragraph-style-wrap {
  max-width: 560px;
}

.container-small {
  width: 100%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-x-small {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-regular {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container-regular._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container-regular._7, .container-regular._11 {
  max-width: none;
}

.container-regular._11._12 {
  border: 1px #00000045;
  border-radius: 30px;
}

.section {
  z-index: 2;
  background-image: url('../images/section5.avif');
  background-position: 50%;
  background-size: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section._1 {
  background-color: #070713;
  background-image: url('../images/section1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._2 {
  margin-top: -10px;
  padding-left: 0;
  padding-right: 0;
}

.section._3 {
  padding-left: 0;
  padding-right: 0;
}

.section._4 {
  background-image: url('../images/section4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._6 {
  background-color: #000;
  background-image: url('../images/section7.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._10._12 {
  border: 1px #000;
}

.section._20 {
  background-image: none;
}

.section._13 {
  background-image: url('../images/section7.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section._13._14 {
  background-image: url('../images/secrtio2.avif');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
}

.section._13._27 {
  border: 1px #000;
  display: none;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.template-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.template-link-dark {
  color: var(--white--80);
  text-decoration: underline;
}

.template-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.template-color {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  min-width: 140px;
  min-height: 150px;
  padding: 4px;
  display: flex;
}

.template-color.white {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.template-color.neutral-400 {
  background-color: var(--neutral--400);
}

.template-color.neutral-500 {
  background-color: var(--neutral--500);
}

.template-color.neutral-600 {
  background-color: var(--neutral--600);
}

.template-color.neutral-700 {
  background-color: var(--neutral--700);
}

.template-color.neutral-800 {
  background-color: var(--neutral--800);
}

.template-color.neutral-900 {
  background-color: var(--neutral--900);
}

.template-color.neutral-black {
  background-color: var(--base--black);
}

.template-color.neutral-300 {
  background-color: var(--neutral--300);
}

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

.template-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.template-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  display: flex;
}

.template-link-block {
  grid-column-gap: 16px;
  color: var(--base--white);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 4px;
  align-items: center;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.template-link-block:hover {
  border: 1px solid #ebebeb;
}

.template-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.template-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 320px;
  padding: 8px;
  display: flex;
  position: sticky;
  top: 32px;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.container-lines-regular {
  z-index: 1;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 61px 0 72px;
  position: relative;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.line-vertical-left {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.line-horizontal {
  z-index: 0;
  background-color: var(--neutral--800);
  pointer-events: none;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-vertical-right {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.line-dot {
  z-index: 5;
  border: 1px solid var(--neutral--800);
  background-color: #0d0d11;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-dot.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot.top-left {
  inset: -4.5px auto auto -4.5px;
}

.line-dot.top-right {
  inset: -4.5px -4.5px auto auto;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-v-l {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 43px;
}

.align-v-l {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--white--6);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

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

.gradient-span {
  background-image: linear-gradient(180deg, var(--base--white), var(--white--64));
  color: #f50052;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, Arial, sans-serif;
  font-size: 19.2px;
  font-weight: 400;
  line-height: 20px;
}

.headline-large {
  color: var(--base--white);
  letter-spacing: -.05px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.headline-regular {
  color: #fff;
  letter-spacing: -.04px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30.4px;
  font-weight: 500;
  line-height: 36.4px;
}

.headline-regular.cel {
  max-width: 1050px;
  font-weight: 400;
}

.max-width-x-small {
  color: #222;
  width: 100%;
  max-width: none;
}

.max-width-x-small.spacing-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.max-width-x-small._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.video-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.video-lightbox-wrapper {
  background-image: url('../images/Video-BG_1Video BG.webp'), url('../images/Video_1Video.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 984px, 984px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
}

.video-lightbox-link {
  border: 1px solid var(--white--6);
  background-color: var(--white--2);
  box-shadow: inset 0 -16px 24px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  padding: 36px;
  transition: transform .3s;
  position: absolute;
}

.video-lightbox-link:hover {
  transform: scale(1.2);
}

.logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.logo {
  cursor: pointer;
  flex: none;
  width: 32px;
  height: 32px;
  transition: all .3s;
}

.logo:hover {
  transform: scale(1.15);
}

.feature-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 48px 40px;
  position: relative;
}

.feature-container-lines.eded {
  padding-bottom: 112px;
}

.title-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  background-image: url('../images/Noise.avif');
  background-position: 0 0;
  background-size: 1440px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.feature-card {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 4px;
  position: relative;
}

.feature-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 36px 24px;
  display: flex;
}

.icon-wrap {
  border: 1px solid var(--white--4);
  border-radius: var(--radius--8px);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: relative;
}

.feature-icon {
  z-index: 2;
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
}

.icon-blur {
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h6-heading {
  color: var(--base--white);
  letter-spacing: -.1px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--20px) var(--radius--20px);
  flex-direction: column;
  align-items: stretch;
  padding: 28px 34px;
  display: flex;
}

.text-color-neutral-300 {
  color: var(--neutral--300);
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-h-xsmall.wrap-child {
  flex-wrap: wrap;
}

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

.feature-badge {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: .8px solid var(--white--10);
  border-radius: var(--radius--40px);
  background-color: var(--white--4);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity .2s;
  display: flex;
}

.feature-badge:hover {
  border-color: var(--white--16);
  color: var(--base--white);
}

.horizontal-divider-dash {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.horizontal-divider-dash.feature {
  margin-top: 26px;
  margin-bottom: 6px;
}

.navbar {
  z-index: 97;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
}

.nav-container-lines {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 48px;
  position: relative;
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-logo {
  height: 32px;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

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

.navigation-link {
  border-radius: var(--radius--40px);
  color: var(--base--white);
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
}

.navigation-link:hover {
  background-color: var(--white--6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.navigation-link.w--current {
  background-color: var(--white--6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--base--white);
}

.full-page {
  position: relative;
  overflow: hidden;
}

.home-lights {
  z-index: 98;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.light-left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.light-right {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-bg {
  pointer-events: none;
  display: none;
}

.button-background {
  z-index: 0;
  background-color: var(--white--12);
  pointer-events: none;
  border-radius: 99px;
  position: absolute;
  inset: 0%;
}

.button {
  z-index: 2;
  border: 4px solid var(--base--background);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 .75px .75px 0 var(--white--16), inset 0 1px 0 0 var(--white--12);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  border-radius: 99px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.7;
  position: relative;
}

.feature-button-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: .8px solid var(--white--6);
  border-radius: var(--radius--6px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 10px 4px 8px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
}

.feature-button-small:hover {
  border-color: var(--white--20);
  background-color: var(--white--4);
}

.feature-card-buton-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-line {
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 40px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.feature-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: .8px solid var(--white--6);
  border-radius: var(--radius--6px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
}

.feature-button:hover {
  border-color: var(--white--20);
  background-color: var(--white--4);
}

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

.feature-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.carousel-wrapper {
  z-index: 1;
  background-color: #f50052;
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: static;
  inset: 247px 0% -51%;
  overflow: hidden;
}

.carousel-wrapper.inv, .carousel-wrapper.align {
  justify-content: flex-end;
  align-items: center;
}

.carousel-wrapper.fundo {
  background-color: #6c0d2d;
}

.carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.carousel.reverse {
  justify-content: flex-end;
}

.carousel.inv {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.carousel-group {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block {
  font-size: 14px;
  line-height: 1.7;
}

.carousel-container-lines {
  z-index: 999;
  clear: none;
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: auto 0% -1060% auto;
}

.grid-v-full-left {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grid-v-full-right {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.carousel-overlay {
  pointer-events: none;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.content-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.content-container-lines._11 {
  max-width: 1250px;
  padding-bottom: 62px;
}

.content-container-lines._11._12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 62px;
  display: flex;
}

.hero-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--white--6);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 4px 6px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.navigation-line {
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 120px;
  height: 2px;
  position: absolute;
  inset: auto auto -34px 0%;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.wrap-v-xlarge {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.label-regular {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.icon-line {
  z-index: 4;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  pointer-events: none;
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 33px 80px #fce48fcc, 0 16px 40px #bb8ffccc, 0 10px 24px #fce48fa3, 0 12px 24px #bb8ffcb8, 0 4.2px 10.5px #fce48f99, 0 2.5px 6.25px #bb8ffc73, 0 1.5px 3.6px #fce48f66, 0 .66px 1.6px #bb8ffc3d;
}

.content-form-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.h-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.text-field {
  border: 1px solid var(--white--12);
  border-radius: var(--radius--40px);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
}

.text-field:focus {
  border-color: var(--white--24);
}

.text-field::placeholder {
  color: var(--neutral--400);
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white--6);
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 .75px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  color: #fff;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
}

.button-primary-small:hover {
  background-color: var(--white--6);
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.form-block {
  margin-bottom: 0;
}

.hint {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--neutral--400);
  align-items: center;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.hint-link {
  color: var(--base--white);
  font-size: 12px;
  line-height: 1.7;
}

.image-wrap-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--20px) var(--radius--20px);
  flex-direction: column;
  align-items: stretch;
}

.image-wrap {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  max-width: 384px;
  padding: 4px;
  position: relative;
}

.integration-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 552px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--neutral--300);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.carousel-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-holder.reverse {
  justify-content: flex-end;
}

.integration-circle {
  border-radius: 100%;
  padding: 32px;
  position: absolute;
  inset: auto;
}

.integration-circle-inner {
  z-index: 2;
  border: 1px solid var(--neutral--800);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--black--2), #fff0);
  box-shadow: 0 0 1px 32px var(--white--4), 0 12px 40px 0 var(--black--72);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 262px;
  display: flex;
  position: relative;
}

.circle-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h3-heading {
  color: var(--base--white);
  letter-spacing: -.17px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.headline-small {
  letter-spacing: -.03px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.circle-dash-border {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 456px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.feature-image {
  z-index: 2;
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--6px) var(--radius--6px);
  position: relative;
  overflow: hidden;
}

.feature-card-small {
  border: 1px none var(--neutral--800);
  background-color: #07070900;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.feature-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 20px;
  display: flex;
}

.container-lines-large {
  z-index: 5;
  border: 1px #000;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
  position: relative;
}

.container-lines-large.overflow {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.linear-border {
  z-index: 0;
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--6px) var(--radius--6px);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.linear-border.pricing {
  top: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.bento {
  border-radius: var(--radius--20px);
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.contact {
  border-radius: var(--radius--12px);
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.cta-border {
  z-index: 3;
  border-radius: var(--radius--8px);
}

.linear-code {
  display: none;
}

.feature-image-wrap {
  position: relative;
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px);
  background-color: var(--base--background);
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature.first {
  border-top-left-radius: var(--radius--24px);
}

.cta-feature.last {
  border-top-right-radius: var(--radius--24px);
}

.cta-feature-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.cta-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px none var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--24px) var(--radius--24px);
  background-color: #ffffff69;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 16px;
  padding: 0;
  display: flex;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  display: flex;
}

.cta-side {
  border-radius: var(--radius--8px);
  width: 100%;
  max-width: 380px;
  padding: 44px 1px 44px 44px;
  position: relative;
  overflow: hidden;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-h-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.cta-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: .8px solid var(--white--6);
  border-radius: var(--radius--6px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  flex: none;
  align-items: center;
  padding: 8px 12px 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
}

.cta-badge.empty {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  margin-right: -8px;
}

.cta-overlay {
  z-index: 3;
  border-top-right-radius: var(--radius--8px);
  border-bottom-right-radius: var(--radius--16px);
  background-image: linear-gradient(to right, #14141700, #101013);
  width: 20%;
  position: absolute;
  inset: 1px 0 1px auto;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.label-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.plus {
  width: 24px;
  height: 24px;
}

.minus {
  z-index: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}

.faq-question {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-dropdown {
  border: 1px solid var(--white--6);
  border-radius: var(--radius--12px);
  background-color: var(--base--background);
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 24px;
}

.faq-answer {
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.footer-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
  position: relative;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -96px auto auto 0;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--neutral--400);
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: var(--neutral--300);
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.footer-contact-details {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.h4-heading {
  color: var(--base--white);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.footer-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.container-lines-legal {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

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

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-base-link {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.footer-base-link:hover {
  color: var(--neutral--300);
}

.header-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.pricing-card {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--16px);
  background-color: var(--base--background);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 4px;
  position: relative;
}

.pricing-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--radius--12px);
  flex-direction: column;
  padding: 24px 28px 28px;
  display: flex;
  position: relative;
}

.pricing-content.popular {
  background-image: linear-gradient(#1b1b1da3, #1b1b1d00);
}

.h-space-between {
  justify-content: space-between;
  display: flex;
}

.pricing-badge {
  border: 1px solid var(--white--6);
  border-radius: var(--radius--40px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.7;
}

.pricing-divider {
  background-color: var(--white--8);
  width: 100%;
  height: 1px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 1px 5%;
  position: relative;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.light-wrap {
  width: 100%;
  min-width: 1440px;
  position: relative;
}

.pricing-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  padding: 40px;
  position: relative;
}

.pricing-feature-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-wrap-rounded {
  border: 1px solid var(--white--6);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  flex: none;
  padding: 14px;
}

.wrap-h-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.accent-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.accent-line.bento-line {
  width: 48px;
  left: 40px;
}

.accent-line.contact-line {
  width: 24px;
}

.prcing-features-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 792px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-text {
  width: 100%;
  max-width: 288px;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: var(--neutral--300);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.form-input {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-area {
  border: 1px solid var(--white--12);
  border-radius: var(--radius--12px);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  min-height: 96px;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.7;
}

.text-area::placeholder {
  color: var(--neutral--400);
}

.submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.contact-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--16px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  position: relative;
}

.contact-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  align-items: center;
  line-height: 1.7;
  text-decoration: none;
  display: flex;
}

.cta-badge-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-right: -2px;
  display: flex;
}

._404-icon {
  border: 1px solid var(--white--6);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  flex: none;
  padding: 16px;
}

.base-grid-small {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.password-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.password-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  pointer-events: none;
}

.error-password {
  background-color: #0000;
}

.error-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.success-message {
  border: 1px solid var(--white--8);
  border-radius: var(--radius--12px);
  background-color: var(--white--6);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-form-block {
  max-width: 456px;
  margin-bottom: 0;
}

.footer-contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--neutral--400);
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link:hover {
  color: var(--neutral--300);
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.pricing-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.template-button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.clone-banner-delete-me {
  z-index: 99;
  border-top: 1px solid var(--neutral--800);
  background-color: var(--neutral--700);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.clone-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--neutral--800);
  border-left: 1px solid var(--neutral--800);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.clone-text-heading {
  font-size: 16px;
  line-height: 24px;
}

.clone-text-paragraph {
  color: var(--neutral--300);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.clone-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.clone-button:hover {
  background-color: var(--white--8);
}

.clone-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.clone-close {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.clone-close:hover {
  background-color: var(--white--8);
}

.clone-cookie-script {
  display: none;
}

.pricing-comparison {
  background-color: #070713;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 71.7578px;
  padding: 0;
  display: flex;
  position: relative;
}

.pricing-comparison.inv {
  background-color: #070713;
  margin-top: -50px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: 0 4px 130px #96a3b54d;
}

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

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.image-2 {
  width: 100%;
  max-width: 174.26px;
  margin-bottom: 41px;
}

.heading {
  margin-bottom: 55px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 19.2px;
  font-weight: 400;
  line-height: 25px;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.button-2 {
  background-color: #f50052;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450.19px;
  height: 57.03px;
  margin-bottom: 26px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.8px;
  font-weight: 600;
  line-height: 27px;
  display: flex;
}

.div-block {
  background-color: #302f2f;
  border-radius: 100px;
  width: 100%;
  max-width: 399.59px;
  height: 10px;
  margin-bottom: 20px;
}

.div-block-2 {
  opacity: 1;
  background-color: #57a52e;
  border-radius: 100px;
  max-width: 340px;
  height: 10px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 4px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14.4px;
  line-height: 18.7px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 120px;
  margin-right: 12px;
}

.text-block-3 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.8px;
  font-weight: 700;
}

.team-slider {
  background-color: #f5f7fa;
  background-image: url('../images/secrtio2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  color: #1e1916;
  text-align: center;
  margin-bottom: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
}

.centered-heading.cel {
  max-width: 700px;
}

.centered-subheading {
  color: #1e1916;
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.8px;
  line-height: 27px;
}

.centered-subheading.cel {
  max-width: 820.292px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 45%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff0;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

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

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

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.bold-text {
  font-family: Poppins, Arial, sans-serif;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
  position: relative;
}

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

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

.hero-wrapper._13 {
  background-color: #fff;
  border-radius: 30px;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.hero-split._2 {
  justify-content: center;
  align-items: flex-start;
}

.shadow-two {
  width: 100%;
  max-width: 370.84px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #505050;
  margin-bottom: 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.margin-bottom-24px._13 {
  color: #0f172a;
  width: 100%;
  max-width: 553px;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 27px;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #f50052;
  border-radius: 15px;
  width: 100%;
  max-width: 521.38px;
  height: 57.03px;
  padding: 12px 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.8px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-center {
  background-color: #000;
  background-image: url('../images/section3.avif');
  background-position: 50%;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.centered-heading-2.margin-bottom-32px {
  color: #fff;
  margin-bottom: 6px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 32px;
}

.shadow-two-2 {
  width: 100%;
  max-width: 370.84px;
  height: 447.01px;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  max-width: 570px;
  margin-bottom: 37px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.bold-text-2 {
  color: #f50052;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.div-block-4._3 {
  margin-bottom: 0;
}

.image-4 {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.text-block-5 {
  color: #fff;
  max-width: 480px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.div-block-5 {
  background-color: #fff;
  border: 4px dashed #f973a0;
  border-radius: 30px;
  width: 100%;
  max-width: 998px;
  padding-top: 39px;
  padding-bottom: 39px;
}

.div-block-5._5 {
  max-width: 880px;
  padding-bottom: 10px;
}

.heading-2 {
  color: #f50052;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.hero-heading-right-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.hero-split-2._5 {
  justify-content: center;
  align-items: center;
}

.hero-split-2._5._55 {
  justify-content: center;
  align-items: flex-start;
}

.hero-split-2._5._55._13 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}

.hero-split-2._5._13 {
  justify-content: center;
  align-items: flex-end;
}

.shadow-two-3 {
  width: 100%;
  max-width: 382px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: #1e1916;
  margin-bottom: 15px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 27.2px;
  font-weight: 600;
  line-height: 35px;
}

.heading-3._13 {
  color: #0f172a;
  margin-bottom: 12px;
}

.text-block-6 {
  color: #505050;
  margin-bottom: 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-6._13 {
  color: #0f172a;
  font-size: 18px;
}

.heading-4 {
  color: #505050;
  margin-bottom: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  font-family: Poppins, Arial, sans-serif;
  font-size: 27.2px;
  font-weight: 400;
  line-height: 35.4px;
}

.bold-text-3 {
  color: #f50052;
  letter-spacing: normal;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 100%;
  max-width: 200px;
  margin-right: 15px;
}

.image-5.img1 {
  max-width: 185px;
  margin-right: 20px;
}

.div-block-7 {
  text-align: left;
}

.heading-6 {
  color: #f50052;
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.4px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.div-block-8 {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #00000045;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  padding-top: 65px;
  padding-bottom: 79px;
  padding-left: 0;
  display: flex;
}

.div-block-8._12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #0f172a;
  text-align: center;
  letter-spacing: normal;
  max-width: 373.083px;
  margin-bottom: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-7._77 {
  max-width: none;
  font-weight: 600;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 82px;
  display: flex;
}

.div-block-9._12 {
  border-bottom: 1px solid #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 666.53px;
  margin-bottom: 13px;
  padding-bottom: 12px;
  padding-left: 0;
}

.image-6 {
  width: 47.47px;
  margin-right: 11px;
}

.image-6._12 {
  margin-right: 23px;
}

.text-block-8 {
  color: #6a6a6b;
  text-align: left;
  max-width: 666.53px;
  margin-right: 79px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.text-block-8._12 {
  color: #4d4d4d;
  margin-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #000;
  font-weight: 700;
}

.text-span-9 {
  font-weight: 400;
}

.text-span-10, .text-span-11, .text-span-12 {
  color: #000;
  font-weight: 700;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

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

.image-11 {
  width: 86.3px;
  margin-bottom: 15px;
}

.heading-17 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.4px;
  font-weight: 700;
}

.image-12 {
  width: 63.77px;
  margin-bottom: 15px;
}

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

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

.heading-15 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.4px;
  font-weight: 700;
}

.heading-16 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20.4px;
  font-weight: 700;
}

.image-10 {
  width: 66.77px;
  margin-bottom: 15px;
}

.pricing-card-text-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.pricing-overview-2 {
  background-image: url('../images/section7.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.grid {
  width: 100%;
}

.image-13, .image-14, .image-15, .image-16 {
  max-width: 500px;
}

.heading-18 {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-10 {
  width: 100%;
}

.heading-19 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 592px;
  margin-top: 50px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.div-block-11 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-13 {
  font-weight: 700;
}

._12 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

._12._13 {
  color: red;
  font-weight: 700;
  text-decoration: line-through;
}

.div-block-12 {
  width: 75%;
}

.div-block-13 {
  width: 25%;
}

.div-block-14 {
  margin-top: 30px;
}

.heading-20 {
  color: #0f172a;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.text-span-14 {
  font-weight: 700;
}

.heading-21 {
  color: #0f172a;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.bold-text-4 {
  color: #ff0004;
  font-weight: 800;
}

.heading-22 {
  color: #1e1916;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 90px;
  font-weight: 700;
}

.text-block-9 {
  color: #1e1916;
  margin-bottom: 46px;
  font-size: 19.2px;
}

.button-3 {
  color: #fff;
  background-color: #57a52e;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 64.69px;
  margin-bottom: 19px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 26.08px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 0 19px #57a52e;
}

.button-3._21 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-10 {
  color: #0f172a;
  font-size: 18px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 20px;
  margin-right: 6px;
}

.text-span-15 {
  font-weight: 700;
}

.image-18 {
  max-width: 419px;
}

.grid-2 {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.div-block-17 {
  width: 100%;
}

.text-block-11 {
  color: #0f172a;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.heading-23 {
  color: #0f172a;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30.4px;
  font-weight: 700;
}

.text-span-16, .text-span-17, .text-span-18 {
  font-weight: 700;
}

.div-block-18 {
  width: 85%;
}

.text-span-19, .text-span-20 {
  font-weight: 700;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  background-image: url('../images/section5.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

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

.container-14._20 {
  max-width: 1200px;
}

.hero-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.hero-split-3._21 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-21 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-21._30 {
  margin-bottom: 15px;
}

.image-20 {
  width: 47.7px;
  margin-right: 10px;
}

.heading-24 {
  color: #0f172a;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30.4px;
  font-weight: 700;
}

.text-block-12 {
  color: #0f172a;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.text-block-13, .text-block-14, .text-block-15 {
  color: #0f172a;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-16 {
  color: #0f172a;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.text-span-21, .text-span-22 {
  font-weight: 700;
}

.hero-stack {
  background-color: #050913;
  border: 1px #000;
  padding: 50px 30px;
  position: relative;
}

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

.container-15._22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.div-block-22 {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  margin-bottom: 15px;
}

.text-block-17 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.text-block-18 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-19 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  color: #d30808;
}

.bold-text-5._22 {
  color: #000;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31 {
  font-weight: 700;
}

.text-span-32, .text-span-33 {
  font-weight: 400;
}

.text-span-34, .text-span-35, .text-span-36, .text-span-37 {
  font-weight: 700;
}

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

.bold-text-6 {
  color: #d30808;
}

.bold-text-6._2323 {
  color: #000;
}

.text-span-38 {
  font-weight: 700;
}

.text-span-39, .text-span-40 {
  color: #f50052;
  font-weight: 700;
}

.text-span-41, .text-span-42, .text-span-43 {
  font-weight: 700;
}

.heading-25 {
  color: #d30808;
  text-align: left;
  padding-left: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.div-block-25._133 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-25._144 {
  margin-top: 38px;
  margin-bottom: 35px;
}

.text-span-44 {
  color: #000;
}

.bold-text-7 {
  color: #ff0004;
  text-decoration: line-through;
}

.section-2 {
  height: auto;
}

.image-21 {
  width: 80px;
  margin-left: 82px;
  margin-right: 11px;
  padding-left: 0;
}

@media screen and (min-width: 1440px) {
  .section._10 {
    border: 1px #000;
  }

  .section._10._12 {
    border-style: none;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-9._12 {
    border-bottom: 1px solid #0000004d;
    max-width: 680px;
    margin-bottom: 12px;
    padding-bottom: 13px;
  }

  .image-6._12 {
    margin-right: 26px;
  }

  .text-block-8._12 {
    max-width: none;
    margin-right: 0;
    font-weight: 600;
  }

  .div-block-12 {
    width: 80%;
  }

  .div-block-13 {
    width: 20%;
  }

  .div-block-14 {
    width: auto;
    margin-top: 44px;
  }

  .heading-20 {
    color: #0f172a;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .text-span-14 {
    font-weight: 700;
  }

  .heading-21 {
    color: #0f172a;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .bold-text-4 {
    color: red;
  }

  .heading-22 {
    color: #0f172a;
    font-family: Montserrat, sans-serif;
    font-size: 97px;
    font-weight: 700;
  }

  .text-block-9 {
    color: #0f172a;
    font-size: 19px;
    font-weight: 700;
  }

  .button-3 {
    color: #fff;
    background-color: #57a52e;
    border: 1px solid #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 64.69px;
    margin-bottom: 19px;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    box-shadow: 0 0 20px #57a52e;
  }

  .div-block-15 {
    margin-top: 64px;
  }

  .text-block-10 {
    color: #0f172a;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .template-typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary {
    display: flex;
  }

  .button-secondary {
    max-width: 150px;
    display: flex;
  }

  .template-style-guide {
    flex-direction: column;
  }

  .template-menu {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0%;
    display: grid;
    position: static;
  }

  .video-lightbox-wrapper {
    background-position: 0 0, 0 0;
    background-size: cover, 984px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .nav-container-lines {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-container {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    border-bottom: 1px solid var(--neutral--800);
    background-color: var(--black--48);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    margin-left: 5.25%;
    margin-right: 5.25%;
    padding: 12px 24px;
    top: 72px;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navigation-line {
    inset: auto 0% -40px;
  }

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

  .cta-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-content {
    max-width: none;
    padding-right: 44px;
  }

  .cta-side {
    max-width: none;
  }

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

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-side {
    max-width: none;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .prcing-features-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-text {
    max-width: 440px;
  }

  .submit-button {
    display: flex;
  }

  .menu-button {
    border-style: solid;
    border-width: 1px;
    border-color: var(--neutral--700) var(--neutral--700) var(--neutral--800);
    border-radius: var(--radius--12px);
    background-color: var(--base--background);
    background-image: linear-gradient(to bottom, var(--white--2), var(--white--2));
    box-shadow: inset 0 -4px 12px 0 var(--white--4);
    color: var(--base--white);
    padding: 12px;
  }

  .menu-button.w--open {
    border: 1px solid var(--neutral--700);
    border-radius: var(--radius--12px);
    background-color: var(--base--background);
    background-image: linear-gradient(to bottom, var(--white--4), var(--white--4));
    padding: 12px;
  }

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

  .clone-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .clone-button, .clone-close {
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .container-13, .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  .button-secondary {
    max-width: 100%;
  }

  .template-group {
    padding: 24px;
  }

  .container-lines-regular {
    padding-left: 24px;
    padding-right: 24px;
  }

  .headline-regular.cel {
    font-size: 25px;
  }

  .video-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-lightbox-wrapper {
    height: 380px;
  }

  .video-lightbox-link {
    padding: 24px;
  }

  .logo-group {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .feature-container-lines {
    padding-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-caption {
    flex-direction: column;
    align-items: stretch;
  }

  .carousel-container-lines {
    padding-bottom: 72px;
  }

  .content-container-lines {
    padding: 72px 24px;
  }

  .integration-circle-inner {
    width: 180px;
    height: 180px;
  }

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

  .container-lines-large, .container-lines-large.overflow {
    padding: 72px 24px;
  }

  .cta-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-side {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

  .footer-line {
    top: -72px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-main {
    padding-top: 16px;
  }

  .container-lines-legal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-legal-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .base-grid-small {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .centered-heading.cel {
    font-size: 25px;
    line-height: 30px;
  }

  .centered-subheading {
    font-size: 18px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-split._2 {
    width: 100%;
  }

  .hero-heading-center {
    background-size: cover;
    padding: 60px 15px;
  }

  .shadow-two-2.mobile {
    height: auto;
  }

  .heading-2 {
    font-size: 25px;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .hero-split-2._5._55 {
    width: 100%;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .pricing-grid-2 {
    flex-flow: column;
    display: flex;
  }

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

  .grid {
    flex-flow: column;
    display: flex;
  }

  .grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-right-3, .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-regular._3 {
    font-size: 18px;
    line-height: 28px;
  }

  .button-primary {
    width: 100%;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

  .section {
    height: 3.81411%;
  }

  .section._13._14 {
    background-position: 50% 100%;
  }

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

  .wrap-v-small.align-v-l {
    margin-bottom: 45px;
  }

  .headline-regular {
    font-size: 25px;
  }

  .headline-regular.cel {
    font-size: 19px;
    line-height: 23px;
  }

  .video-lightbox-wrapper {
    height: 340px;
  }

  .logo-group {
    grid-column-gap: 28px;
  }

  .feature-heading, .feature-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-container {
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    background-color: var(--black--48);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    top: 72px;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .feature-card-buton-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-line {
    left: 28px;
  }

  .carousel-container-lines {
    width: 120%;
    position: static;
  }

  .content-container-lines._11._12 {
    padding-top: 0;
  }

  .navigation-line {
    width: 80px;
  }

  .label-regular {
    white-space: normal;
  }

  .h-form {
    flex-direction: column;
  }

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

  .integration-circle {
    display: none;
  }

  .cta-block {
    height: auto;
    padding-bottom: 16px;
  }

  .cta-content {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .footer-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
  }

  .menu-button {
    border: 1px solid var(--neutral--700);
    border-radius: var(--radius--12px);
    background-color: var(--base--background);
    background-image: none;
    padding: 12px;
  }

  .clone-button {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .heading.cel {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 23px;
  }

  .button-2 {
    font-size: 16px;
  }

  .div-block-2 {
    width: 85%;
  }

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

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

  .centered-heading.cel {
    font-size: 19px;
    line-height: 23px;
  }

  .centered-subheading.cel {
    font-size: 16px;
    line-height: 23px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .margin-bottom-24px._13 {
    text-align: center;
    max-width: none;
  }

  .button-primary-3 {
    height: auto;
    font-size: 17px;
  }

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

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

  .centered-heading-2.margin-bottom-32px {
    margin-bottom: 25px;
    font-size: 19px;
  }

  .text-block-4 {
    font-size: 17px;
    line-height: 23px;
  }

  .text-block-5 {
    font-size: 17px;
  }

  .div-block-5._5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .heading-2 {
    font-size: 19px;
    line-height: 25px;
  }

  .hero-heading-right-2._5._13 {
    border: 1px #000;
  }

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

  .hero-split-2._5 {
    width: 100%;
  }

  .hero-split-2._5._55._13 {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .hero-split-2._5._13 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-3 {
    font-size: 19px;
    line-height: 23px;
  }

  .heading-3._13, .text-block-6._13 {
    text-align: center;
  }

  .heading-5 {
    font-size: 19px;
    line-height: 23px;
  }

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

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

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

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-6 {
    text-align: center;
    font-size: 19px;
  }

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

  .div-block-8 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .heading-7 {
    width: 100%;
    font-size: 23px;
    line-height: 23px;
  }

  .div-block-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-9._12 {
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    margin-right: 0;
  }

  .text-block-8 {
    text-align: center;
    width: 100%;
    max-width: none;
    margin-right: 0;
    font-size: 16px;
  }

  .text-block-8._12 {
    font-size: 19px;
  }

  .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
    font-size: 16px;
  }

  .heading-14 {
    font-size: 23px;
  }

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

  .heading-17 {
    font-size: 19px;
  }

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

  .heading-15, .heading-16 {
    font-size: 19px;
  }

  .pricing-card-text-2 {
    font-size: 16px;
  }

  .pricing-overview-2 {
    background-size: cover;
  }

  .image-13, .image-14, .image-15, .image-16 {
    width: 100%;
  }

  .heading-18 {
    text-align: center;
    font-size: 23px;
  }

  .heading-19 {
    font-size: 23px;
  }

  .div-block-12, .div-block-13, .div-block-14 {
    width: 100%;
  }

  .heading-20 {
    font-size: 23px;
    line-height: 30px;
  }

  .heading-21 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 23px;
  }

  .heading-22 {
    font-size: 42px;
    line-height: 52px;
  }

  .button-3 {
    height: auto;
    font-size: 19px;
  }

  .button-3._21 {
    text-align: center;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-18 {
    border-radius: 30px;
    width: 70%;
    margin-bottom: 20px;
  }

  .grid-2 {
    padding-top: 12px;
  }

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

  .heading-23 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-right-3 {
    background-size: cover;
  }

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

  .hero-split-3._21 {
    padding-left: 0;
  }

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

  .text-block-19 {
    margin-right: 0;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 16px;
  }

  .heading-25 {
    padding-left: 0;
  }
}

#w-node-_9423970d-932c-0b98-4628-f91db2b8a177-b73fb84b, #w-node-_9423970d-932c-0b98-4628-f91db2b8a182-b73fb84b, #w-node-_9423970d-932c-0b98-4628-f91db2b8a18c-b73fb84b, #w-node-_9423970d-932c-0b98-4628-f91db2b8a196-b73fb84b, #w-node-_53a761fd-7b1d-307e-c09b-a5fcac9de436-b73fb84b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44620970-bf3c-5067-e936-c88edab28b22-b73fb84b {
  justify-self: start;
}

#w-node-f3bc77e5-d025-0cf4-6029-e1e12fb606b3-b73fb84b {
  justify-self: center;
}

#w-node-_56665702-e4b2-b8bb-87b9-b248419a597a-b73fb84b {
  justify-self: start;
}

#w-node-_9685ca6b-277d-7e57-3d33-fab9b1ac9de1-b73fb84b {
  justify-self: center;
}

#w-node-_5786a855-b25b-02a2-5d8c-7aa3fa52aa26-b73fb84b, #w-node-_5786a855-b25b-02a2-5d8c-7aa3fa52aa2c-b73fb84b, #w-node-_5786a855-b25b-02a2-5d8c-7aa3fa52aa32-b73fb84b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88ab9064-0e8d-6bd9-a853-6f0bb5519340-b73fb84b, #w-node-_88ab9064-0e8d-6bd9-a853-6f0bb551933e-b73fb84b {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_9423970d-932c-0b98-4628-f91db2b8a182-b73fb84b, #w-node-_9423970d-932c-0b98-4628-f91db2b8a18c-b73fb84b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}