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

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

:root {
  --normal: "Instrument Sans", sans-serif;
  --texts-set-2: #10032e;
  --headers: "Clash Display", sans-serif;
  --h4: #36394a;
  --navmenu-bg: var(--bg-gradient-1-set-1);
  --nav-link: var(--texts-set-1);
  --nav-link-hover: #f4d77b;
  --texts-set-1: white;
  --border-set-2: #988abd33;
  --bg-set-2: #eeedfd;
  --border-set-1: #eceff380;
  --bg-gradient-1-set-1: #10032e;
  --bg-gradient-2-set-1: #442688;
  --header-gradient-text-1: var(--texts-set-1);
  --header-gradient-text-2: #eec32d;
  --button-bg: #febd3f;
  --button-bg\<deleted\|variable-e3bd3843-a907-b82c-1e76-4db6a76b8465\>: #febd3f;
  --button-text: var(--texts-set-2);
  --outer-circle-fill: #ffffff1a;
  --inner-circle-fill: white;
  --tag-border: #c1c7d0;
  --tag-bg: white;
  --tag-text: var(--texts-set-2);
  --tag-orange: #d4b24b;
  --item-block-bg: white;
  --item-block-text: var(--texts-set-2);
  --small-circle-fill: #453173;
  --white: white;
  --black: black;
}

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

body {
  font-family: var(--normal);
  color: var(--texts-set-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  font-family: var(--headers);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  font-family: var(--headers);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  font-family: var(--headers);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--h4);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-brand {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--nav-link);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--nav-link-hover);
}

.nav-button-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-container {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-container {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-divider {
  opacity: .3;
  background-color: #4c10d3;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.pricing-feature-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-content {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10px;
  display: grid;
}

.footer-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: var(--texts-set-1);
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: 1;
}

.footer-divider {
  opacity: .3;
  background-color: #dfe1e7;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.section {
  border: 1px solid var(--border-set-2);
  background-color: var(--bg-set-2);
  border-radius: 40px;
  width: 100%;
  padding: 100px 4%;
  display: flex;
}

.section.hero-sec {
  border-color: var(--border-set-1);
  background-image: linear-gradient(to bottom, var(--bg-gradient-1-set-1) 48%, var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 820px;
  position: relative;
  overflow: hidden;
}

.section.features-sec {
  border-color: var(--border-set-1);
  background-image: linear-gradient(to bottom, var(--bg-gradient-1-set-1), var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  position: relative;
}

.section.testimonials-sec {
  height: 800px;
}

.section.pricing-sec {
  border-color: var(--border-set-1);
  background-image: url('../images/snow.svg'), linear-gradient(to bottom, var(--bg-gradient-1-set-1), var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  background-position: 50%, 0 0;
  background-size: 1160px 1266px, auto;
}

.section.faq-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.cta-sec {
  border-color: var(--border-set-1);
  background-image: url('../images/Snow2.svg'), linear-gradient(to bottom, var(--bg-gradient-1-set-1), var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  background-position: 50% 30%, 0 0;
  background-size: 1160px 900px, auto;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.section.footer {
  border-color: var(--border-set-1);
  background-image: linear-gradient(to bottom, var(--bg-gradient-1-set-1), var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.hero-privacy-sec {
  border-color: var(--border-set-1);
  background-image: url('../images/snow.svg'), linear-gradient(to bottom, var(--bg-gradient-1-set-1) 48%, var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  background-position: 50% 0, 0 0;
  background-size: 1160px 1266px, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.section.lacngelog-sec {
  border-color: var(--border-set-1);
  background-image: url('../images/snow.svg'), linear-gradient(to bottom, var(--bg-gradient-1-set-1) 48%, var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  background-position: 50% 0, 0 0;
  background-size: 1160px 1266px, auto;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.main-wrapper.navbar {
  z-index: 30;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.main-wrapper.changelog {
  min-height: 100vh;
}

.navbar-left-block {
  flex: 1;
  height: 1px;
}

.title-wrp {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrp.central-align {
  text-align: center;
  align-items: center;
}

.hero-h1 {
  background-image: linear-gradient(180deg, var(--header-gradient-text-1), var(--header-gradient-text-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 25px;
}

.main-button {
  background-color: var(--button-bg);
  box-shadow: inset 0 0 0 1px #ffffff1f, 0 0 0 1px #fece70, 0 1px 2px 0 var(--button-bg\<deleted\|variable-e3bd3843-a907-b82c-1e76-4db6a76b8465\>);
  color: var(--button-text);
  background-image: linear-gradient(315deg, #fff0, #ffffff4d);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.main-button:hover {
  transform: scale(.95);
}

.main-button.small {
  padding: 12px 20px;
}

.main-button.medium {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 130%;
}

.main-button.form-btn {
  width: 210px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.circles-wrp {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 1200px;
  padding-top: 50px;
  display: flex;
  position: absolute;
  bottom: -11%;
}

.circle-0-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.circle-1-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(60deg);
}

.circle-2-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-90deg);
}

.circle-3-img, .circle-4-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-40deg);
}

.circle-5-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.circle-6-img {
  width: 14%;
  height: 14%;
  position: absolute;
}

.central-circle {
  z-index: 25;
  background-image: radial-gradient(circle at 15% 15%, #3b295f, #1b0c3b);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11%;
  height: 11%;
  display: flex;
  position: absolute;
}

.logo-in-circle {
  width: 64%;
}

.central-gradients {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 54%;
  height: 54%;
  display: flex;
  position: absolute;
}

.big-gradient {
  opacity: .6;
  filter: blur(5px);
  background-image: radial-gradient(circle, #351481, #35148100 74%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 646px;
  height: 646px;
  display: flex;
  position: relative;
}

.gradient-1 {
  filter: blur(5px);
  background-image: radial-gradient(circle, #351481 18%, #35148100 82%);
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 340px;
  display: flex;
  position: absolute;
}

.gradient-2 {
  filter: blur(5px);
  background-image: radial-gradient(circle, #351481 13%, #35148100 83%);
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 194px;
  display: flex;
  position: absolute;
}

.gradient-3 {
  z-index: 3;
  opacity: .1;
  filter: blur(20px);
  background-color: #5932b5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  position: absolute;
}

.gradient-4 {
  z-index: 2;
  opacity: .4;
  filter: blur(20px);
  background-color: #5932b5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 252px;
  display: flex;
  position: absolute;
}

.gradient {
  z-index: 1;
  opacity: .2;
  filter: blur(20px);
  background-color: #febd3f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
}

.orbit-0 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-30deg);
}

.circle {
  background-color: var(--outer-circle-fill);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8%;
  height: 8%;
  display: flex;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  box-shadow: inset 0 0 0 1px #ffffff1a;
}

.circle._1a {
  width: 12%;
  height: 12%;
}

.circle._1a-inner {
  width: 83%;
  height: 83%;
  top: auto;
  transform: none;
}

.circle._1b {
  width: 9%;
  height: 9%;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.circle._1b-inner {
  width: 89%;
  height: 89%;
  top: auto;
  transform: none;
}

.circle._2a {
  width: 13%;
  height: 13%;
}

.circle._2b {
  width: 16%;
  height: 16%;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.circle._2c {
  width: 13%;
  height: 13%;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.circle._3a, .circle._4 {
  width: 22%;
  height: 22%;
}

.circle._3b {
  width: 16%;
  height: 16%;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.circle._5 {
  width: 28%;
  height: 28%;
}

.inner-circle {
  background-color: var(--inner-circle-fill);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
}

.inner-circle._1a {
  width: 80%;
  height: 80%;
}

.inner-circle._1b {
  width: 87%;
  height: 87%;
}

.inner-circle._2b {
  width: 83%;
  height: 83%;
}

.inner-circle._2c {
  width: 80%;
  height: 80%;
}

.inner-circle._3a {
  width: 83%;
  height: 83%;
}

.inner-circle._4, .inner-circle._3b {
  width: 89%;
  height: 89%;
}

.inner-circle._5 {
  width: 88%;
  height: 88%;
}

.inner-img {
  width: 80%;
  height: 80%;
}

.inner-img._1b {
  width: 75%;
  height: 75%;
  transform: rotate(110deg);
}

.inner-img._1a {
  width: 70%;
  height: 70%;
  transform: rotate(110deg);
}

.inner-img._2a {
  width: 70%;
  height: 70%;
}

.inner-img._2b {
  width: 55%;
  height: 55%;
  transform: rotate(45deg);
}

.inner-img._2c {
  width: 60%;
  height: 60%;
  transform: rotate(-20deg);
}

.inner-img._3a {
  width: 64%;
  height: 64%;
  transform: rotate(-50deg);
}

.inner-img._4 {
  width: 60%;
  height: 60%;
  transform: rotate(40deg);
}

.inner-img._3b {
  width: 70%;
  height: 70%;
  transform: rotate(-50deg);
}

.inner-img._5 {
  width: 60%;
  height: 60%;
  transform: rotate(-15deg);
}

.inner-img._0 {
  width: 70%;
  height: 70%;
  transform: rotate(30deg);
}

.inner-img._2c-copy {
  width: 60%;
  height: 60%;
  transform: rotate(-20deg);
}

.orbit-1 {
  justify-content: center;
  align-items: center;
  width: 83%;
  height: 83%;
  display: flex;
  position: absolute;
  transform: rotate(-110deg);
}

.orbit-2 {
  justify-content: center;
  align-items: center;
  width: 63%;
  height: 63%;
  display: flex;
  position: absolute;
}

.orbit-2.b {
  transform: rotate(-45deg);
}

.orbit-2.c {
  transform: rotate(20deg);
}

.orbit-3 {
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 46%;
  display: flex;
  position: absolute;
  transform: rotate(50deg);
}

.orbit-4 {
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 34%;
  display: flex;
  position: absolute;
  transform: rotate(-40deg);
}

.orbit-5 {
  justify-content: center;
  align-items: center;
  width: 24%;
  height: 24%;
  display: flex;
  position: absolute;
  transform: rotate(15deg);
}

.set-speed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tag {
  border: 1px solid var(--tag-border);
  background-color: var(--tag-bg);
  color: var(--tag-text);
  letter-spacing: -.01em;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.tag.orange {
  border-color: var(--tag-orange);
  color: var(--tag-orange);
  background-color: #0000;
}

.explore-text {
  max-width: 600px;
}

.explore-container {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.explore-items-wrp {
  grid-column-gap: 20px;
  display: flex;
}

.item-block {
  grid-row-gap: 20px;
  background-color: var(--item-block-bg);
  color: var(--item-block-text);
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
  display: flex;
}

.item-block.explore-item {
  background-color: var(--item-block-bg);
  padding-bottom: 19%;
  position: relative;
  overflow: hidden;
}

.item-block.testimonail-item {
  grid-row-gap: 30px;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.item-block.pricing-item {
  grid-row-gap: 60px;
  align-self: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
}

.item-block.feature-item {
  grid-row-gap: 10px;
}

.explore-first-bg-img {
  width: 161%;
  max-width: none;
  height: 36vw;
  max-height: 450px;
  position: absolute;
  bottom: -16%;
}

.explore-second-bg-img {
  width: 80%;
  max-width: none;
  height: 40vw;
  max-height: 510px;
  position: absolute;
  bottom: -12%;
  left: 32%;
}

.explore-item-content {
  z-index: 1;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.features-content {
  grid-column-gap: 6%;
  justify-content: space-between;
  display: flex;
}

.features-left {
  grid-row-gap: 40px;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.features-items-wrp {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.testimonial-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  display: grid;
}

.testimonial-wrp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.person-info-wrp {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.testimonial-position {
  opacity: .6;
  font-size: 15px;
  line-height: 150%;
}

.pricing-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.pricing-text {
  grid-row-gap: 10px;
  max-width: 490px;
  font-size: 16px;
  line-height: 150%;
}

.pricing-top {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-wrp {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.price-amount-text {
  font-family: var(--headers);
  letter-spacing: -.04em;
  font-size: 73px;
  font-weight: 400;
  line-height: 110%;
}

.price-text-small {
  letter-spacing: -.04em;
  font-size: 53px;
  font-weight: 500;
  line-height: 110%;
}

.price-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.plan-text {
  line-height: 125%;
}

.pricing-list-item {
  background-image: url('../images/Check.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
}

.pricing-button-wrp {
  margin-top: auto;
}

.testimonaial-quote {
  letter-spacing: -.01em;
}

.testimonial-top {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.featutes-headers-block {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-text {
  max-width: 640px;
}

.faq-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.faq-vertical-line {
  background-color: #06080f;
  width: 4px;
  height: 32px;
  position: absolute;
}

.faq-item {
  grid-column-gap: 20px;
  background-color: var(--item-block-bg);
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 20px 60px 20px 20px;
  display: flex;
}

.faq-more-help-wrp {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-horizontal-line {
  background-color: #06080f;
  width: 32px;
  height: 4px;
  position: absolute;
}

.faq-block {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-spacer {
  min-height: 20px;
}

.question-wrp {
  align-items: center;
  height: 38px;
  display: flex;
}

.faq-block-wrp {
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-wrp {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 740px;
  display: flex;
}

.answer-wrp {
  width: 100%;
  overflow: hidden;
}

.faq-plus {
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.faq-answer-text {
  font-size: 16px;
  line-height: 140%;
}

.more-help-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.cta-container {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-h2 {
  background-image: linear-gradient(to bottom, var(--header-gradient-text-1), var(--header-gradient-text-2));
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 110px;
  line-height: 90%;
}

.form-wrp {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.orange-text {
  color: var(--header-gradient-text-2);
}

.small-text {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.cta-form-block {
  width: 100%;
  margin-bottom: 0;
}

.cta-form {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 80px;
  height: 60px;
  padding: 4px 4px 4px 20px;
  display: flex;
}

.email-input {
  color: var(--texts-set-2);
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.submit-btn {
  color: var(--button-text);
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.cta-title {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.success-message {
  color: var(--tag-orange);
  background-color: #0000;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.error-message {
  color: red;
  background-color: #0000;
  font-size: 16px;
  line-height: 150%;
}

.footer-bottom {
  grid-column-gap: 20px;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-bottom-left {
  width: 100%;
}

.footer-bottom-link {
  clear: none;
  color: var(--nav-link);
  text-decoration: none;
  transition: color .3s;
}

.footer-bottom-link:hover {
  color: var(--nav-link-hover);
}

.footer-logo-wrp {
  width: 100%;
}

.footer-top {
  grid-column-gap: 40px;
  display: flex;
}

.foote-menu-title {
  font-family: var(--headers);
  letter-spacing: -.01em;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

.nav-container {
  z-index: 20;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 4.5% 20px;
  position: relative;
}

.features-circles {
  justify-content: center;
  align-items: center;
  width: 1850px;
  height: 1850px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-50%, 50%);
}

.feature-circle-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  transform: rotate(-50deg);
}

.feature-circle-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-50deg);
}

.feature-circle-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-70deg);
}

.feature-orbit-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-60deg);
}

.feature-orbit-2 {
  width: 73%;
  height: 73%;
  position: absolute;
}

.feature-orbit-3 {
  width: 51%;
  height: 51%;
  position: absolute;
  transform: rotate(-120deg);
}

.feature-gradient {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: radial-gradient(circle, #351481 11%, #35148100 79%);
  width: 95%;
  height: 95%;
  position: absolute;
}

.cta-circles {
  justify-content: center;
  align-items: center;
  width: 1145px;
  height: 1145px;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translate(0, 50%);
}

.cta-circle-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.cta-circle-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(135deg);
}

.cta-circle-3, .cta-circle-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.cta-gradients {
  justify-content: center;
  align-items: center;
  width: 56%;
  height: 56%;
  display: flex;
  position: absolute;
}

.cta-gradient-1 {
  opacity: .4;
  filter: blur(40px);
  background-color: #5932b5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-gradient-2 {
  opacity: .4;
  filter: blur(40px);
  background-color: #5932b5;
  border-radius: 50%;
  width: 63%;
  height: 63%;
  position: absolute;
}

.cta-orbit-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(-80deg);
}

.cta-orbit-2 {
  width: 73%;
  height: 73%;
  position: absolute;
  transform: rotate(20deg);
}

.cta-orbit-3 {
  width: 51%;
  height: 51%;
  position: absolute;
  transform: rotate(-30deg);
}

.cta-orbit-4 {
  width: 26%;
  height: 26%;
  position: absolute;
  transform: rotate(70deg);
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, var(--bg-gradient-1-set-1), var(--bg-gradient-2-set-1));
  color: var(--texts-set-1);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-lebel {
  display: none;
}

.privacy-container {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.privacy-rich {
  background-color: var(--bg-set-2);
  color: var(--texts-set-2);
  text-align: left;
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  padding: 40px;
}

.privacy-rich h2 {
  letter-spacing: -.04em;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 100%;
}

.privacy-rich a {
  color: var(--tag-text);
  transition: color .3s;
}

.privacy-rich a:hover {
  color: var(--header-gradient-text-2);
}

.changelog-container {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-wrp {
  grid-column-gap: 20px;
  text-align: left;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.changelog-version {
  letter-spacing: -.03em;
  font-size: 30px;
  line-height: 130%;
}

.texts-styles-wrp {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.white-text {
  color: var(--texts-set-1);
}

.color-block {
  text-align: left;
  width: 100%;
  max-width: 300px;
  height: 250px;
  padding-bottom: 20px;
  padding-left: 32px;
}

.color-block.violet {
  background-color: var(--nav-link-hover);
  color: var(--texts-set-2);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.background {
  background-color: var(--bg-gradient-2-set-1);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.color-block.pink {
  background-color: var(--border-set-1);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.pink2 {
  background-color: var(--button-bg);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.white {
  background-color: var(--texts-set-1);
  color: var(--texts-set-2);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.black {
  background-color: var(--bg-gradient-1-set-1);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.color-block.white-70 {
  background-color: var(--h4);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-styles-block {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.button-style-wrp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-circles-wrp {
  border-radius: 40px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.small-circle {
  background-color: var(--small-circle-fill);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8%;
  height: 8%;
  display: flex;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  box-shadow: inset 0 0 0 1px #ffffff1a;
}

.small-circle.feature-1 {
  width: 35px;
  height: 35px;
}

.small-circle.feature-2 {
  width: 30px;
  height: 30px;
}

.small-circle.feature-3 {
  width: 20px;
  height: 20px;
}

.small-circle.feature-2b {
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.small-circle.feature-1b {
  width: 35px;
  height: 35px;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.small-circle.feature-3b {
  width: 20px;
  height: 20px;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.small-circle.cta-1 {
  width: 30px;
  height: 30px;
}

.small-circle.cta-2, .small-circle.cta-3 {
  width: 20px;
  height: 20px;
}

.small-circle.cta-4 {
  width: 15px;
  height: 15px;
}

.small-circle.cta-1b {
  width: 25px;
  height: 25px;
  top: auto;
  bottom: 0;
  transform: translate(0, 50%);
}

.gradien-bg {
  z-index: 2;
  background-image: url('../images/snow.svg'), linear-gradient(#10032e80 32%, #44268800 45%);
  background-position: 50% 0, 0 0;
  background-size: 1160px 1266px, auto;
  position: absolute;
  inset: 0%;
}

.logo-img {
  width: 150px;
}

.buy-buttton-wrp {
  z-index: 50;
  position: fixed;
  bottom: 60px;
  right: 20px;
}

.inner-img-copy {
  width: 80%;
  height: 80%;
}

.inner-img-copy._1b, .inner-img-copy._1a {
  width: 60%;
  height: 60%;
  transform: rotate(110deg);
}

.inner-img-copy._2a {
  width: 50%;
  height: 50%;
}

.inner-img-copy._2b {
  width: 55%;
  height: 55%;
  transform: rotate(45deg);
}

.inner-img-copy._2c {
  width: 60%;
  height: 60%;
  transform: rotate(-20deg);
}

.inner-img-copy._3a {
  width: 64%;
  height: 64%;
  transform: rotate(-50deg);
}

.inner-img-copy._4 {
  width: 60%;
  height: 60%;
  transform: rotate(40deg);
}

.inner-img-copy._3b {
  width: 70%;
  height: 70%;
  transform: rotate(-50deg);
}

.inner-img-copy._5 {
  width: 60%;
  height: 60%;
  transform: rotate(-15deg);
}

.inner-img-copy._0 {
  width: 70%;
  height: 70%;
  transform: rotate(30deg);
}

.inner-img-copy._2c-copy {
  width: 80%;
  height: 80%;
  transform: rotate(-20deg);
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--header-gradient-text-2);
}

.bold-text {
  letter-spacing: 0;
  font-size: 75px;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  border: 3px solid var(--bg-gradient-2-set-1);
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  height: 300px;
}

.div-block-2-copy {
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 20px;
  width: 600px;
  height: auto;
  margin-top: 50px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  color: var(--bg-gradient-1-set-1);
}

.image {
  opacity: .05;
}

.paragraph {
  overflow: visible;
}

.faq {
  font-family: var(--normal);
  letter-spacing: 0;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.02em;
    font-size: 69px;
    line-height: 100%;
  }

  h2 {
    letter-spacing: -.04em;
    font-size: 65px;
    line-height: 100%;
  }

  .navbar-brand {
    margin-left: 40px;
    position: static;
  }

  .nav-menu-wrapper {
    background-color: var(--navmenu-bg);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-menu {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 100%;
  }

  .nav-button-wrapper {
    justify-content: center;
    margin-top: 40px;
  }

  .menu-button {
    margin-right: 24px;
    padding: 16px;
  }

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

  .hero-container {
    max-width: 670px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section.hero-sec {
    padding-bottom: 700px;
  }

  .circles-wrp {
    width: 1000px;
    height: 1000px;
  }

  .explore-first-bg-img {
    bottom: -12%;
  }

  .explore-second-bg-img {
    bottom: -8%;
  }

  .testimonial-wrp {
    flex-direction: column;
    display: flex;
  }

  .pricing-wrp {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-amount-text {
    letter-spacing: -.04em;
    font-size: 65px;
    line-height: 110%;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .cta-h2 {
    font-size: 80px;
  }

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

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

  .features-circles {
    width: 1400px;
    height: 1400px;
  }

  .cta-circles {
    width: 900px;
    height: 900px;
  }

  .burger-line-1 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: #fff;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }

  h1 {
    font-size: 40px;
    line-height: 100%;
  }

  h2 {
    letter-spacing: -.04em;
    font-size: 35px;
    line-height: 100%;
  }

  h3 {
    letter-spacing: -.03em;
    font-size: 25px;
    line-height: 120%;
  }

  h4 {
    letter-spacing: -.01em;
    font-size: 18px;
    line-height: 145%;
  }

  .navbar-brand {
    height: 30px;
    margin-left: 20px;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    padding-top: 20px;
  }

  .nav-menu {
    grid-row-gap: 20px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button {
    margin-right: 10px;
    padding: 8px 10px;
  }

  .hero-container {
    max-width: 450px;
  }

  .footer-content {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    font-size: 18px;
    line-height: 150%;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section {
    border-style: none;
    border-radius: 0;
    padding: 80px 20px;
  }

  .section.hero-sec {
    background-image: linear-gradient(to bottom, var(--bg-gradient-1-set-1) 48%, var(--bg-gradient-2-set-1));
    padding-top: 120px;
    padding-bottom: 380px;
  }

  .section.pricing-sec {
    background-image: url('../images/snow.svg'), linear-gradient(to bottom, var(--bg-gradient-1-set-1), var(--bg-gradient-2-set-1));
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
  }

  .section.cta-sec {
    background-image: url('../images/Snow2.svg'), linear-gradient(to bottom, var(--bg-gradient-1-set-1), var(--bg-gradient-2-set-1));
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
  }

  .section.hero-privacy-sec, .section.lacngelog-sec {
    background-image: url('../images/snow.svg'), linear-gradient(to bottom, var(--bg-gradient-1-set-1) 48%, var(--bg-gradient-2-set-1));
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
    padding-top: 120px;
  }

  .main-wrapper {
    grid-row-gap: 0px;
    padding: 0;
  }

  .main-button {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 100%;
  }

  .circles-wrp {
    width: 600px;
    height: 600px;
  }

  .explore-items-wrp {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .item-block {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .explore-first-bg-img {
    width: 120%;
    bottom: -20%;
  }

  .explore-second-bg-img {
    width: 50%;
    bottom: -10%;
    left: auto;
    right: -6%;
  }

  .features-content {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .features-left {
    width: 100%;
  }

  .pricing-container {
    grid-row-gap: 40px;
  }

  .price-amount-text {
    letter-spacing: -.04em;
    font-size: 40px;
    line-height: 110%;
  }

  .price-text-small {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 110%;
  }

  .featutes-headers-block {
    position: static;
  }

  .faq-container {
    grid-row-gap: 40px;
  }

  .faq-vertical-line {
    height: 24px;
  }

  .faq-item {
    grid-column-gap: 16px;
    padding: 20px;
  }

  .faq-horizontal-line {
    width: 24px;
  }

  .question-wrp {
    height: auto;
  }

  .faq-block-wrp {
    grid-row-gap: 40px;
  }

  .faq-plus {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
  }

  .cta-h2 {
    letter-spacing: -.04em;
    font-size: 45px;
    line-height: 90%;
  }

  .email-input {
    font-size: 16px;
    line-height: 150%;
  }

  .cta-title {
    max-width: 330px;
  }

  .footer-bottom-right {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-left {
    text-align: center;
    line-height: 140%;
  }

  .footer-logo-wrp {
    justify-content: center;
    max-width: 200px;
    display: flex;
  }

  .footer-top {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

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

  .features-circles {
    display: none;
  }

  .cta-circles {
    width: 600px;
    height: 600px;
  }

  .privacy-container {
    grid-row-gap: 40px;
  }

  .privacy-rich {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy-rich h2 {
    letter-spacing: -.04em;
    margin-top: 30px;
    font-size: 25px;
    line-height: 100%;
  }

  .changelog-container {
    grid-row-gap: 40px;
  }

  .changelog-wrp {
    letter-spacing: -.03em;
    line-height: 130%;
  }

  .changelog-version {
    letter-spacing: -.03em;
    font-size: 24px;
    line-height: 130%;
  }

  .color-block {
    max-width: 100%;
  }

  .gradien-bg {
    background-image: url('../images/snow.svg'), linear-gradient(#10032e80 28%, #44268800 39%);
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
  }

  .logo-img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper {
    width: auto;
  }

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

  .explore-first-bg-img {
    bottom: -10%;
  }

  .explore-second-bg-img {
    bottom: -5%;
  }

  .testimonial-container {
    display: flex;
  }

  .changelog-wrp {
    flex-direction: column;
  }

  .changelog-version {
    margin-bottom: 10px;
  }
}

#w-node-_31603c83-b211-0f4d-f02c-67eb7031efaf-66fa0c02, #w-node-_2c4245e7-aa47-b0d5-418b-e7fa80921ee4-66fa0c02 {
  place-self: center;
}

#w-node-a15b2910-08dd-aeba-34a6-7e1ad3200459-66fa0c02, #w-node-cc8d41fd-6b2d-7a6f-a5d7-4601f5659fb5-f5659faf, #w-node-cc8d41fd-6b2d-7a6f-a5d7-4601f5659fc2-f5659faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}