:root {
  --base--background: #070707;
  --base--obsidian: #141414;
  --base--white: #fff;
  --radius--40px: 40px;
  --white--12: #ffffff1f;
  --white--8: #ffffff14;
  --white--16: #ffffff29;
  --neutral--800: #1b1b1d;
  --base--light-bg: #f4f4f4;
  --white--6: #ffffff0f;
  --white--2: #ffffff05;
  --white--10: #ffffff1a;
  --white--64: #ffffffa3;
  --white--4: #ffffff0a;
  --radius--8px: 8px;
  --neutral--300: #a6a6a6;
  --black--48: #0000007a;
  --white--1: #ffffff03;
  --white--24: #ffffff3d;
  --neutral--400: #6a6a6b;
  --radius--12px: 12px;
  --radius--6px: 6px;
  --radius--24px: 24px;
  --yellow--250: #fce48d;
  --purple--250: #b98dfc;
  --radius--16px: 16px;
  --black--8: #00000014;
  --neutral--700: #252527;
  --box-shadow-01: #222a350d;
  --box-shadow-02: #222a3514;
  --box-shadow-03: #131316b3;
  --base--black: black;
  --black--80: #000c;
  --black--72: #000000b8;
  --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--6: #0000000f;
  --black--4: #0000000a;
  --black--2: #00000005;
  --black--1: #00000003;
  --blue--250: #18282a;
  --blue--500: #2e4d52;
  --blue--750: #5c9ba3;
  --blue--1000: #8deffc;
  --gray--100: #fafafa;
  --green--1000: #182a1b;
  --green--750: #2e5234;
  --green--500: #5ca367;
  --green--250: #8dfc9d;
  --neutral--900: #161618;
  --neutral--600: #303031;
  --neutral--500: #424243;
  --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--20px: 20px;
  --radius--10px: 10px;
  --radius--4px: 4px;
  --white--80: #fffc;
  --white--72: #ffffffb8;
  --white--56: #ffffff8f;
  --white--48: #ffffff7a;
  --white--40: #fff6;
  --white--36: #ffffff5c;
  --white--32: #ffffff52;
  --white--20: #fff3;
  --yellow--1000: #2a2618;
  --yellow--750: #51492f;
  --yellow--500: #a3945c;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--base--background);
  color: var(--base--obsidian);
  font-family: "Musans 2", Verdana, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  color: var(--base--obsidian);
  letter-spacing: -.22px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Musans, Verdana, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: var(--base--obsidian);
  letter-spacing: -.19px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Musans, Verdana, 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;
}

a {
  font-family: Inter, sans-serif;
  text-decoration: underline;
}

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: #898989;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-regular.numbers {
  color: #6b7280;
  font-family: Roboto Mono, sans-serif;
  font-weight: 600;
}

.paragraph-regular.opacity-70 {
  opacity: .7;
  color: #141414;
}

.paragraph-regular.opacity-70.max-width-logos-caption {
  max-width: 220px;
}

.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-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.button-link.max-width {
  flex: 1;
}

.button-link.max-width.hidden {
  display: none;
}

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

.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-left: 0;
  margin-right: 0;
  position: relative;
}

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

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

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

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

.lines-group.hidden {
  display: none;
}

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

.line-vertical-left.no-padding {
  top: 0;
}

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

.line-horizontal.hidden {
  display: none;
}

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

.line-vertical-right.no-padding {
  top: 0;
}

.line-dot {
  z-index: 5;
  border: 0px none var(--neutral--800);
  background-color: var(--base--light-bg);
  background-image: url('../images/cross.svg');
  background-position: 50%;
  background-size: 24px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
}

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

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

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

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

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

.badge-secondary {
  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(to bottom, var(--base--white), var(--white--64));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.headline-regular {
  color: #898989;
  letter-spacing: -.04px;
  font-family: "Musans 2", Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.logo-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  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;
  height: 48px;
  transition: all .3s;
}

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

.logo.tiny {
  height: 20px;
}

.logo.tiny.long {
  height: 14px;
}

.feature-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 16px 36px;
  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;
}

.grid-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

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

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

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

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

.h6-heading {
  color: var(--base--obsidian);
  letter-spacing: -.1px;
  font-family: "Musans 2", Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.feature-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px none var(--neutral--800);
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-height: 320px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.feature-inner.square {
  min-height: 500px;
  display: block;
}

.feature-inner.small-square {
  align-self: stretch;
  min-height: 360px;
  max-height: 360px;
  display: block;
}

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

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

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

.navbar {
  z-index: 97;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container-lines {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 24px 12px;
  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: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-logo {
  height: 28px;
}

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

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

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

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

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

.full-page {
  background-color: var(--base--light-bg);
  position: relative;
  overflow: hidden;
}

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

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

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

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

.button {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: inset 0 2px .75px 0 var(--white--16), inset 0 1px 0 0 var(--white--12);
  background-color: #313131;
  background-image: none;
  border: 1px solid #313131;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 24px;
  font-family: "Musans 2", Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  position: relative;
}

.button.light {
  color: #111827;
  background-color: #f2f2f3;
  border-style: solid;
  border-color: #12121233;
  justify-content: center;
  align-items: center;
}

.button.dark {
  box-shadow: none;
  background-image: linear-gradient(#2c2c30, #1d1d20);
  line-height: 1.8;
  transition: all .3s;
}

.button.dark:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), linear-gradient(#2c2c30, #1d1d20);
}

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

.badge {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #242424;
  background-color: #f5f5f5;
  border: 1px #222a3514;
  border-radius: 99px;
  align-items: center;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  display: flex;
  box-shadow: 0 4px 8px #222a350d, 0 1px 5px -4px #131316b3, 0 0 0 1px #222a3514;
}

.badge.solid {
  background-color: #fff;
  box-shadow: 0 1px 5px -4px #131316b3, 0 4px 8px #222a350d, 0 0 0 1px #222a3514;
}

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

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

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

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

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

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

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

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

.headline-small {
  color: #898989;
  letter-spacing: -.03px;
  font-family: "Musans 2", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

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

.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.cta-border {
  z-index: 3;
  border-radius: var(--radius--8px);
}

.linear-code {
  display: none;
}

.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: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 620px;
  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;
}

.h4-heading.linear.dark {
  color: var(--base--obsidian);
}

.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: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

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

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

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

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

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

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

.pricing-card {
  border-radius: var(--radius--16px);
  background-color: var(--base--obsidian);
  padding: 4px;
  position: relative;
  box-shadow: 0 1px 5px -4px #131316b3, 0 0 0 1px #222a3514, 0 4px 8px #0034a80d;
}

.pricing-card.white {
  background-color: var(--base--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-style: none;
  box-shadow: 0 1px 5px -4px #131316b3, 0 0 0 1px #222a3514, 0 4px 8px #0034a80d;
}

.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.light {
  color: var(--base--light-bg);
  background-image: none;
}

.pricing-content.dark {
  color: var(--base--obsidian);
}

.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 12px;
  font-size: 14px;
  line-height: 1.7;
}

.pricing-badge.dark {
  background-color: var(--base--obsidian);
}

.pricing-badge.light {
  background-color: var(--base--light-bg);
  color: var(--base--obsidian);
}

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

.pricing-divider.dark {
  background-color: var(--black--8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body {
  background-color: var(--base--light-bg);
}

.logo-image {
  height: 100%;
}

.main-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 1px 5px -4px #131316b3, 0 0 0 1px #222a3514, 0 4px 8px #0034a80d;
}

.main-container.hero {
  margin-top: 4rem;
  padding-right: 0;
}

.main-container.hero.min {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container.stack {
  padding: 2rem;
}

.heading {
  line-height: 1;
}

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

.nav-button {
  z-index: 2;
  box-shadow: inset 0 2px .75px 0 var(--white--16);
  background-color: #313131;
  background-image: none;
  border: 1px solid #313131;
  border-radius: 12px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.7;
  position: relative;
}

.nav-button.dark {
  background-image: linear-gradient(#2c2c30, #1d1d20);
  transition: all .3s;
}

.nav-button.dark:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), linear-gradient(#2c2c30, #1d1d20);
}

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

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

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

.button-group._90-width {
  width: 90%;
}

.feature-card-2 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
  box-shadow: 0 1px 5px -4px #131316b3, 0 0 0 1px #222a3514, 0 4px 8px #0034a80d;
}

.nav-notch {
  box-shadow: 0 4px 8px 0 var(--box-shadow-01), 0 0 0 1px var(--box-shadow-02), 0 1px 5px -4px var(--box-shadow-03);
  background-color: #fff;
  border-radius: 16px;
  padding: .6rem 2rem;
}

.hero-image {
  justify-content: center;
  align-items: center;
  min-width: 560px;
  min-height: 560px;
  display: block;
}

.wrap-v-max {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.text-span {
  color: #141414;
}

.headline-small-plus {
  color: #898989;
  letter-spacing: -.03px;
  align-self: center;
  font-family: "Musans 2", Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.code-embed {
  display: flex;
  transform: scale(.8);
}

.tiny-icon-box {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 16px;
  display: flex;
}

.paragraph-regular-features {
  color: #898989;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.max-width-x-medium {
  width: 100%;
  max-width: 640px;
}

.inner-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.inner-content.block {
  height: 100%;
  display: flex;
}

.logo-group-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.avatars-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.stack-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f4f4f4;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.stack-container.horizontal {
  flex-flow: row;
  justify-content: space-around;
}

.stack-container.block {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

.rive-wrap {
  aspect-ratio: 1;
  background-color: #ededed00;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.rive-wrap.rectangle {
  aspect-ratio: auto;
}

.live-chat-close-icon {
  z-index: -1;
  position: absolute;
}

.live-chat-bubble-subtext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-button {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #141414;
  background-image: linear-gradient(#2c2c30, #1d1d20);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Musans 2", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #27272724;
}

.live-chat-button:hover {
  background-color: #141414;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-avatar-wrapper {
  background-color: #141414;
  background-image: linear-gradient(#2c2c30, #1d1d20);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 14px #3b3b3b1a;
}

.live-chat-bubble-title {
  color: #b8b8b8;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-bubbble {
  z-index: 1;
  box-shadow: none;
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.live-chat-bubbble:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble.close {
  z-index: 5;
  background-color: #141414;
  background-image: none;
  position: relative;
  box-shadow: 0 4px 8px #29292914;
}

.live-chat-message-bubble {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 16px 16px 16px 3px;
  margin-bottom: 14px;
  padding: 16px 24px;
  box-shadow: 0 4px 16px #29292912;
}

.live-chat-content {
  z-index: 9;
  align-items: flex-end;
  display: flex;
}

.live-chat-content-right {
  margin-right: 12px;
}

.live-chat-logo-2 {
  width: 60%;
}

.response--name {
  color: #fff;
}

.field {
  z-index: 1;
  border: 1px #000;
  border-top: 1px solid #d5d5d5;
  border-bottom-color: #d0d0d0;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 24px;
  position: absolute;
}

.field.email {
  display: none;
}

.field.hidden {
  z-index: -1;
  width: 0;
  display: none;
}

.field.dummy {
  z-index: 0;
  width: 100%;
}

.message-from {
  float: left;
  clear: both;
  vertical-align: bottom;
  background-color: #f7f7f7;
  border: 1px solid #d5d5d5;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 16px;
  display: block;
  overflow: hidden;
}

.message-from.response--4 {
  display: none;
}

.message-from.response--2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: none;
}

.message-from.response--3, .message-from.response--1 {
  display: none;
}

.submit {
  display: block;
}

.submit.bubble-chat {
  z-index: 9;
  background-color: #141414;
  border-radius: 20px;
  align-self: center;
  width: 64px;
  height: 32px;
  padding: 0;
  display: none;
  position: absolute;
  inset: 24% 3% auto auto;
  overflow: clip;
}

.radio-button-field {
  color: #141414;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #141414;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 8px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.radio-button-field:hover {
  color: #fff;
  background-color: #222;
}

.success {
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.live-chat-header {
  background-color: #141414;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-2 {
  color: #dbdbdb;
  margin-left: 12px;
  font-size: 13px;
}

.live-chat-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  height: 550px;
  margin-bottom: 64px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  overflow: hidden;
  box-shadow: 0 4px 16px #29292912;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.radio--button {
  z-index: 0;
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio--button.w--redirected-checked {
  z-index: 0;
  color: #fff;
  background-color: #afafaf;
  border-color: #0000;
  border-radius: 4px;
}

.text-block-3 {
  color: #fff;
  font-weight: 600;
}

.field-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.live-chat-input-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.rbl {
  z-index: 2;
  position: relative;
}

.form {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 7px 15px;
  display: flex;
  position: relative;
}

.messages-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 54px;
  padding: 0 10px 15px;
  display: block;
  overflow: auto;
}

.success-icon {
  padding-bottom: 36px;
  font-size: 55px;
}

.message-to {
  float: right;
  clear: both;
  color: var(--base--white);
  background-color: #141414;
  border: 1px solid #d5d5d5;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 16px;
  display: block;
  overflow: hidden;
}

.message-to.reply {
  color: #fff;
  background-color: #141414;
  border-style: none;
  align-self: flex-end;
  margin-left: auto;
  display: inline-block;
}

.message-to.reply.reply--email {
  max-width: 100%;
  display: none;
  overflow: visible;
}

.message-to.reply.reply--name, .message-to.reply.reply--service {
  display: none;
}

.live-chat-trigger {
  z-index: 4;
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

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

.live-chat-trigger-wrapper {
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .paragraph-regular.opacity-70 {
    text-align: center;
  }

  .paragraph-regular.opacity-70.max-width-logos-caption {
    text-align: left;
  }

  .paragraph-regular.opacity-70.max-width-logos-caption.centered {
    text-align: center;
  }

  .button-primary, .button-link {
    display: flex;
  }

  .section, .section.hero {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .wrap-v-small.align-v-l {
    justify-content: flex-start;
    align-items: center;
    max-width: 28rem;
  }

  .wrap-v-small.align-v-l.wide {
    align-items: stretch;
    max-width: none;
  }

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

  .logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .feature-inner.square {
    min-height: 320px;
  }

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

  .nav-container-lines {
    max-width: none;
    padding: 0;
  }

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

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

  .menu-button {
    border-radius: var(--radius--12px);
    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--obsidian);
    border: 1px #000;
    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;
  }

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

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

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

  .main-container {
    padding: 1.5rem;
  }

  .main-container.hero {
    margin-top: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1.5rem;
  }

  .main-container.hero.min {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .heading {
    text-align: center;
  }

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

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

  .button-group._90-width {
    flex-flow: column;
  }

  .nav-notch {
    border-radius: 0;
    padding: 1rem 3rem;
  }

  .hero-image {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    justify-content: center;
    align-items: flex-end;
    min-height: 600px;
  }

  .wrap-v-max {
    justify-content: flex-start;
    align-items: center;
  }

  .inner-content {
    justify-content: center;
    align-items: stretch;
    max-width: none;
  }

  .logo-group-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .avatars-group {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .live-chat-card {
    z-index: 99;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

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

  .section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.hero {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .wrap-v-small.align-v-l {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .headline-regular {
    font-size: .9rem;
  }

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

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

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

  .feature-inner.square {
    min-height: 360px;
  }

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

  .nav-logo.w--current {
    padding-left: 0;
  }

  .container-lines-large {
    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: flex-start;
    align-items: flex-start;
  }

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

  .main-container.hero {
    margin-top: 5rem;
  }

  .main-container.hero.min {
    padding-top: 2rem;
  }

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

  .nav-notch {
    padding: 1rem 1.2rem;
  }

  .hero-image {
    min-width: 400px;
    min-height: 400px;
  }

  .logo-group-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .avatars-group {
    grid-column-gap: 64px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .live-chat-wrapper {
    max-width: 100%;
    bottom: 24px;
    right: 24px;
  }

  .live-chat-card {
    z-index: 99;
    width: 92vw;
    height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-regular.opacity-70.max-width-logos-caption {
    text-align: left;
    font-size: 12px;
  }

  .button-primary {
    width: 100%;
  }

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

  .logo-group {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: wrap;
  }

  .logo.tiny {
    flex: 0 auto;
    height: 16px;
  }

  .grid-two-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .feature-inner {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .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 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-button {
    border-radius: var(--radius--12px);
    padding: 12px;
  }

  .clone-button {
    width: 100%;
  }

  .main-container.hero {
    padding: 2rem .6rem 0;
  }

  .main-container.stack {
    padding: 1rem;
  }

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

  .button-group {
    flex-flow: column;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
    min-width: 240px;
    min-height: 300px;
  }

  .logo-group-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .avatars-group {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: wrap;
  }

  .stack-container.horizontal {
    flex-flow: column;
  }

  .grid-two-column-75 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .live-chat-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-avatar-wrapper {
    display: none;
  }

  .live-chat-wrapper {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-bubbble {
    width: 56px;
    height: 56px;
  }

  .live-chat-content-right {
    margin-right: 0;
  }

  .live-chat-card {
    width: 85vw;
    bottom: 9%;
  }

  .live-chat-trigger-wrapper {
    width: 220px;
    height: 220px;
  }
}

#w-node-_6b1b9f64-a252-f217-f7c3-a48a4069e5e0-fae1991b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6b1b9f64-a252-f217-f7c3-a48a4069e5e7-fae1991b {
  justify-self: end;
}

#w-node-_091ec503-ed7f-1f60-9984-f88ad2121cd9-fae1991b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_124f3359-d0ef-918b-5b10-75acf3465e93-fae1991b {
  place-self: stretch stretch;
}

#w-node-_9cae3f6c-7014-a431-41d0-b254058e175f-fae1991b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d3d20d-14d0-482d-e466-4732036d13c2-fae1991b {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0124e8c7-ed45-f693-ac4b-89251c38e0dc-fae1991b, #w-node-a47f1ce8-a0be-363a-15b7-d9b66dd10edb-fae1991b, #w-node-_3afc9ad8-fe87-a8ce-738d-2ad4f2a104c1-fae1991b, #w-node-_03f2764c-0885-f8b9-de96-c9c01d35300c-fae1991b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe54e620-76e8-37a8-caa4-d7b8c48dca9f-fae1991b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3680e833-52e5-cb0c-ad2f-54545a209ce1-fae1991b {
  place-self: center;
}

#w-node-_1543543f-5b64-6bc7-6d58-7384c0645ec6-fae1991b, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645ed4-fae1991b, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645ee2-fae1991b, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645ef0-fae1991b, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645efe-fae1991b, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645f0c-fae1991b, #w-node-fe61f332-de0d-90f2-4ef0-844433792ffc-fae1991b, #w-node-_22b2e185-b20b-4ed2-39e9-58282ce9956d-fae1991b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b4a72a-8d28-1a77-92a7-2db90c479e00-fae1991b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f4a79a3a-7ba8-ef60-fe8f-ee61cb34827a-fae1991b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6b1b9f64-a252-f217-f7c3-a48a4069e5e0-b8b563fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6b1b9f64-a252-f217-f7c3-a48a4069e5e7-b8b563fa {
  justify-self: end;
}

#w-node-_091ec503-ed7f-1f60-9984-f88ad2121cd9-b8b563fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_124f3359-d0ef-918b-5b10-75acf3465e93-b8b563fa {
  place-self: stretch stretch;
}

#w-node-_9cae3f6c-7014-a431-41d0-b254058e175f-b8b563fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d3d20d-14d0-482d-e466-4732036d13c2-b8b563fa {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0124e8c7-ed45-f693-ac4b-89251c38e0dc-b8b563fa, #w-node-a47f1ce8-a0be-363a-15b7-d9b66dd10edb-b8b563fa, #w-node-_3afc9ad8-fe87-a8ce-738d-2ad4f2a104c1-b8b563fa, #w-node-_03f2764c-0885-f8b9-de96-c9c01d35300c-b8b563fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe54e620-76e8-37a8-caa4-d7b8c48dca9f-b8b563fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3680e833-52e5-cb0c-ad2f-54545a209ce1-b8b563fa {
  place-self: center;
}

#w-node-_1543543f-5b64-6bc7-6d58-7384c0645ec6-b8b563fa, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645ed4-b8b563fa, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645ee2-b8b563fa, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645ef0-b8b563fa, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645efe-b8b563fa, #w-node-_1543543f-5b64-6bc7-6d58-7384c0645f0c-b8b563fa, #w-node-fe61f332-de0d-90f2-4ef0-844433792ffc-b8b563fa, #w-node-_22b2e185-b20b-4ed2-39e9-58282ce9956d-b8b563fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b4a72a-8d28-1a77-92a7-2db90c479e00-b8b563fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f4a79a3a-7ba8-ef60-fe8f-ee61cb34827a-b8b563fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_354a3604-9e99-3f9a-a8e5-6890a97a5424-b8b563fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f4a79a3a-7ba8-ef60-fe8f-ee61cb34827a-fae1991b, #w-node-f4a79a3a-7ba8-ef60-fe8f-ee61cb34827a-b8b563fa {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_124f3359-d0ef-918b-5b10-75acf3465e93-fae1991b, #w-node-_124f3359-d0ef-918b-5b10-75acf3465e93-b8b563fa {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Musans';
  src: url('../fonts/MuSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Musans 2';
  src: url('../fonts/Musans2-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Musans 2';
  src: url('../fonts/Musans2-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Musans 2';
  src: url('../fonts/Musans2-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}