.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 {
  color: #fff;
  background-color: #08090b;
  font-family: Inter, sans-serif;
}

.paragraph {
  color: #9ba1ad;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph.subhead {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph.size15 {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

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

.paragraph.testimonials {
  color: #f3f5f7;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.size11 {
  color: #6b707d;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
}

.hero-img-wrapper {
  margin-top: 32px;
  margin-bottom: 0;
  position: relative;
}

.hero-dashboard-img {
  width: 100%;
}

.content-wrapper.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.content-wrapper.horizontal {
  display: flex;
}

.content-wrapper.horizontal.gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.container-large {
  max-width: 80%;
}

.container-large.widthfull {
  max-width: 95%;
}

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

.hero-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text-wrapper.center {
  align-items: center;
}

.h1 {
  color: #7ba0ff;
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 64px;
}

.tag {
  color: #fff;
  background-color: #4f7cfa1f;
  border: 1px solid #4f7cfa;
  border-radius: 100px;
  align-items: center;
  padding: 6px 14px;
  display: flex;
}

.tag_text {
  color: #7ba0ff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.tag_text.maj {
  text-transform: uppercase;
}

.image-2 {
  border-radius: 20px;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrapper {
  width: 50%;
}

.text-wrapper.center {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.text-wrapper.align_top {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.image-wrapper {
  width: 50%;
}

.h2 {
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 45px;
}

.h2.center {
  text-align: center;
  margin-bottom: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.grid._3col {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid._3col.stretch {
  align-items: stretch;
}

.div-block-41 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-41.relative {
  position: relative;
}

.h3 {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.h3._22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.cards {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 24px;
  flex-flow: column;
  align-items: flex-start;
  height: 252px;
  padding: 32px;
  display: flex;
}

.blurred_anime {
  filter: blur(120px);
  background-color: #60a5fa99;
  width: 20%;
  height: 30%;
  display: none;
  position: absolute;
  inset: 40% 0% 0% 40%;
}

.user {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.text-block-31 {
  color: #f3f5f7;
  font-family: Inter, sans-serif;
  line-height: 16px;
}

.user_desc {
  color: #676d78;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.div-block-53 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #0000;
  background-image: radial-gradient(circle at 50% 14%, #4f7cfa61, #101318 53%);
  flex-flow: column;
  padding: 72px 40px;
  display: flex;
}

.button_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.button-4 {
  background-color: #4f7cfa;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  line-height: 19px;
}

.button-5 {
  color: #f3f5f7;
  background-color: #171b22;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #a9b8cc;
}

.nav-link.w--current {
  color: #4dd8f0;
}

.navbar-section-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  background-color: #08090b08;
  border: 1px solid #9feafb24;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.cta-nav-wrapper.mobile {
  display: none;
}

.logo {
  color: #fff;
  width: 160px;
  font-size: 16px;
  font-weight: 700;
}

.container-large-2 {
  max-width: 1100px;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-55 {
  height: 40%;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-text-wrapper.center {
    width: 100%;
  }

  .h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .h2, .h2.center {
    font-size: 32px;
    line-height: 36px;
  }

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

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

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

  .h3._22 {
    font-size: 24px;
    line-height: 28px;
  }

  .cards {
    height: auto;
  }

  .div-block-54 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-menu {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    order: -9999;
  }

  .menu-button {
    color: #fff;
    order: 9999;
  }

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

  .cta-nav-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .cta-nav-wrapper.mobile {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-large-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.horizontal.gap {
    flex-flow: column;
  }

  .content-wrapper.horizontal.gap.up {
    flex-flow: column-reverse;
    width: 100%;
  }

  .container-large.widthfull {
    max-width: 100%;
  }

  .image-2, .text-wrapper.center, .text-wrapper.align_top, .image-wrapper {
    width: 100%;
  }

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

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

@media screen and (max-width: 479px) {
  .paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.subhead {
    font-size: 16px;
  }

  .paragraph.size15 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.size11 {
    font-size: 12px;
    line-height: 16px;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.horizontal.gap {
    flex-flow: column;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .div-block-52 {
    margin-top: 40px;
  }

  .text-wrapper.center, .text-wrapper.align_top, .image-wrapper {
    width: 100%;
  }

  .h2 {
    text-align: center;
  }

  .grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .h3._22 {
    text-align: center;
  }

  .cards {
    align-items: center;
  }

  .div-block-54 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button_wrapper {
    flex-flow: column;
  }

  .button-4 {
    text-align: center;
  }

  .navbar {
    width: 100%;
  }

  .cta-nav-wrapper.mobile {
    display: block;
  }

  .container-large-2 {
    padding-left: 0;
    padding-right: 0;
  }
}


