:root {
  --black: black;
  --white: white;
  --lightgray: #d9d9d9;
  --green: #73ffa2;
  --gray: #8c8c8c;
  --coral: #ff8359;
  --sky-blue: #73ddff;
  --cornflower-blue: #738aff;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 2.06vw;
  line-height: 1.3;
}

h1 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.54em;
  font-weight: 500;
  line-height: 1.15;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.53em;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.02em;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.8;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--lightgray);
  margin-bottom: 0;
  font-size: .96em;
  font-weight: 400;
  line-height: 1.5;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.1em;
  font-size: 1em;
}

li {
  line-height: 2;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-top: 2em;
  margin-bottom: 1em;
}

figcaption {
  color: var(--lightgray);
  text-align: center;
  margin-top: .8em;
  font-size: .7em;
  line-height: 1.4;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000008f 48%, #0000003b 74%, #0000001a 85%, #0000);
  justify-content: center;
  align-items: center;
  padding: .6em;
  display: block;
  position: sticky;
  top: 0;
}

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

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-links {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1.06em;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .65;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.01em 1.06em;
  transition: opacity .3s;
  display: flex;
}

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

.nav-text {
  color: #fff;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.2;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .08em solid var(--green);
  background-image: linear-gradient(264deg, #73ffa2, #000 50%);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .63em .9em;
  font-size: 2vw;
  text-decoration: none;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section.gap-1 {
  grid-row-gap: 1.4em;
  margin-top: 0;
  margin-bottom: 2em;
}

.section.sticky {
  height: 150vh;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.01em;
  font-weight: 500;
  line-height: 1.3;
}

.shadow-top-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff0, #fff 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-large {
  letter-spacing: 0;
  font-size: 3.54em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-large.gray {
  width: auto;
}

.heading-large.light {
  flex: none;
  font-weight: 400;
}

.heading-large.testimonial {
  color: var(--gray);
  width: 8ch;
}

.heading-large.shrink {
  width: 99%;
}

.heading-large.bullet {
  padding-left: .2em;
  padding-right: .2em;
}

.logo-looping {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 2.6em;
  padding-bottom: 2.6em;
  display: flex;
  position: relative;
}

.showcase-looping {
  grid-column-gap: 0px;
  grid-row-gap: .76em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.showcase-row {
  grid-column-gap: 1.25em;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: hidden;
}

.showcase-row.shadow-top {
  position: relative;
  transform: translate(-10%);
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1.3em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10.11em;
  height: 10.11em;
  display: block;
  overflow: hidden;
}

.sc-image-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.cover-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.logo-img {
  height: 2em;
}

.nav-cta.button {
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

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

.loop-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
  overflow: hidden;
}

.split-col-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.about {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.27em;
  font-weight: 500;
  line-height: 1.5;
}

.split-col-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-top: -.7em;
  display: block;
}

.paragraph-large {
  color: gray;
  font-size: 1.39em;
  line-height: 2.1;
}

.side-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .4em;
  padding-right: .4em;
  display: flex;
  position: relative;
}

.middle-column {
  grid-row-gap: .52em;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1.9em;
  display: flex;
}

.round-gradient-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 6.06em;
  height: 6.06em;
  padding: .13em;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.round-gradient-btn:hover {
  transform: scale(.9);
}

.round-gradient-btn.lg {
  width: 6.35em;
  height: 6.35em;
  padding: .115em;
  font-size: 1.15em;
  line-height: 1.2;
  transition-property: none;
}

.round-gradient-btn.lg:hover, .round-gradient-btn.green:hover {
  transform: none;
}

.round-gradient-btn.medium {
  width: 5.1em;
  height: 5.1em;
  transition-property: none;
}

.round-gradient-btn.medium:hover {
  transform: none;
}

.round-gradient-btn.intro-animation {
  position: absolute;
  left: 50%;
  box-shadow: 0 0 40px 20px #00000085;
}

.gradient-btn-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(225deg, #7373ff 10%, #000 68%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.round-btn-text {
  color: #fff;
}

.round-btn-border {
  background-image: linear-gradient(185deg, #7272fc 36%, #000);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.container-row {
  grid-column-gap: 4.6em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 2.1em;
  padding-right: 2.1em;
  display: flex;
  position: relative;
  inset: 0%;
}

.shadow-buttom-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #4d4d4d, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}

.black-frame {
  background-color: var(--black);
  width: 100%;
  height: 6em;
}

.black-frame.top {
  border-bottom-right-radius: 3.8em;
  border-bottom-left-radius: 3.8em;
}

.black-frame.bottom {
  border-top-left-radius: 3.8em;
  border-top-right-radius: 3.8em;
}

.big-card {
  background-color: #fff;
  border-radius: 1.7em;
  width: 13.2em;
  height: 81vh;
  max-height: 20em;
  position: relative;
  top: 0;
  overflow: hidden;
}

.big-card.front-left {
  object-fit: cover;
  position: absolute;
  top: -1%;
  left: -21%;
  transform: rotate(-15deg);
}

.big-card.front-right {
  object-fit: cover;
  position: absolute;
  top: -1%;
  right: -21%;
  transform: rotate(15deg);
}

.heading-medium {
  font-size: 2.53em;
  font-weight: 500;
  line-height: 1.25;
}

.heading-medium.margin-bottom {
  margin-bottom: .9em;
}

.capsule-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .08em solid #73ffa2;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 8.4em;
  height: 3.8em;
  font-size: .8em;
  display: inline-block;
  overflow: hidden;
}

.capsule-button.orange {
  border-color: var(--coral);
}

.capsule-button.hidden-phone {
  position: relative;
}

.capsule-button.cta {
  box-shadow: 0 16px 20px 13px #00000078;
}

.capsule-button.cyan {
  border-color: var(--sky-blue);
}

.capsule-button-inner {
  background-image: linear-gradient(270deg, var(--green), var(--black) 56%);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.capsule-button-inner.orange {
  background-image: linear-gradient(270deg, var(--coral), var(--black) 83%);
}

.capsule-button-inner.cyan {
  background-image: linear-gradient(270deg, #59fff1, #61ddf5a3 20%, #64cdf77a 29%, #6f9efd00 56%);
}

.short-width {
  max-width: 63ch;
  display: block;
}

.gray {
  color: var(--gray);
}

.pop {
  color: var(--white);
  display: inline-block;
}

.inline {
  display: inline-block;
}

.big-round-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10.53em;
  height: 10.53em;
  display: block;
  overflow: hidden;
}

.gap-0-1 {
  grid-column-gap: .15em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .1em .1em .9em;
  display: flex;
  overflow: hidden;
}

.underlined-green {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: url('../images/underline-green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .1em;
  padding-bottom: .1em;
  padding-right: .1em;
  display: inline-block;
}

.underlined-green.thick {
  background-image: url('../images/thick_underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.green-gradient-inner {
  background-image: linear-gradient(225deg, var(--green) 14%, #000 52%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.green-gradient-inner.orange {
  background-image: linear-gradient(225deg, var(--coral) 14%, #4b261a 53%, #000 89%);
}

.green-gradient-border {
  background-image: linear-gradient(297deg, var(--green) 36%, var(--black) 87%);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.green-gradient-border.orange {
  background-image: linear-gradient(297deg, var(--coral) 36%, var(--black));
}

.small-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 18ch;
  padding-top: 2.3em;
  padding-left: 4em;
  display: flex;
}

.gradient-box {
  border: 3px undefined undefined;
  background-image: linear-gradient(-15deg, #59fff1, #5eeaf4d1 7%, #63d0f799 20%, #6ca8fc42 37%, #738aff00 50%, #0000);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24.5em;
  padding: .1em;
  display: flex;
  overflow: hidden;
}

.gradient-box-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(198deg, #59fff1, #5eeaf4d1 13%, #68bdf970 32%, #7098fd1f 48%, #738aff00 58%);
  border-radius: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3.6em 4.05em;
  display: flex;
}

.sub-heading-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 2.17;
}

.global-padding {
  justify-content: space-between;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.global-padding.vertical-padding {
  overflow: hidden;
}

.rotated-slides {
  object-fit: cover;
  border-radius: 1.8em;
  width: 14.4em;
  height: 14.4em;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rotated-slides.slide1 {
  transform-origin: 0 100%;
  transform: translate(-7%, -50%);
}

.rotated-slides.slide2 {
  perspective-origin: 50%;
  transform-origin: 0 100%;
  transform: rotate(-15deg)translate(8%, -47%);
}

.rotated-slides.slide3 {
  transform-origin: 0 100%;
  transform: rotate(-30deg)translate(18%, -44%);
}

.rotated-slides.slide4 {
  transform-origin: 0 100%;
  transform: rotate(-45deg)translate(29%, -39%);
}

.rotated-slides.slide5 {
  transform-origin: 0 100%;
  transform: rotate(-60deg)translate(38%, -30%);
}

.full-height {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.texts-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.3em;
  padding-right: 1.1em;
  display: flex;
}

.pottential-text {
  grid-column-gap: 0px;
  grid-row-gap: .1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-and-button {
  grid-column-gap: .6em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: .4em;
  display: flex;
}

.heading-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 1.3;
}

.heading-small.light-gray {
  text-align: left;
}

.round-btn-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px undefined undefined;
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(225deg, #73ffa2, #73ffa200 55%);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.backgrounds-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
}

.rotated-img-1 {
  object-fit: cover;
  border-radius: 1.6em;
  width: 9.6em;
  height: 9.6em;
  transform: translate(1.7em, 4.1em)rotate(-30deg);
}

.rotated-img-2 {
  object-fit: cover;
  border-radius: 1.6em;
  width: 11em;
  height: 11em;
  transform: translate(-1.8em, 1em)rotate(15deg);
}

.rotated-img-3 {
  object-fit: cover;
  border-radius: 1.5em;
  width: 13.4em;
  height: 13.4em;
  margin-bottom: 6em;
  transform: translate(-.1em, 2.2em)rotate(-15deg);
}

.small-font {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 2;
}

.small-font.gray.long-height, .small-font.gray.long-height-copy {
  line-height: 2;
}

.back-images-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.3em;
  display: flex;
}

.front-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1.8em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15.3em;
  height: 15.3em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.back-image {
  object-fit: cover;
  border-radius: 1.8em;
  width: 12.4em;
  height: 12.4em;
}

.pricing-box-border {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(312deg, #73ffa2, #fff0 50%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.pricing-box-border.lite {
  background-image: linear-gradient(312deg, var(--sky-blue), #fff0 50%);
}

.pricing-box-border.max {
  background-image: linear-gradient(312deg, #738aff, #fff0 50%);
}

.price-wrapper {
  grid-row-gap: .3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .4em;
  display: flex;
}

.image-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.6em;
  height: 3.6em;
  display: flex;
}

.sub-heading-center {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.77em;
  font-weight: 500;
}

.text-xsmall {
  color: #8c8c8c;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .505em;
  font-weight: 400;
}

.price {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.01em;
  font-weight: 400;
}

.get-button-inner {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding: .51em 5.2em;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.features-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-text {
  color: #fff;
  letter-spacing: 0;
  padding-right: .6em;
  font-family: Poppins, sans-serif;
  font-size: .505em;
  font-weight: 400;
  display: inline-block;
}

.membership {
  grid-column-gap: 0px;
  grid-row-gap: 1.1em;
  border: 4px undefined undefined;
  background-color: #000;
  background-image: linear-gradient(230deg, var(--green), #73ffa2b3 13%, #73ffa280 23%, #73ffa257 31%, #73ffa200 45%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.46em 1em;
  display: flex;
}

.membership.lite, .membership.max {
  background-image: none;
}

.get-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(258.35deg, #73ffa2, #73ffa200 54%);
  border: 3px solid #73ffa2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: transform .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

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

.get-button.lite {
  border-color: var(--sky-blue);
  background-image: none;
}

.get-button.max {
  border-color: var(--cornflower-blue);
  background-image: none;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.features-item {
  padding-bottom: .18em;
}

.subscribe-content {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 59%;
  display: flex;
}

.subscribe-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12.1em;
  height: 18.4em;
  display: flex;
  overflow: hidden;
}

.subscribe-form {
  background-image: linear-gradient(305deg, var(--green), #000);
  border-radius: 10em;
  margin-bottom: 0;
  padding: 0 .1em .1em;
  display: block;
  position: relative;
}

.testimonial-container {
  grid-column-gap: -90px;
  grid-row-gap: -90px;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: 16.8em;
  display: flex;
  position: relative;
}

.testimonial-content {
  background-color: #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 52%;
  display: flex;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.subscribe-container {
  width: 100%;
}

.hidden-label {
  z-index: -10;
  color: #fff0;
  position: absolute;
}

.email-input {
  background-color: var(--black);
  background-image: linear-gradient(186deg, var(--green), #53b775 15%, #3b8353 26%, #265335 36%, #000 54%, #000);
  color: var(--white);
  border-style: none;
  border-radius: 10em;
  margin-bottom: 0;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  padding-left: 2em;
  font-size: 1.01em;
}

.email-input:focus {
  border-color: #b2ffcc;
}

.email-input::placeholder {
  color: #fff;
}

.submit-button {
  z-index: 10;
  border: .13em solid var(--green);
  background-color: #0000;
  background-image: linear-gradient(225deg, var(--green), #36784c78 40%, #0000 50%);
  border-radius: 10em;
  padding: 1.17em 2em;
  font-size: .8em;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translate(0, -50%);
}

.submit-button:hover {
  transform: scale(.94)translate(0, -55%);
}

.footer-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  background-image: linear-gradient(#7373ff, #7373ff00 50%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.heading-xsmall {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: .6em;
  padding-bottom: .1em;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 1.3;
}

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

.regular-text {
  letter-spacing: 0;
  padding-top: .34em;
  padding-bottom: .34em;
  font-family: Poppins, sans-serif;
  font-size: .632em;
  font-weight: 400;
}

.footer-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  height: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.credits-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 2em;
  display: flex;
}

.footer-lists {
  width: 33.3%;
}

.customer-profiles {
  object-fit: cover;
  border-radius: 100%;
  width: 7.1em;
  height: 7.1em;
  position: absolute;
  box-shadow: 0 2px 20px 12px #0003;
}

.customer-profiles.first {
  width: 6.1em;
  height: 6.1em;
  top: 0;
}

.customer-profiles.last {
  width: 8.1em;
  height: 8.1em;
  bottom: 0;
}

.customer-profiles.middle {
  top: 45%;
  transform: translate(0, -50%);
}

.gallery-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.gallery-text-wrapper.right {
  align-items: flex-end;
}

.heading-regular {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.02em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-regular.short-box {
  margin-bottom: -.2em;
}

.slides {
  border-radius: 1.9em;
  width: 12.13em;
  height: 16.7em;
  overflow: hidden;
}

.gallery-container {
  grid-column-gap: 2em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  display: flex;
  transform: rotate(345deg);
}

.long-box {
  border: 4px undefined undefined;
  background-color: var(--black);
  background-image: linear-gradient(190deg, #ff8359, #ff906a57 35%, #ff967300 54%);
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.8em 4em 2.8em 2em;
  display: flex;
}

.short-box-inner {
  grid-row-gap: 1.4em;
  background-color: var(--black);
  background-image: linear-gradient(217deg, var(--cornflower-blue), transparent 58%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25em 1.6em;
  display: flex;
}

.short-box-inner.cyan {
  background-image: linear-gradient(217deg, #59fff1, #61ddf5b5 17%, #66c5f880 29%, #6f9efd2b 48%, #738aff00 58%);
}

.small-paragraph {
  opacity: 1;
  outline-offset: 0px;
  color: #ccc;
  text-align: left;
  letter-spacing: 0;
  outline: 3px #ccc;
  font-family: Poppins, sans-serif;
  font-size: .55em;
  font-weight: 400;
  line-height: 1.8;
}

.short-box-border {
  background-image: linear-gradient(246deg, var(--cornflower-blue), #738aff00 97%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .1em;
  display: flex;
  overflow: visible;
}

.short-box-border.cyan {
  background-image: linear-gradient(243deg, #59fff1, #5fe3f4c2 39%, #65c9f78a 70%, #6e9ffc2e 88%, #738aff00 97%);
}

.box-list-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.box-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-title-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
}

.round-button-small-inner {
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(225deg, #738aff, #738aff00 57%);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.round-button-small-inner.cyan {
  background-image: linear-gradient(225deg, #59fff1, #64cff782 28%, #6f9efd00 57%);
}

.short {
  grid-row-gap: 1em;
  flex-direction: column;
  width: 26ch;
  display: flex;
}

.small-col {
  grid-row-gap: 2em;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 27%;
  height: 100%;
  display: flex;
}

.big-col {
  perspective: 500px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 21em;
  display: flex;
  position: relative;
}

.white-background {
  background-color: #000;
  background-image: linear-gradient(to bottom, black, #000 6%, white 11%, var(--white) 88%, #000 94%, var(--black));
  color: var(--black);
}

.white-background.container {
  overflow: visible;
}

.loop-container {
  flex: none;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.round-btn-small {
  background-image: linear-gradient(296deg, var(--green) 34%, var(--black) 83%);
  border-radius: 100%;
  width: 2.7em;
  height: 2.7em;
  padding: .1em;
  font-size: 1em;
  display: inline-block;
}

.sub-heading-big {
  font-size: 2.02em;
  font-weight: 500;
}

.white-arrow {
  width: 43%;
}

.flex-frame {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.underlined-link {
  color: var(--white);
  background-image: url('../images/underline-green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .5em;
}

.underlined-link:visited {
  color: var(--white);
}

.vertical-padding {
  padding-top: 6em;
  padding-bottom: 6em;
}

.left-align {
  text-align: left;
  padding-right: 5.5em;
}

.light-gray {
  color: var(--lightgray);
}

.half-padding {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

.long-box-border {
  background-image: linear-gradient(306deg, var(--coral), var(--black) 85%);
  border-radius: 2em;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
}

.round-button-small {
  background-image: linear-gradient(284deg, var(--cornflower-blue), transparent 84%);
  border-radius: 100%;
  width: 1.4em;
  height: 1.4em;
  padding: .1em;
  font-size: 1em;
}

.round-button-small.cyan {
  background-image: linear-gradient(284deg, #59fff1, #64cdf77d 43%, #6f9efd00 84%);
}

.video-container {
  border-radius: 2em;
  width: 16em;
  height: 21em;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.video-container.sec {
  transform-style: preserve-3d;
  transform: translate3d(0, -7%, -50px)translate(0, -50%);
}

.video-container.third {
  transform-style: preserve-3d;
  transform: translate3d(0, -14%, -100px)translate(0, -50%);
}

.video-container.forth {
  transform-style: preserve-3d;
  transform: translate3d(0, -21%, -150px)translate(0, -50%);
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.background-video.video-2 {
  background-image: linear-gradient(#0006, #0000), url('../images/sc1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.background-video.video-3 {
  background-image: linear-gradient(#0006, #0000), url('../images/customer2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.background-video.video-4 {
  background-image: linear-gradient(#0006, #0000), url('../images/main.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.navbar-links {
  display: flex;
}

.menu-button {
  display: none;
}

.title-medium {
  font-size: 1em;
}

.underlined-red {
  background-image: url('../images/red-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .1em;
}

.footer-border {
  background-image: linear-gradient(27deg, var(--cornflower-blue), var(--black));
  border-radius: 2em;
  width: 100%;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
}

.mask {
  height: auto;
  max-height: 4.5em;
  overflow: hidden;
}

.sticky-flex-box {
  z-index: -2;
  grid-row-gap: 1.4em;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  margin-top: 7vh;
  display: flex;
  position: sticky;
  top: 0%;
}

.sticky-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper {
  position: absolute;
  top: 25%;
  transform: translate(0, -14.7em);
}

.drawer-menu {
  display: none;
  position: absolute;
}

.line {
  background-color: var(--white);
  width: 2em;
  height: .1em;
  display: none;
}

.tablet-cta {
  z-index: 997;
  justify-content: center;
  padding-bottom: 2em;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.emoji {
  font-size: .8em;
}

.btn-wrap {
  grid-column-gap: .75em;
  align-items: center;
  display: flex;
}

.sticky-area {
  display: block;
  position: absolute;
  inset: -40% -10%;
}

.sticky-btn {
  position: relative;
}

.center-row {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: .6em;
  display: flex;
}

.small-arrow {
  width: 1.2em;
  padding-left: .1em;
}

.gradient-top {
  background-image: linear-gradient(#0009, #0000 75%);
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  border-radius: 100%;
  width: 2em;
  height: 2em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  height: 81vh;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 19.5em;
  display: flex;
}

.password-field {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding: 1.23em 1em;
  font-size: 1em;
}

.password-field::placeholder {
  color: var(--white);
}

.body {
  min-height: 100vh;
}

.padding-bottom {
  padding-bottom: 3em;
}

.grid-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr .75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 10.1em;
  display: grid;
  position: relative;
}

.bottom-fix {
  position: absolute;
  bottom: 0;
}

.error-message {
  color: #ff3535;
  background-color: #0000;
  font-size: .7em;
}

.success-message {
  border: .1em solid var(--green);
  background-color: #0000;
  background-image: linear-gradient(191deg, var(--green), #2c603d61 49%, transparent 74%);
  color: var(--white);
  text-align: left;
  border-radius: 10em;
  padding-left: 2em;
  padding-right: 2em;
}

.close-menu-trigger {
  width: 4em;
  height: 3em;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.faq-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 88%;
  padding-top: 1.3em;
  padding-bottom: .2em;
  display: flex;
  overflow: hidden;
}

.question-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-title {
  font-size: 1em;
  font-weight: 500;
}

.faq-plus {
  background-color: var(--white);
  border-radius: 20px;
  width: .6em;
  height: .07em;
}

.faq-plus.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.heading, .paragraph {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .round-gradient-btn.intro-animation {
    box-shadow: 0 3px 20px 20px #000;
  }

  .round-btn-border {
    background-image: linear-gradient(185deg, #7272fc 36%, #000);
  }

  .shadow-buttom-text {
    background-image: linear-gradient(to top, #555, #fff);
  }

  .mask {
    overflow: hidden;
  }

  .negative-margin {
    margin-top: -6em;
    margin-bottom: -4em;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 4.5em;
  }

  p {
    margin-bottom: 0;
  }

  .navbar {
    width: 100%;
    margin-bottom: 3em;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .navbar-container {
    margin-left: 2em;
    margin-right: 2em;
  }

  .logo {
    z-index: 999;
    position: relative;
  }

  .navbar-link, .button {
    justify-content: center;
  }

  .heading-title {
    font-size: 1.14em;
    line-height: 1.3;
  }

  .heading-large {
    font-size: 4em;
    line-height: 1.2;
  }

  .heading-large.testimonial {
    width: 100%;
  }

  .logo-looping {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .showcase-row {
    grid-column-gap: .85em;
    flex-direction: row;
    align-items: center;
  }

  .card {
    border-radius: 1.5em;
    width: 10.8em;
    height: 10.8em;
  }

  .card.shadow-top {
    position: relative;
  }

  .logo-img {
    height: 1.2em;
  }

  .nav-cta {
    display: none;
  }

  .loop-text {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .about {
    font-size: 1.43em;
  }

  .paragraph-large {
    font-size: 1.57em;
  }

  .round-gradient-btn {
    font-size: .915em;
  }

  .round-gradient-btn.lg {
    font-size: 1.3em;
  }

  .gradient-btn-inner {
    cursor: pointer;
  }

  .big-card.front-left {
    left: -10%;
  }

  .big-card.front-right {
    right: -10%;
  }

  .heading-medium {
    font-size: 2.85em;
  }

  .capsule-button {
    font-size: .9em;
  }

  .short-width {
    align-self: center;
    margin-left: auto;
    margin-right: 0;
  }

  .big-round-image {
    width: 11.9em;
    height: 11.9em;
  }

  .gap-0-1 {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .underlined-green.thick {
    background-image: url('../images/thick_underline.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .small-container {
    padding-top: 1.9em;
  }

  .sub-heading-small {
    font-size: 1.58em;
  }

  .global-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .rotated-slides {
    width: 15.5em;
    height: 15.5em;
  }

  .heading-small {
    font-size: .85em;
  }

  .backgrounds-container {
    padding-left: 5em;
    padding-right: 5em;
    position: relative;
  }

  .rotated-img-1 {
    width: 11.4em;
    height: 11.4em;
  }

  .rotated-img-2 {
    width: 13em;
    height: 13em;
    transform: translate(-1.8em, 4.5em)rotate(15deg);
  }

  .rotated-img-3 {
    width: 15.9em;
    height: 15.9em;
    transform: translate(1.2em, 2.2em)rotate(-15deg);
  }

  .small-font {
    font-size: .85em;
  }

  .back-images-container {
    height: 16.4em;
  }

  .front-image {
    width: 16.4em;
    height: 16.4em;
  }

  .back-image {
    width: 13em;
    height: 13em;
  }

  .sub-heading-center {
    font-size: 2em;
  }

  .text-xsmall {
    font-size: .57em;
  }

  .price {
    font-size: 1.14em;
  }

  .features-text {
    font-size: .57em;
  }

  .membership {
    padding-left: 1.3em;
    padding-right: 1.4em;
  }

  .subscribe-image {
    width: 13.67em;
    height: 20.07em;
  }

  .testimonial-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 15em;
  }

  .testimonial-content {
    grid-row-gap: .75em;
    width: 100%;
  }

  .email-input {
    padding-top: 2.4em;
    padding-bottom: 2.4em;
    padding-left: 2.2em;
  }

  .submit-button {
    padding: 1.3em 2.1em;
  }

  .heading-xsmall {
    font-size: .85em;
  }

  .regular-text {
    font-size: .71em;
  }

  .footer-cta {
    padding-top: 1.9em;
    padding-bottom: 1.9em;
  }

  .customer-profiles {
    position: relative;
  }

  .customer-profiles.first, .customer-profiles.last {
    width: 12.1em;
    height: 12.1em;
  }

  .customer-profiles.middle {
    width: 13em;
    height: 13em;
    top: 0%;
    bottom: 0;
    transform: translate(0);
  }

  .heading-regular {
    font-size: 2.57em;
  }

  .slides {
    width: 13.7em;
    height: 18.08em;
  }

  .long-box, .short-box-inner {
    border-radius: 2.5em;
  }

  .small-paragraph {
    font-size: .62em;
  }

  .short-box-border {
    border-radius: 2.5em;
  }

  .heading-title-small {
    font-size: .9em;
  }

  .short {
    width: 29ch;
  }

  .round-btn-small {
    font-size: .8em;
  }

  .sub-heading-big {
    font-size: 2.3em;
  }

  .underlined-link {
    padding-bottom: .7em;
  }

  .half-padding {
    padding-left: .5em;
    padding-right: .5em;
  }

  .long-box-border {
    border-radius: 2.5em;
  }

  .round-button-small {
    font-size: 1.2em;
  }

  .navbar-links {
    display: none;
  }

  .menu-button {
    z-index: 999;
    cursor: pointer;
    width: 1.55em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .menu-button:active, .menu-button:focus {
    background-color: #0000;
  }

  .title-medium {
    font-size: 1.13em;
  }

  .vertical-tablet {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mask {
    max-height: 5.4em;
  }

  .drawer-menu {
    border-top: .1em solid var(--cornflower-blue);
    border-bottom: .1em solid var(--cornflower-blue);
    border-left: .1em solid var(--cornflower-blue);
    background-image: linear-gradient(210deg, var(--cornflower-blue), var(--black) 43%);
    border-radius: 4em;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    right: 0;
  }

  .link {
    color: var(--gray);
    font-size: 2.5em;
    line-height: 2;
  }

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

  .menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 18%;
    padding-bottom: 9%;
    display: flex;
  }

  .text-block {
    font-size: .9em;
    line-height: 1.8;
  }

  .line {
    background-color: var(--white);
    border-radius: 50px;
    width: 100%;
    height: .15em;
    margin-bottom: .5em;
    display: block;
  }

  .dark-back {
    transform-origin: 100% 0;
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .tablet-cta {
    display: none;
  }

  .grid-row {
    grid-column-gap: 7px;
    grid-template-rows: minmax(11.25em, 1fr) minmax(11.25em, 1fr);
    grid-template-columns: 1fr 1fr .75fr .5fr;
    place-content: space-between stretch;
    place-items: stretch stretch;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .close-menu-trigger {
    z-index: 999;
    cursor: pointer;
    height: 3.4em;
    position: absolute;
    right: .7em;
  }

  .faq-container {
    padding-top: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 4.5em;
  }

  .section.gap-1 {
    margin-bottom: 6em;
  }

  .section.sticky {
    height: auto;
  }

  .container.visible {
    margin-top: 3em;
    overflow: visible;
  }

  .container.margin-top {
    margin-top: 18em;
  }

  .heading-title {
    font-size: 1.28em;
  }

  .heading-large {
    font-size: 4.5em;
  }

  .heading-large.shrink {
    margin-bottom: 1em;
  }

  .logo-looping {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .showcase-row {
    grid-column-gap: .96em;
  }

  .card {
    width: 12.15em;
    height: 12.15em;
  }

  .logo-img {
    height: 1.9em;
  }

  .split-col-1 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 3em;
  }

  .about {
    font-size: 1.6em;
  }

  .split-col-2 {
    width: 100%;
  }

  .paragraph-large {
    font-size: 1.76em;
  }

  .middle-column {
    padding-top: 1.9em;
    padding-bottom: 3.2em;
  }

  .round-gradient-btn {
    font-size: 1.2em;
  }

  .round-gradient-btn.lg {
    font-size: 1.46em;
  }

  .big-card {
    width: 16em;
    max-height: 24em;
    transform: translate(24%)rotate(15deg);
  }

  .big-card.front-left {
    left: 43%;
    transform: translate(-50%)rotate(-15deg);
  }

  .big-card.front-right {
    top: 0%;
    left: 43%;
    right: 0%;
    transform: translate(-50%)rotate(-15deg);
  }

  .heading-medium {
    font-size: 3.25em;
  }

  .capsule-button {
    font-size: 1em;
  }

  .short-width {
    margin-right: auto;
  }

  .big-round-image {
    width: 13.38em;
    height: 13.38em;
  }

  .gap-0-1 {
    grid-column-gap: 1em;
    text-align: center;
    width: 92%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .small-container {
    grid-row-gap: 2.5em;
    width: 100%;
    padding-bottom: 4em;
    padding-left: 8em;
    padding-right: 13em;
  }

  .gradient-box {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading-small {
    font-size: 1.77em;
  }

  .rotated-slides {
    width: 16.1em;
    height: 16.1em;
  }

  .full-height {
    max-height: 40.1em;
    position: relative;
    overflow: hidden;
  }

  .text-and-button {
    grid-column-gap: 1.25em;
  }

  .heading-small {
    font-size: 1.2em;
  }

  .backgrounds-container {
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: hidden;
  }

  .rotated-img-1 {
    width: 14.2em;
    height: 14.2em;
    transform: translate(1.7em, 3.8em)rotate(-30deg);
  }

  .rotated-img-2 {
    width: 16.12em;
    height: 16.12em;
    transform: translate(-1.8em, 6em)rotate(15deg);
  }

  .rotated-img-3 {
    width: 19.7em;
    height: 19.7em;
  }

  .small-font {
    font-size: 1.4em;
  }

  .pricing-box-border {
    border-radius: 2.9em;
    width: 66%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: .3em;
    display: block;
  }

  .pricing-box-border.lite {
    background-image: linear-gradient(211deg, var(--sky-blue), #fff0 84%);
  }

  .pricing-box-border.max {
    background-image: linear-gradient(207deg, #738aff, #fff0 86%);
  }

  .sub-heading-center {
    font-size: 2.25em;
  }

  .text-xsmall {
    font-size: .8em;
  }

  .price {
    font-size: 1.28em;
  }

  .features-text {
    font-size: .64em;
  }

  .membership {
    font-size: 1.4em;
  }

  .subscribe-content {
    padding-top: 1.5em;
  }

  .subscribe-image {
    width: 20.07em;
  }

  .testimonial-container {
    width: 114%;
  }

  .testimonial-content {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .subscribe-container {
    font-size: 1.2em;
  }

  .footer-background {
    border-radius: 3.5em;
    padding-top: 4em;
  }

  .footer-content {
    grid-column-gap: 4.5em;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-xsmall {
    font-size: 1.5em;
  }

  .regular-text {
    font-size: 1.4em;
  }

  .credits-container {
    align-items: center;
    margin-right: auto;
  }

  .footer-lists {
    width: auto;
  }

  .customer-profiles.first, .customer-profiles.last, .customer-profiles.middle {
    width: 14.62em;
    height: 14.62em;
  }

  .heading-regular {
    font-size: 2.89em;
  }

  .slides {
    width: 15.4em;
    height: 21.15em;
  }

  .short-box-inner {
    width: 100%;
  }

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

  .short-box-border {
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .short {
    width: 52ch;
  }

  .small-col {
    width: 100%;
  }

  .big-col {
    width: 100%;
    height: 21em;
    padding-top: 77%;
  }

  .round-btn-small {
    font-size: 1em;
  }

  .sub-heading-big {
    font-size: 3.8em;
  }

  .flex-frame {
    flex-direction: column;
  }

  .flex-frame.global-padding.vertical-tablet {
    overflow: hidden;
  }

  .flex-frame.footer {
    flex-direction: column-reverse;
    align-items: center;
  }

  .left-align {
    padding-right: 0;
  }

  .long-box-border {
    margin-bottom: 2em;
  }

  .round-button-small {
    font-size: 1.6em;
  }

  .video-container {
    width: 22em;
    height: 28.87em;
  }

  .title-medium {
    font-size: 1.27em;
  }

  .footer-border {
    border-radius: 3.5em;
    padding: 1px .3em .3em;
  }

  .wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .sticky-flex-box {
    height: auto;
    position: relative;
  }

  .sticky-part {
    position: relative;
    top: 0%;
    transform: translate(-50%);
  }

  .content-wrapper {
    position: relative;
    top: 0%;
    transform: none;
  }

  .link {
    font-size: 3.9em;
  }

  .text-block {
    font-size: 1.6em;
  }

  .line {
    height: .2em;
  }

  .tablet-cta {
    padding-bottom: 2.8em;
    font-size: 1.2em;
  }

  .small-arrow {
    width: 1.7em;
  }

  .faq-container {
    width: 100%;
  }

  .faq-title {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 11.5em;
  }

  .navbar-container {
    margin-left: 2.4em;
    margin-right: 2.4em;
  }

  .section.gap-1 {
    grid-row-gap: 2.75em;
    margin-top: 7em;
    margin-bottom: 13em;
  }

  .section.vertical-padding {
    overflow: hidden;
  }

  .section.sticky {
    justify-content: center;
  }

  .section.extra-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .container.margin-top {
    margin-top: 25em;
  }

  .heading-title {
    font-size: 2.2em;
  }

  .heading-large {
    font-size: 5.9em;
    line-height: 1.4;
  }

  .heading-large.testimonial {
    line-height: 1.4;
  }

  .logo-looping {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .showcase-looping {
    grid-row-gap: 2.75em;
  }

  .showcase-row {
    grid-column-gap: 2.75em;
  }

  .card {
    border-radius: 3em;
    width: 19.5em;
    height: 19.5em;
  }

  .logo-img {
    height: 2.2em;
  }

  .about, .paragraph-large {
    font-size: 3em;
  }

  .middle-column {
    grid-row-gap: 2.5em;
  }

  .middle-column.align-center {
    padding-top: 4.5em;
    padding-bottom: 7em;
  }

  .round-gradient-btn {
    font-size: 2em;
  }

  .round-gradient-btn.lg {
    font-size: 3.5em;
  }

  .round-gradient-btn.lg.footer {
    font-size: 2.7em;
  }

  .round-gradient-btn.lg.menu {
    font-size: 2.6em;
  }

  .round-gradient-btn.medium {
    font-size: 1.7em;
  }

  .container-row {
    grid-column-gap: 8em;
  }

  .black-frame.top {
    border-bottom-right-radius: 6em;
    border-bottom-left-radius: 6em;
    height: 15em;
  }

  .black-frame.bottom {
    border-top-left-radius: 6em;
    border-top-right-radius: 6em;
    height: 10em;
  }

  .big-card {
    border-radius: 5.2em;
    width: 25em;
    max-height: 39.5em;
    transform: translate(18%)rotate(15deg);
  }

  .big-card.front-left {
    left: 39%;
  }

  .heading-medium {
    font-size: 5.8em;
    line-height: 1.5;
  }

  .capsule-button {
    font-size: 1.8em;
  }

  .capsule-button.cta {
    border-width: .18em;
    width: 9.3em;
    height: 4em;
  }

  .short-width {
    max-width: 67ch;
  }

  .inline {
    display: inline;
  }

  .big-round-image {
    width: 22em;
    height: 22em;
  }

  .gap-0-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .underlined-green {
    background-image: url('../images/underline-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .underlined-green.thick {
    background-image: url('../images/thick_underline.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: .2em;
  }

  .small-container {
    grid-row-gap: 2.5em;
    width: 100%;
    padding-top: 0;
    padding-bottom: 3.5em;
    padding-left: 0;
  }

  .gradient-box {
    border-radius: 3.1em;
    width: 100%;
    padding: .3em;
  }

  .gradient-box-inner {
    background-image: linear-gradient(196deg, #59fff1, #5eeaf4d1 11%, #68bdf970 30%, #7098fd1f 45%, #738aff00 59%);
    border-radius: 3.1em;
  }

  .sub-heading-small {
    font-size: 2.7em;
  }

  .global-padding {
    padding-left: 2.4em;
    padding-right: 2.5em;
  }

  .global-padding.vertical-padding {
    margin-bottom: 0;
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .rotated-slides {
    width: 21.5em;
    height: 21.5em;
  }

  .text-and-button {
    margin-top: 1em;
  }

  .heading-small {
    font-size: 2.7em;
  }

  .backgrounds-container {
    width: 113%;
    overflow: visible;
  }

  .rotated-img-1 {
    border-radius: 3.1em;
    width: 19em;
    height: 19em;
    transform: translate(-2.7em, 1em)rotate(-30deg);
  }

  .rotated-img-2 {
    border-radius: 3.1em;
    width: 21.5em;
    height: 21.5em;
    transform: translate(3.5em, 6em)rotate(15deg);
  }

  .rotated-img-3 {
    border-radius: 3.1em;
    width: 27em;
    height: 27em;
    margin-bottom: 8.8em;
    transform: translate(1.2em, 6em)rotate(-15deg);
  }

  .small-font {
    font-size: 2.5em;
  }

  .small-font.gray.long-height, .small-font.gray.long-height-copy {
    margin-bottom: -2em;
    font-size: 3.3em;
  }

  .back-images-container {
    height: 30em;
  }

  .front-image {
    border-radius: 3em;
    width: 30em;
    height: 30em;
  }

  .back-image {
    border-radius: 3em;
    width: 24.5em;
    height: 24.5em;
  }

  .pricing-box-border {
    border-radius: 5em;
    width: 100%;
    margin-bottom: 8em;
  }

  .pricing-box-border.max {
    margin-bottom: 0;
  }

  .price-wrapper {
    grid-row-gap: .4em;
  }

  .image-holder {
    display: none;
  }

  .sub-heading-center {
    font-size: 3.7em;
  }

  .text-xsmall {
    font-size: 1.6em;
  }

  .text-xsmall.pricing {
    color: var(--white);
    font-size: 1.4em;
  }

  .price {
    font-size: 1.85em;
  }

  .get-button-inner {
    width: 100%;
  }

  .get-button-inner.lite {
    background-image: linear-gradient(299deg, var(--sky-blue), transparent 54%);
  }

  .get-button-inner.max {
    background-image: linear-gradient(270deg, var(--cornflower-blue), transparent 54%);
  }

  .features-list {
    width: 100%;
  }

  .features-text {
    font-size: 1.3em;
  }

  .membership {
    grid-row-gap: 2em;
    border-radius: 3.5em;
    padding-top: 3em;
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .membership.lite {
    background-image: linear-gradient(221deg, var(--sky-blue), var(--black) 55%);
    border-radius: 3em;
  }

  .membership.max {
    background-image: linear-gradient(230deg, var(--cornflower-blue), var(--cornflower-blue) 0%, var(--cornflower-blue) 0%, var(--cornflower-blue) 0%, var(--black) 45%);
  }

  .get-button {
    width: 100%;
    font-size: 2.2em;
  }

  .get-button.lite, .get-button.max {
    overflow: hidden;
  }

  .list {
    line-height: 2.2;
  }

  .subscribe-content {
    width: 100%;
  }

  .subscribe-image {
    border-radius: 100%;
    width: 72vw;
    height: 72vw;
  }

  .subscribe-form {
    padding: .1em .2em .2em;
    font-size: 1.6em;
  }

  .testimonial-container {
    grid-column-gap: 3.5em;
    height: auto;
  }

  .testimonial-content {
    grid-row-gap: 2.5em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .submit-button {
    border-width: .2em;
    padding: 1.5em 2.1em;
    right: .8em;
  }

  .footer-background {
    background-image: linear-gradient(220deg, #7373ff, #7373ff00 39%);
    border-radius: 4.5em;
    padding-top: 14em;
    padding-bottom: 2em;
  }

  .footer-content {
    grid-column-gap: 5.75em;
    width: 100%;
  }

  .heading-xsmall {
    font-size: 2.5em;
  }

  .footer-links-container {
    grid-row-gap: 8px;
  }

  .regular-text {
    font-size: 2em;
  }

  .footer-cta {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .credits-container {
    grid-row-gap: 1em;
  }

  .customer-profiles {
    flex: none;
  }

  .customer-profiles.first, .customer-profiles.last, .customer-profiles.middle {
    width: 19em;
    height: 19em;
  }

  .heading-regular {
    font-size: 5.7em;
  }

  .heading-regular.short-box {
    margin-bottom: .2em;
  }

  .slides {
    width: 21em;
    height: 28.84em;
  }

  .gallery-container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .long-box {
    border-radius: 4.8em;
    padding: 4.5em 2.4em 4.5em 2.7em;
    position: relative;
  }

  .short-box-inner {
    grid-row-gap: 4.5em;
    border-radius: 4.8em;
    padding: 4.5em 2.4em;
  }

  .small-paragraph {
    font-size: 1.93em;
    line-height: 1.75;
  }

  .short-box-border {
    border-radius: 4.8em;
    width: 100%;
    margin-bottom: 8em;
    padding-bottom: .3em;
    padding-left: .3em;
    padding-right: .3em;
  }

  .short-box-border.cyan {
    margin-bottom: 0;
  }

  .box-list-wrapper {
    grid-row-gap: 2em;
  }

  .box-item {
    grid-column-gap: 1.75em;
  }

  .heading-title-small {
    font-size: 2.35em;
  }

  .short {
    width: 100%;
  }

  .big-col {
    perspective: 430px;
    height: 136vw;
    padding-top: 136%;
  }

  .round-btn-small {
    font-size: 1.7em;
  }

  .sub-heading-big {
    font-size: 6.3em;
    font-weight: 500;
    line-height: 1.3;
  }

  .underlined-link {
    padding-bottom: 1.3em;
  }

  .vertical-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .long-box-border {
    border-radius: 4.8em;
    margin-bottom: 8em;
    padding-bottom: .3em;
    padding-left: .3em;
    padding-right: .3em;
  }

  .round-button-small {
    font-size: 2.6em;
  }

  .round-button-small.faq {
    display: none;
  }

  .video-container {
    border-radius: 3.5em;
    width: 100%;
    height: 112vw;
  }

  .video-container.sec {
    transform: translate3d(0, -12%, -60px)translate(0, -50%);
  }

  .video-container.third {
    transform: translate3d(0, -24%, -120px)translate(0, -50%);
  }

  .video-container.forth {
    transform: translate3d(0, -36%, -180px)translate(0, -50%);
  }

  .menu-button {
    width: 3em;
    padding-top: 3.3em;
    padding-bottom: 1.4em;
  }

  .title-medium {
    font-size: 2.5em;
    font-weight: 500;
  }

  .footer-border {
    background-image: linear-gradient(94deg, var(--cornflower-blue), var(--black));
    border-radius: 4.5em;
    margin-top: 4em;
  }

  .block {
    position: absolute;
    top: 10%;
    right: 10%;
  }

  .mask {
    max-height: 7.1em;
  }

  .hidden-phone {
    display: none;
  }

  .drawer-menu {
    background-image: linear-gradient(221deg, var(--cornflower-blue), var(--black) 33%);
    border-top-width: .3em;
    border-bottom-width: .3em;
    border-left-width: .3em;
    border-radius: 4.5em;
  }

  .link {
    font-size: 6em;
    font-weight: 500;
    line-height: 1.7;
  }

  .menu-wrapper {
    padding-top: 15em;
    padding-bottom: 12.1em;
  }

  .text-block {
    font-size: 2em;
  }

  .line {
    border-radius: 50px;
    height: .3em;
    margin-bottom: .8em;
  }

  .menu-small-text {
    color: var(--gray);
    margin-top: .3em;
    font-size: 1.7em;
  }

  .dark-back {
    display: none;
  }

  .tablet-cta {
    padding-bottom: 2em;
  }

  .btn-wrap {
    padding-left: 1em;
    display: inline-block;
  }

  .small-arrow {
    width: 2.6em;
  }

  .play-pause-button {
    width: 5em;
    height: 5em;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
  }

  .padding-bottom {
    padding-bottom: 6em;
  }

  .grid-row {
    grid-template-rows: minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .faq-container {
    padding-top: 3.5em;
  }

  .faq-title {
    padding-bottom: .5em;
    font-size: 2.3em;
  }
}

#w-node-_948130b1-8898-c7b0-00b8-26e56f03be63-aa33dfb7, #w-node-_0f91e1a6-0647-a218-3b51-f367e016d572-aa33dfb7, #w-node-c18b0cc6-5447-ce4d-c5a2-6f5e4e782aee-aa33dfb7, #w-node-ceb782e5-b607-050b-539f-6da709879f0d-aa33dfb7, #w-node-ebf3e8d7-8e56-d314-937b-8ebfd49f579e-aa33dfb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


