:root {
  --black2: #1d1d1f;
  --white-100: #f5f5f7;
  --black: #010101;
  --white-50: #f5f5f780;
  --white-80: #f5f5f7cc;
  --white-70: #f5f5f7b3;
  --purple100: #5b1492;
  --grey-50: #30303080;
  --black2-90: #1d1d1fe6;
}

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

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

@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(--black2);
  color: var(--white-100);
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

h1 {
  letter-spacing: -.1rem;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 4.375rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.05rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

p {
  letter-spacing: -.01rem;
  margin-bottom: 10px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: var(--white-100);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: var(--white-100);
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: var(--black);
  background-image: linear-gradient(#000, #1d1d1f);
  width: 100%;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.hero {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/herosection377.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 100vh;
  margin-left: 0;
  padding-bottom: 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.feature {
  background-color: var(--white-100);
  background-image: none;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.feature.reverese {
  flex-direction: row-reverse;
}

.section.testimonial {
  position: relative;
}

.section.download {
  background-color: var(--white-100);
  background-image: linear-gradient(#1d1d1f, #000);
  min-height: auto;
  padding-bottom: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 0 10%;
  display: grid;
}

.container.small {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  display: block;
}

.container.style-guide {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container.narrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.container.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  cursor: auto;
  border-radius: 0;
  justify-content: space-around;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container.heoy6 {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-large {
  font-size: 1.25rem;
}

.button {
  color: #fff;
  letter-spacing: -.01rem;
  object-fit: fill;
  background-color: #fff3;
  border-radius: 4rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--white-100);
  color: var(--black2);
  text-decoration: none;
}

.button.hero {
  color: var(--white-100);
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  margin-top: 3.75rem;
  font-family: Montserrat, sans-serif;
}

.button.hero:hover {
  background-color: var(--white-100);
  color: var(--black2);
}

.button.hero.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  margin-top: 2rem;
  padding: .5rem 1.5rem;
  display: flex;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.rich-text {
  margin-bottom: 100px;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.styleguide-button-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paragraph-small {
  font-size: 1rem;
}

.paragraph-small.white-70 {
  color: var(--white-100);
  width: auto;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.paragraph-small.center-align {
  color: var(--white-100);
  width: 105%;
  font-family: Montserrat, sans-serif;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  background-color: var(--black2);
  color: var(--white-100);
  border: 1px solid #000;
  border-bottom-color: #ffffff4d;
  height: 5rem;
  margin-bottom: 3.75rem;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.text-field:focus {
  border-color: var(--black2) var(--black2) var(--white-100);
  background-color: var(--black2);
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--black2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.title {
  z-index: 2;
  color: var(--white-100);
  letter-spacing: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.title.heroone {
  width: 100%;
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 4vw;
  font-weight: 600;
}

.navbar {
  color: var(--white-50);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2% 10% 1%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
}

.nav-link {
  color: var(--white-80);
  letter-spacing: -.01rem;
  text-transform: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 10px;
  font-size: .875rem;
  line-height: 1;
}

.nav-link:hover, .nav-link:visited {
  color: var(--white-100);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--white-100);
}

.works-link {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.works-link:hover {
  text-decoration: none;
}

.footer {
  background-color: var(--black);
  color: var(--white-80);
  min-height: 25px;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}

.footer-title {
  color: var(--white-100);
  width: 200px;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.footer-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10rem;
  display: flex;
}

.footer-link {
  color: var(--white-100);
  width: 180%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white-100);
  text-decoration: none;
}

.logo {
  width: 75.75px;
  height: 100px;
  position: static;
}

.nav-menu {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  background-color: #fff3;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 10rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 25% 25%;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid {
  display: block;
}

.spacer._24 {
  height: 1.5rem;
}

.spacer._80 {
  height: 7vw;
}

.licences-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.licence-text-box {
  width: 100%;
}

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  margin-top: 7.5rem;
  font-family: Montserrat, sans-serif;
  display: block;
}

.footer-cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.footer-cta-image {
  height: 3.4375rem;
}

.footer-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.social-icon {
  width: 1.5rem;
}

.description {
  color: var(--white-100);
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.overview-text-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 5% 10%;
  display: flex;
}

.overview-image-container {
  background-color: #f5f5f7;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.overview-image {
  object-fit: cover;
  background-color: #f5f5f7;
  width: 907px;
  height: 100%;
  transition: opacity .2s, opacity .2s;
  position: absolute;
  inset: 0%;
}

.white-70 {
  color: var(--white-70);
}

.overview-icon {
  width: 3.75rem;
  height: 3.75rem;
}

.overlay {
  background-color: var(--white-100);
  display: none;
  position: absolute;
  inset: 0%;
}

.text-center {
  text-align: center;
  mix-blend-mode: normal;
  margin-bottom: 5rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  text-decoration: none;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00c7e8, #0bb4ea 24%, #6e08ff 100%, #7004ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}

.feature-item {
  aspect-ratio: 1;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: 20px;
  width: 100%;
  padding: 2.3rem;
  position: relative;
}

.feature-text {
  z-index: 1;
  color: var(--white-70);
  width: 100%;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.3;
  position: relative;
}

.feature-text.df {
  color: var(--white-100);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-list-items {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
}

.faq-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: auto;
}

.faq-item {
  background-image: linear-gradient(132deg, #0100e3, #1b9feb 52%, #8736f3);
  border-radius: 20px;
  flex-direction: column;
  min-width: 25rem;
  padding: 3.125rem;
  display: flex;
}

.testimonial-text {
  margin-bottom: 7.5rem;
  font-family: Sora Variablefont Wght, sans-serif;
  font-size: 1.75rem;
}

.right-gradient {
  z-index: 2;
  background-image: linear-gradient(to left, #000, #0000);
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.left-gradient {
  z-index: 2;
  background-image: linear-gradient(to right, #000, #0000);
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.accordion-wrapper {
  width: 100%;
}

.accordion-item {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.accordion-title-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.accordion-title {
  flex: 1;
  font-size: 1.5rem;
}

.accordion-icon {
  background-color: var(--white-100);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 2rem;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  background-color: #fff3;
}

.line-h {
  background-color: var(--black2);
  width: 1rem;
  height: 2px;
  position: absolute;
}

.line-v {
  background-color: var(--black2);
  width: 2px;
  height: 1rem;
  position: absolute;
}

.accordion-text {
  color: var(--white-70);
  width: 90%;
  margin-top: 2rem;
  font-size: 1.125rem;
}

.accordion-text-wrapper {
  align-items: flex-start;
  display: flex;
}

.button-cta-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 3.75rem;
  display: flex;
}

.button-cta {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100rem;
  align-items: center;
  padding: 1.25rem 2rem;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.button-cta:hover {
  background-color: #fff3;
  border-color: #fff3;
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.app-image {
  width: auto;
}

.download-content-wrapper {
  align-self: center;
  width: 50%;
}

.download-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  display: flex;
  position: sticky;
}

.side-nav-wrapper {
  flex: 1;
}

.overview-description {
  width: auto;
  max-width: 30rem;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.overview-description.kite {
  color: var(--black2);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

.heading-testimonial {
  text-align: center;
  margin-top: 5%;
}

.user-name {
  text-align: center;
  margin-top: 7rem;
  font-size: 3rem;
}

.testimonial-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-cta {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
}

.empty-state {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--black2);
  width: auto;
  font-family: Montserrat, sans-serif;
}

.heading.joinss {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading.joinss.join1 {
  color: var(--purple100);
}

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

.hea.joinss {
  color: var(--black2);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph {
  color: var(--white-50);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--white-100);
  text-align: center;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.5;
}

.container-2 {
  color: var(--white-80);
  margin-bottom: 18px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.paragraph-3.bnb {
  color: var(--black2);
}

.paragraph-3.break {
  color: var(--black2);
  font-weight: 400;
}

.list-item, .list-item-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3;
}

.fc {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

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

.heading-3 {
  width: auto;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.heading-3.neonw {
  color: var(--white-100);
  width: 100%;
  font-weight: 200;
}

.heading-4 {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-4.join {
  color: #232323;
  font-size: 3.5rem;
}

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

.list {
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.image {
  text-align: center;
  object-fit: fill;
  width: auto;
  position: static;
}

.image.hj {
  opacity: .8;
  text-align: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.container1 {
  margin-bottom: 18px;
}

.containerp {
  margin-bottom: 18px;
  padding-bottom: 0;
}

.list-2, .list-3, .list-4, .list-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.container-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field-2 {
  border: .5px solid var(--white-50);
  opacity: 1;
  color: var(--white-80);
  background-color: #1d1d1f;
  border-radius: 10rem;
  width: 200%;
  height: 3.5rem;
  margin-top: 2rem;
  padding: .5rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.submit-button {
  border-radius: 10rem;
  width: 32%;
  height: 3rem;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 130%;
  display: flex;
}

.image-3 {
  width: 15%;
}

.success-message {
  background-color: #1d1d1f;
  border: 1px solid #fff;
  border-radius: 2px;
  font-family: Montserrat, sans-serif;
}

.link {
  color: var(--white-100);
  font-family: Montserrat, sans-serif;
}

.image-4 {
  width: 30%;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 120%;
  margin-top: 2rem;
  display: flex;
}

.text-field-3 {
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #1d1d1f;
  background-clip: border-box;
  border: .5px solid #ffffff80;
  border-radius: 10rem;
  width: 70%;
  height: 3.5rem;
  padding: .5rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
}

.submit-button-2 {
  color: var(--white-100);
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 4rem;
  width: 200px;
  height: 3.5rem;
  margin-top: 0;
  padding: .5rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .4s;
  position: static;
}

.success-message-2 {
  background-color: #1d1d1f;
  border: 1px solid #fff3;
  border-radius: 1000rem;
}

.form-block {
  margin-top: 2rem;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-5 {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

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

.div-block-2 {
  margin-top: 5px;
}

.container-4 {
  grid-column-gap: 0.5%;
  grid-row-gap: 0.5%;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.image-6 {
  width: 60%;
  margin-top: auto;
  position: relative;
}

.image-7 {
  width: 60%;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  margin-top: auto;
  padding-left: 0;
  font-size: 16px;
  display: block;
}

.link-block.ytf {
  width: 35%;
}

.link-block-2 {
  width: 40%;
}

.image-9.size {
  width: 6%;
}

.download-btns
{
grid-column-gap: 0!important;
}

.download-btns .image-10, .download-btns .image-11
{
  max-width: 90%!important;
}
.links-block {
    grid-column-gap: 6px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 32%;
    margin-top: auto;
    padding-left: 0;
    font-size: 16px;
    display: block;
}
.div-block-3 {
  grid-column-gap: 2.5%;
  grid-row-gap: 2.5%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  display: flex;
}

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

.div-block-4 {
  text-align: left;
  width: 56%;
}

.image-12 {
  width: 100px;
}

.image-13 {
  text-align: center;
  width: 35%;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-5 {
  text-align: center;
  padding-left: 50%;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.25rem;
  }

  .section.feature {
    flex-wrap: wrap;
  }

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

  .container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .container.narrow {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.cta {
    flex-wrap: wrap;
  }

  .button {
    justify-content: center;
  }

  .paragraph-small.center-align {
    text-align: center;
  }

  .text-field {
    height: 3.75rem;
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
  }

  .title {
    width: 80%;
    font-size: 4.25rem;
  }

  .navbar {
    justify-content: space-between;
    height: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 32px 40px;
    font-size: 1.25rem;
  }

  .footer-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
    margin-right: 0;
  }

  .logo {
    height: 2.25rem;
  }

  .nav-menu {
    background-color: var(--black2);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-radius: 0;
    height: 100vh;
  }

  .logo-link {
    flex: 0 auto;
    padding: 16px;
  }

  .mobile-menu {
    justify-content: flex-end;
    width: 15%;
  }

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

  .mobile-menu-icon {
    filter: invert();
    height: 3rem;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }

  .grid {
    margin-top: 3rem;
  }

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

  .footer-copyright {
    margin-top: 5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-link-wrapper {
    text-align: center;
  }

  .description {
    width: 80%;
  }

  .overview-text-container {
    width: 100%;
    min-height: 40rem;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .overview-image-container {
    order: -1;
    width: 100%;
    height: 40rem;
  }

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

  .faq-item {
    min-width: 20rem;
    padding: 2.5rem;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

  .accordion-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .button-cta {
    flex: 1;
    justify-content: center;
  }

  .app-image {
    width: 80%;
  }

  .download-content-wrapper {
    width: 100%;
  }

  .download-image-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 5rem;
  }

  .side-nav-wrapper.tablet-hide {
    display: none;
  }

  .overview-description {
    max-width: none;
  }

  .heading-testimonial {
    font-size: 3.5rem;
  }

  .user-name {
    margin-top: 5rem;
  }

  .heading-cta {
    text-align: center;
  }

  .div-block-2 {
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .title {
    width: 100%;
    font-size: 3.5rem;
  }

  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-right: 0;
  }

  .logo {
    height: 2.25rem;
  }

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

  .grid {
    text-align: left;
  }

  .spacer {
    width: 3rem;
    height: 3rem;
  }

  .overview-text-container {
    min-height: 35rem;
  }

  .overview-image-container {
    height: 35rem;
  }

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

  .feature-item {
    min-height: 100%;
    padding-top: 24px;
    padding-left: 24px;
  }

  .feature-text {
    font-size: 1.25rem;
  }

  .faq-item {
    min-width: 18rem;
    padding: 2rem;
  }

  .right-gradient, .left-gradient {
    display: none;
  }

  .accordion-text {
    width: 100%;
  }

  .app-image {
    width: 90%;
  }

  .heading-testimonial {
    font-size: 2.5rem;
  }

  .user-name {
    margin-top: 3rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
  }

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

  .section.hero {
    height: 100svh;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section.testimonial {
    padding-bottom: 40px;
  }

  .section.download {
    padding-top: 4rem;
  }

  .container {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .container.narrow {
    padding-left: 7%;
    padding-right: 7%;
  }

  .container.mobilehero {
    margin-top: 80px;
    padding-top: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-small.white-70 {
    font-size: .6rem;
  }

  .paragraph-small.center-align {
    text-align: left;
    width: 100%;
  }

  .title {
    width: 90%;
    font-size: 3rem;
  }

  .title.heroone.herotwo {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .navbar {
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .navbar.mobile2 {
    padding-bottom: 2%;
  }

  .nav-link {
    padding-left: 0;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .footer-link {
    text-align: left;
  }

  .logo {
    float: right;
    clear: none;
    text-align: center;
    width: 35%;
    height: 40%;
    margin-top: auto;
    padding: 8px 8px 8px 0;
  }

  .logo-link {
    flex: 0 auto;
    width: 80%;
    padding-left: 0;
  }

  .logo-link.w--current {
    text-align: center;
    width: 80%;
    padding-right: 16px;
  }

  .mobile-menu {
    flex: 0 auto;
    justify-content: flex-end;
    width: 20%;
    padding: 6px;
    display: flex;
  }

  .footer-grid {
    display: block;
  }

  .grid {
    margin-top: 2rem;
  }

  .footer-copyright {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .footer-cta-image {
    height: 48px;
  }

  .footer-link-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .social-icon {
    width: 32px;
  }

  .description {
    line-height: 1.5;
  }

  .description.subtext {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: .9rem;
    font-weight: 400;
  }

  .overview-text-container {
    min-height: 400px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .overview-image-container {
    height: 400px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .overview-image.imahes {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .text-center {
    margin-bottom: 40px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .feature-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .feature-text {
    color: var(--white-80);
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .faq-list {
    padding-bottom: 0;
  }

  .accordion-title {
    font-size: 20px;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
    margin-left: 24px;
  }

  .accordion-text {
    width: 100%;
    margin-top: 24px;
  }

  .button-cta-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .button-cta {
    min-width: 100%;
    padding: 16px 20px;
  }

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

  .download-image-wrapper {
    margin-top: 3rem;
  }

  .side-nav-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .overview-description {
    color: var(--white-70);
  }

  .heading-testimonial {
    font-size: 2rem;
  }

  .user-name {
    font-size: 1.5rem;
  }

  .heading.joinss {
    width: 100%;
  }

  .heading.joinss.join1 {
    font-size: 2.2rem;
  }

  .paragraph.complex {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .paragraph-2.fragment {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }

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

  .image.hj.results {
    width: 50%;
  }

  .image-5 {
    width: auto;
    margin-top: 40px;
  }

  .container-4 {
    margin-top: 20px;
  }

  .link-block {
    width: 40%;
  }

  .link-block.ytf {
    width: 36%;
  }

  .link-block-2 {
    width: 45%;
  }

  .image-8 {
    box-sizing: border-box;
    width: auto;
  }

  .image-9 {
    float: left;
    text-align: center;
    width: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .image-9.size.size2 {
    width: 15%;
  }
     .download-btns
   { 
    justify-content: center!important;
   }
}

#w-node-_1fb494e8-b576-bb29-f714-ce58255f75ab-fe59dae2, #w-node-_7d35d1b8-98aa-ad70-af9f-52d9236a3688-fe59dae2, #w-node-da7007b8-79d0-b1f4-949d-ac3f8901a8ad-fe59dae2, #w-node-_584ebdbc-ced6-5f1d-a966-9007b49209d8-fe59dae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1c317771-8252-72a3-7885-4f9349d8e6c3-49d8e6c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_584ebdbc-ced6-5f1d-a966-9007b49209d8-fe59dae2 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Sora Variablefont Wght';
  src: url('../fonts/Sora-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}