﻿:root {
  --base--background: #070707;
  --neutral--400: #6a6a6b;
  --base--white: #fff;
  --gray--100: #fafafa;
  --radius--40px: 40px;
  --white--12: #ffffff1f;
  --white--8: #ffffff14;
  --white--16: #ffffff29;
  --white--2: #ffffff05;
  --350: gray;
  --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;
  --150: #ddd;
  --radius--6px: 6px;
  --white--4: #ffffff0a;
  --radius--8px: 8px;
  --white--1: #ffffff03;
  --radius--12px: 12px;
  --radius--20px: 20px;
  --black--48: #0000007a;
  --white--20: #fff3;
  --white--24: #ffffff3d;
  --radius--24px: 24px;
  --black--2: #00000005;
  --black--72: #000000b8;
  --radius--16px: 16px;
  --yellow--250: #fce48d;
  --purple--250: #b98dfc;
  --200-grey: #a0a0a0;
  --black--80: #000c;
  --black--64: #000000a3;
  --black--56: #0000008f;
  --black--40: #0006;
  --black--36: #0000005c;
  --black--32: #00000052;
  --black--20: #0003;
  --black--24: #0000003d;
  --black--16: #00000029;
  --black--12: #0000001f;
  --black--10: #0000001a;
  --black--8: #00000014;
  --black--6: #0000000f;
  --black--4: #0000000a;
  --black--1: #00000003;
  --blue--250: #18282a;
  --blue--500: #2e4d52;
  --blue--750: #5c9ba3;
  --blue--1000: #8deffc;
  --green--1000: #182a1b;
  --green--750: #2e5234;
  --green--500: #5ca367;
  --green--250: #8dfc9d;
  --pink--1000: #2a1826;
  --pink--750: #522e4a;
  --pink--500: #a35c94;
  --pink--250: #fc8de4;
  --purple--1000: #1f182a;
  --purple--750: #3c2e52;
  --purple--500: #785ca3;
  --radius--32px: 32px;
  --radius--10px: 10px;
  --radius--4px: 4px;
  --white--72: #ffffffb8;
  --white--56: #ffffff8f;
  --white--48: #ffffff7a;
  --white--40: #fff6;
  --white--36: #ffffff5c;
  --white--32: #ffffff52;
  --yellow--1000: #2a2618;
  --yellow--750: #51492f;
  --yellow--500: #a3945c;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--base--background);
  color: var(--neutral--400);
  background-image: url('../image/Stars.png');
  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 {
  color: var(--gray--100);
  text-align: left;
  width: 440px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.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(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(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;
  transition: all .3s;
}

.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 1px 1px 0;
  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 {
  color: var(--350);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph-small.text-color-neutral-300 {
  width: 467px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.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 {
  width: 100%;
  max-width: 984px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.section {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 3% 0;
  position: relative;
}

.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;
  color: var(--350);
  -webkit-text-stroke-color: var(--neutral--400);
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 72px 40px;
  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;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  margin-bottom: 50px;
  margin-left: 34px;
  display: flex;
}

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

.wrap-v-small.align-v-l {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.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));
  text-align: center;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  vertical-align: baseline;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  padding-bottom: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.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: var(--neutral--400);
  letter-spacing: -.04px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.max-width-x-small {
  width: 100%;
  max-width: 648px;
  margin-top: 0;
}

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

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

.video-lightbox-wrapper {
  background-image: url('../image/Video-cover.png'), url('../image/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;
  margin-top: 40px;
  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: 40px 48px 60px;
  position: relative;
}

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

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

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

.feature-card {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--6px);
  background-color: #0707093d;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 100%;
  padding: 4px 4px 20px;
  position: relative;
}

.feature-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  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;
  mix-blend-mode: normal;
  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;
  text-align: center;
  flex-direction: column;
  align-self: auto;
  width: 356px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.h6-heading {
  color: var(--base--white);
  letter-spacing: -.1px;
  font-family: Inter, 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;
  width: 468px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 50px;
  position: static;
}

.wrap-h-xsmall.align-c {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 6px;
}

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

.wrap-h-xsmall.align-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.wrap-h-xsmall.wrap-child {
  flex-wrap: wrap;
  width: 100%;
  padding-left: 20px;
}

.wrap-h-xsmall.align-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-left: 0;
}

.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;
  margin-right: 8px;
  padding: 2px 12px;
  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: 0;
  margin-bottom: 0;
}

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

.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;
  margin-right: 0;
  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 {
  border-radius: var(--radius--6px);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff0f;
}

.navigation-link:active, .navigation-link:focus {
  border-radius: var(--radius--6px);
}

.navigation-link.w--current {
  border-radius: var(--radius--6px);
  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 {
  opacity: .5;
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.light-right {
  opacity: 1;
  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: 8px;
  position: absolute;
  inset: 0%;
}

.button {
  z-index: 2;
  border: 4px solid var(--base--background);
  background-color: var(--white--12);
  background-image: linear-gradient(180deg, 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: 8px;
  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(90deg, var(--neutral--300), var(--neutral--500));
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 40px;
  box-shadow: 0 33px 80px #f5f5f599, 0 16px 40px #e9e9e9a3, 0 10px 24px #bdbdbd7a, 0 12px 24px #9e9e9e8f, 0 4.2px 10.5px #7e7e7e4d, 0 2.5px 6.25px #72727240, 0 1.5px 3.6px #49494933, 0 .66px 1.6px #24242424;
}

.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 {
  opacity: 1;
  filter: saturate(0%);
  mix-blend-mode: luminosity;
  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 {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.carousel-group {
  flex-direction: row;
  flex: none;
  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-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

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

.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 {
  background-image: linear-gradient(to right, var(--base--background), #07070700 15%, #07070700 85%, var(--base--background));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.content-container-lines {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  background-image: url('../image/Grid-Light-Grey.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1128px;
  background-clip: border-box;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 48px 100px;
  position: relative;
}

.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(90deg, var(--base--white), var(--neutral--600));
  width: 140px;
  height: 2px;
  position: absolute;
  inset: auto auto -34px 0%;
  box-shadow: 0 33px 80px #f0f0f099, 0 16px 40px #dfdfdfa3, 0 10px 24px #9797977a, 0 12px 24px #8f8f8f8f, 0 4.2px 10.5px #5f5f5f4d, 0 2.5px 6.25px #49494940, 0 1.5px 3.6px #36363633, 0 .66px 1.6px #24242424;
}

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

.wrap-h-regular.align-c {
  margin-top: 10px;
}

.label-regular {
  color: var(--white--80);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.label-regular.text-color-white {
  font-size: 18px;
}

.icon-line {
  z-index: 4;
  background-image: linear-gradient(90deg, var(--neutral--300), var(--neutral--400));
  pointer-events: none;
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 33px 80px #fffc, 0 16px 40px #d3d3d3cc, 0 10px 24px #acacaca3, 0 12px 24px #818181b8, 0 4.2px 10.5px #6d6d6d99, 0 2.5px 6.25px #53535373, 0 1.5px 3.6px #42424266, 0 .66px 1.6px #2929293d;
}

.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--8px);
  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);
  -webkit-text-stroke-color: var(--350);
  width: 100%;
  min-height: 36px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 6px 10px 6px 32px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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--8px);
  background-color: var(--white--12);
  background-image: linear-gradient(180deg, 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;
  width: 120px;
  height: 40px;
  margin-top: 10px;
  padding: 10px 12px 4px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  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-top: 0;
  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(180deg, 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;
  height: 80px;
  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;
  filter: saturate(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: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.headline-small.text-color-neutral-300 {
  color: var(--350);
  width: 222px;
  margin-top: 10px;
  padding-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.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 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);
  padding: 4px;
  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;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 48px;
  position: relative;
}

.container-lines-large.overflow {
  padding-top: 100px;
  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 solid var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--24px) var(--radius--24px);
  background-color: var(--base--background);
  background-image: linear-gradient(to bottom, var(--white--4), #fff0);
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 4px 6px 4px 4px;
  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: 40px;
  padding-bottom: 40px;
  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: 40px 48px;
  position: relative;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(90deg, var(--gray--100), var(--neutral--500));
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -52px 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: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

.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: 48px;
  grid-row-gap: 48px;
  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: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-three-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 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;
}

.wrap-h-large.align-c {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  font-size: 14px;
}

.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: 800px;
  margin: 20px auto 72px;
}

.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;
  border: 3px red;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  margin-top: 0;
  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);
  width: 791px;
  min-height: 96px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 8px 10px;
  font-size: 14px;
  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--8px);
  background-color: var(--white--12);
  background-image: linear-gradient(180deg, 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;
  font-size: 14px;
  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;
}

.heading {
  font-family: Montserrat, sans-serif;
}

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

.text-block-3 {
  font-size: 12px;
}

.heading-2 {
  width: 94%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  font-size: 54px;
  line-height: .8;
}

.bold-text {
  color: var(--gray--100);
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.icon-1x1-regular {
  width: 1.5rem;
  height: 1.5rem;
}

.hero_actions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-8 {
  color: #e5e5e5;
  text-align: center;
  background-color: #2e1065;
  border: 1px solid #2e1065;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: transform .2s, opacity .2s;
}

.button-8:hover {
  opacity: .75;
  transform: translate(0, -.5rem);
}

.button-8.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #262626;
  background-color: #f5f5f5;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-8.is-secondary {
  color: #e5e5e5;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
  font-family: Montserrat, sans-serif;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-centered {
  justify-content: center;
}

.text-size-small {
  color: var(--neutral--300);
  font-size: 12px;
  line-height: 20px;
}

.body {
  background-image: url('../image/Stars.png');
  background-size: 1440px;
}

.bold-text-2 {
  color: var(--200-grey);
  letter-spacing: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-4 {
  font-weight: 400;
}

.bold-text-3 {
  color: #d8d8d8;
  padding-left: 2px;
  padding-right: 4px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-4 {
  color: var(--350);
  text-align: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-3 {
  font-family: Inter, sans-serif;
}

.image-2 {
  width: 100%;
  margin-top: 20px;
}

.chip {
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  color: #a9a6ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #1b1a27;
  border: 1px solid #232337;
  border-radius: 60rem;
  justify-content: center;
  align-items: center;
  padding: .375rem 1rem;
  font-size: .75rem;
  display: flex;
}

.chip.is_process {
  color: #a9a6ff;
  background-color: #242232;
  border: 0 #232337;
  border-radius: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .875rem;
  line-height: 1.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.is_higlighted {
  background-color: #16151e;
  border-radius: 1.875rem;
  position: relative;
}

.padding-section-medium.is_higlighted.is_plans {
  background-color: #16151e00;
  padding-bottom: 0;
  position: relative;
}

.process_card-wrapper {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 82.5rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-color-grey {
  color: #afafaf;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

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

.process_card_animation {
  width: 100%;
  height: 12.7rem;
}

.image-3 {
  width: 100%;
  margin-top: 20px;
}

.padding-global {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-align-center {
  text-align: center;
  font-family: Inter, sans-serif;
}

.process_card_animation-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.25rem;
  display: flex;
}

.process_card_title {
  color: var(--gray--100);
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625rem;
}

.title_main {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title_main.is_work {
  justify-content: center;
  align-items: flex-start;
}

.process_card_content {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.image-4 {
  width: 100%;
  margin-top: 20px;
}

.process_card_step {
  z-index: 1;
  color: var(--gray--100);
  background-image: linear-gradient(#252525, #131216);
  border: 1px solid #4d4d4d;
  border-radius: 60rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: -.8rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  position: relative;
}

.process_card {
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(#1f1d26, #1a1721);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 23.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process_card.is_1 {
  border: 1px solid var(--neutral--800);
  background-image: linear-gradient(#13131380, #27272791);
  border-radius: 8px;
  height: 29rem;
}

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

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

.process_content {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_process {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 80px;
}

.process_card_top-image {
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top: -2.5rem;
}

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

.text-block-6 {
  color: var(--neutral--400);
  font-size: 16px;
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.layout-metrics {
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.container {
  color: var(--neutral--400);
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.bg-gradient {
  z-index: -1;
  position: absolute;
  inset: -50% auto auto -35%;
}

.bg-gradient.right {
  top: -30%;
  left: auto;
  right: -25%;
}

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

.section-2.metrics {
  background-image: radial-gradient(circle at 0%, #0f0f0f, #0000 21%), radial-gradient(circle at 90%, #0e0e0e, #0000 18%);
  margin-bottom: 40px;
}

.h2 {
  color: var(--white--80);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.layout-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid var(--neutral--800);
  background-color: #fff0;
  background-image: url('../image/Background-pattern-2-.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  width: 100%;
  padding: 64px 32px;
  font-family: Inter, sans-serif;
}

.vertical-divider {
  background-color: #3b3b3b;
  border-radius: 12px;
  width: 1px;
  height: 100%;
}

.paragraph {
  color: var(--neutral--300);
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.bold-text-6 {
  color: var(--neutral--300);
  font-weight: 500;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 22px;
  font-weight: 600;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-11 {
  font-size: 15px;
  font-weight: 500;
}

.bold-text-12 {
  font-weight: 600;
}

.bold-text-13 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.error-message-2 {
  background-color: #a52a2a00;
  border-radius: 16px;
  padding-left: 0;
}

.form {
  grid-column-gap: 5px;
  flex-direction: column;
  display: flex;
}

.success-message-2 {
  color: #0e0e0e;
  background-color: #fff;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 15px;
}

.contacts-textarea {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #b6b6b6;
  width: 99%;
  min-height: 127px;
  margin-bottom: 30px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 18px 16px 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.contacts-textarea:focus {
  color: #fff;
  border-color: #0000 #0000 #fff;
}

.contacts-textarea::placeholder {
  color: #b6b6b6;
  font-size: 16px;
}

.text-block-32 {
  padding-left: 10px;
  font-size: 16px;
}

._2-contact-input {
  grid-column-gap: 10px;
  display: flex;
}

.contacts-2-form-wrapper {
  border: 2px solid var(--neutral--800);
  background-color: #1110;
  border-radius: 7px;
  width: 100%;
  margin-right: 0;
  padding: 40px;
}

.contacts-2-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.base-container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.primary-button-4 {
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-button-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #0000;
}

.primary-button-4.full-width-mobile {
  border-color: var(--white--6);
  background-color: var(--white--12);
  background-image: linear-gradient(180deg, var(--white--8), #8e78b014);
  color: var(--gray--100);
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: block;
}

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

.contacts-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #b6b6b6;
  height: auto;
  padding: 16px 18px 16px 0;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  color: #fff;
  border-color: #0000 #0000 #fff;
}

.contacts-input::placeholder {
  color: #b6b6b6;
  font-size: 16px;
}

.contacts-input.book-a-demo {
  color: #b6b6b6;
  -webkit-text-stroke-color: #000;
  width: 50%;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Varela, sans-serif;
}

.contacts-input.book-a-demo:focus, .contacts-input.book-a-demo:focus-visible, .contacts-input.book-a-demo[data-wf-focus-visible] {
  color: #fff;
}

.error-message-3 {
  background-color: #a52a2a00;
  border-radius: 16px;
  padding-left: 0;
}

.success-message-3 {
  color: #0e0e0e;
  background-color: #fff;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 15px;
}

.text-block-33 {
  padding-left: 10px;
  font-size: 16px;
}

.bold-text-14 {
  font-weight: 400;
}

.image-5 {
  opacity: .78;
  width: 100%;
}

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

.text-span-2 {
  font-size: 15px;
  font-weight: 500;
}

.gradient-span-header {
  background-image: linear-gradient(180deg, var(--base--white), var(--white--64));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 261px;
  font-family: Libre Franklin, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 0;
}

.button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8rem;
  align-items: center;
  height: 59px;
  padding: 1.5rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.button-4:hover {
  background-color: #242424;
  background-image: linear-gradient(#000, #303030);
  box-shadow: 0 4px 2.9px 0 #c8ff0005, 0 10px 7.4px 0 #00000008, 0 21px 15px #00000008, 0 42px 31px #0000000a;
}

.button-4:active {
  background-color: #dbfe52;
}

.background-cell {
  background-image: linear-gradient(#000, #0000 41% 91%, #000), url('../image/Dot1_1Dot1.png');
  background-position: 0 0, 0 0;
  background-size: auto, 18px;
  height: 604px;
}

.heading-51 {
  font-weight: 600;
}

.header-image {
  overflow: hidden;
}

.hero-header-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.margin-bottom-2.margin-xxlarge {
  margin: 0 0 40px;
}

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

.header-image-circle {
  filter: blur(80px);
  background-color: #424242;
  border-radius: 50%;
  width: 60%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5%;
}

.section-hero-header {
  height: 600px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #7f7fd5;
  border: 1.5px solid #151a25;
  border-radius: 50px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  transition: background-color .2s;
}

.button-10:hover {
  color: #fff;
  background-color: #86a8e7;
  border-color: #434446;
}

.button-10.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 1.5px solid #7f7fd5;
  transition: border .2s, color .2s, background-color .2s;
}

.button-10.is-secondary:hover {
  color: #b0b0b0;
  border-color: #86a8e7;
}

.outer-circle-copy {
  color: var(--neutral--700);
  -webkit-text-stroke-color: var(--neutral--800);
  background-image: radial-gradient(circle farthest-side at 0%, #161616, #070707);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-color-white-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 30%, #b5b5b5 70%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1;
  position: static;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.hero-header-image-wrapper {
  z-index: 1;
  background-color: #040d1e;
  padding: .25rem;
  position: relative;
  overflow: hidden;
}

.inner-cirle {
  background-color: #070707;
  background-image: none;
  background-size: auto;
  border-radius: 100%;
  width: 60%;
  height: 60%;
  position: relative;
}

.inner-cirle.left {
  background-image: linear-gradient(#0f0f0f, #0000 73%), url('../image/Dot1_1Dot1.png');
  background-position: 0 0, 0 0;
  background-size: auto, 18px;
}

.mini-circle {
  filter: blur(50px);
  background-color: #2c2c2c;
  border-radius: 10rem;
  width: 40%;
  height: 40%;
  position: absolute;
  inset: 4% auto auto 14%;
}

.mini-circle.right {
  background-color: #5a5a5a;
  inset: 4% 16% auto auto;
}

.circle-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  position: absolute;
  top: 10%;
  left: auto;
  right: -5%;
}

.circle-wrapper-2.left {
  inset: 7% auto 0% -17%;
}

.outer-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header-component-2 {
  perspective: 1300px;
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.text-size-medium-5 {
  color: #969696;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

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

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

.header-image-block {
  position: relative;
  overflow: hidden;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.ellipse {
  filter: blur(40px);
  color: #91eae4;
  background-color: #7f7fd5;
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab_content {
  width: 100%;
  max-width: 60rem;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  position: static;
}

.tab_checklist-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.spacer-small {
  width: 100%;
  padding-top: 1.8rem;
}

.spacer-small.spacer-xxsmall {
  padding-top: 1.8rem;
}

.text-size-medium {
  color: var(--350);
  width: 95%;
  margin-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.tab-content_image {
  opacity: .5;
  width: 30%;
  max-width: 40.3rem;
}

.button-11 {
  color: #083c2f;
  text-align: center;
  background-color: #c9f269;
  border: 1px #000;
  border-radius: .56rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .8rem;
}

.features_row {
  grid-column-gap: 3.89rem;
  grid-row-gap: 3.89rem;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.text-color-secondary {
  font-family: Inter, sans-serif;
  font-size: 2px;
  font-weight: 500;
}

.tab_checklist {
  color: var(--350);
}

.icon-1x1-xsmall {
  opacity: 1;
  width: 1rem;
  height: 1rem;
}

.text-size-regular {
  color: var(--350);
  margin-right: 16px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.bold-text-15 {
  font-family: Libre Franklin, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.spline-element {
  z-index: 2;
  filter: brightness(125%) saturate(0%);
  width: 127%;
  height: 93%;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
}

.hero-paragraph {
  color: var(--350);
  max-width: 35ch;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.button-3 {
  grid-column-gap: .5rem;
  color: #fdfcff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #957aff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-3:hover {
  background-color: #1a1a1a;
}

.button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.button-3.large {
  grid-column-gap: .75rem;
  background-color: #0000;
  border-color: #ecfdf3;
  padding: 16px 28px;
  font-size: 18px;
}

.button-3.large:hover {
  background-color: #222;
}

.button-3.large:focus {
  color: #fff;
  background-color: #222;
  border-width: 1px;
  border-radius: 8rem;
  box-shadow: 0 1px 2px #1018280d;
}

.heading-52 {
  text-align: left;
  font-family: Libre Franklin, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}

.button-secondary-2 {
  grid-column-gap: .5rem;
  color: #fdfcff;
  text-align: center;
  white-space: nowrap;
  background-color: #644dc0;
  border: 1px #000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-2:hover {
  background-color: #260061;
}

.button-secondary-2:focus {
  background-color: #fdfcff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #efedf1;
}

.button-secondary-2.large {
  grid-column-gap: .75rem;
  background-color: #644dc0;
  padding: 16px 28px;
  font-size: 18px;
}

.subheading {
  color: #a0a0a0;
  -webkit-text-stroke-color: #9f87ff;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.container-2 {
  width: 90%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.header-component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 104%;
  height: 650px;
  display: grid;
  overflow: visible;
}

.header-content {
  z-index: 2;
  margin-bottom: 60px;
  padding-left: 0;
  position: relative;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header-image-wrapper {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 40rem;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
}

.text-block-27:focus {
  color: #fff;
}

.text2 {
  color: #d6d6d6;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.marquee {
  z-index: 200;
  color: #e9d7fe;
  -webkit-text-stroke-color: #cecece;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  aspect-ratio: auto;
  opacity: .68;
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.logo-text {
  color: #979797;
  letter-spacing: normal;
  -webkit-text-stroke-color: #b3b3b3;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.marquee-css {
  color: #fff;
}

.text1 {
  color: #d6d6d6;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.logo-slider-img {
  aspect-ratio: auto;
  object-fit: fill;
  width: 170px;
}

.logo-list {
  opacity: .9;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  display: flex;
}

.logo-2 {
  opacity: .6;
  height: 2rem;
}

.logo-loop-inner {
  display: flex;
}

.container-3 {
  width: 90%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.logo-loop-component {
  height: 4.5rem;
  margin-top: 2rem;
  overflow: hidden;
}

.logo-wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

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

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.override-parent {
  display: none;
}

.text-block-34 {
  color: var(--neutral--300);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-35 {
  color: var(--neutral--300);
  font-size: 20px;
  font-weight: 400;
}

.image-6, .image-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-4 {
  background-image: radial-gradient(circle at 50% 100%, #3b3b3b40, #000);
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-4.without-top-spacing {
  background-color: #07070700;
  background-image: none;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 60px;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(83deg, #fff, #797979);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  line-height: 1em;
}

.gradient-text.gradient-text2 {
  font-size: 0;
}

.info-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.info-wrap {
  grid-row-gap: 20px;
  border: 1px solid var(--neutral--800);
  text-align: center;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.text-span-3 {
  color: var(--neutral--300);
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-22 {
  align-self: center;
  margin-top: 10px;
  margin-bottom: 180px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1em;
}

.text-3 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-6 {
  color: var(--neutral--300);
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.base-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-span-7 {
  color: var(--neutral--300);
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.numbers {
  margin-right: 10px;
  font-size: 46px;
  line-height: 1em;
  display: inline;
}

.text-span-8 {
  font-size: 20px;
}

.bold-text-16 {
  font-weight: 600;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.our-role, .privacy-bloc.how_and_why, .privacy-bloc.privacy_choices_rights, .privacy-bloc.third_parties {
  flex-direction: column;
}

.privacy-bloc.collect-data {
  flex-direction: column;
  align-items: flex-start;
}

.privacy-bloc.making_policy_great, .privacy-bloc.data_storage, .privacy-bloc.datatype, .privacy-bloc.cookies {
  flex-direction: column;
}

.privacy_content_wrapper {
  color: #fff;
  background-color: #030406;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 0 40px 24px;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.heading-53 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.paragraph-8 {
  color: #c2c2c2;
  letter-spacing: 0;
  text-indent: 0;
  word-break: normal;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.heading-54 {
  color: #fff;
}

.bold-text-17 {
  font-family: Lato, sans-serif;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.bold-text-18 {
  font-family: Lato, sans-serif;
}

.sticky_menu_item {
  color: #696969;
  border-bottom-width: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}

.sticky_menu_item:hover {
  color: #fff;
}

.sticky_menu_item.w--current {
  cursor: pointer;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.header_section_wrapper {
  align-items: flex-start;
  line-height: 20px;
  display: flex;
}

.bold-text-19 {
  font-family: Libre Franklin, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.paragraph_centered {
  color: #b8b8b8;
  text-align: left;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
}

.bold-text-20 {
  font-family: Lato, sans-serif;
}

.privacy_section {
  background-color: #030406;
  margin-top: 80px;
  padding: 20px 20px 100px;
}

.sticky_menu_wrapper {
  z-index: 0;
  color: #b8b8b8;
  background-color: #0000;
  flex-direction: column;
  height: 400px;
  margin-bottom: 0;
  padding: 20px 24px 0 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
  position: sticky;
  top: 182px;
  overflow: scroll;
}

.bold-text-21 {
  font-family: Libre Franklin, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.divider {
  background-color: #ffffff26;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.container-4 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.intro_wrapper {
  text-align: center;
}

.bold-text-22 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-8 {
  opacity: 1;
  width: 100%;
  max-width: 105%;
  margin-left: 40px;
  padding-left: 0;
}

.grid-three-column-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 16px;
}

.gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular-2 {
  color: var(--350);
  align-self: auto;
  margin-bottom: 0;
  padding-top: 4px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

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

.line-vertical-left-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.cta-feature-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  flex-direction: column;
  padding: 24px;
  position: relative;
}

.cta-feature-2.first {
  border-radius: 6px;
  padding-top: 24px;
}

.cta-feature-2.last {
  border-radius: 6px;
}

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

.section-5 {
  z-index: 2;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.cta-feature-line-2 {
  z-index: 40;
  background-image: linear-gradient(90deg, #a6a6a6, #424243);
  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;
}

.line-vertical-right-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

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

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

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

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

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

.line-horizontal-2 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.content-container-lines-2 {
  z-index: 5;
  background-image: url('../images/Grid-Light_1Grid Light.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1128px;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.heading-55 {
  color: var(--350);
  font-family: Inter, sans-serif;
  font-size: 31px;
  line-height: 1;
}

.heading-56 {
  width: 90%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: .8;
}

.text-span-11 {
  color: var(--gray--100);
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
}

.text-span-12 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container-regular-2 {
  color: var(--350);
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-divider-2 {
  background-color: #ffffff14;
  width: 100%;
  height: 1px;
}

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

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

.pricing-badge-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.pricing-card-2 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 16px;
  padding: 4px;
  position: relative;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff14;
  border-radius: 40px;
  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-2:hover {
  background-color: #ffffff05;
  border-color: #ffffff1f;
}

.h4-heading-2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

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

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

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

.accent-line-2 {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  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-2.bento-line {
  background-image: linear-gradient(90deg, var(--neutral--300), var(--neutral--500));
  width: 48px;
  left: 32px;
  box-shadow: 0 33px 80px #fff9, 0 16px 40px #e9e9e9a3, 0 10px 24px #c4c4c47a, 0 12px 24px #b1b1b18f, 0 4.2px 10.5px #6161614d, 0 2.5px 6.25px #55555540, 0 1.5px 3.6px #30303033, 0 .66px 1.6px #20202024;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border-radius: 6px;
  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;
  box-shadow: inset 0 1px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-2:hover {
  background-color: #ffffff14;
}

.text-color-white-2 {
  color: #fff;
}

.heading-57 {
  align-self: auto;
  font-family: Inter, sans-serif;
  font-size: 32px;
}

.bold-text-23 {
  font-size: .9rem;
}

.featurev4_tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--neutral--800);
  color: #c4cff5;
  mix-blend-mode: screen;
  background-color: #0e101b00;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 1.75rem 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.featurev4_tab:hover {
  mix-blend-mode: screen;
  background-color: #170e1b;
}

.featurev4_tab.w--current {
  background-color: var(--neutral--900);
  mix-blend-mode: screen;
  border-style: dashed;
  border-color: #fff;
  flex: 1;
  display: flex;
}

.featurev4_tab.w--current:hover {
  background-color: var(--neutral--900);
}

.featuresv4_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.featuresv4_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.featuresv4_tab-heading {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.featurev4_svg-decor {
  aspect-ratio: 1;
  opacity: .8;
  color: #c5c5c5;
  -webkit-text-stroke-color: #b1b1b1;
  mix-blend-mode: luminosity;
  width: 3.75rem;
  position: absolute;
  bottom: -1.875rem;
  right: 50%;
  transform: translate(50%);
}

.bold-text-24 {
  font-size: .8rem;
}

.bold-text-25 {
  font-size: .9rem;
}

.bold-text-26 {
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.featurev4_svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.featurev4_svg.is-active {
  opacity: 0;
  color: #a5a5a5;
  -webkit-text-stroke-color: #b6b6b6;
  mix-blend-mode: luminosity;
}

.featurev4_svg.is-inactive {
  color: #bbb;
  -webkit-text-stroke-color: #afafaf;
  mix-blend-mode: luminosity;
}

.featuresv4_tabs-content {
  width: 100%;
  margin-top: 4rem;
}

.feautresv4_image {
  background-color: #472cb51a;
  border-radius: 18px;
  width: 100%;
  padding: 2rem 2rem 3rem;
}

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

.carousel-item-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.carousel-overlay-2 {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.grid-v-full-right-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-v-full-left-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.feature-button-small-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  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;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button-small-2:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

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

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

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

.feature-inner-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 34px;
  display: flex;
}

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

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

.button-primary-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  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;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-small-2:hover {
  background-color: #ffffff0f;
}

.feature-line-2 {
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  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-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

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

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

.carousel-overlay-3 {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.gradient-span-3 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: 261px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: .5;
}

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

.section-security-banner {
  z-index: 2;
  height: auto;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.paragraph-regular-3 {
  color: var(--350);
  text-align: center;
  width: 100%;
  max-width: 530px;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.line-vertical-right-3 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.grid-v-full-left-3 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-horizontal-3 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.feature-badge-2:hover {
  color: #fff;
  border-color: #ffffff29;
}

.h6-heading-2 {
  color: #fff;
  letter-spacing: -.1px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.max-width-x-small-2 {
  width: 100%;
  max-width: 440px;
}

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

.feature-button-2:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

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

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

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

.feature-card-3 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  padding: 4px;
  position: relative;
}

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

.button-primary-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  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;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-small-3:hover {
  background-color: #ffffff0f;
}

.gradient-span-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

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

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

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

.carousel-overlay-4 {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.line-vertical-right-4 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.grid-v-full-left-4 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-horizontal-4 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.feature-badge-3:hover {
  color: #fff;
  border-color: #ffffff29;
}

.max-width-x-small-3 {
  width: 100%;
  max-width: 440px;
}

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

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

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

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

.feature-card-4 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  padding: 4px;
  position: relative;
}

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

.button-primary-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  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;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-small-4:hover {
  background-color: #ffffff0f;
}

.gradient-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

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

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

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

.carousel-overlay-5 {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.line-horizontal-5 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.max-width-x-small-4 {
  width: 100%;
  max-width: 440px;
}

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

.logo-7 {
  width: 10rem;
}

.logo-wrapper-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-component-2 {
  opacity: .75;
  display: flex;
}

.logo-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: -1.5rem;
  display: grid;
}

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

.padding-section-medium-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 0;
  display: grid;
}

.text-size-medium-8 {
  color: #ffffffa3;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-logo {
  overflow: hidden;
}

.bold-text-27 {
  text-align: left;
  font-weight: 500;
}

.plans_first_line {
  opacity: 0;
  background-image: linear-gradient(#fff0, #ffffff3d 50%, #fff0);
  width: .0625rem;
  height: 1.5rem;
  overflow: hidden;
}

.dot {
  background-color: #a9a6ff;
  border-radius: 60rem;
  width: .5rem;
  height: .5rem;
}

.plan_card_content {
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  position: relative;
}

.plans_second_line {
  opacity: 0;
  -webkit-text-stroke-color: var(--neutral--700);
  background-image: linear-gradient(#fff0, #ffffff3d 50%, #fff0);
  width: .0625rem;
  height: 1.5rem;
}

.plans_perpage {
  grid-column-gap: 1rem;
  background-image: linear-gradient(#1e1a25, #1a1721);
  border-radius: .875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.plan_card_three-copy {
  outline-color: var(--neutral--700);
  outline-offset: 0px;
  background-color: #16161800;
  border-radius: 4px;
  outline-width: 1.5px;
  outline-style: solid;
  width: 6.5rem;
  padding: .6rem .5rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

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

.text-block-41 {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #706aff;
  border: 1px solid #817cff;
  border-radius: 60rem;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  min-height: 2.75rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .32s linear;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 4px 4px 5px #ffffff29, 0 2px 13px 4px #706aff1c;
}

.button-12:hover {
  border-color: #706aff;
  box-shadow: inset 4px 4px 5px #fff0, 0 2px 13px 4px #706aff00;
}

.plans_content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.plan_card_content_line {
  background-image: linear-gradient(#23233700, #232337 50%, #23233700);
  width: .0625rem;
  height: 100%;
  position: absolute;
}

.plan_card_content_line.is_right {
  background-image: linear-gradient(#23233700, #313131 50%, #23233700);
  top: 0;
  right: 0;
}

.plan_card_content_line.is_left {
  background-image: linear-gradient(#23233700, #313131 50%, #23233700);
  top: 0;
  left: 0;
}

.plan_card_content_line.is_center {
  background-image: linear-gradient(90deg, #23233700, #232337 50%, #23233700);
  width: 100%;
  height: .0625rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: static;
}

.plans_perpage_content {
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dot_text {
  color: #a9a6ff;
}

.plan_card_benefit-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.plan_card_benefit-text.is_violet {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e26ee5, #ef5df3);
  -webkit-background-clip: text;
  background-clip: text;
}

.plan_card_benefit-text.is_blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a9a6ff, #908cff);
  -webkit-background-clip: text;
  background-clip: text;
}

.plans_perpage-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid #232337;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plans_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plans_perpage_price-wrapper {
  grid-column-gap: .375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plans_main-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid var(--neutral--700);
  background-color: #16151e00;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plan_card_content_top {
  grid-column-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blur_section_left {
  z-index: 0;
  mix-blend-mode: luminosity;
  position: absolute;
  inset: 6% auto auto 0%;
}

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

.or-wrapper {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--300);
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 52px;
  margin-bottom: 70px;
  padding: .25rem .75rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.blur_section_right {
  z-index: 0;
  mix-blend-mode: luminosity;
  position: absolute;
  inset: 15% 0% auto auto;
}

.plan_card_three {
  outline-color: var(--neutral--700);
  outline-offset: 0px;
  background-color: #17151b00;
  border: 0 solid #000;
  border-radius: 6px;
  outline-width: 2px;
  outline-style: solid;
  width: 6.5rem;
  padding: 1.25rem .5rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.plans_main-wrapper2 {
  z-index: 1;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border: 2px solid var(--neutral--700);
  background-color: #16151e00;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plan_card_three-copy-2 {
  outline-color: var(--neutral--800);
  outline-offset: 0px;
  background-color: #17151b00;
  border-radius: 6px;
  outline-width: 1.5px;
  outline-style: solid;
  width: 6.5rem;
  padding: .6rem .5rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.plans_price_number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(136deg, #d1adff, #a9a6ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.plans_price_number.is_big {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.plan_switcher_menu {
  background-color: #242232;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  padding: .5rem;
  display: flex;
}

.text-align-center-4 {
  color: var(--350);
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.plan_card_form-wrapper {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  display: flex;
}

.plan_card {
  outline-color: var(--neutral--700);
  outline-offset: 0px;
  -webkit-text-stroke-color: var(--neutral--500);
  background-color: #17151b00;
  border-radius: 6px;
  outline-width: 2px;
  outline-style: solid;
  width: 16rem;
  padding: .5rem 1.25rem;
}

.text-color-violet {
  color: #d1adff;
}

.text-color-violet.is_big {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.plan_card_benefit-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.plans_perpage_title {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.dot-wrapper {
  background-color: #232337;
  border-radius: 60rem;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.plans_perpage_icon-wrapper {
  color: #9d97ac;
  background-color: #242232;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
}

.button_elipse {
  opacity: 0;
  filter: blur(8px);
  background-color: #4e49c9;
  width: 50%;
  height: 20%;
  position: absolute;
  bottom: -5%;
}

.plan_card_benefit {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan_switcher_tab {
  color: #aeaaca;
  text-align: center;
  background-color: #242232;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: flex;
}

.plan_switcher_tab:hover {
  background-color: #ffffff08;
}

.plan_switcher_tab.w--current {
  color: #fff;
  background-image: linear-gradient(145deg, #353246, #322e45);
  border: 1px solid #3b3751;
  box-shadow: inset 1px 2px 8px 1px #ffffff08;
}

.plans_line-wrapper {
  background-color: #232337;
  width: .0625rem;
  height: 5rem;
}

.plans_line-wrapper.is_second {
  z-index: 0;
  background-color: var(--neutral--700);
  justify-content: center;
  align-items: center;
  width: .1rem;
  display: flex;
  position: relative;
}

.plans_line-wrapper.is_first {
  background-color: var(--neutral--700);
  width: .1rem;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
}

.tab-link {
  white-space: nowrap;
  background-color: #ddd0;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 83%;
  min-height: 2.8rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: auto;
}

.tab-link.w--current {
  background-color: var(--neutral--500);
  box-shadow: 0 0 11px 4px #0000001a;
}

.tab_checklist-item-2 {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 100rem;
  align-items: center;
  padding: .63rem;
  display: flex;
}

.tabs-menu.background-color-alternative.margin-bottom.margin-medium {
  background-color: var(--neutral--800);
  width: 100%;
  height: 20%;
  margin-bottom: 20px;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h3-2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3-2.text-effect-gradient-2 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #48b065;
  border: 1px #000;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.text-size-regular-2 {
  font-size: 1rem;
}

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

.tabs_content-wrapper {
  grid-column-gap: 3.89rem;
  grid-row-gap: 3.89rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.why-choose-us_content {
  flex-flow: column;
  align-items: center;
  max-width: 36rem;
  display: flex;
}

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

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-align-center {
  color: var(--neutral--300);
  width: 138px;
  font-size: 12px;
  line-height: 14px;
}

.tab_content-2 {
  max-width: 26.94rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.tab-content_image-2 {
  width: 100%;
  max-width: 37.19em;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xxsmall-2 {
  width: 100%;
  padding-top: .5rem;
}

.icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.features-component-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout-wrapper {
  background-color: #ffffff08;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  background-color: #ffffff1a;
  border-color: #757575;
}

.layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  display: flex;
}

.featured-icon-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.heading-58 {
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 1.6;
}

.paragraph-9 {
  color: #b3b3b3;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-9.max-width-40ch {
  width: 800px;
  max-width: 40ch;
}

.feature-card-image {
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.features-layout {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-10 {
  color: var(--350);
  -webkit-text-stroke-color: var(--neutral--300);
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
}

.paragraph-10.max-width-40ch {
  width: 800px;
  max-width: 40ch;
}

.h2-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-59 {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.heading-60 {
  margin-bottom: 8px;
  font-size: 18px;
}

.paragraph-11 {
  font-weight: 600;
}

.paragraph-12 {
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
}

.paragraph-13 {
  font-size: 16px;
  line-height: 22px;
}

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

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

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

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

.prcing-features-title-2 {
  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: 4px;
  margin-right: auto;
  display: flex;
}

.pricing-feature-card-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 8px;
  flex-direction: column;
  padding: 32px;
  position: relative;
}

.gradient-span-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.line-horizontal-6 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.h3-heading-2 {
  color: #fff;
  letter-spacing: -.17px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.steps {
  flex-direction: column;
  display: flex;
}

.steps.dots {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  position: absolute;
}

.time-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.label {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.img-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6%;
  display: flex;
  position: relative;
}

.step-block-hero {
  text-align: left;
  align-self: center;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate._2 {
  background-color: #70768a;
}

.scroll-hero {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.step-hero {
  z-index: 2;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.dot-hero {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.scoll-wrap-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 78%;
  display: flex;
  position: absolute;
}

.feature-card-image-2 {
  border-radius: 0;
  width: 51%;
  padding-bottom: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-text-28 {
  -webkit-text-stroke-color: var(--neutral--300);
}

.text-align-center-4-copy {
  color: var(--350);
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.feature-card-5 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  padding: 4px;
  position: relative;
}

.feature-inner-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  margin-left: 4px;
  margin-right: 4px;
  padding: 20px;
  display: flex;
}

.wrap-v-large-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

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

.grid-two-column-5 {
  grid-column-gap: 17px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr 1fr;
}

.paragraph-regular-7 {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

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

.feature-button-copy:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

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

.feature-badge-copy:hover {
  color: #fff;
  border-color: #ffffff29;
}

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

.feature-button-small-3:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

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

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

.h6-heading-3 {
  color: #fff;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-line-3 {
  background-image: linear-gradient(90deg, #a6a6a6, #303031);
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 20px;
  box-shadow: 0 33px 80px #ddd9, 0 16px 40px #cacacaa3, 0 10px 24px #b8b7b57a, 0 12px 24px #a3a3a38f, 0 4.2px 10.5px #6868684d, 0 2.5px 6.25px #5c5c5c40, 0 1.5px 3.6px #35353533, 0 .66px 1.6px #27272724;
}

.text-block-43 {
  text-align: center;
  font-size: 20px;
}

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

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

.wrap-v-large-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

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

.carousel-container-lines-2 {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 112px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.feature-card-6 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  padding: 4px;
  position: relative;
}

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

.grid-two-column-6 {
  grid-column-gap: 17px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .75fr;
}

.paragraph-regular-8 {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

.gradient-span-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.feature-button-small-4:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

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

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

.h6-heading-4 {
  color: #fff;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.carousel-overlay-6 {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.feature-line-4 {
  background-image: linear-gradient(90deg, #a6a6a6, #303031);
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 20px;
  box-shadow: 0 33px 80px #ddd9, 0 16px 40px #cacacaa3, 0 10px 24px #b8b7b57a, 0 12px 24px #a3a3a38f, 0 4.2px 10.5px #6868684d, 0 2.5px 6.25px #5c5c5c40, 0 1.5px 3.6px #35353533, 0 .66px 1.6px #27272724;
}

.text-block-45 {
  text-align: center;
  font-size: 20px;
}

.heading-61 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.paragraph-regular-copy {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.line-horizontal-7 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.max-width-x-small-5 {
  width: 100%;
  max-width: 440px;
}

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

.feature-card-7 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  padding: 4px;
  position: relative;
}

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

.paragraph-regular-9 {
  color: var(--350);
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

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

.feature-button-small-5:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.h6-heading-5 {
  color: #fff;
  letter-spacing: -.1px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-line-5 {
  background-image: linear-gradient(90deg, #a6a6a6, #303031);
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 20px;
  box-shadow: 0 33px 80px #ddd9, 0 16px 40px #cacacaa3, 0 10px 24px #b8b7b57a, 0 12px 24px #a3a3a38f, 0 4.2px 10.5px #6868684d, 0 2.5px 6.25px #5c5c5c40, 0 1.5px 3.6px #35353533, 0 .66px 1.6px #27272724;
}

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

.wrap-v-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.feature-card-8 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  padding: 4px;
  position: relative;
}

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

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

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

.icon-small-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 106px;
  height: 27px;
  padding-top: 5px;
  display: block;
  position: static;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  margin-left: 0;
}

.feature-card-9 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  width: 316px;
  padding: 4px;
  position: relative;
}

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

.feature-button-copy-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 86%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button-copy-2:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.feature-card-10 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  padding: 4px;
  position: relative;
}

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

.text-block-46 {
  text-align: center;
  font-size: 20px;
}

.feature-card-11 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  padding: 4px;
  position: relative;
}

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

.feature-card-9-copy {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  width: 172px;
  padding: 4px;
  position: relative;
}

.text-block-47 {
  line-height: 1.7;
}

.bold-text-29 {
  font-family: Libre Franklin, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.blog-header {
  font-family: Libre Franklin, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-11-copy {
  font-size: 14px;
  font-weight: 600;
}

.spacer-small-copy {
  width: 100%;
  padding-top: 2rem;
  font-size: 14px;
}

.spacer-small-copy {
  width: 100%;
  padding-top: 2rem;
  font-size: 14px;
  line-height: 24px;
}

.spacer-small-copy {
  width: 100%;
  padding-top: 2rem;
}

.spacer-small-copy.spacer-xxsmall {
  padding-top: 1rem;
}

.text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54 {
  color: var(--350);
}

.heading-62 {
  margin-bottom: 0;
}

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

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

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

.cta-feature-line-3 {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  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;
}

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

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

.paragraph-regular-10 {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

.gradient-span-8 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.5;
}

.cta-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #070707;
  background-image: linear-gradient(#ffffff0a, #fff0);
  border: 1px solid #2f2f31;
  border-radius: 12px 12px 24px 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 0 0 4px;
  display: flex;
}

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

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

.cta-feature-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature-3.last {
  border-top-right-radius: 24px;
}

.cta-feature-3.first {
  border-top-left-radius: 24px;
}

.line-horizontal-8 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.heading-63 {
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 1.3;
}

.image-9 {
  opacity: .73;
  width: 270px;
}

.image-10, .image-11 {
  max-width: 50%;
}

.image-12 {
  max-width: 55%;
}

.container-regular-2-copy {
  color: var(--350);
  width: 100%;
  max-width: 984px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blue-light {
  z-index: 1;
  filter: saturate(0%);
  background-image: radial-gradient(circle at 0%, #000c, #fff0 55%);
  width: 300px;
  height: 300px;
  position: absolute;
}

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

.container-6.extend {
  width: 100%;
  max-width: 1296px;
}

.card-icon-wrap {
  background-color: #ffffff0d;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  display: flex;
}

.card-cont-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 99.9998%;
  max-width: 116%;
  display: flex;
}

.light-03 {
  z-index: 1;
  filter: saturate(0%) blur(600px);
  width: 225px;
  position: absolute;
  bottom: -160px;
  left: 54%;
}

.section-03-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.over-card {
  background-image: linear-gradient(133deg, #ffffff40, #fff0);
  border-radius: 24px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.over-card.all-in {
  border-radius: 6px;
  padding-right: 0;
}

.over-card-wrap {
  z-index: 1;
  text-align: center;
  background-color: #080808;
  border-radius: 6px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 40px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-03-card-wrap {
  grid-column-gap: 24px;
  perspective: 1000px;
  justify-content: center;
  align-items: stretch;
  padding: 20px 100px 0;
  display: flex;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.h5.white {
  color: var(--200-grey);
  width: 100%;
  max-width: 207px;
  margin-top: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.section-03-card-wrap-copy {
  grid-column-gap: 24px;
  perspective: 1000px;
  justify-content: center;
  align-items: stretch;
  padding: 20px 100px 0;
  display: flex;
}

.text-size-medium-2 {
  color: var(--350);
  margin-top: 10px;
  margin-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-size-medium-copy {
  color: var(--350);
  margin-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-31 {
  font-size: 26px;
  font-weight: 500;
}

.tab_content-copy {
  width: 104%;
  max-width: 60rem;
  margin-left: 28px;
}

.image---horizontal {
  width: 200%;
  max-width: 105%;
  margin-top: 80px;
  margin-left: 0;
  padding-left: 0;
}

.tab_content2 {
  width: 100%;
  max-width: 60rem;
}

.heading-72 {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

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

.tab_content-copy {
  width: 104%;
  max-width: 60rem;
}

.feature-card-image-2-copy {
  border-radius: 0;
  width: 58%;
  padding-bottom: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image-3 {
  border-radius: 0;
  width: 59%;
  padding-bottom: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image-4 {
  border-radius: 0;
  width: 50%;
  padding-bottom: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image-5 {
  border-radius: 0;
  width: 96%;
  padding-bottom: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image-7 {
  border-radius: 0;
  width: 70%;
  padding-bottom: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image-6 {
  border-radius: 0;
  width: 48%;
  padding-bottom: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-73 {
  width: 76%;
}

.title-large-6-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 744px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-32 {
  font-weight: 500;
}

.bold-text-33 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.italic-text {
  max-width: 821.258px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.italic-text-2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.bold-text-40 {
  color: var(--gray--100);
  width: 100%;
  font-family: Libre Franklin, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 0;
}

.heading-74 {
  color: var(--gray--100);
  width: 88%;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.sectionclose {
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 10px 3% 20px;
  position: relative;
}

.sectionsmall {
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 10px 3% 60px;
  position: relative;
}

.sectionlarge {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.sectionhome {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3% 10px;
  position: relative;
}

.sectionsecurityhome {
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 3% 60px;
  position: relative;
}

.tab_content3 {
  width: 100%;
  max-width: 60rem;
  margin-bottom: 120px;
  margin-left: 20px;
  font-family: Libre Franklin, sans-serif;
  position: static;
}

.spline-element-company {
  z-index: 2;
  filter: brightness(125%) saturate(0%);
  width: 127%;
  height: 85%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  overflow: visible;
}

.image-8-copy {
  opacity: 1;
  width: 100%;
  max-width: 105%;
  margin-left: 0;
  padding-left: 0;
}

.tab_content-right {
  width: 101%;
  max-width: 60rem;
  margin-left: 28px;
  padding-left: 40px;
}

.sectionranked {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 3%;
  position: relative;
}

.grid-two-column-copy {
  grid-column-gap: 50px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 836px;
}

.image-8-5 {
  opacity: 1;
  width: 100%;
  max-width: 105%;
  margin-left: 40px;
  padding-left: 0;
}

.section-solution-cards {
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 0 3% 20px;
  position: relative;
}

.header-image-wrapper-copy {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 37rem;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-component-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 104%;
  height: 600px;
  display: grid;
  overflow: visible;
}

.container-lines-regular-copy {
  z-index: 1;
  color: var(--350);
  -webkit-text-stroke-color: var(--neutral--400);
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 72px 40px;
  position: relative;
}

.image-8-copy-copy {
  opacity: .5;
  width: 70%;
  max-width: 105%;
  margin-left: 40px;
  padding-left: 0;
}

.image-8-solution, .image-8-solution-2 {
  opacity: 1;
  width: 100%;
  max-width: 105%;
  margin-left: 0;
  padding-left: 0;
}

.container-lines-regular-company {
  z-index: 1;
  color: var(--350);
  -webkit-text-stroke-color: var(--neutral--400);
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 40px;
  position: relative;
}

.paragraph-10-copy {
  color: var(--350);
  -webkit-text-stroke-color: var(--neutral--300);
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
}

.paragraph-10-copy.max-width-40ch {
  width: 800px;
  max-width: 40ch;
}

.tab_content-right-copy {
  width: 104%;
  max-width: 60rem;
  margin-left: 28px;
  padding-left: 40px;
}

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

.navigation-link-login:hover {
  border-radius: var(--radius--6px);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff0f;
}

.navigation-link-login:active, .navigation-link-login:focus {
  border-radius: var(--radius--6px);
}

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

.image-8-industries {
  opacity: 1;
  width: 105%;
  max-width: 115%;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
}

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

.image-8-security {
  opacity: .5;
  filter: none;
  width: 75%;
  max-width: 105%;
  margin-left: 40px;
  padding-left: 0;
}

.gradient-span-3-copy {
  color: var(--gray--100);
  -webkit-text-fill-color: transparent;
  background-color: #b6b6b6;
  -webkit-background-clip: text;
  background-clip: text;
  width: 54%;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: .5;
}

.paragraph-regular-3-copy {
  color: var(--350);
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-56-copy {
  width: 90%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: .8;
}

.h5-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.h5-copy.white {
  color: var(--200-grey);
  width: 100%;
  max-width: 207px;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-56-footer {
  width: 90%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: .8;
}

.bold-text-29-footer {
  font-family: Libre Franklin, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

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

.section-team {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 3% 20px;
  position: relative;
}

.investor-grids {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 300px;
  margin-top: 0;
}

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

.cta-feature-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature-4.last {
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.cta-feature-4.first {
  border-radius: 6px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.cta-feature-line-4 {
  z-index: 40;
  background-image: linear-gradient(90deg, var(--neutral--300), var(--neutral--500));
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fff9, 0 16px 40px #e7e7e7a3, 0 10px 24px #bebebe7a, 0 12px 24px #b8b8b88f, 0 4.2px 10.5px #5a5a5a4d, 0 2.5px 6.25px #66666640, 0 1.5px 3.6px #4443, 0 .66px 1.6px #38383824;
}

.gradient-span-9, .gradient-span-investors {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.section-investors {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.hero-badge-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--white--16);
  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;
  width: 70%;
  margin-top: 25px;
  padding: 8px 8px 8px 12px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.image-13 {
  opacity: .8;
  width: 44%;
}

.image-14 {
  opacity: .8;
  width: 30%;
  padding-bottom: 0;
}

.image-15, .image-16 {
  opacity: .8;
}

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

.wrap-h-xsmall-copy.wrap-child {
  flex-wrap: wrap;
  width: 468px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 50px;
  position: static;
}

.wrap-h-xsmall-copy.align-c {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 6px;
}

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

.wrap-h-xsmall-copy.align-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.wrap-h-xsmall-copy.wrap-child {
  flex-wrap: wrap;
  width: 100%;
  padding-left: 20px;
}

.wrap-h-xsmall-copy.align-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.container-regular-4 {
  width: 100%;
  max-width: 984px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.sectionlarge-comp {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.container-2-copy {
  width: 90%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.tab_content-solution {
  width: 100%;
  max-width: 60rem;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  position: static;
}

.container-regular-solution {
  width: 100%;
  max-width: 984px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  position: relative;
}

.cta-feature-4-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 6px;
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature-4-copy.last {
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.cta-feature-4-copy.first {
  border-radius: 6px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.wrap-v-x-small-4-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.sectionranked-copy {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 10px 3% 20px;
  position: relative;
}

.sectiontabs {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 3% 40px;
  position: relative;
}

.tab-button {
  color: #fff;
  background-color: #fff0;
  border-top: 1px solid #33353a;
  margin-bottom: 0;
  padding: 0;
  transition: all .3s;
}

.tab-button:hover {
  background-color: #1c1d1f;
}

.tab-button.w--current {
  background-color: #fff0;
}

.tab-mobile-img {
  display: none;
}

.image-17 {
  width: 86%;
  margin-left: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-button-title {
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.tab-button-desc-wrapper {
  margin-top: 3px;
  line-height: 24px;
}

.tabs-content {
  width: 60%;
}

.tab-button-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 12px;
}

.tab-button-desc {
  color: var(--350);
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.tab-button-progress-bar {
  background-color: #dfdfdf40;
  height: 3px;
}

.tab-button-progress {
  background-color: #fff;
  width: 1%;
  height: 100%;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 40%;
  margin-right: 8%;
  display: flex;
}

.tab-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  max-width: 836.484px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-55, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61 {
  color: var(--150);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.image-18 {
  width: 90%;
  margin-left: 40px;
}

.image-19 {
  width: 90%;
  margin-left: 35px;
}

.tab-button-copy {
  color: #fff;
  background-color: #fff0;
  border-top: 1px solid #33353a;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all .3s;
}

.tab-button-copy:hover {
  background-color: #1c1d1f;
}

.tab-button-copy.w--current {
  background-color: #fff0;
}

.image-20 {
  width: 90%;
  margin-left: 40px;
}

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

.div-block-2 {
  float: none;
}

.container-regular-right-alignment {
  width: 100%;
  max-width: 984px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.text-size-medium-right {
  color: var(--350);
  width: 95%;
  margin-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-align-center-4-copy-copy {
  color: var(--350);
  text-align: center;
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-21, .image-22, .image-23 {
  width: 90%;
  margin-left: 35px;
}

.section-collaboration {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 3%;
  position: relative;
}

.container-regular-collaboration, .container-regular-form {
  width: 100%;
  max-width: 984px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.sectionlarge-robot {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

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

.section-ranked-2 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.grid-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 760px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.label-wrap {
  width: 120px;
}

.label-2 {
  color: #fff;
  background-color: #0385ff;
  border-radius: 2px;
  margin-bottom: 8px;
  margin-right: 3px;
  padding-left: .45em;
  padding-right: .45em;
  font-size: 11px;
  line-height: 17px;
  display: inline-block;
}

.badge-3 {
  z-index: 1;
  border: 1px solid var(--neutral--400);
  color: #000;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10em;
  height: 13em;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px -5px #0000001a;
}

.badge-3:hover {
  border-color: var(--neutral--300);
  box-shadow: none;
}

.badge-icon-wrap {
  background-color: #0c0c0c;
  background-image: none;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
}

.badge-icon {
  opacity: .58;
  filter: saturate(0%);
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.badge-text {
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .8em;
  padding-bottom: .5em;
  font-size: .9em;
  line-height: 1.6em;
  display: flex;
}

.badge-bold {
  color: var(--150);
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-62, .text-block-63, .text-block-64 {
  color: var(--neutral--300);
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.badge-icon-copy {
  filter: saturate(0%);
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.inner-blog {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.yourway-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: inline-flex;
  position: static;
}

.title-large-gen-your-way {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 744px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-x-small-quote {
  width: 100%;
  max-width: 648px;
  margin-top: 0;
}

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

.paragraph-regular-3-quote {
  color: var(--350);
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.section-ranked-24 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 3%;
  position: relative;
}

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

.section-6-complogos {
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

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

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

.container-lines-regular-copy-home {
  z-index: 1;
  color: var(--350);
  -webkit-text-stroke-color: var(--neutral--400);
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 40px;
  position: relative;
}

.bml-b-wrap-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bml-a-wrap-1 {
  flex: 1;
  padding-right: 4em;
}

.bml-a-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
}

.bml-b-wrap-1 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.bml-b-wrap-2 {
  margin-bottom: 2em;
}

.bml-b-wrap3-1 {
  margin-bottom: .25em;
}

.bml-a-grid-link-1 {
  color: #f7f7f7;
  text-align: center;
  background-color: #8f8b8b;
  border-radius: .2em;
  padding: .8em 1em;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.bml-container-1 {
  background-color: #f7f7f700;
  padding: 2em;
}

.bml-b-wrap3-text-1 {
  color: var(--200-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bml-a-grid-decor-1 {
  border: 1px solid var(--neutral--400);
  width: 16em;
}

.bml-a-grid-heading-1 {
  color: #dbdbdb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.bml-container-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 984px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.bml-b-text-1 {
  color: var(--200-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bml-a-grid-1-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
}

.bml-b-text-1-copy {
  color: var(--200-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-industries-animation {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 3% 20px;
  position: relative;
}

.section-6-testemonial {
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.heading-56-footer-testemonial {
  width: 100%;
  max-width: 736px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: .8;
}

.bold-text-29-footer-copy {
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

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

.cta-block-2-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #070707;
  background-image: url('../image/Gero-twitte-bkg-1.png'), linear-gradient(90deg, #070707 15%, #d8d8d81c);
  background-position: 50% 14%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  border: 1px solid #2f2f31;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 0 0 4px;
  display: flex;
}

.image-9-copy {
  opacity: .73;
  width: 270px;
}

.container-regular-copy-form {
  width: 100%;
  max-width: 984px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

.heading-56-footer-testemonial-copy {
  width: 100%;
  max-width: 736px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: .8;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 760px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge-3-copy {
  z-index: 1;
  border: 1px solid var(--neutral--400);
  color: #000;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10em;
  height: 13em;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px -5px #0000001a;
}

.badge-3-copy:hover {
  border-color: var(--neutral--300);
  box-shadow: none;
}

.badge-3-copy-copy {
  z-index: 1;
  border: 1px solid var(--neutral--400);
  color: #000;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 8em;
  height: 10em;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px -5px #0000001a;
}

.badge-3-copy-copy:hover {
  border-color: var(--neutral--300);
  box-shadow: none;
}

.button-secondary-copy, .button-secondary---security {
  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 1px 1px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.tab_checklist-item-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tab_checklist-copy {
  color: var(--350);
}

.tab_checklist-item-it {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-size-regular-copy {
  color: var(--350);
  margin-right: 16px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-metrics, .paragraph-copy, .paragraph-metrics2 {
  color: var(--neutral--300);
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.feature-card-industries {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--6px);
  background-color: #0707093d;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 100%;
  padding: 4px 4px 10px;
  position: relative;
}

.image-8-solution-2-copy {
  opacity: 1;
  width: 80%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.success-messaging {
  color: var(--150);
}

.gradient-span-error {
  background-image: linear-gradient(180deg, var(--base--white), var(--white--64));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 261px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.success {
  color: var(--150);
}

.gradient-span-erro, .gradient-span-err, .gradient-span-er, .gradient-span-e {
  background-image: linear-gradient(180deg, var(--base--white), var(--white--64));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 261px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.text-field-copy {
  border: 1px solid var(--white--12);
  border-radius: var(--radius--8px);
  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);
  -webkit-text-stroke-color: var(--350);
  width: 100%;
  min-height: 36px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 6px 10px 6px 32px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

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

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

.text-size-regular-ss, .text-size-regular-pm {
  color: var(--350);
  margin-right: 16px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.container-regular-copy {
  width: 100%;
  max-width: 984px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.gradient-span-copy {
  background-image: linear-gradient(180deg, var(--base--white), var(--white--64));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 261px;
  font-family: Libre Franklin, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.videosection {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 3% 0;
  position: relative;
}

.image-25 {
  border-radius: 0;
}

.container-lines-testimonials {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
}

.container-lines-testimonials.overflow {
  padding-top: 100px;
  overflow: hidden;
}

.link, .link-2 {
  color: var(--200-grey);
}

.sectiontest2 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.container-lines-test {
  z-index: 1;
  color: var(--350);
  -webkit-text-stroke-color: var(--neutral--400);
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
  position: relative;
}

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

.section-7 {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.section-7.blog-grid-banner {
  background-image: url('../image/home-shape-1_1home-shape-1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #282828;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section-7.blog-details {
  background-image: url('../image/home-shape-1_1home-shape-1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}

.base-container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.banner-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62%;
  display: flex;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.section-8 {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 203px;
}

.collection-list-wrapper-blog {
  width: 100%;
  height: 171px;
}

.collection-list-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-blog.blog {
  grid-template-columns: 1fr 1fr 1fr;
  height: 200px;
}

.section-9 {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.blog-grid-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
}

.collection-list-wrapper-blog-2 {
  width: 100%;
  margin-bottom: 0;
}

.relative-blog-wrapper {
  position: relative;
}

.link-block {
  border-radius: 7px;
  display: block;
  overflow: hidden;
}

.link-block:hover {
  opacity: 1;
}

.img-blog {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
}

.category-blog {
  color: #000;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 7px;
  padding: 8px 7px;
  transition: background-color .3s, color .3s;
  position: absolute;
  inset: 15px auto auto 15px;
}

.category-blog:hover {
  opacity: 1;
  color: #fff;
  background-color: #282828;
}

.content-blog {
  border: 1px solid #282828;
  border-radius: 7px;
  margin-top: 10px;
  padding: 20px 15px;
}

.blog-heading {
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--150);
  border-bottom: 0 #fd747400;
  border-radius: 0;
  padding-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.blog-heading:hover {
  color: #b6b6b6;
}

.paragraph-14 {
  color: var(--200-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.link-content {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.link-with-icon {
  color: #fff;
  font-family: Montserrat, sans-serif;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: 1;
  color: #a4a2a2;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
}

.blogsection {
  height: 600px;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-sidebar-post-category {
  color: #fff;
  border: 1px solid #282828;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 8px 7px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Libre Franklin, sans-serif;
}

.rich-text-style {
  color: var(--150);
  -webkit-text-stroke-color: var(--150);
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
}

.blog-template-next {
  text-align: right;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  max-height: 680px;
  margin-bottom: 40px;
}

.heading-79 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 43px;
  font-weight: 400;
}

.heading-80 {
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
}

.carousel-container-lines-blog {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  height: 5150px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 60px;
  position: relative;
}

.link-block-2 {
  border-bottom: 0 solid #000;
  text-decoration: none;
}

.blog-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white--6);
  border-radius: var(--radius--8px);
  background-color: var(--white--12);
  background-image: linear-gradient(180deg, 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;
  width: 120px;
  height: 34px;
  margin-top: 10px;
  padding: 7px 12px 4px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

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

.paragraph-14-copy {
  color: var(--200-grey);
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.top-bar-text---brix2.max-w-80-mobile---brix {
  margin-left: 6px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: inline-block;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.close-icon---brix {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .2s;
  position: absolute;
  inset: auto 32px auto auto;
}

.close-icon---brix:hover {
  transform: scale3d(.9, .9, .01);
}

.paragraph-15.dummy-paragraph {
  color: #a0a3bd;
  margin-bottom: 32px;
}

.top-bar-button---brix {
  color: #4a3aff;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f1ff;
  border-radius: 80px;
  margin-left: 16px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: color .3s, background-color .3s;
}

.top-bar-button---brix:hover {
  color: #fff;
  background-color: #170f49;
}

.top-bar-wrapper---brix {
  z-index: 9999;
  border-bottom: 1px solid var(--neutral--800);
  color: #fff;
  background-color: #222;
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.column {
  width: 100%;
  margin-left: 40px;
}

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

.dummy-hero-wrapper---brix.preview-page---brix {
  min-height: 45vh;
  padding: 32px 50px;
}

.dummy-display {
  color: #a0a3bd;
  margin-bottom: 16px;
  line-height: 1.2;
}

.image-thumbnail-illustration---brix {
  width: 100%;
  height: 100%;
  max-height: 440px;
}

.top-bar-container---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-container---brix.top-bar-3---brix.preview-page {
  border: 0px none var(--neutral--800);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.limit-content---brix {
  align-self: center;
  width: 100%;
  max-width: 456px;
  margin-right: 40px;
}

.section-blog-copy {
  z-index: 2;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.button-primary-small-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white--6);
  border-radius: var(--radius--8px);
  background-color: var(--white--12);
  background-image: linear-gradient(180deg, 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;
  width: 101px;
  height: 33px;
  margin-top: 0;
  margin-left: 20px;
  padding: 7px 12px 4px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

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

.section-blog-copy {
  z-index: 2;
  height: 680px;
  margin-bottom: 40px;
  padding: 0 3% 20px;
  position: relative;
}

.section-security-advisors {
  z-index: 2;
  height: 500px;
  margin-bottom: 40px;
  padding: 0 3% 20px;
  position: relative;
}

.section-fedxai {
  z-index: 2;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.content-blog-copy {
  border: 1px solid #282828;
  border-radius: 7px;
  margin-top: 10px;
  padding: 20px 15px;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.bold.color-neutral-800 {
  color: var(--neutral--300);
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.text-center.tablet {
  text-align: left;
  line-height: 24px;
}

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

.grid-5-columns.logo-strips-right {
  grid-column-gap: 50px;
  grid-template-columns: auto auto auto auto auto;
  justify-content: end;
  place-items: center end;
}

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

.grid-2-columns.logo-strip-v2 {
  grid-template-columns: .25fr 1fr;
}

.link-3 {
  color: #fff;
}

.image-26 {
  margin-right: 3px;
}

.top-bar-text---brix2-copy.max-w-80-mobile---brix {
  margin-left: 6px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

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

.grid-6-columns.logo-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .7;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  margin-left: 25px;
}

.title-large-as-seen-in, .title-large-blog {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 744px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-security-banner-blog, .section-security-banner-copy {
  z-index: 2;
  height: auto;
  margin-bottom: 0;
  padding: 0 3%;
  position: relative;
}

.text-block-65 {
  color: red;
  align-self: center;
  font-size: 30px;
}

.paragraph-16 {
  text-align: center;
  font-size: 24px;
}

.hubspot-formwrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.hubspot-form {
  width: 100%;
  max-width: 500px;
}

.hubspot-input {
  box-sizing: border-box;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
}

.hubspot-label {
  box-sizing: border-box;
  color: #212d3a;
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 4px;
  padding-top: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.hubspot-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff7a59;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  margin: 1rem 0 0;
  padding: 12px 24px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: all .15s linear;
  display: block;
  position: relative;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.container-7 {
  padding-left: 100px;
  padding-right: 100px;
}

.code-embed {
  width: 100%;
}

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

@media screen and (min-width: 1280px) {
  .paragraph-regular {
    text-align: left;
    width: 104%;
    font-size: 18px;
  }

  .container-regular {
    margin-top: 20px;
  }

  .section {
    padding-top: 10px;
    font-size: 18px;
  }

  .container-lines-regular {
    margin-top: 100px;
  }

  .wrap-v-small.align-v-l {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .gradient-span {
    font-size: 24px;
  }

  .max-width-x-small {
    width: 100%;
    margin-top: 0;
  }

  .feature-container-lines {
    padding-top: 0;
  }

  .title-large {
    margin-bottom: 50px;
  }

  .grid-two-column {
    max-width: 984px;
  }

  .feature-card {
    width: 96%;
    padding-left: 0;
    padding-right: 25px;
  }

  .wrap-v-x-small {
    width: 434px;
    margin-bottom: 0;
  }

  .navigation-link {
    font-size: 14px;
  }

  .light-right {
    opacity: .5;
  }

  .wrap-v-large {
    width: 502px;
  }

  .h3-heading {
    color: var(--gray--100);
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .headline-small.text-color-neutral-300 {
    width: 231px;
    height: 65px;
    margin-top: 20px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }

  .header-center-small {
    margin-bottom: 10px;
  }

  .icon-1x1-regular {
    border: 1px solid #fff;
    border-radius: 0;
  }

  .bold-text-4, .image-2, .image-3, .image-4 {
    width: 100%;
  }

  .process_card_step {
    background-image: linear-gradient(#252525, #151516);
  }

  .process_card.is_1 {
    height: 31rem;
  }

  .div-block {
    width: 600px;
  }

  .layout-metrics {
    margin-top: 0;
  }

  .layout-list-item {
    border: 2px solid var(--neutral--800);
    color: var(--gray--100);
    background-color: #fff0;
  }

  .paragraph {
    color: var(--neutral--300);
    -webkit-text-stroke-color: var(--neutral--500);
    font-size: 14px;
  }

  .contacts-textarea {
    width: 99%;
  }

  .contacts-2-form-wrapper {
    margin-right: 0;
  }

  .gradient-span-header {
    font-size: 32px;
  }

  .spacer-small.spacer-xxsmall {
    padding-top: 1.5rem;
  }

  .text-size-medium {
    width: 87%;
    font-weight: 400;
  }

  .tab-content_image {
    opacity: .4;
    width: 30%;
  }

  .text-size-regular {
    font-weight: 400;
  }

  .spline-element {
    margin-right: 120px;
  }

  .heading-52 {
    font-size: 38px;
    line-height: 1.1em;
  }

  .subheading {
    font-size: 15px;
  }

  .container-2 {
    width: 100%;
  }

  .header-component {
    grid-row-gap: 4rem;
    width: 100%;
    margin-left: 0;
  }

  .header-image-wrapper {
    width: 522px;
  }

  .logo_component-slider {
    margin-top: 50px;
  }

  .logo-text {
    font-size: 20px;
  }

  .logo-loop-component {
    margin-top: 2rem;
  }

  .text-align-center-3 {
    margin-bottom: 70px;
  }

  .text-block-34, .text-block-35 {
    margin-bottom: 20px;
  }

  .section-4 {
    background-image: radial-gradient(circle at 50% 100%, #2a47ab40, #000 75%);
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4.without-top-spacing {
    background-color: #17171700;
    background-image: none;
    padding-bottom: 60px;
  }

  .gradient-text {
    font-size: 52px;
  }

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

  .info-wrap {
    border-color: #363636;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-span-3 {
    font-family: Varela, sans-serif;
  }

  .heading-22 {
    margin-top: 20px;
  }

  .text-3 {
    line-height: 22px;
  }

  .image-8 {
    width: 472px;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .heading-55 {
    color: var(--neutral--400);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .heading-56 {
    font-family: Inter, sans-serif;
    font-size: 36px;
    line-height: 1;
  }

  .text-span-12 {
    width: 100%;
  }

  .gradient-span-3 {
    width: 261px;
    font-size: 22px;
  }

  .section-security-banner {
    padding-bottom: 40px;
  }

  .paragraph-regular-3 {
    text-align: center;
    width: 104%;
    font-size: 14px;
  }

  .logo-list-2 {
    margin-right: -1.5rem;
  }

  .plan_card_three-copy {
    width: 7rem;
  }

  .text-block-40 {
    width: 202px;
  }

  .plans_block, .plans_main-wrapper {
    width: 980px;
  }

  .plan_card_three {
    width: 7.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans_main-wrapper2 {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    width: 980px;
  }

  .plan_card_three-copy-2 {
    outline-color: var(--neutral--700);
  }

  .text-align-center-4 {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .plan_card {
    width: 18rem;
  }

  .paragraph-10 {
    font-family: Libre Franklin, sans-serif;
    font-size: 16px;
  }

  .heading-59 {
    font-size: 18px;
  }

  .paragraph-11, .paragraph-12 {
    font-size: 16px;
  }

  .feature-card-image-2 {
    width: 50%;
  }

  .text-align-center-4-copy {
    width: 83%;
  }

  .feature-card-9 {
    width: 400px;
  }

  .feature-card-9-copy {
    width: 197px;
  }

  .paragraph-11-copy {
    font-size: 16px;
  }

  .spacer-small-copy.spacer-xxsmall {
    padding-top: 1.5rem;
  }

  .over-card-wrap {
    padding-left: 115px;
    padding-right: 115px;
  }

  .h5.white {
    color: var(--200-grey);
  }

  .text-size-medium-2, .text-size-medium-copy {
    font-weight: 400;
  }

  .image---horizontal {
    width: 472px;
    max-width: 100%;
    margin-top: 80px;
    padding-left: 40px;
  }

  .heading-72 {
    font-size: 18px;
  }

  .feature-container-lines-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-card-image-2-copy {
    width: 59%;
  }

  .feature-card-image-3 {
    width: 51%;
    left: 140px;
  }

  .feature-card-image-4 {
    padding-left: 3%;
    left: 0;
  }

  .feature-card-image-5 {
    width: 69%;
  }

  .feature-card-image-7 {
    width: 33%;
    padding-bottom: 2%;
    padding-right: 2%;
  }

  .feature-card-image-6 {
    width: 43%;
    padding-left: 3%;
    left: 173px;
  }

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

  .italic-text-2 {
    font-size: 15px;
  }

  .bold-text-40 {
    font-size: 28px;
  }

  .heading-74 {
    width: 78%;
    font-family: Libre Franklin, sans-serif;
  }

  .sectionclose {
    font-size: 18px;
  }

  .sectionsmall {
    margin-top: 0;
    padding-top: 40px;
    font-size: 18px;
  }

  .sectionlarge, .sectionhome {
    font-size: 18px;
  }

  .sectionsecurityhome {
    margin-top: 80px;
    font-size: 18px;
  }

  .image-8-copy {
    opacity: .51;
    width: 70%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .tab_content3 {
    margin-bottom: 300px;
  }

  .spline-element-company {
    margin-bottom: 220px;
    margin-right: 120px;
  }

  .image-8-copy {
    width: 472px;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .tab_content-right {
    width: 103%;
  }

  .sectionranked {
    font-size: 18px;
  }

  .grid-two-column-copy {
    max-width: 100%;
  }

  .image-8-5 {
    width: 472px;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .section-solution-cards {
    font-size: 18px;
  }

  .header-image-wrapper-copy {
    width: 522px;
  }

  .header-component-copy {
    grid-row-gap: 4rem;
    width: 100%;
    margin-left: 0;
  }

  .container-lines-regular-copy {
    margin-top: 100px;
  }

  .image-8-copy-copy {
    opacity: .51;
    width: 70%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .image-8-solution, .image-8-solution-2 {
    width: 472px;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .container-lines-regular-company {
    margin-top: 100px;
  }

  .paragraph-10-copy {
    font-family: Libre Franklin, sans-serif;
    font-size: 16px;
  }

  .navigation-link-login {
    font-size: 14px;
  }

  .image-8-industries {
    width: 472px;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-8-security {
    opacity: .5;
    width: 70%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .gradient-span-3-copy {
    width: 261px;
    height: 85%;
    font-size: 22px;
  }

  .paragraph-regular-3-copy {
    text-align: center;
    width: 104%;
    font-size: 14px;
  }

  .heading-56-copy {
    font-family: Inter, sans-serif;
    font-size: 36px;
    line-height: 1;
  }

  .h5-copy.white {
    color: var(--200-grey);
  }

  .heading-56-footer {
    font-family: Inter, sans-serif;
    font-size: 36px;
    line-height: 1;
  }

  .grid-two-column-company {
    margin-top: 0;
  }

  .section-team {
    margin-top: 0;
    padding-top: 50px;
    font-size: 18px;
  }

  .section-investors {
    margin-bottom: 0;
    font-size: 18px;
  }

  .hero-badge-2 {
    width: 54%;
  }

  .image-13 {
    width: 42%;
  }

  .image-14 {
    width: 30%;
  }

  .container-regular-4 {
    margin-top: 0;
  }

  .sectionlarge-comp {
    font-size: 18px;
  }

  .container-2-copy {
    width: 100%;
  }

  .container-regular-solution {
    margin-top: 0;
  }

  .sectionranked-copy {
    font-size: 18px;
  }

  .sectiontabs {
    padding-bottom: 60px;
    font-size: 18px;
  }

  .image-17 {
    margin-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tab-button-desc {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tab-component {
    max-width: 984px;
  }

  .image-18 {
    width: 80%;
    margin-left: 40px;
  }

  .image-19 {
    width: 93%;
    margin-left: 35px;
  }

  .image-20 {
    margin-left: 40px;
  }

  .feature-container-lines-small-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-regular-right-alignment {
    margin-top: 0;
  }

  .text-size-medium-right {
    width: 87%;
    font-weight: 400;
  }

  .text-align-center-4-copy-copy {
    width: 101%;
  }

  .image-21 {
    width: 94%;
    margin-left: 30px;
  }

  .image-22, .image-23 {
    width: 93%;
    margin-left: 35px;
  }

  .section-collaboration {
    padding-top: 50px;
    font-size: 18px;
  }

  .container-regular-collaboration, .container-regular-form {
    margin-top: 0;
  }

  .sectionlarge-robot {
    font-size: 18px;
  }

  .feature-container-lines-ranked {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-ranked-2 {
    padding-top: 10px;
    font-size: 18px;
  }

  .inner-blog {
    margin-top: 0;
    padding-top: 40px;
    font-size: 18px;
  }

  .title-large-gen-your-way {
    max-width: 840px;
  }

  .max-width-x-small-quote {
    width: 100%;
    margin-top: 0;
  }

  .paragraph-regular-3-quote {
    text-align: center;
    width: 104%;
    font-size: 14px;
  }

  .section-ranked-24 {
    padding-top: 10px;
    font-size: 18px;
  }

  .feature-container-lines-ranked-4 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-6-complogos {
    padding-bottom: 40px;
  }

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

  .container-lines-regular-copy-home {
    margin-top: 100px;
  }

  .bml-a-grid-wrap-2 {
    width: 86%;
  }

  .bml-container-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-industries-animation {
    padding-top: 10px;
    font-size: 18px;
  }

  .section-6-testemonial {
    padding-bottom: 0;
  }

  .heading-56-footer-testemonial {
    width: 891px;
    max-width: 900px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 36px;
    line-height: .7;
  }

  .bold-text-29-footer-copy {
    font-size: 16px;
    line-height: 1;
  }

  .cta-content-copy {
    line-height: 24px;
  }

  .container-regular-copy, .container-regular-copy-form {
    margin-top: 0;
  }

  .heading-56-footer-testemonial-copy {
    width: 891px;
    max-width: 900px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 36px;
    line-height: .7;
  }

  .grid-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .text-size-regular-copy {
    font-weight: 400;
  }

  .paragraph-metrics, .paragraph-copy, .paragraph-metrics2 {
    color: var(--neutral--300);
    -webkit-text-stroke-color: var(--neutral--500);
    font-size: 14px;
  }

  .feature-card-industries {
    width: 96%;
    padding-left: 0;
    padding-right: 25px;
  }

  .image-8-solution-2-copy {
    width: 472px;
    max-width: 100%;
    margin-top: 0;
    padding-left: 40px;
  }

  .gradient-span-error, .gradient-span-erro, .gradient-span-err, .gradient-span-er, .gradient-span-e {
    font-size: 24px;
  }

  .text-size-regular-ss, .text-size-regular-pm {
    font-weight: 400;
  }

  .container-regular-copy {
    margin-top: 20px;
  }

  .gradient-span-copy {
    font-size: 24px;
  }

  .videosection {
    padding-top: 10px;
    font-size: 18px;
  }

  .container-lines-testimonials {
    margin-left: 40px;
    padding-left: 0;
  }

  .sectiontest2 {
    padding-top: 0;
    font-size: 18px;
  }

  .container-lines-test {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .feature-container-lines-invest {
    padding-top: 40px;
  }

  .section-7 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-7.blog-grid-banner, .section-7.blog-details {
    padding-top: 200px;
  }

  .section-8 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
  }

  .section-9 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .content-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blogsection {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .carousel-container-lines-blog {
    height: 5150px;
  }

  .section-blog-copy, .section-security-advisors, .section-fedxai {
    padding-bottom: 40px;
  }

  .content-blog-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-left: 30px;
  }

  .title-large-as-seen-in {
    margin-bottom: 50px;
  }

  .title-large-blog {
    margin-bottom: 80px;
  }

  .section-security-banner-blog, .section-security-banner-copy {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-regular {
    width: 94%;
    line-height: 1.5;
  }

  .container-regular {
    max-width: 986px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-lines-regular {
    margin-top: 0;
    padding-top: 40px;
  }

  .hero-content {
    margin-left: 20px;
  }

  .gradient-span {
    color: var(--150);
    width: 100%;
    font-size: 24px;
  }

  .max-width-x-small {
    max-width: 600px;
  }

  .video-container-lines {
    padding-bottom: 0;
  }

  .feature-container-lines {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-large {
    margin-bottom: 70px;
  }

  .grid-two-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .feature-card {
    padding-right: 0;
  }

  .feature-heading {
    margin-bottom: 0;
  }

  .light-left, .light-right {
    opacity: .25;
  }

  .wrap-v-large {
    width: 576px;
  }

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

  .content-container-lines {
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .label-regular {
    color: var(--white--80);
    font-size: 17px;
    font-weight: 600;
  }

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

  .heading-2 {
    width: 93%;
    font-size: 54px;
    line-height: 1;
  }

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

  .bold-text-4 {
    width: 100%;
    max-width: 594px;
    font-size: 16px;
    line-height: 1.6;
  }

  .image-2 {
    width: 100%;
  }

  .container-medium {
    padding-bottom: 20px;
  }

  .image-3, .image-4 {
    width: 100%;
  }

  .process_card.is_1 {
    height: 32rem;
  }

  .section_process {
    margin-bottom: 0;
  }

  .div-block {
    width: 710px;
  }

  .bold-text-13 {
    font-size: 17px;
    font-weight: 600;
  }

  .contacts-textarea {
    width: 99%;
  }

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

  .gradient-span-header {
    width: 261px;
    font-size: 40px;
    line-height: 0;
  }

  .section-hero-header {
    margin-top: 20px;
  }

  .outer-circle-copy {
    background-image: radial-gradient(circle at 0%, #131313, #070707);
  }

  .text-color-white-gradient {
    font-size: 42px;
  }

  .tab_content {
    max-width: 60rem;
    margin-top: 25px;
  }

  .tab_checklist-item {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .spacer-small.spacer-xxsmall {
    padding-top: 1.5rem;
  }

  .text-size-medium {
    width: 80%;
    margin-right: 40px;
  }

  .tab-content_image {
    width: 30%;
  }

  .features_row {
    grid-column-gap: 3.8rem;
    grid-row-gap: 3.8rem;
  }

  .hero-paragraph {
    font-family: Libre Franklin, sans-serif;
  }

  .heading-52 {
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    line-height: 1.3em;
  }

  .container-2 {
    width: 96%;
  }

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

  .section-4 {
    background-image: radial-gradient(circle at 50% 100%, #2a47ab40, #000 75%);
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-4.without-top-spacing {
    margin-top: 0;
    padding-top: 70px;
  }

  .gradient-text {
    background-image: linear-gradient(83deg, #fff, #797979);
    font-size: 50px;
  }

  .gradient-text.gradient-text2 {
    font-size: 60px;
    line-height: 1.3em;
  }

  .info-wrap {
    border-color: var(--neutral--800);
    width: 288px;
  }

  .text-3 {
    width: 250px;
  }

  .base-container {
    max-width: 1400px;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    font-size: 22px;
  }

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

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

  .heading-56 {
    width: 90%;
  }

  .text-span-12 {
    width: 100%;
    max-width: 710px;
    font-size: 16px;
  }

  .gradient-span-3 {
    font-size: 32px;
  }

  .section-security-banner {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-regular-3 {
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.5;
  }

  .title-large-3, .title-large-4, .title-large-6 {
    margin-bottom: 60px;
  }

  .padding-section-medium-2 {
    padding-top: 2rem;
  }

  .text-size-medium-8 {
    width: 80%;
    margin-top: 20px;
  }

  .text-align-center-4 {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-11 {
    width: 100%;
    max-width: 710px;
  }

  .paragraph-13 {
    font-family: Libre Franklin, sans-serif;
  }

  .feature-card-image-2 {
    border-radius: 0;
  }

  .text-align-center-4-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-29 {
    font-family: Libre Franklin, sans-serif;
    font-weight: 500;
  }

  .blog-header {
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    font-weight: 500;
  }

  .card-cont-wrap {
    width: 111%;
    max-width: 200%;
  }

  .over-card-wrap {
    padding-left: 120px;
    padding-right: 120px;
  }

  .h5.white {
    color: var(--200-grey);
    max-width: 400px;
  }

  .text-size-medium-2, .text-size-medium-copy {
    margin-right: 28px;
  }

  .bold-text-31 {
    width: 100%;
  }

  .tab_content-copy {
    margin-left: 28px;
  }

  .image---horizontal {
    width: 100%;
    padding-left: 0;
  }

  .tab_content2 {
    margin-top: 40px;
  }

  .feature-container-lines-small {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .feature-card-image-2-copy {
    border-radius: 0;
    width: 53%;
  }

  .feature-card-image-3 {
    border-radius: 0;
  }

  .feature-card-image-4 {
    vertical-align: baseline;
    left: auto;
  }

  .feature-card-image-5 {
    border-radius: 0;
  }

  .feature-card-image-7 {
    border-radius: 0;
    width: 42%;
  }

  .feature-card-image-6 {
    border-radius: 0;
  }

  .title-large-6-copy {
    margin-bottom: 40px;
  }

  .bold-text-32 {
    font-weight: 400;
  }

  .bold-text-33 {
    font-family: Libre Franklin, sans-serif;
    font-weight: 400;
  }

  .bold-text-40 {
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    font-weight: 500;
  }

  .heading-74 {
    margin-bottom: 12px;
  }

  .sectionclose {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sectionsmall {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .sectionlarge {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sectionhome {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sectionsecurityhome {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .image-8-copy {
    opacity: .5;
    width: 70%;
    margin-right: 0;
  }

  .tab_content3 {
    margin-bottom: 220px;
    margin-left: 26px;
  }

  .spline-element-company {
    margin-bottom: 220px;
    margin-left: 80px;
  }

  .container-lines-regular-copy {
    margin-top: 0;
    padding-top: 60px;
  }

  .image-8-copy {
    margin-right: 0;
    padding-left: 0;
  }

  .tab_content-right {
    width: 100%;
    margin-top: 40px;
    margin-left: 28px;
    padding-left: 80px;
  }

  .sectionranked {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-two-column-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-8-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }

  .section-solution-cards {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-component-copy {
    max-width: 1044.48px;
  }

  .image-8-copy-copy {
    opacity: .5;
    width: 70%;
    margin-right: 0;
  }

  .image-8-solution, .image-8-solution-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .container-lines-regular-company {
    height: 100%;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-10-copy {
    width: 63%;
  }

  .tab_content-right-copy {
    width: 100%;
    margin-top: 30px;
    margin-left: 28px;
    padding-left: 100px;
  }

  .image-8-industries {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 0;
  }

  .title-large-industries {
    margin-bottom: 70px;
  }

  .image-8-security {
    opacity: .5;
    width: 72%;
    margin-right: 0;
  }

  .gradient-span-3-copy {
    font-size: 32px;
  }

  .paragraph-regular-3-copy {
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.5;
  }

  .heading-56-copy {
    width: 65%;
  }

  .h5-copy.white {
    color: var(--200-grey);
    max-width: 400px;
  }

  .heading-56-footer {
    width: 100%;
  }

  .bold-text-29-footer {
    font-family: Libre Franklin, sans-serif;
    font-weight: 500;
  }

  .grid-two-column-company {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-team {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-investors {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-badge-2 {
    border-color: var(--white--10);
    -webkit-text-stroke-color: var(--neutral--300);
    width: 56%;
  }

  .image-13 {
    width: 44%;
  }

  .container-regular-4 {
    max-width: 986px;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .sectionlarge-comp {
    height: 22%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2-copy {
    width: 96%;
    height: 100%;
  }

  .tab_content-solution {
    margin-top: 25px;
  }

  .container-regular-solution {
    max-width: 986px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .sectionranked-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sectiontabs {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .image-17 {
    margin-left: 40px;
  }

  .tabs-content {
    width: 60%;
  }

  .tabs-menu-2 {
    margin-right: 8%;
  }

  .tab-component {
    max-width: 986px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-57 {
    color: var(--gray--100);
  }

  .image-18 {
    width: 75%;
    margin-left: 40px;
  }

  .image-19 {
    width: 80%;
    margin-left: 40px;
  }

  .image-20 {
    margin-left: 40px;
  }

  .feature-container-lines-small-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-regular-right-alignment {
    max-width: 986px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .text-size-medium-right {
    width: 92%;
    margin-right: 40px;
  }

  .text-align-center-4-copy-copy {
    width: 104%;
    font-size: 16px;
    line-height: 22px;
  }

  .image-21 {
    width: 94%;
    margin-left: 30px;
  }

  .image-22, .image-23 {
    margin-left: 40px;
  }

  .section-collaboration {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-regular-collaboration {
    max-width: 986px;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .container-regular-form {
    max-width: 986px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .sectionlarge-robot {
    height: 22%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-container-lines-ranked {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-ranked-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .badge-text {
    height: 100%;
    line-height: 1.8em;
  }

  .badge-bold {
    font-size: 15px;
  }

  .inner-blog {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-large-gen-your-way {
    max-width: 900px;
    margin-bottom: 60px;
  }

  .max-width-x-small-quote {
    max-width: 714px;
  }

  .paragraph-regular-3-quote {
    width: 100%;
    max-width: 714px;
    font-size: 16px;
    line-height: 1.5;
  }

  .carousel-container-lines-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-ranked-24 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-container-lines-ranked-4 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .section-6-complogos {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .carousel-container-lines-complogos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-large-complogos {
    margin-bottom: 20px;
  }

  .bml-a-grid-1 {
    grid-row-gap: 2.5em;
  }

  .bml-a-grid-wrap-2 {
    width: 72%;
    max-width: 429.43px;
  }

  .bml-container-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .bml-a-grid-heading-1 {
    font-size: 24px;
    font-weight: 500;
  }

  .bml-b-text-1 {
    line-height: 26px;
  }

  .bml-a-grid-1-copy {
    grid-row-gap: 2em;
  }

  .bml-b-text-1-copy {
    width: 94%;
    line-height: 26px;
  }

  .section-industries-animation {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-6-testemonial {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0% 0 8%;
  }

  .heading-56-footer-testemonial {
    width: 98%;
    max-width: 984px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: .8;
  }

  .bold-text-29-footer-copy {
    color: var(--gray--100);
    font-family: Libre Franklin, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }

  .cta-content-copy {
    max-width: 984px;
    padding-bottom: 0;
    padding-right: 36px;
  }

  .cta-block-2-copy {
    -webkit-text-fill-color: inherit;
    background-image: url('../image/Gero-twitte-bkg-1.png'), linear-gradient(90deg, #070707 15%, #d8d8d812);
    background-position: 50% 15%, 0 0;
    background-size: cover, auto;
    background-clip: border-box;
    border-radius: 6px;
  }

  .image-9-copy {
    opacity: .38;
    width: 270px;
  }

  .container-regular-copy-form {
    max-width: 986px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-56-footer-testemonial-copy {
    width: 98%;
    max-width: 984px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: .8;
  }

  .grid-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    margin-top: 0;
  }

  .badge-3-copy {
    width: 8em;
    height: 10em;
  }

  .badge-3-copy-copy {
    width: 7em;
    height: 9em;
  }

  .tab_checklist-item-copy, .tab_checklist-item-it {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .feature-card-industries {
    padding-right: 0;
  }

  .image-8-solution-2-copy {
    width: 80%;
    max-width: 472px;
    margin-right: 0;
    padding-left: 0;
  }

  .gradient-span-error, .gradient-span-erro, .gradient-span-err, .gradient-span-er, .gradient-span-e {
    color: var(--150);
    width: 50%;
    font-size: 24px;
  }

  .container-regular-copy {
    max-width: 986px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .gradient-span-copy {
    color: var(--150);
    width: 50%;
    font-size: 24px;
  }

  .videosection {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .sectiontest2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-lines-test {
    margin-top: 0;
    padding-top: 0;
  }

  .feature-container-lines-invest {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .content-blog {
    padding-bottom: 20px;
    line-height: 1.3;
  }

  .blog-heading {
    font-size: 20px;
  }

  .rich-text-style {
    margin-bottom: 15px;
  }

  .carousel-container-lines-blog {
    height: 5150px;
    padding-top: 80px;
  }

  .top-bar-wrapper---brix {
    height: 50px;
  }

  .top-bar-container---brix.top-bar-3---brix.preview-page {
    border-width: 0;
  }

  .section-blog-copy {
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section-security-advisors {
    height: 500px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section-fedxai {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .content-blog-copy {
    padding-bottom: 20px;
    line-height: 1.3;
  }

  .grid-5-columns.logo-strips-right {
    grid-column-gap: 76px;
  }

  .grid-6-columns.logo-strip {
    grid-template-columns: 1.25fr 1fr .75fr 1fr 1fr;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .title-large-as-seen-in {
    margin-bottom: 40px;
  }

  .title-large-blog {
    margin-bottom: 70px;
  }

  .section-security-banner-blog, .section-security-banner-copy {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container-lines-regular {
    max-width: 1160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .contacts-textarea {
    width: 99%;
  }

  .base-container-4 {
    padding-left: 0;
  }

  .text-size-medium {
    width: 442px;
    margin-right: 27px;
  }

  .logo_component-slider {
    width: 2573px;
  }

  .section-4 {
    background-image: radial-gradient(circle at 50% 100%, #2a47ab40, #000 60%);
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-4.without-top-spacing {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .heading-22 {
    margin-top: 40px;
    margin-bottom: 220px;
  }

  .base-container {
    max-width: 1800px;
    padding-left: 0;
  }

  .numbers {
    font-size: 48px;
  }

  .text-size-medium-2, .text-size-medium-copy {
    margin-right: 27px;
  }

  .container-lines-regular-copy, .container-lines-regular-company {
    max-width: 1160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero-badge-2 {
    width: 59%;
  }

  .text-size-medium-right {
    width: 442px;
    margin-right: 27px;
  }

  .container-lines-regular-copy-home {
    max-width: 1160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .section-6-testemonial {
    padding-left: 18%;
  }

  .container-lines-test {
    max-width: 1160px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-7.blog-grid-banner, .section-7.blog-details {
    padding-top: 220px;
  }

  .base-container-5 {
    padding-left: 20px;
  }

  .section-8, .section-9, .blogsection {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .blog-template-pagination-link:hover {
    opacity: 1;
  }

  .top-bar-container---brix {
    max-width: 1240px;
    position: relative;
  }
}

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

  .hero-content {
    margin-bottom: 0;
  }

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

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

  .process_card_animation {
    height: 100%;
  }

  .padding-global {
    width: 100%;
  }

  .process_card.is_1 {
    height: 42rem;
  }

  .process_cards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout-list-item {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .vertical-divider {
    display: none;
  }

  .contacts-textarea {
    width: 98%;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

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

  .circle-wrapper-2 {
    width: 30rem;
    height: 30rem;
    right: -34%;
  }

  .circle-wrapper-2.left {
    left: -40%;
  }

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

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

  .features_row {
    flex-flow: column;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .spline-element {
    width: 100%;
  }

  .container-2 {
    margin-top: 80px;
  }

  .header-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header-content {
    padding-left: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .container-3 {
    margin-top: 80px;
  }

  .gradient-text.gradient-text2 {
    font-size: 38px;
  }

  .heading-22 {
    font-size: 44px;
  }

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

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

  .privacy_section {
    margin-top: 99px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky_menu_wrapper {
    flex-direction: row;
    height: auto;
    display: none;
  }

  .container-4 {
    width: 90%;
  }

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

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

  .feautresv4_image {
    padding: 1rem;
  }

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

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

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

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

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

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

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

  .plans_content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .plans_main-wrapper, .plans_main-wrapper2 {
    flex-flow: column;
  }

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

  .tabs-menu.background-color-alternative.margin-bottom.margin-medium {
    border-radius: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .tabs_content-wrapper {
    flex-flow: column;
  }

  .tab_content-2, .tab-content_image-2 {
    max-width: none;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout-wrapper.vertical, .layout-wrapper.horizontal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

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

  .dot-block {
    width: 24px;
  }

  .img-hero {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .scoll-wrap-hero {
    width: 77%;
  }

  .feature-card-image-2 {
    width: auto;
    height: 100%;
  }

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

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

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

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

  .container-6 {
    width: 100%;
    padding-left: 3.229vw;
    padding-right: 3.229vw;
  }

  .container-6.extend {
    width: 100%;
  }

  .card-icon-wrap {
    width: 8.073vw;
    height: 8.073vw;
    margin-bottom: 2.422vw;
  }

  .card-cont-wrap {
    grid-row-gap: 1.615vw;
  }

  .icon-50 {
    width: 4.036vw;
  }

  .over-card-wrap {
    padding: 4.844vw 3.229vw;
  }

  .section-03-card-wrap {
    grid-column-gap: 1.615vw;
    padding: 6.054vw 0 20.182vw;
  }

  .h5 {
    font-size: 2.422vw;
  }

  .section-03-card-wrap-copy {
    grid-column-gap: 1.615vw;
    padding: 6.054vw 0 20.182vw;
  }

  .feature-card-image-2-copy, .feature-card-image-3, .feature-card-image-4, .feature-card-image-5, .feature-card-image-7, .feature-card-image-6 {
    width: auto;
    height: 100%;
  }

  .sectionhome {
    margin-bottom: 240px;
    line-height: 24px;
  }

  .spline-element-company {
    width: 100%;
  }

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

  .header-component-copy {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: 600px;
    min-height: auto;
  }

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

  .h5-copy {
    font-size: 2.422vw;
  }

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

  .investor-grids {
    grid-template-columns: 1fr 1fr;
  }

  .container-2-copy {
    margin-top: 80px;
  }

  .tab-mobile-img {
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
  }

  .tab-button-desc-wrapper {
    overflow: hidden;
  }

  .tabs-content {
    width: 100%;
    display: none;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0%;
  }

  .tab-component {
    flex-direction: column;
  }

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

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

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

  .section-7.blog-grid-banner, .section-7.blog-details {
    padding-top: 140px;
  }

  .banner-title-wrap {
    width: 70%;
  }

  .collection-list-blog {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list-blog.blog {
    grid-template-columns: 1fr 1fr;
  }

  .link-content {
    flex-direction: column;
    margin-top: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .blog-template-image {
    margin-top: 10px;
  }

  .blog-button {
    display: flex;
  }

  .cloneable-container-default {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .top-bar-text---brix2 {
    max-width: 90%;
  }

  .top-bar-text---brix2.max-w-80-mobile---brix {
    margin-left: 6px;
  }

  .column {
    justify-content: center;
    align-self: auto;
    width: 100%;
    margin-top: 48px;
    margin-left: 0;
    display: flex;
  }

  .dummy-hero-wrapper---brix {
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    flex-direction: column;
    align-items: stretch;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-thumbnail-illustration---brix {
    max-height: none;
  }

  .top-bar-container---brix {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-container---brix.top-bar-3---brix.preview-page {
    justify-content: center;
  }

  .limit-content---brix {
    align-self: auto;
    max-width: none;
    margin-right: 0;
  }

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

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

  .grid-5-columns.logo-strips-right {
    grid-row-gap: 32px;
    grid-template-columns: auto auto auto;
    justify-content: center;
    justify-items: center;
  }

  .grid-2-columns.logo-strip-v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .top-bar-text---brix2-copy {
    max-width: 90%;
  }

  .grid-6-columns.logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

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

  .gradient-span {
    font-size: 26px;
    line-height: 2em;
  }

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

  .headline-small.text-color-neutral-300 {
    width: 144px;
    font-size: 11px;
  }

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

  .text-area {
    width: 100%;
    max-width: 791px;
  }

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

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .title_main.is_work {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .section-2 {
    padding: 60px 15px;
  }

  .h2 {
    font-size: 46px;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .contacts-textarea {
    width: 97%;
  }

  .primary-button-4.full-width-mobile {
    width: 100%;
  }

  .button-4 {
    padding: 1rem 1.5rem;
  }

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

  .circle-wrapper-2 {
    width: 20rem;
    height: 20rem;
    display: none;
    bottom: -35%;
  }

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

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

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

  .spacer-small {
    padding-top: 1.25rem;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

  .spline-element {
    width: 100%;
  }

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

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

  .button-3.large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-3.large:hover {
    border-color: #cecece;
  }

  .button-secondary-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-2:hover {
    color: #342f3a;
    background-color: #fdfcff;
  }

  .button-secondary-2.large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .button-row.reverse-landscape {
    flex-direction: column-reverse;
  }

  .button-container.landscape {
    width: 100%;
  }

  .header-image-wrapper {
    background-image: none;
    height: 26rem;
    padding-bottom: 140px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo-list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .logo-2 {
    height: 2.5rem;
  }

  .logo-loop-component {
    height: 3.5rem;
  }

  .logo-wrapper-2 {
    padding: .5rem 1rem;
  }

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

  .text-block-34, .text-block-35 {
    margin-left: 80px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.without-top-spacing {
    padding-top: 0;
  }

  .gradient-text.gradient-text2 {
    font-size: 29px;
  }

  .info-grid {
    flex-direction: column;
    display: flex;
  }

  .heading-22 {
    font-size: 36px;
  }

  .numbers {
    font-size: 40px;
  }

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

  .content_wrapper {
    padding-left: 40px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

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

  .container-4 {
    width: 90%;
  }

  .image-8 {
    margin-left: 0;
  }

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

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

  .featuresv4_tabs-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .featurev4_svg-decor {
    width: 3rem;
    bottom: -1.5rem;
  }

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

  .section-security-banner {
    height: 1800px;
  }

  .logo-7 {
    max-height: 3rem;
  }

  .logo-wrapper-3 {
    padding: .75rem 1rem;
  }

  .logo-list-2 {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

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

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

  .plan_card_three-copy, .plans_perpage-wrapper, .plans_block, .plans_main-wrapper, .plan_card_three, .plans_main-wrapper2, .plan_card_three-copy-2, .plan_card {
    width: 100%;
  }

  .plan_switcher_tab.is_dis {
    width: 60%;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

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

  .spacer-large {
    padding-top: 2rem;
  }

  .feature-card-image {
    opacity: .4;
  }

  .h2-2 {
    font-size: 46px;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .scroll-hero {
    min-height: auto;
  }

  .scroll-base {
    position: relative;
  }

  .scoll-wrap-hero {
    width: 76%;
  }

  .feature-card-image-2 {
    opacity: .4;
  }

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

  .wrap-v-x-small-4 {
    margin-top: 0;
  }

  .spacer-small-copy {
    padding-top: 1.25rem;
  }

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

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

  .container-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }

  .card-cont-wrap {
    grid-row-gap: 16px;
    max-width: 300px;
  }

  .light-03 {
    bottom: 313px;
  }

  .icon-50 {
    width: 40px;
  }

  .over-card-wrap {
    width: 100%;
    padding: 40px;
  }

  .section-03-card-wrap {
    grid-column-gap: 0vw;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .h5 {
    font-size: 20px;
  }

  .section-03-card-wrap-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 150px;
  }

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

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

  .feature-card-image-2-copy, .feature-card-image-3, .feature-card-image-4, .feature-card-image-5, .feature-card-image-7, .feature-card-image-6 {
    opacity: .4;
  }

  .heading-75, .heading-76 {
    text-align: center;
  }

  .sectionhome, .tab_content3 {
    margin-bottom: 0;
  }

  .spline-element-company {
    width: 100%;
  }

  .tab_content-right {
    margin-left: 0;
    padding-left: 0;
  }

  .image-8-5 {
    margin-left: 0;
  }

  .header-image-wrapper-copy {
    background-image: none;
    height: 26rem;
  }

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

  .tab_content-right-copy {
    margin-left: 0;
    padding-left: 0;
  }

  .h5-copy {
    font-size: 20px;
  }

  .investor-grids {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .wrap-v-x-small-4-copy {
    margin-top: 0;
  }

  .tab-mobile-img {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

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

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

  .grid-2 {
    width: 80%;
    max-width: 760px;
  }

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

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

  .carousel-container-lines-complogos {
    margin-top: 220px;
    padding-bottom: 0;
  }

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

  .bml-container-1 {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .grid-3 {
    width: 80%;
    max-width: 758px;
  }

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

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

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

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

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-7.blog-grid-banner {
    padding-top: 120px;
  }

  .section-7.blog-details {
    background-position: 100% 0;
    background-size: cover;
    padding-top: 120px;
  }

  .banner-title-wrap {
    width: 100%;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-blog {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-content {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .blogsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .cloneable-container-default {
    padding-bottom: 16px;
  }

  .top-bar-text---brix2 {
    max-width: 85%;
  }

  .dummy-hero-button---brix {
    max-width: 240px;
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .close-icon---brix {
    max-width: 14px;
    top: 24px;
    right: 24px;
  }

  .close-icon---brix.top-bar-3---brix {
    margin-left: 14px;
    position: static;
  }

  .paragraph-15.dummy-paragraph {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .top-bar-wrapper---brix {
    font-size: 16px;
  }

  .column {
    margin-top: 32px;
    display: flex;
  }

  .dummy-hero-wrapper---brix {
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 90%;
    padding-top: 64px;
  }

  .image-thumbnail-illustration---brix {
    margin-left: auto;
    margin-right: auto;
  }

  .top-bar-container---brix {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .section-blog-copy, .section-security-advisors, .section-fedxai {
    height: 1800px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .grid-5-columns.logo-strips-right {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

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

  .top-bar-text---brix2-copy {
    max-width: 85%;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .section-security-banner-blog, .section-security-banner-copy {
    height: 1800px;
  }

  .heading-81 {
    line-height: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    width: 100%;
  }

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

  .container-regular {
    padding-bottom: 0;
  }

  .section {
    margin-bottom: 0;
  }

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

  .hero-content {
    margin-left: 0;
  }

  .gradient-span {
    text-align: center;
    width: 100%;
    font-size: 26px;
    line-height: 2;
  }

  .max-width-x-small {
    align-self: auto;
  }

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

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

  .feature-container-lines {
    padding-top: 50px;
  }

  .title-large {
    margin-bottom: 20px;
  }

  .grid-two-column {
    padding-bottom: 0;
  }

  .feature-card {
    width: 100%;
    margin-top: 20px;
  }

  .feature-heading {
    padding: 0 24px;
  }

  .wrap-v-x-small {
    width: 125%;
  }

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

  .nav-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    max-width: 984px;
    margin-right: auto;
    padding-right: 26px;
    display: flex;
  }

  .nav-logo {
    height: 27px;
  }

  .nav-logo.w--current {
    width: 100px;
    max-width: 71px;
    height: 27px;
  }

  .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 {
    padding-bottom: 0;
  }

  .navigation-line {
    width: 80px;
  }

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

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

  .text-field {
    width: 86%;
    padding-right: 0;
  }

  .button-primary-small {
    width: 100%;
    max-width: 323px;
    padding-top: 4px;
  }

  .integration-wrapper {
    margin-bottom: 0;
  }

  .integration-circle {
    display: none;
  }

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

  .contact-form-wrapper {
    margin-bottom: 0;
  }

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

  .bold-text-3 {
    width: 79%;
  }

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

  .chip.is_process {
    font-size: .75rem;
    line-height: 1.25rem;
  }

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

  .process_card.is_1 {
    height: 30.2rem;
  }

  .section_process {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .div-block {
    width: 313px;
  }

  .container {
    max-width: none;
  }

  .h2 {
    font-size: 28px;
  }

  .layout-list-item {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contacts-textarea {
    width: 95%;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

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

  .circle-wrapper-2 {
    bottom: -30%;
  }

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

  .tab_content {
    width: 92%;
  }

  .tab_checklist-item {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-right: 2px;
  }

  .text-size-medium {
    width: 100%;
    font-size: .9rem;
  }

  .tab-content_image {
    width: 80%;
  }

  .text-size-regular {
    margin-right: 16px;
    font-size: 14px;
  }

  .spline-element {
    max-width: 300px;
    height: 92%;
    margin-right: 0;
  }

  .hero-paragraph {
    width: 100%;
  }

  .button-3.large:hover {
    background-color: #313131;
    border-color: #c9c9c9;
  }

  .heading-52 {
    width: 100%;
    font-size: 20px;
  }

  .subheading {
    font-size: 12px;
  }

  .header-component {
    grid-template-columns: 1fr;
  }

  .button-row.reverse-landscape {
    width: 31%;
  }

  .header-image-wrapper {
    height: 22rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

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

  .logo-slider-img {
    width: 100px;
  }

  .logo-list {
    justify-content: center;
  }

  .logo-2 {
    max-width: 90%;
    height: 1.1rem;
  }

  .logo-loop-component {
    clear: none;
    object-fit: fill;
    height: 3.5rem;
    overflow: hidden;
  }

  .logo-wrapper-2 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: .125rem;
    padding-right: .125rem;
    font-size: 18px;
  }

  .text-block-34, .text-block-35 {
    width: 79%;
    margin-left: 0;
    font-size: 14px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-4.without-top-spacing {
    margin-top: 0;
  }

  .gradient-text {
    text-align: center;
    font-size: 24px;
  }

  .gradient-text.gradient-text2 {
    font-size: 48px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 0;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .privacy_section {
    margin-top: 78px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    width: 90%;
  }

  .image-8 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .heading-56 {
    width: 100%;
  }

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

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

  .feautresv4_image {
    padding: .5rem;
  }

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

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

  .feature-line-2 {
    left: 28px;
  }

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

  .section-security-banner {
    height: 600px;
    padding-bottom: 0;
  }

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

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

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

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

  .logo-7 {
    max-height: 3.5rem;
  }

  .logo-wrapper-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-list-2 {
    justify-content: center;
  }

  .padding-section-medium-2 {
    padding-bottom: 0;
  }

  .section-logo {
    padding-bottom: 20px;
  }

  .plan_card_three-copy {
    padding: 1rem;
  }

  .button-12 {
    width: 100%;
  }

  .plan_card_benefit-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .plans_perpage-wrapper {
    flex-flow: column;
  }

  .plans_main-wrapper {
    border-style: none;
    padding: 0;
    overflow: visible;
  }

  .plan_card_three {
    padding: 1rem;
  }

  .plans_main-wrapper2 {
    border-style: none;
    padding: 0;
    overflow: visible;
  }

  .plan_card_three-copy-2 {
    padding: 1rem;
  }

  .plan_switcher_menu {
    flex-flow: column;
    height: auto;
  }

  .plan_card {
    padding: 1rem;
  }

  .plan_switcher_tab.is_dis {
    width: 100%;
  }

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

  .layout-wrapper {
    padding: 24px;
  }

  .feature-card-image {
    z-index: -1;
    height: 100%;
  }

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

  .paragraph-10.max-width-40ch {
    width: 100%;
  }

  .h2-2 {
    font-size: 28px;
  }

  .steps.dots {
    width: 100%;
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .img-hero {
    min-height: 30vh;
  }

  .scroll-hero {
    width: 100%;
    margin-top: 5%;
  }

  .step-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scoll-wrap-hero {
    width: 93%;
  }

  .feature-card-image-2 {
    z-index: -1;
    height: 50%;
  }

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

  .feature-line-3 {
    left: 28px;
  }

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

  .feature-line-4 {
    left: 28px;
  }

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

  .feature-line-5 {
    left: 28px;
  }

  .wrap-v-x-small-4 {
    margin-top: 0;
  }

  .feature-heading-8, .feature-heading-9, .feature-heading-10, .feature-heading-11 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-header {
    font-size: 24px;
  }

  .image-9 {
    width: 349px;
  }

  .section-03-card-wrap-copy {
    padding-bottom: 0;
  }

  .text-size-medium-2, .text-size-medium-copy {
    width: 90%;
    font-size: .9rem;
  }

  .bold-text-31 {
    width: 100.08%;
    max-width: 207px;
  }

  .image---horizontal {
    width: 100%;
    margin-top: 40px;
  }

  .tab_content2 {
    width: 100%;
  }

  .tab_content-copy {
    width: 92%;
  }

  .feature-card-image-2-copy, .feature-card-image-3, .feature-card-image-4, .feature-card-image-5, .feature-card-image-7, .feature-card-image-6 {
    z-index: -1;
    height: 50%;
  }

  .title-large-6-copy {
    margin-bottom: 0;
  }

  .heading-75, .heading-76 {
    text-align: center;
    line-height: .8;
  }

  .sectionclose {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .sectionsmall {
    margin-top: 0;
    padding-top: 0;
  }

  .sectionhome {
    margin-bottom: 10px;
    padding-bottom: 80px;
  }

  .tab_content3 {
    width: 92%;
    margin-bottom: 0;
  }

  .spline-element-company {
    margin-right: 0;
  }

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

  .tab_content-right {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .sectionranked {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 10px;
  }

  .grid-two-column-copy {
    grid-column-gap: 50px;
  }

  .image-8-5 {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }

  .header-image-wrapper-copy {
    width: 99.9999%;
    max-width: 301px;
    height: 22rem;
    margin-left: 0;
  }

  .header-component-copy {
    grid-template-columns: 1fr;
  }

  .image-8-copy-copy, .image-8-solution, .image-8-solution-2, .paragraph-10-copy.max-width-40ch {
    width: 100%;
  }

  .tab_content-right-copy {
    width: 92%;
    margin-left: 0;
    padding-left: 0;
  }

  .navigation-link-login {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8-industries {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .heading-77 {
    line-height: .8;
  }

  .title-large-industries {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-8-security {
    width: 100%;
    margin-left: 0;
  }

  .paragraph-regular-3-copy {
    width: 80%;
    max-width: 700px;
    margin-left: 36px;
  }

  .heading-56-copy {
    width: 92%;
  }

  .section-team {
    margin-bottom: 0;
  }

  .cta-feature-4.last {
    padding-top: 20px;
  }

  .cta-feature-4.first {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-investors {
    margin-bottom: 0;
  }

  .hero-badge-2 {
    width: 105%;
    padding-left: 8px;
  }

  .image-14 {
    width: 23%;
  }

  .image-16 {
    width: 46%;
  }

  .container-2-copy {
    margin-top: 50px;
  }

  .tab_content-solution {
    width: 92%;
  }

  .cta-feature-4-copy.last {
    padding-top: 20px;
  }

  .cta-feature-4-copy.first {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wrap-v-x-small-4-copy {
    margin-top: 0;
  }

  .sectiontabs {
    padding-bottom: 20px;
  }

  .tab-mobile-img {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .text-size-regular-copy {
    width: 81%;
    margin-right: 12px;
    font-size: 14px;
  }

  .tab_checklist-item-copy {
    width: 50%;
  }

  .feature-container-lines-small-copy {
    padding-top: 20px;
  }

  .container-regular-right-alignment {
    padding-bottom: 20px;
  }

  .text-size-medium-right {
    width: 100%;
    font-size: .9rem;
  }

  .text-align-center-4-copy-copy {
    width: 87%;
    margin-bottom: 2rem;
  }

  .section-collaboration {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-24 {
    width: 100%;
    max-width: 64px;
    height: 100%;
    max-height: 22px;
  }

  .heading-78 {
    width: 313px;
  }

  .container-regular-form {
    padding-top: 50px;
  }

  .sectionlarge-robot {
    padding-bottom: 114px;
  }

  .container-regular-copy {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-ranked-2 {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 218px;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .inner-blog {
    margin-top: 0;
    padding-top: 0;
  }

  .title-large-gen-your-way {
    max-width: 349px;
  }

  .max-width-x-small-quote {
    align-self: auto;
  }

  .paragraph-regular-3-quote {
    width: 80%;
    max-width: 700px;
    margin-left: 36px;
  }

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

  .section-ranked-24 {
    margin-bottom: 0;
  }

  .section-6-complogos {
    padding-bottom: 0;
  }

  .carousel-container-lines-complogos {
    margin-top: 220px;
    padding-bottom: 0;
  }

  .title-large-complogos {
    margin-bottom: 20px;
  }

  .bml-a-wrap-1 {
    flex-direction: column;
    margin-bottom: 3em;
    padding-right: 0;
  }

  .bml-a-grid-1 {
    place-content: start center;
    place-items: start;
  }

  .bml-b-wrap-1 {
    padding-left: 0;
  }

  .bml-a-grid-heading-1 {
    text-align: left;
  }

  .bml-container-2 {
    flex-direction: column;
    align-items: center;
  }

  .bml-a-grid-1-copy {
    place-content: start center;
    place-items: start;
  }

  .section-industries-animation {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .section-6-testemonial {
    padding-bottom: 0;
  }

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

  .container-regular-copy, .container-regular-copy-form {
    padding-bottom: 20px;
  }

  .grid-3 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 218px;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .tab_checklist-item-copy {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    width: 100%;
  }

  .tab_checklist-copy {
    width: 110%;
    max-width: 356px;
  }

  .tab_checklist-item-it {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    width: 50%;
    max-width: 79px;
    margin-right: 6px;
    padding-right: 0;
  }

  .text-size-regular-copy {
    width: 81%;
    margin-right: 16px;
    padding-right: 0;
    font-size: 14px;
  }

  .text-field-copy {
    width: 100%;
    margin-right: 0;
  }

  .paragraph-metrics {
    align-self: center;
    width: 74%;
  }

  .paragraph-metrics2 {
    align-self: center;
    width: 193px;
  }

  .feature-card-industries {
    width: 100%;
    margin-top: 20px;
  }

  .image-8-solution-2-copy {
    width: 100%;
  }

  .gradient-span-error, .gradient-span-erro, .gradient-span-err, .gradient-span-er, .gradient-span-e {
    text-align: left;
    width: 69%;
    font-size: 26px;
    line-height: 1.2;
  }

  .text-field-copy {
    width: 100%;
    padding-right: 0;
  }

  .text-size-regular-ss, .text-size-regular-pm {
    margin-right: 0;
    font-size: 14px;
  }

  .container-regular-copy {
    padding-bottom: 0;
  }

  .gradient-span-copy {
    text-align: left;
    width: 69%;
    font-size: 26px;
    line-height: 1.2;
  }

  .videosection {
    margin-bottom: 0;
  }

  .container-lines-testimonials {
    padding: 0;
  }

  .sectiontest2 {
    margin-bottom: 0;
  }

  .feature-container-lines-invest {
    padding-top: 50px;
  }

  .section-7.blog-details {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .link-content {
    justify-content: flex-start;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-79 {
    font-size: 30px;
  }

  .carousel-container-lines-blog {
    height: 7070px;
    padding-bottom: 0;
  }

  .blog-button {
    width: 100%;
    max-width: 323px;
    padding-top: 4px;
  }

  .cloneable-container-default {
    height: 58px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .top-bar-text---brix2 {
    max-width: 100%;
  }

  .top-bar-text---brix2.max-w-80-mobile---brix {
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 253px;
    padding-bottom: 0;
    font-size: 12px;
    position: absolute;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .close-icon---brix {
    max-width: 14px;
    top: 32px;
    right: 16px;
  }

  .close-icon---brix.top-bar-3---brix {
    margin-left: 0;
    position: absolute;
  }

  .paragraph-15.dummy-paragraph {
    margin-bottom: 16px;
  }

  .top-bar-button---brix {
    margin-top: 12px;
    margin-left: 0;
  }

  .top-bar-wrapper---brix {
    height: 58px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
    padding-top: 32px;
  }

  .top-bar-container---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-container---brix.top-bar-3---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-container---brix.top-bar-3---brix.preview-page {
    width: 100vh;
    height: 84px;
    padding: 0 20px 10px 18px;
  }

  .button-primary-small-banner {
    width: 100%;
    max-width: 323px;
    padding-top: 4px;
  }

  .section-blog-copy {
    height: 1780px;
    padding-bottom: 0;
  }

  .section-security-advisors {
    height: 500px;
    padding-bottom: 0;
  }

  .section-fedxai {
    height: 400px;
    padding-bottom: 0;
  }

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

  .grid-5-columns.logo-strips-right {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .image-26 {
    height: 15px;
    margin-top: 40px;
    margin-right: 0;
  }

  .top-bar-text---brix2-copy {
    max-width: 100%;
  }

  .top-bar-text---brix2-copy.max-w-80-mobile---brix {
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 25px;
    padding-bottom: 0;
    font-size: 12px;
    position: absolute;
  }

  .grid-6-columns.logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .title-large-as-seen-in, .title-large-blog {
    margin-bottom: 20px;
  }

  .section-security-banner-blog {
    height: 14650px;
    padding-bottom: 0;
  }

  .section-security-banner-copy {
    height: 700px;
    padding-bottom: 0;
  }
}

#w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e65732-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e65734-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e65736-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e65738-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e6573a-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e6573c-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e6573e-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e65740-1d444a8e, #w-node-_1e78ebb2-dd9d-c452-2f70-fce6d6e65742-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d27f-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d281-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d283-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d285-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d287-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d289-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d28b-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d28d-1d444a8e, #w-node-bcf5ccb8-a535-73ab-e63f-875b97e8d28f-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552a6-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552a8-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552aa-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552ac-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552ae-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552b0-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552b2-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552b4-1d444a8e, #w-node-_1bb67c39-125f-d873-cbd9-4931f69552b6-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bcfc-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bcfe-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bd00-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bd02-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bd04-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bd06-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bd08-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bd0a-1d444a8e, #w-node-_79ac3f5c-26be-e7e7-4672-372eeec5bd0c-1d444a8e {
  justify-self: center;
}

#w-node-_831e84a8-b0b1-c095-6dfc-75d952e5f923-1d444a8e, #w-node-_831e84a8-b0b1-c095-6dfc-75d952e5f961-1d444a8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84a1-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84a3-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84a5-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84a7-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84a9-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84ab-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84ad-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84af-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84b1-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84b4-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84b6-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84b8-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84ba-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84bc-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84be-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84c0-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84c2-1d444a8e {
  justify-self: center;
}

#w-node-_2c4616c0-3fc2-0287-e172-031d0e3b84d1-1d444a8e, #w-node-_2c4616c0-3fc2-0287-e172-031d0e3b850f-1d444a8e, #w-node-_7b9da7a8-a864-a08e-bc54-d900401c0a57-1d444a8e, #w-node-_7b9da7a8-a864-a08e-bc54-d900401c0a5d-1d444a8e, #w-node-_7b9da7a8-a864-a08e-bc54-d900401c0a65-1d444a8e, #w-node-_9a6dbbe6-c94d-78dc-40a0-f94acef36097-1d444a8e, #w-node-_9a6dbbe6-c94d-78dc-40a0-f94acef360d5-1d444a8e, #w-node-fa163c5f-8521-6a6f-ae3e-4e6e723de396-1d444a8e, #w-node-fa163c5f-8521-6a6f-ae3e-4e6e723de39c-1d444a8e, #w-node-fa163c5f-8521-6a6f-ae3e-4e6e723de3a2-1d444a8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d5d0730-094b-8cda-3798-f985faf54400-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54402-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54404-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54406-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54408-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf5440a-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf5440c-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf543fe-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf5440e-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54413-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54415-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54417-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54419-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf5441b-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf5441d-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf54411-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf5441f-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef029917-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef029919-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef02991b-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef02991d-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef02991f-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef029921-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef029915-1d444a8e, #w-node-c00d561f-124e-8bce-bd2c-f1beef029923-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7cc-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7ce-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7d0-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7d2-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7d4-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7d6-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7ca-1d444a8e, #w-node-_440ff16b-52d4-d4d3-2886-a3cec455b7d8-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f73d-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f73f-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f741-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f743-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f745-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f747-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f73b-1d444a8e, #w-node-_836fc560-0f9a-0d02-12af-8b02b246f749-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca5c-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca5e-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca60-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca62-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca64-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca66-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca5a-1d444a8e, #w-node-_2bcdd7d6-0f94-140a-9dc4-9d6cf06bca68-1d444a8e {
  justify-self: center;
}

#w-node-_0d5d0730-094b-8cda-3798-f985faf5442e-1d444a8e, #w-node-_0d5d0730-094b-8cda-3798-f985faf5446c-1d444a8e, #w-node-aab62604-960b-50a7-8b23-801989271c83-1d444a8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab62604-960b-50a7-8b23-801989271cd3-1d444a8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ce6249f1-3f71-027c-d245-4fe98442bcdc-1d444a8e, #w-node-ce6249f1-3f71-027c-d245-4fe98442bce6-1d444a8e, #w-node-ce6249f1-3f71-027c-d245-4fe98442bcf0-1d444a8e, #w-node-_9cae3f6c-7014-a431-41d0-b254058e175f-1d444a8e, #w-node-c9d3d20d-14d0-482d-e466-4732036d13c2-1d444a8e, #w-node-_47f790a0-ede9-6fe6-5e04-0fe74b2d6ff0-1d444a8e, #w-node-_13b72e93-2ac7-a9b6-148e-8023872677e7-1d444a8e, #w-node-e2eff136-1a6f-3f24-9c87-e8b3e947170d-1d444a8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38617db4-e05b-3e02-29bd-bfc4fc1f8d62-fc1f8d5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_23da1563-1018-bc61-d640-42cf2e89f452-2e89f44f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_23da1563-1018-bc61-d640-42cf2e89f45c-2e89f44f {
  justify-self: end;
}

#w-node-d00fa92f-6f68-07df-ad9c-a7b20439490b-1d444a93, #w-node-_27f210e5-5424-106d-edd8-c420457b51c2-1d444a93, #w-node-f04683ea-b2fb-b25c-5a15-5fcfba6125a8-1d444a93, #w-node-eee5e1d6-e9bf-867e-eab4-9244e776175b-e7761750, #w-node-eee5e1d6-e9bf-867e-eab4-9244e7761783-e7761750, #w-node-_9c249efc-c2f0-c294-1a68-206e1e5d9dec-1d444a96, #w-node-_0e46e155-7319-6747-7bdb-10112bff4376-1d444a96, #w-node-_1939a2e4-7d24-ca0b-54c0-0b094fc6ab8e-1d444a96, #w-node-_14a1ece8-1845-b87d-ed15-6689ebb7a970-1d444a96, #w-node-_2cabea27-294d-bbe9-3982-4f84155c411c-1d444a96, #w-node-f561ece8-a43e-d16f-94f6-8f4df2d71e08-5d5cacdc, #w-node-f561ece8-a43e-d16f-94f6-8f4df2d71e55-5d5cacdc, #w-node-_580ab035-4fb3-e68b-bc58-3d968c5d7f68-5d5cacdc, #w-node-_580ab035-4fb3-e68b-bc58-3d968c5d7f94-5d5cacdc, #w-node-_580ab035-4fb3-e68b-bc58-3d968c5d7fbe-5d5cacdc, #w-node-_5454ea0e-2e9b-d94f-ee12-5d00d9e117e4-5d5cacdc, #w-node-_5454ea0e-2e9b-d94f-ee12-5d00d9e11822-5d5cacdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fa4-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fa6-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fa8-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5faa-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fac-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fae-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fb0-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fb2-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fb4-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fb7-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fb9-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fbb-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fbd-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fbf-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fc1-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fc3-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fc5-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfaa-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfac-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfae-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfb0-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfb2-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfb4-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfb6-5d5cacdc, #w-node-e442c12b-176f-d673-b6fe-03260886cfb8-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6eca8-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6ecaa-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6ecac-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6ecae-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6ecb0-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6ecb2-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6ecb4-5d5cacdc, #w-node-_2a486525-01d8-b0ab-6122-e9a73eb6ecb6-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e33474-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e33476-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e33478-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e3347a-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e3347c-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e3347e-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e33480-5d5cacdc, #w-node-_72c19a3b-4cab-cc2a-fcab-6305e9e33482-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc2274-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc2276-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc2278-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc227a-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc227c-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc227e-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc2280-5d5cacdc, #w-node-_46a537b9-6a3d-d7f3-d748-e4a3f8bc2282-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac949818-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac94981a-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac94981c-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac94981e-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac949820-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac949822-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac949824-5d5cacdc, #w-node-f0dc9edf-3d8c-f9e9-67df-c98eac949826-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470af9-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470afb-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470afd-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470aff-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470b01-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470b03-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470b05-5d5cacdc, #w-node-eaf2af44-d00d-04e2-ec57-ac323b470b07-5d5cacdc {
  justify-self: center;
}

#w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd5fd4-5d5cacdc, #w-node-d60ec8f6-0668-fa23-8b4a-9011ccdd6012-5d5cacdc, #w-node-f285188a-c762-e75f-966f-72ffcce68390-5d5cacdc, #w-node-f285188a-c762-e75f-966f-72ffcce6839a-5d5cacdc, #w-node-f285188a-c762-e75f-966f-72ffcce683a4-5d5cacdc, #w-node-_6459f8f7-cbdc-687a-aa38-0792fe28dea5-ce6cce60, #w-node-ba034a60-0b4d-f70f-b4fd-8e43d1fcdd07-ce6cce60, #w-node-ba034a60-0b4d-f70f-b4fd-8e43d1fcdd11-ce6cce60, #w-node-ba034a60-0b4d-f70f-b4fd-8e43d1fcdd1b-ce6cce60, #w-node-_416ebf9a-fa12-ccc3-c3db-d191b3af6f0e-ce6cce60, #w-node-_416ebf9a-fa12-ccc3-c3db-d191b3af6f4c-ce6cce60, #w-node-_416ebf9a-fa12-ccc3-c3db-d191b3af7113-ce6cce60, #w-node-_416ebf9a-fa12-ccc3-c3db-d191b3af7115-ce6cce60, #w-node-_416ebf9a-fa12-ccc3-c3db-d191b3af7118-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17bda-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17be4-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17bee-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17bf9-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17c03-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17c0d-ce6cce60, #w-node-_9cae3f6c-7014-a431-41d0-b254058e175f-ce6cce60, #w-node-c9d3d20d-14d0-482d-e466-4732036d13c2-ce6cce60, #w-node-_47f790a0-ede9-6fe6-5e04-0fe74b2d6ff0-ce6cce60, #w-node-_13b72e93-2ac7-a9b6-148e-8023872677e7-ce6cce60, #w-node-e2eff136-1a6f-3f24-9c87-e8b3e947170d-ce6cce60, #w-node-_01714f86-7d8a-4bca-5511-685a36cff94f-f586c481, #w-node-_01714f86-7d8a-4bca-5511-685a36cff9a3-f586c481, #w-node-_7b9da7a8-a864-a08e-bc54-d900401c0a57-f586c481, #w-node-_7b9da7a8-a864-a08e-bc54-d900401c0a5d-f586c481, #w-node-_7b9da7a8-a864-a08e-bc54-d900401c0a65-f586c481, #w-node-_9f52041a-f911-3409-17d6-6da5fc5cf29b-f586c481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c96f8bb-cb60-ab50-cdf7-0722405281c1-f586c481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9cae3f6c-7014-a431-41d0-b254058e175f-f586c481, #w-node-c9d3d20d-14d0-482d-e466-4732036d13c2-f586c481, #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bab-f586c481, #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bb3-f586c481, #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bbb-f586c481, #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bc3-f586c481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_375c03bd-62c4-37cc-4b8f-241284640fa8-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640faa-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fac-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fae-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fb0-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fb2-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fb4-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fb6-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fb8-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb05458-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb0545a-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb0545c-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb0545e-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb05460-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb05462-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb05464-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb05466-f586c481, #w-node-_1ef85878-bc91-c19d-10ee-6a5cfeb05468-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fbb-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fbd-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fbf-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fc1-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fc3-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fc5-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fc7-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fc9-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fcc-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fce-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fd0-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fd2-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fd4-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fd6-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fd8-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fda-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fdd-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fdf-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fe1-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fe3-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fe5-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fe7-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fe9-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640feb-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fee-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640ff0-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640ff2-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640ff4-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640ff6-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640ff8-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640ffa-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640ffc-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284640fff-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284641001-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284641003-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284641005-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284641007-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-241284641009-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-24128464100b-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-24128464100d-f586c481 {
  justify-self: center;
}

#w-node-_375c03bd-62c4-37cc-4b8f-24128464101c-f586c481, #w-node-_375c03bd-62c4-37cc-4b8f-24128464105a-f586c481, #w-node-f652392b-5ddc-43b5-8c5b-988432e03c57-f586c481, #w-node-f652392b-5ddc-43b5-8c5b-988432e03c5d-f586c481, #w-node-f652392b-5ddc-43b5-8c5b-988432e03c63-f586c481, #w-node-bac6aa32-0984-ef2c-3b28-376804584d3c-f586c481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bac6aa32-0984-ef2c-3b28-376804584d8c-f586c481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a6dbbe6-c94d-78dc-40a0-f94acef36097-f586c481, #w-node-_9a6dbbe6-c94d-78dc-40a0-f94acef360d5-f586c481, #w-node-_47f790a0-ede9-6fe6-5e04-0fe74b2d6ff0-f586c481, #w-node-_13b72e93-2ac7-a9b6-148e-8023872677e7-f586c481, #w-node-e2eff136-1a6f-3f24-9c87-e8b3e947170d-f586c481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3d9bf5c-b587-7567-c733-5616846d6785-6a0a14d6 {
  grid-area: Lateral-Menu;
}

#w-node-d3d9bf5c-b587-7567-c733-5616846d67a5-6a0a14d6 {
  grid-area: Content;
}

#w-node-_0b7f2c89-18f1-90cd-4687-192cdf47d70b-b1671b8e, #w-node-_0b7f2c89-18f1-90cd-4687-192cdf47d758-b1671b8e, #w-node-_8afa3ca6-3b97-ad11-7e10-6b1de44a0301-b1671b8e, #w-node-_726f82e2-e3d9-5a02-fcaa-dd692a86fe41-b1671b8e, #w-node-a7493404-d0d5-705c-3fc3-4c748a0dd78c-b1671b8e, #w-node-_9e561c53-988b-03b1-7890-9a9ca1a519b1-b1671b8e, #w-node-_9e561c53-988b-03b1-7890-9a9ca1a519c0-b1671b8e, #w-node-e189751c-7eee-1577-e92a-98116d1be7f3-b1671b8e, #w-node-e189751c-7eee-1577-e92a-98116d1be831-b1671b8e, #w-node-_7d88dd5c-ad58-2bbd-d261-03fed1309cf9-b1671b8e, #w-node-_7d88dd5c-ad58-2bbd-d261-03fed1309d4c-b1671b8e, #w-node-_6d99ecf7-cb38-3ac9-6744-f8f2c27bf495-b1671b8e, #w-node-_6d99ecf7-cb38-3ac9-6744-f8f2c27bf4b9-b1671b8e, #w-node-e7303478-9709-ea38-5e3b-151abb6fc49b-b1671b8e, #w-node-e7303478-9709-ea38-5e3b-151abb6fc4e9-b1671b8e, #w-node-f931ce86-8009-167d-831a-c2a8418b0e85-b1671b8e, #w-node-f931ce86-8009-167d-831a-c2a8418b0ec3-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0c880-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0c8be-b1671b8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_724d376b-762d-539d-9fcb-ab9fc6b0caae-b1671b8e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cab7-b1671b8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cac1-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cac9-b1671b8e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80417cd3-f4e5-63c3-b10c-306cdfb8eced-b1671b8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cad1-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cae1-b1671b8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_724d376b-762d-539d-9fcb-ab9fc6b0caf4-b1671b8e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cafd-b1671b8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cb26-b1671b8e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4f5b7add-b0dd-3d85-ef04-4d96fdbad925-b1671b8e, #w-node-_4f5b7add-b0dd-3d85-ef04-4d96fdbad973-b1671b8e, #w-node-_3e8b63b7-96f1-561c-1411-4915953f3811-b1671b8e, #w-node-_3e8b63b7-96f1-561c-1411-4915953f3835-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5a41-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5a7f-b1671b8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_227cc4e4-d371-0d3e-867d-f830947e5c6f-b1671b8e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_227cc4e4-d371-0d3e-867d-f830947e5c78-b1671b8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_227cc4e4-d371-0d3e-867d-f830947e5cb3-b1671b8e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_227cc4e4-d371-0d3e-867d-f830947e5cbc-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5ce5-b1671b8e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_227cc4e4-d371-0d3e-867d-f830947e5ced-b1671b8e, #w-node-_4c63eeeb-c6e9-03f0-1242-f9487bcc1748-b1671b8e, #w-node-_4c63eeeb-c6e9-03f0-1242-f9487bcc1786-b1671b8e, #w-node-ae013e81-9056-677c-3c8d-d8cf7910595e-b1671b8e, #w-node-ae013e81-9056-677c-3c8d-d8cf79105964-b1671b8e, #w-node-ae013e81-9056-677c-3c8d-d8cf7910596a-b1671b8e, #w-node-_47f790a0-ede9-6fe6-5e04-0fe74b2d6ff0-b1671b8e, #w-node-_13b72e93-2ac7-a9b6-148e-8023872677e7-b1671b8e, #w-node-e2eff136-1a6f-3f24-9c87-e8b3e947170d-b1671b8e, #w-node-b0b5438f-9037-7651-756c-7c854b96fea4-48ecae8c, #w-node-b0b5438f-9037-7651-756c-7c854b96fee2-48ecae8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f652392b-5ddc-43b5-8c5b-988432e03c63-f586c481, #w-node-_6d99ecf7-cb38-3ac9-6744-f8f2c27bf4ed-b1671b8e, #w-node-_4f5b7add-b0dd-3d85-ef04-4d96fdbad948-b1671b8e, #w-node-_3e8b63b7-96f1-561c-1411-4915953f3869-b1671b8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e9b3aa60-85b1-9e5e-46e4-dba47add7fd1-1d444a8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0caf4-b1671b8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cb26-b1671b8e {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aab62604-960b-50a7-8b23-801989271cd3-1d444a8e {
    justify-self: start;
  }

  #w-node-ce6249f1-3f71-027c-d245-4fe98442bcf0-1d444a8e, #w-node-f285188a-c762-e75f-966f-72ffcce683a4-5d5cacdc, #w-node-ba034a60-0b4d-f70f-b4fd-8e43d1fcdd1b-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17bee-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17c0d-ce6cce60 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6c96f8bb-cb60-ab50-cdf7-0722405281c1-f586c481 {
    justify-self: start;
  }

  #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bbb-f586c481, #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bc3-f586c481 {
    grid-column: span 2 / span 2;
  }

  #w-node-bac6aa32-0984-ef2c-3b28-376804584d8c-f586c481 {
    justify-self: start;
  }

  #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0caae-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0caf4-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c6f-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5cb3-b1671b8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_973e21cb-fdb1-ca30-c2ed-c7453d5d5092-48ecae8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce6249f1-3f71-027c-d245-4fe98442bcf0-1d444a8e, #w-node-f285188a-c762-e75f-966f-72ffcce683a4-5d5cacdc, #w-node-ba034a60-0b4d-f70f-b4fd-8e43d1fcdd1b-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17bee-ce6cce60, #w-node-_01b882d1-4a89-ccfd-59d1-5f008ba17c0d-ce6cce60, #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bbb-f586c481, #w-node-_1298bc9b-24cd-3b6f-b202-b44a41156bc3-f586c481 {
    grid-column: span 1 / span 1;
  }

  #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0ca86-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0ca8e-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0ca96-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0ca9e-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0caa6-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cac1-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cac9-b1671b8e, #w-node-_80417cd3-f4e5-63c3-b10c-306cdfb8eced-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cad1-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cad9-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cae1-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cafd-b1671b8e, #w-node-_724d376b-762d-539d-9fcb-ab9fc6b0cb26-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c47-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c4f-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c57-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c5f-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c67-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c82-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c8a-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c92-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5c9a-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5cab-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5cbc-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5ce5-b1671b8e, #w-node-_227cc4e4-d371-0d3e-867d-f830947e5ced-b1671b8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


