:root {
  --purple: #7352ff;
  --red: #ff6363;
  --yellow: #f8b400;
  --green: #0eb770;
  --off-white: #faf5e4;
  --black: #0d0c12;
}

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 2.4em;
  margin-bottom: .66em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 155%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 2em;
  margin-bottom: .66em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 150%;
}

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

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

p {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 1.6em;
  font-size: 1.2rem;
  line-height: 155%;
}

a {
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  text-align: justify;
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  line-height: 155%;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.heading {
  text-align: center;
  margin-top: 80px;
}

.lottie-animation {
  width: 1015px;
  margin-bottom: -87px;
  display: block;
  overflow: visible;
}

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

.section {
  background-image: linear-gradient(#fff 31%, #faf5e4);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 170vh;
  padding-top: 12em;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.hero-section {
  min-height: 1600px;
  overflow: visible;
}

.section.hero-section-mobile {
  display: none;
  overflow: visible;
}

.body {
  flex-direction: column;
  align-items: center;
  font-family: Inter, sans-serif;
  transition: all .2s;
  display: flex;
}

.hero-paragraph {
  color: #33333299;
  text-align: center;
  white-space: normal;
  font-size: 19px;
  font-weight: 500;
  line-height: 180%;
}

.button {
  background-color: #000;
  background-image: radial-gradient(circle at 50% 0, #333332, #000);
  border: 4px solid #979797;
  border-radius: 100px;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: 600;
}

.button.gradient-border {
  position: relative;
}

.button.gradient-border.gradient-shadow.gradient-button.is-small {
  text-align: center;
  border-style: solid;
  min-width: 21.25rem;
  font-size: 1.125rem;
}

.button.gradient-border.gradient-shadow.gradient-button.is-small.is-remove {
  min-width: auto;
  padding: .875rem 2rem;
  font-size: 17px;
  font-weight: 500;
}

.button.is-small {
  color: #fff;
  border-style: none;
  padding: 1rem 3rem;
  font-size: 1rem;
}

.hero-h1 {
  z-index: 1;
  text-align: center;
  letter-spacing: -1px;
  font-size: 68px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.hero-h1.hero-h1-animated {
  margin-top: .9em;
  position: absolute;
}

.hero-h1.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.hero-h1.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.hero-h1.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.hero-h1.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.div-block-2 {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 103px;
  margin-top: -60px;
  margin-bottom: -15px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.navigation {
  z-index: 99;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff9;
  border: 2px solid #0000000d;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 1300px;
  height: 80px;
  margin-top: 35px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.navigation.gradient-shadow-2 {
  background-color: #fffc;
  border-width: 1.5px;
  border-color: #00000008;
  justify-content: center;
  align-items: stretch;
  width: 1250px;
  height: 72px;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation.gradient-shadow-2.nav-box-shadow {
  box-shadow: 0 5px 30px #00000026;
}

.navigation.gradient-shadow-2.nav-phone {
  display: none;
}

.section-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.section-2.section-with-bg-img {
  margin-top: -820px;
  overflow: visible;
}

.section-2.section-with-bg-img.dark-nav-trigger {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -830px;
  padding-top: 0;
  overflow: visible;
}

.section-2.section-with-bg-img.dark-nav-trigger.section-animated-half-circle-blendmode {
  mix-blend-mode: darken;
}

.div-block-3 {
  flex: none;
}

.div-block-3.nav-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 0 700px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3.nav-logo {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-3.nav-cta {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  display: flex;
}

.background-video {
  width: 110px;
  height: 50px;
}

.button-nav {
  background-color: #000;
  background-image: radial-gradient(circle at 50% 0, #212020, #000);
  border-style: solid;
  border-color: #979797;
  border-radius: 100px;
  padding: 10px 34px;
  font-size: 1.2em;
  font-weight: 500;
}

.button-nav:hover {
  background-color: #242424;
  background-image: none;
}

.button-nav.gradient-border {
  position: relative;
}

.list {
  display: flex;
}

.link {
  text-decoration: underline;
}

.text-block {
  font-size: 18px;
  font-weight: 500;
}

.nav-link-button {
  opacity: .4;
  color: #333;
  letter-spacing: .2px;
  mix-blend-mode: normal;
  background-color: #fff0;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: 500;
  transition: all .2s;
  position: relative;
}

.nav-link-button:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.nav-link-button:focus {
  opacity: 1;
}

.background-video-2 {
  width: 418px;
  height: 100px;
}

.background-video-3 {
  z-index: 1;
  width: 360px;
  height: 120px;
  margin-bottom: -20px;
  margin-right: -20px;
}

.avatar-animation {
  width: 360px;
  height: 110px;
  margin-bottom: -20px;
  margin-right: -20px;
  overflow: visible;
}

.image {
  width: 110px;
}

.image.main-animated-logo-light {
  opacity: 1;
  position: absolute;
}

.image.main-animated-logo-dark {
  opacity: 0;
  position: absolute;
}

.div-block-4 {
  z-index: 2;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 158px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.scroll-hero-cards {
  opacity: 1;
  min-width: 285px;
  min-height: 158px;
  position: relative;
}

.scroll-hero-cards.scroll-hero-card-1 {
  opacity: 0;
  top: -444px;
  left: 134px;
  transform: translate(-73px, -83px)rotate(18deg);
}

.scroll-hero-cards.scroll-hero-card-2 {
  opacity: 0;
  top: -176px;
  left: -23px;
  transform: translate(-182px, -50px)scale(1.1)rotate(13deg);
}

.scroll-hero-cards.scroll-hero-card-3 {
  opacity: 0;
  top: -192px;
  right: -20px;
  transform: translate(300px, -73px)scale(1.1)rotate(-24deg);
}

.scroll-hero-cards.scroll-hero-card-4 {
  opacity: 0;
  top: -462px;
  right: 146px;
  transform: translate(168px, -102px)rotate(-38deg);
}

.scroll-hero-cards.scroll-hero-card-5 {
  opacity: 0;
  top: 0;
  left: 5px;
  transform: translate(-87px, 59px)scale(1.2)rotate(1deg);
}

.scroll-hero-cards.scroll-hero-card-6 {
  opacity: 0;
  top: 3px;
  right: 0;
  transform: translate(92px, 78px)scale(1.2)rotate(-13deg);
}

.div-block-5 {
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1100px;
  margin-top: -150px;
  display: flex;
  position: relative;
}

.div-block-5.gradient-border-video {
  z-index: 5;
}

.div-block-5.gradient-border-video.gradient-shadow-video.video-box-perspective {
  background-color: #0d0c12;
  border-radius: 45px;
}

.div-block-5.gradient-border-video.gradient-shadow-video.video-box-perspective.video-box-perspective-base {
  transform: translate(0, -45px)perspective(1500px)rotate(0);
}

.div-block-5.gradient-border-video.gradient-shadow-video.video-box-perspective.video-box-perspective-tilted {
  transform-style: preserve-3d;
  transform: translate(0, -45px)perspective(1500px)rotateX(18deg)rotateY(0)rotateZ(0);
}

.image-2 {
  z-index: 6;
  border-radius: 40px;
  display: block;
  position: absolute;
}

.image-2.hero-video-thumbnail {
  display: none;
}

.div-block-6 {
  z-index: 10;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  box-shadow: inset 0 5px 100px 8px #000;
}

.half-circle-bg {
  width: 100%;
  min-width: 1920px;
  min-height: 1400px;
  display: inline-block;
  position: relative;
  transform: scale(1.01);
}

.div-block-7 {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7.dark-nav-trigger {
  top: 560px;
}

.nav-gradient-bg {
  z-index: 90;
  background-image: linear-gradient(#ffffff80, #fff0);
  width: 100%;
  height: 80px;
  position: fixed;
}

.section-3 {
  z-index: 3;
  background-image: linear-gradient(to bottom, #fff 50%, var(--off-white));
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-3.dark-nav-trigger {
  background-color: #0d0c12;
}

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

.lottie-logo {
  width: 110px;
  position: absolute;
}

.lottie-logo.main-animated-logo-dark {
  opacity: 0;
}

.lottie-logo.main-animated-logo-light-inner, .lottie-logo.main-animated-logo-dark-inner {
  position: relative;
}

.loader-section {
  z-index: 100;
  background-color: #0d0c12;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #7352ffc4, #0d0c12);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.lottie-animation-2 {
  width: 300px;
}

.video {
  z-index: 5;
  border-radius: 40px;
  width: 100%;
  display: none;
  overflow: hidden;
}

.lottie-animation-3 {
  width: 200px;
}

.div-block-9 {
  z-index: 7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-9.hero-video-button {
  z-index: 15;
  display: flex;
}

.html-embed {
  z-index: 5;
  border-radius: 40px;
  width: 100%;
  height: 618px;
  display: none;
  position: relative;
  overflow: hidden;
}

.background-video-4 {
  z-index: 5;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 618px;
  display: block;
}

.play-pause-button {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 100%;
}

.pause-state {
  mix-blend-mode: lighten;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lottie-animation-4 {
  width: 200px;
  transition: width .2s ease-out;
}

.lottie-animation-4:hover {
  width: 220px;
}

.play-state {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.custom-player {
  z-index: 5;
  border-radius: 40px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-2-copy {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 103px;
  margin-top: -60px;
  margin-bottom: -128px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-10 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: -300px;
  display: flex;
}

.main-h2 {
  z-index: 1;
  color: var(--off-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 123%;
  position: relative;
}

.main-h2.hero-h1-animated {
  position: absolute;
}

.main-h2.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.main-h2.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.main-h2.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.main-h2.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.main-h2.has-gradient-text {
  z-index: 5;
  width: 1200px;
}

.main-h2.has-gradient-text.pricing-h2 {
  font-weight: 600;
}

.main-h2.has-gradient-text.below-video-h2 {
  width: 700px;
  font-weight: 500;
}

.text-gradient {
  color: var(--yellow);
}

.title-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(0)scale(1)translate(0)perspective(1500px);
}

.title-wrapper.this-title-wrapper {
  width: 1300px;
}

.title-wrapper.div-block-31 {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.title-wrapper.div-block-31-copy {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 25px;
  justify-content: center;
  width: 1250px;
  margin-top: 65px;
  display: flex;
  position: relative;
}

.violet-edgeshadow-box {
  outline-offset: 0px;
  border-radius: 26px;
  outline: 2px #7352ff1a;
  flex-direction: column;
  flex: 0 33%;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  display: flex;
  position: relative;
  box-shadow: inset 0 50px 50px -30px #7352ff26;
}

.violet-edgeshadow-box.logo-ticker-component {
  background-color: var(--black);
  border-radius: 100px;
  width: 1300px;
  min-height: 90px;
  overflow: hidden;
  box-shadow: 0 6px 11px #00000040, 0 -12px 30px -4px #7352ff4d;
}

.violet-gradient-border {
  border: 2px solid var(--purple);
  outline-color: var(--purple);
  outline-offset: 0px;
  border-radius: 26px;
  outline-width: 2px;
  outline-style: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.violet-gradient-border.logo-ticker-inner {
  z-index: 5;
  border-radius: 100px;
  width: 1300px;
  height: auto;
  min-height: 90px;
  display: block;
  box-shadow: inset 0 50px 50px -30px #7352ff33;
}

.paragraph {
  color: #faf5e499;
  text-align: center;
  cursor: auto;
  max-width: 75%;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph.testimonial-text {
  color: #faf5e4e6;
  text-align: left;
  max-width: 100%;
  margin-bottom: 60px;
  font-size: 20px;
}

.paragraph.testimonial-name {
  color: #faf5e4;
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.7px;
  font-weight: 500;
}

.paragraph.testimonial-name-title {
  color: #faf5e499;
  text-align: left;
  max-width: 100%;
  margin-top: -3px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.2px;
  font-weight: 300;
}

.paragraph.paragraph-for-light {
  color: #333333b3;
  text-align: left;
  max-width: none;
  font-weight: 400;
}

.paragraph.paragraph-for-light.this-paragraph {
  text-align: center;
  width: 60%;
  margin-top: 22px;
}

.paragraph.paragraph-for-dark {
  color: #faf5e478;
  text-align: left;
  max-width: none;
}

.paragraph.paragraph-for-dark.footer-paragraph {
  text-align: center;
  width: 1100px;
  line-height: 150%;
}

.paragraph.paragraph-for-dark.footer-bottom {
  color: #faf5e480;
  text-align: center;
  -webkit-text-stroke-color: #faf5e499;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.paragraph.paragraph-for-faq {
  color: #333333b3;
  text-align: left;
  max-width: none;
  font-weight: 400;
  line-height: 155%;
  display: block;
}

.paragraph.paragraph-for-faq.this-paragraph {
  text-align: center;
  width: 60%;
  margin-top: 22px;
}

.paragraph.paragraph-for-faq--bottom {
  color: #333333b3;
  text-align: left;
  max-width: none;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.paragraph.paragraph-for-faq--bottom.this-paragraph {
  text-align: center;
  width: 60%;
  margin-top: 22px;
}

.paragraph.paragraph-for-dark-footer {
  text-align: left;
  max-width: none;
}

.paragraph.paragraph-for-dark-footer.footer-paragraph {
  text-align: center;
}

.paragraph.paragraph-for-dark-footer.footer-bottom {
  text-align: center;
  -webkit-text-stroke-color: #faf5e499;
  margin-top: 2px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.lottie-animation-5 {
  width: 120px;
}

.lottie-smily {
  width: 91px;
  margin: 15px;
}

.animated-icon-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
}

.lottie-animation-5-copy {
  width: 130px;
}

.lottie-gift {
  width: 99px;
}

.div-block-12 {
  flex-direction: column;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  padding-bottom: 260px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-12.div-block-12-edits {
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 90px;
}

.testimonial-card-bottom-wrapper {
  filter: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card {
  background-color: var(--black);
  filter: none;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .5s cubic-bezier(.65, 0, .35, 1);
  display: flex;
  position: static;
  transform: scale(.8);
}

.testimonial-card.gradient-border.gradient-shadow.active-testimonial-card {
  opacity: 1;
  max-width: 600px;
  min-height: 480px;
  transform: scale(1);
}

.testimonial-card.small-card-margin {
  margin-left: -32px;
  margin-right: -30px;
}

.testimonial-card-inside {
  background-color: #faf5e408;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  padding-top: 58px;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
  position: relative;
}

.testimonial-button {
  background-color: #ffffff0d;
  border-radius: 12px;
  margin-bottom: 50px;
  padding: 12px 55px;
  font-size: 16.7px;
}

.testimonial-highlight {
  color: #faf5e4;
}

.div-block-13 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  display: flex;
}

.div-block-14 {
  align-items: center;
  width: 50%;
  padding-left: 50px;
  display: flex;
}

.image-3 {
  border-radius: 50%;
  height: 45px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 12px;
  display: flex;
}

.testimonial-logo {
  height: 48px;
  margin-right: 50px;
}

.testimonial-top-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 600px;
  display: flex;
  position: relative;
}

.main-h3 {
  z-index: 1;
  color: var(--off-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 123%;
  position: relative;
}

.main-h3.hero-h1-animated {
  position: absolute;
}

.main-h3.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.main-h3.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.main-h3.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.main-h3.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.main-h3.has-gradient-text {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.main-h3.has-gradient-text.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1000px;
  font-weight: 700;
}

.main-h3.has-gradient-text.this-text-h3-2 {
  color: #333;
  text-align: left;
  width: 70%;
  font-weight: 700;
}

.main-h3.has-gradient-text.this-text-h3-3 {
  color: var(--off-white);
  text-align: left;
  width: 70%;
  font-weight: 600;
}

.main-h3.has-gradient-text.this-text-h2-1 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-size: 56px;
  font-weight: 700;
}

.main-h3.has-gradient-text.this-text-h4-3 {
  color: var(--off-white);
  text-align: left;
  width: auto;
  margin-left: 1px;
  padding-left: 1px;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.main-h3.has-gradient-text.testimonial-h3 {
  padding-left: 1px;
  font-weight: 500;
}

.main-h3.has-gradient-text.this-text-h3-3-copy {
  color: var(--off-white);
  text-align: left;
  width: 70%;
  font-size: 40px;
  font-weight: 600;
}

.main-h3.has-gradient-text-test {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.main-h3.has-gradient-text-test.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-weight: 700;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.transparent-button-light {
  background-color: var(--black);
  border-radius: 100px;
  margin-top: 40px;
  padding: 15px 56px;
  font-size: 18px;
}

.misc-cta-button {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #0d0c12, var(--black));
  color: var(--off-white);
  transform-style: preserve-3d;
  border: 2px solid #faf5e499;
  border-radius: 100px;
  flex: none;
  margin-top: 40px;
  padding: 15px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  transform: rotate(0)translate(0)perspective(1500px);
}

.misc-cta-button:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #1e1c27, var(--black));
  text-shadow: 0 1px 1px #faf5e44d, 0 7px 5px #00000080;
  border-color: #faf5e4;
  padding-top: 14px;
  padding-bottom: 16px;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate(0, -3px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #faf5e44d, inset 0 5px 5px #000;
}

.misc-cta-button.gradient-border {
  position: relative;
}

.misc-button-wrapper {
  margin-top: 40px;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.main-bullets {
  grid-column-gap: 9px;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.swiper-bullet {
  cursor: pointer;
  background-color: #faf5e426;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  padding: 0;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.swiper-bullet.glide__bullet--active {
  background-color: #faf5e4;
}

.div-block-19 {
  grid-column-gap: 75px;
  justify-content: center;
  width: 100%;
  min-height: 450px;
  display: flex;
}

.div-block-20 {
  opacity: .3;
  filter: blur(9px);
  transform-style: preserve-3d;
  flex: none;
  justify-content: center;
  width: 36%;
  padding-left: 30px;
  transition: all .3s cubic-bezier(.65, 0, .35, 1);
  display: flex;
  transform: translate(0)perspective(1500px)rotateX(20deg)rotateY(0)rotateZ(0);
}

.div-block-20.glide__slide.remove-blur {
  opacity: 1;
  filter: blur();
  transform: translate(0)perspective(1500px)rotate(0);
}

.glide__track.ticker-track {
  width: 100%;
  display: flex;
  position: absolute;
}

.glide__slides.testimonial-card-bottom-wrapper {
  overflow: visible;
}

.div-block-21 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -45px;
  display: flex;
}

.ticker-slides {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ticker-slides.glide__slides {
  width: 100%;
}

.logo-ticker-image {
  flex: none;
  height: 55px;
}

.glide__slide {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.glide__slide.logo-ticker-image-wrapper {
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.glide__slide.list-item {
  padding-left: 0;
  padding-right: 0;
}

.glide__slide.showcase-slide {
  grid-column-gap: 30px;
  flex: none;
  justify-content: flex-start;
  width: 800px;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
}

.base__track {
  width: 100%;
  position: absolute;
}

.div-block-22 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-22.glide {
  z-index: 1;
}

.logo-ticker-overlay {
  z-index: 4;
  background-image: linear-gradient(to right, var(--black), #0d0c1200 25%, #0d0c1200 74%, var(--black));
  mix-blend-mode: normal;
  border-radius: 100px;
  width: 1300px;
  min-height: 90px;
  display: block;
  position: absolute;
}

.section-4 {
  background-image: linear-gradient(to bottom, #fff 31%, var(--off-white));
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-4.dark-nav-trigger {
  z-index: 1;
  background-color: #0d0c12;
  background-image: none;
  border-radius: 0;
  position: relative;
}

.div-block-23 {
  background-color: var(--off-white);
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex: 1;
  width: 100%;
  height: 60px;
}

.div-block-23.gradient-border.gradient-shadow.this-section-end {
  transform-style: preserve-3d;
  height: 100px;
  min-height: 100px;
  transform: scale3d(1.005, 1, 1);
}

.div-block-24 {
  background-color: var(--black);
  justify-content: center;
  width: 100%;
  margin-top: -40px;
  display: flex;
}

.div-block-24.this-section-end-wrapper {
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  overflow: hidden;
}

.div-block-25 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 165px;
  display: flex;
}

.gradient-text {
  font-weight: 700;
  position: relative;
}

.gradient-text.bold-gradient-text {
  font-weight: 600;
}

.div-block-26 {
  width: 100px;
  height: 50px;
}

.superscript {
  font-size: 30px;
  line-height: 0%;
}

.gradient-underline-div {
  text-align: center;
  letter-spacing: -2.1px;
  justify-content: center;
  align-items: flex-end;
  min-width: 100px;
  font-size: 18px;
  line-height: 10px;
  transition: all .2s cubic-bezier(.544, .001, .565, 1);
  display: flex;
}

.link-titles {
  color: #333;
  text-decoration: none;
}

.link-titles.gradient-text.gradient-link:hover {
  transform: rotate(0);
}

.showcase-ticker-wrapper-1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 145px;
  display: flex;
}

.div-block-28 {
  width: 100%;
  display: flex;
}

.div-block-29 {
  width: 110%;
}

.div-block-29.glide {
  margin-left: 0;
}

.showcase-tracks {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  min-width: 300px;
  min-height: 350px;
  display: flex;
}

.showcase-image {
  background-color: var(--yellow);
  border-radius: 20px;
  flex: none;
  width: 350px;
  height: 100%;
}

.showcase-image.showcase-image-1 {
  background-image: var(--image-2878a03e);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-2 {
  background-color: var(--green);
  background-image: var(--image-3e437de0);
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 55%;
}

.showcase-image.showcase-image-3 {
  background-color: var(--purple);
  background-image: var(--image-i6009f2a1);
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
}

.showcase-image.showcase-image-4 {
  background-color: var(--red);
  background-image: var(--image-38959cd);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-5 {
  background-image: var(--image-i2c9be71b);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-6 {
  background-color: var(--green);
  background-image: var(--image-i30170387);
  background-position: 100%;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
}

.showcase-image.showcase-image-1-copy {
  background-image: var(--image-if510d45);
  background-position: 0 0;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-2-1 {
  background-image: var(--image-i172044e6);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-2-2 {
  background-color: var(--green);
  background-image: var(--image-ie7a07b3);
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 40%;
}

.showcase-image.showcase-image-2-3 {
  background-color: var(--purple);
  background-image: var(--image-i4b10ca7);
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 55%;
}

.showcase-image.showcase-image-2-4 {
  background-color: var(--red);
  background-image: var(--image-i2dcc89f4);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-2-5 {
  background-image: var(--image-4ab453f2);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-2-6 {
  background-color: var(--green);
  background-image: var(--image-i3f78ad6c);
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 30%;
}

.showcase-image.showcase-image-8 {
  background-color: var(--green);
  background-image: var(--image-i2cb545c9);
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 40%;
}

.showcase-image.showcase-image-7 {
  background-image: var(--image-i50b07b11);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-2-7 {
  background-image: var(--image-i568c2684);
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.showcase-image.showcase-image-2-8 {
  background-color: var(--green);
  background-image: var(--image-i369ae02a);
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 45%;
}

.showcase-ticker-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 100px;
  display: flex;
}

.showcase-scroll-control {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.section-5 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff 31%, var(--off-white));
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-5.dark-nav-trigger {
  background-color: #0d0c12;
  background-image: none;
  border-radius: 0;
  margin-top: 0;
}

.footer {
  background-image: linear-gradient(to bottom, #fff 31%, var(--off-white));
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -60px;
  display: flex;
}

.footer.dark-nav-trigger {
  background-color: #0d0c12;
  background-image: none;
  border-radius: 0;
  margin-top: 0;
}

.div-block-30 {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 1250px;
  margin-top: 55px;
  display: flex;
}

.div-block-30.this-1 {
  margin-top: 71px;
}

.div-block-31 {
  flex: 1;
  width: 50%;
}

.div-block-31-copy {
  flex: 0 auto;
  width: 600px;
}

.feature-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 1250px;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.feature-card {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 20px;
  outline: 2px solid #ffffff80;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  padding: 45px 50px;
  transition: transform linear;
  display: flex;
}

.feature-card.gradient-shadow.bottom-card-1 {
  transform-origin: 50% 0;
}

.feature-card.gradient-shadow.bottom-card-2 {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transform: rotateX(-70deg)rotateY(0)rotateZ(0);
}

.feature-card.gradient-shadow.bottom-card-3 {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transform: rotateX(-80deg)rotateY(0)rotateZ(0);
}

.feature-card-icon-wrapper {
  border-radius: 12.4px;
  width: 75px;
  height: 75px;
}

.feature-card-icon-wrapper.feature-card-icon-wrapper-gradient-1 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 5px;
  display: flex;
  transform: perspective(1500px)translate3d(0, 0, 30px);
  box-shadow: 0 8px 20px -5px #7352ff33;
}

.main-h4 {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  text-align: left;
  letter-spacing: 0;
  transform-style: preserve-3d;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
  transform: translate3d(0, 0, 20px)perspective(1500px);
}

.main-h4.hero-h1-animated {
  position: absolute;
}

.main-h4.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.main-h4.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.main-h4.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.main-h4.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.main-h4.has-gradient-text {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.main-h4.has-gradient-text.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-weight: 700;
}

.main-h4.has-gradient-text.this-text-h3-2 {
  color: #333;
  text-align: left;
  width: auto;
  font-weight: 700;
}

.main-h4.has-gradient-text-test {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.main-h4.has-gradient-text-test.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-weight: 700;
}

.main-h4.faq-h5 {
  margin-top: 0;
  font-size: 21px;
}

.paragraph--smaller {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #0d0c1291;
  text-align: left;
  letter-spacing: 0;
  cursor: auto;
  transform-style: preserve-3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transform: translate3d(0, 0, 15px)perspective(1500px);
}

.paragraph--smaller.testimonial-text {
  text-align: left;
  max-width: 100%;
  margin-bottom: 60px;
  padding-right: 35px;
  font-size: 22px;
}

.paragraph--smaller.testimonial-name {
  color: #faf5e4;
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.7px;
  font-weight: 500;
}

.paragraph--smaller.testimonial-name-title {
  color: #faf5e499;
  text-align: left;
  max-width: 100%;
  margin-top: -3px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.2px;
  font-weight: 300;
}

.paragraph--smaller.paragraph-for-light {
  color: #333333b3;
  text-align: left;
  max-width: none;
}

.image-4 {
  z-index: 5;
  width: 180px;
  margin-top: -75px;
  position: relative;
}

.feature-card-animation-wrapper {
  perspective: 1500px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 0 32%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.feature-card-animation-wrapper:hover {
  transform: scale(1.01);
}

.feature-card-animation-wrapper.this-feature-card {
  justify-content: flex-start;
  margin-top: -100px;
}

.feature-card-animation-wrapper.this-feature-card.bottom-feature-card-wrapper {
  height: 200px;
  transition-property: none;
  overflow: hidden;
  transform: none;
}

.feature-card-animation-wrapper.this-feature-card-2 {
  justify-content: flex-start;
  margin-top: -50px;
}

.feature-card-animation-wrapper.this-feature-card-2.bottom-feature-card-wrapper {
  height: 150px;
  overflow: hidden;
}

.feature-card-animation-wrapper.bottom-feature-card-wrapper {
  justify-content: flex-start;
  height: 100px;
  overflow: hidden;
}

.bold-text {
  color: #333;
  font-weight: 600;
}

.div-block-32 {
  flex: 0 0 32%;
}

.div-block-33 {
  z-index: 5;
  background-image: linear-gradient(185deg, #faf5e400, var(--off-white));
  width: 100%;
  height: 199px;
  margin-top: -350px;
  margin-bottom: 0;
  position: relative;
}

.card-fading-div {
  background-image: linear-gradient(to bottom, #faf5e400, var(--off-white) 83%);
  width: 100%;
  height: 100px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
}

.offerings-wrapper {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1250px;
  min-height: 300px;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.offerings-list {
  grid-column-gap: 2%;
  grid-row-gap: 24px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1500px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.offerings-active-image {
  opacity: 0;
  outline-offset: 0px;
  transform-style: preserve-3d;
  border-radius: 20px;
  outline: 2px solid #ffffff0d;
  width: 75%;
  height: 65%;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 8%;
  transform: translate3d(0, 0, 1px);
}

.offerings-active-image.blurred-bg-image {
  filter: blur(60px);
  outline-offset: 0px;
  outline: 3px #ffffff0d;
}

.offering-card {
  z-index: 1;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  background-color: #ffffff05;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 0 32%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 45px;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.offering-card:hover {
  transform: translate3d(0, 0, 60px);
  box-shadow: 0 0 30px -5px #000000a6;
}

.offering-card.this-offer-card-1 {
  margin-top: -100px;
  margin-bottom: 100px;
}

.offering-card.this-offer-card-2 {
  margin-top: -50px;
  margin-bottom: 50px;
}

.offering-card.this-offer-card-bottom {
  background-color: #fff0;
  background-image: linear-gradient(#ffffff05, #fff0);
  min-height: 150px;
}

.offering-card.this-offer-card-bottom:hover {
  box-shadow: none;
  transform: none;
}

.main-h4-for-dark {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--off-white);
  text-align: left;
  letter-spacing: 0;
  transform-style: preserve-3d;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  transform: translate3d(0, 0, 20px)perspective(1500px);
}

.main-h4-for-dark.hero-h1-animated {
  position: absolute;
}

.main-h4-for-dark.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.main-h4-for-dark.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.main-h4-for-dark.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.main-h4-for-dark.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.main-h4-for-dark.has-gradient-text {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.main-h4-for-dark.has-gradient-text.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-weight: 700;
}

.main-h4-for-dark.has-gradient-text.this-text-h3-2 {
  color: #333;
  text-align: left;
  width: auto;
  font-weight: 700;
}

.main-h4-for-dark.has-gradient-text-test {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.main-h4-for-dark.has-gradient-text-test.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-weight: 700;
}

.main-h4-for-dark.h4-pricing {
  margin-top: 0;
  font-size: 24px;
  position: relative;
}

.main-h4-for-dark.h3-pricing-main-price {
  margin-top: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.paragraph--smaller-for-dark {
  opacity: .47;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #faf5e4;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-color: #faf5e478;
  cursor: auto;
  transform-style: preserve-3d;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, 0, 15px)perspective(1500px);
}

.paragraph--smaller-for-dark.testimonial-text {
  text-align: left;
  max-width: 100%;
  margin-bottom: 60px;
  padding-right: 35px;
  font-size: 22px;
}

.paragraph--smaller-for-dark.testimonial-name {
  color: #faf5e4;
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.7px;
  font-weight: 500;
}

.paragraph--smaller-for-dark.testimonial-name-title {
  color: #faf5e499;
  text-align: left;
  max-width: 100%;
  margin-top: -3px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.2px;
  font-weight: 300;
}

.paragraph--smaller-for-dark.paragraph-for-light {
  color: #333333b3;
  text-align: left;
  max-width: none;
}

.paragraph--smaller-for-dark.paragraph-pricing-1 {
  max-width: 280px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.paragraph--smaller-for-dark.paragraph-pricing-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.paragraph--smaller-for-dark.paragraph-pricing-3 {
  opacity: .7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph--smaller-for-dark.paragraph-pricing-3.paragraph-pricing-highlighted {
  opacity: 1;
  font-weight: 400;
}

.paragraph--smaller-for-dark.remaining-seats-heading {
  opacity: 1;
  color: #faf5e499;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
}

.paragraph--smaller-for-dark.remaining-seats-heading.spots-remaining-number {
  color: #faf5e4;
  font-weight: 500;
}

.paragraph--smaller-for-dark.paragraph-pricing-4 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.image-5 {
  min-height: 70px;
}

.div-block-35 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 71px;
  display: flex;
}

.div-block-36 {
  background-image: linear-gradient(#7352ff00 35%, #7352ffa6);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 3.5%;
  justify-content: center;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.pricing-card {
  outline-offset: 0px;
  background-color: #0d0c1266;
  border-radius: 22px;
  outline: 1px solid #7352ff33;
  flex-direction: column;
  flex: 0 0 31%;
  align-items: flex-start;
  padding: 45px 35px;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.pricing-card:hover {
  transform: translate(0, -20px);
}

.pricing-card.pricing-card-highlighted {
  outline-offset: 0px;
  background-color: #0d0c12;
  outline: 1px #7352ff33;
}

.text-span {
  color: #faf5e480;
  font-size: 28px;
  font-weight: 300;
}

.pricing-button {
  color: var(--purple);
  text-align: center;
  -webkit-text-stroke-color: var(--purple);
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: none;
  border: 1px solid #7352ff99;
  border-radius: 100px;
  width: 100%;
  margin-top: 40px;
  padding: 18px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  transform: rotate(0)translate(0)perspective(1500px);
}

.pricing-button:hover {
  border-color: var(--purple);
  text-shadow: 0 1px 1px #7352ff4d, 0 7px 5px #00000080;
  background-image: radial-gradient(circle closest-corner at 50% 0, #7352ff26, #7352ff00);
  padding-top: 16px;
  padding-bottom: 20px;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate(0, -3px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #7352ff4d, inset 0 5px 5px #000;
}

.pricing-button.gradient-border {
  position: relative;
}

.pricing-button.pricing-button-middle {
  background-image: linear-gradient(to bottom, #412ba0, var(--purple));
  color: var(--off-white);
  -webkit-text-stroke-color: var(--off-white);
  transform-style: preserve-3d;
  border-style: none;
  border-color: #7352ff4d;
  flex: none;
  transform: rotate(0)translate3d(0, 0, 1px)perspective(1500px);
}

.pricing-button.pricing-button-middle:hover {
  background-image: linear-gradient(to bottom, #392785, var(--purple));
  text-shadow: 0 1px 1px #7352ff4d, 0 7px 5px #00000024;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate3d(0, -3px, 10px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #7352ff4d, inset 0 5px 5px #00000047;
}

.pricing-button.footer-cta-button-2 {
  background-image: linear-gradient(to bottom, #412ba0, var(--purple));
  color: var(--off-white);
  -webkit-text-stroke-color: var(--off-white);
  transform-style: preserve-3d;
  border: 2px solid #7352ff;
  flex: none;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: rotate(0)translate3d(0, 0, 1px)perspective(1500px);
}

.pricing-button.footer-cta-button-2:hover {
  background-image: linear-gradient(to bottom, #392785, var(--purple));
  text-shadow: 0 1px 1px #7352ff4d, 0 7px 5px #00000024;
  padding-top: 14px;
  padding-bottom: 16px;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate3d(0, -3px, 10px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #7352ff4d, inset 0 5px 5px #00000047;
}

.div-block-39 {
  border-bottom: 1px solid #7352ff33;
  width: 100%;
  margin-top: 35px;
  position: relative;
}

.div-block-40 {
  grid-row-gap: 15.3px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  margin-top: 35px;
  display: flex;
  position: relative;
}

.div-block-41 {
  grid-column-gap: 15px;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-42 {
  width: 1350px;
  min-height: 200px;
  margin-top: 50px;
  position: relative;
}

.pricing-card-bottom {
  outline-offset: 0px;
  background-color: #0d0c1266;
  border-radius: 22px;
  outline: 1px solid #7352ff33;
  flex-direction: row;
  flex: 0 0 31%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin-top: 42px;
  padding: 45px 35px;
  display: flex;
}

.pricing-card-bottom.pricing-card-highlighted {
  outline-offset: 0px;
  background-color: #0d0c12;
  outline: 1px #7352ff33;
}

.div-block-43 {
  flex-direction: column;
  flex: 0 0 50%;
  align-items: flex-start;
  display: flex;
}

.pricing-button-bottom {
  background-color: var(--black);
  color: var(--off-white);
  text-align: center;
  -webkit-text-stroke-color: var(--purple);
  transform-style: preserve-3d;
  background-image: none;
  border: 1px #faf5e41a;
  border-radius: 100px;
  padding: 18px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  transform: rotate(0)translate(0)perspective(1500px);
}

.pricing-button-bottom:hover {
  border-color: var(--purple);
  text-shadow: 0 1px 1px #7352ff4d, 0 7px 5px #00000080;
  background-image: radial-gradient(circle closest-corner at 50% 0, #7352ff26, #7352ff00);
  padding-top: 16px;
  padding-bottom: 20px;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate(0, -3px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #7352ff4d, inset 0 5px 5px #000;
}

.pricing-button-bottom.gradient-border {
  position: relative;
}

.pricing-button-bottom.pricing-button-middle {
  background-image: linear-gradient(to bottom, #412ba0, var(--purple));
  color: var(--off-white);
  -webkit-text-stroke-color: var(--off-white);
  transform-style: preserve-3d;
  border-style: none;
  border-color: #7352ff4d;
}

.pricing-button-bottom.pricing-button-middle:hover {
  background-image: linear-gradient(to bottom, #392785, var(--purple));
  text-shadow: 0 1px 1px #7352ff4d, 0 7px 5px #00000024;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate3d(0, -3px, 1px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #7352ff4d, inset 0 5px 5px #00000047;
}

.faq-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 800px;
  min-height: 200px;
  margin-top: 45px;
  display: flex;
}

.div-block-25-copy {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 115px;
  display: flex;
}

.faq-block {
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #ffffff80;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 25px;
  transition: all .4s cubic-bezier(.532, .726, .602, 1.229);
  display: flex;
  box-shadow: 5px 0 27px -11px #7352ff80;
}

.div-block-46 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.plus-wrapper {
  transition: transform .4s cubic-bezier(.532, .726, .602, 1.229);
}

.plus-wrapper.plus-wrapper-active {
  transform: rotate(-135deg);
}

.faq-paragraph-wrapper {
  flex: none;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 42px;
  display: block;
}

.div-block-47 {
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.div-block-47-copy {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 80px;
  display: flex;
}

.h3-faq {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  text-align: center;
  letter-spacing: 0;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
  transform: translate3d(0, 0, 20px)perspective(1500px);
}

.h3-faq.hero-h1-animated {
  position: absolute;
}

.h3-faq.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.h3-faq.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.h3-faq.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.h3-faq.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.h3-faq.has-gradient-text {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.h3-faq.has-gradient-text.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-weight: 700;
}

.h3-faq.has-gradient-text.this-text-h3-2 {
  color: #333;
  text-align: left;
  width: auto;
  font-weight: 700;
}

.h3-faq.has-gradient-text-test {
  z-index: 5;
  text-align: left;
  width: 550px;
  font-size: 48px;
}

.h3-faq.has-gradient-text-test.this-text-h3 {
  color: #333;
  text-align: center;
  width: 1081px;
  font-weight: 700;
}

.h3-faq.faq-h5 {
  margin-top: 0;
  font-size: 21px;
}

.faq-button-bottom {
  background-color: var(--black);
  color: var(--off-white);
  text-align: center;
  -webkit-text-stroke-color: var(--purple);
  transform-style: preserve-3d;
  background-image: none;
  border: 1px #faf5e41a;
  border-radius: 100px;
  margin-top: 12px;
  padding: 18px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  transform: rotate(0)translate(0)perspective(1500px);
}

.faq-button-bottom:hover {
  border-color: var(--purple);
  text-shadow: 0 1px 1px #7352ff4d, 0 7px 5px #00000080;
  background-image: radial-gradient(circle closest-corner at 50% 0, #faf5e42e, #faf5e400);
  padding-top: 16px;
  padding-bottom: 20px;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate(0, -3px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #0d0c127a, inset 0 5px 5px #000;
}

.faq-button-bottom.gradient-border {
  position: relative;
}

.faq-button-bottom.pricing-button-middle {
  background-image: linear-gradient(to bottom, #412ba0, var(--purple));
  color: var(--off-white);
  -webkit-text-stroke-color: var(--off-white);
  transform-style: preserve-3d;
  border-style: none;
  border-color: #7352ff4d;
}

.faq-button-bottom.pricing-button-middle:hover {
  background-image: linear-gradient(to bottom, #392785, var(--purple));
  text-shadow: 0 1px 1px #7352ff4d, 0 7px 5px #00000024;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate3d(0, -3px, 1px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #7352ff4d, inset 0 5px 5px #00000047;
}

.div-block-48 {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1250px;
  margin-top: 120px;
  display: flex;
}

.footer-h2 {
  z-index: 1;
  color: var(--off-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 123%;
  position: relative;
}

.footer-h2.hero-h1-animated {
  position: absolute;
}

.footer-h2.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.footer-h2.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.footer-h2.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.footer-h2.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.footer-h2.has-gradient-text {
  z-index: 5;
  width: 1200px;
  font-size: 48px;
  font-weight: 600;
}

.footer-h2.has-gradient-text.this-footer-heading {
  width: 50rem;
}

.div-block-49 {
  grid-column-gap: 20px;
  display: flex;
}

.footer-cta-button-1 {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #0d0c12, var(--black));
  color: var(--off-white);
  transform-style: preserve-3d;
  border: 2px solid #faf5e499;
  border-radius: 100px;
  flex: none;
  margin-top: 40px;
  padding: 15px 56px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  transform: rotate(0)translate(0)perspective(1500px);
}

.footer-cta-button-1:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #1e1c27, var(--black));
  text-shadow: 0 1px 1px #faf5e44d, 0 7px 5px #00000080;
  border-color: #faf5e4;
  padding-top: 14px;
  padding-bottom: 16px;
  transform: rotateX(10deg)rotateY(0)rotateZ(0)translate(0, -3px)perspective(1500px);
  box-shadow: 0 6px 18px -7px #faf5e44d, inset 0 5px 5px #000;
}

.footer-cta-button-1.gradient-border {
  position: relative;
}

.bottom-logos-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  display: flex;
}

.div-block-50 {
  background-image: linear-gradient(to bottom, var(--black) 18%, #7352ff80);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-51 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin-top: 75px;
  margin-bottom: 120px;
  display: flex;
}

.div-block-52 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  transition: all .2s;
  display: flex;
}

.div-block-53 {
  width: 200px;
}

.text-field {
  color: #faf5e4;
  -webkit-text-stroke-color: #faf5e400;
  background-color: #fff0;
  border: 1px #000;
  align-self: auto;
  height: 100%;
  padding: 0 0 0 30px;
  font-size: 18px;
  line-height: 100%;
}

.text-field::placeholder {
  color: #faf5e440;
}

.form {
  border: 1.5px solid #faf5e459;
  border-radius: 15px;
  align-items: stretch;
  width: 450px;
  height: 60px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form:focus {
  border-color: #faf5e4;
}

.submit-button {
  color: #faf5e4cc;
  background-color: #fff0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  line-height: 100%;
  transition: all .2s;
  position: relative;
}

.submit-button:hover {
  color: #faf5e4;
}

.success-message {
  background-color: #0d0c1226;
  border-radius: 16px;
  width: 500px;
  height: 65px;
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
}

.text-block-2 {
  color: var(--off-white);
  font-size: 16px;
  font-weight: 300;
}

.error-message {
  background-color: #ff7e7e1a;
  border-radius: 100px;
  width: 500px;
  margin-top: 15px;
  padding-left: 30px;
}

.text-block-3 {
  color: var(--red);
  font-weight: 500;
}

.div-block-54 {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 50px;
  display: flex;
  position: relative;
}

.lottie-animation-6 {
  width: 30px;
  height: 30px;
}

.div-block-56 {
  grid-column-gap: 4px;
  color: #faf5e480;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-56:hover {
  color: #faf5e4;
}

.div-block-56.copyright-symbol {
  cursor: auto;
}

.div-block-55-copy {
  grid-column-gap: 33px;
  display: flex;
  position: relative;
}

.mobile-nav-menu {
  flex: none;
}

.mobile-nav-menu.nav-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 0 700px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-nav-menu.nav-logo {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mobile-nav-menu.nav-cta {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  display: flex;
}

.mobile-menu-list {
  display: none;
}

.hero-h1-mobile {
  z-index: 1;
  text-align: center;
  letter-spacing: -1px;
  font-size: 72px;
  line-height: 70px;
  position: relative;
}

.hero-h1-mobile.hero-h1-animated {
  position: absolute;
}

.hero-h1-mobile.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.hero-h1-mobile.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.hero-h1-mobile.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.hero-h1-mobile.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.div-block-59 {
  display: none;
}

.div-block-12-mobile {
  flex-direction: column;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  padding-bottom: 260px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-12-mobile.div-block-12-edits {
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 90px;
}

.paragraph-footer {
  text-align: center;
  cursor: auto;
  max-width: 75%;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-footer.testimonial-text {
  text-align: left;
  max-width: 100%;
  margin-bottom: 60px;
  font-size: 20px;
}

.paragraph-footer.testimonial-name {
  color: #faf5e4;
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.7px;
  font-weight: 500;
}

.paragraph-footer.testimonial-name-title {
  color: #faf5e499;
  text-align: left;
  max-width: 100%;
  margin-top: -3px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.2px;
  font-weight: 300;
}

.paragraph-footer.paragraph-for-light {
  color: #333333b3;
  text-align: left;
  max-width: none;
  font-weight: 400;
}

.paragraph-footer.paragraph-for-light.this-paragraph {
  text-align: center;
  width: 60%;
  margin-top: 22px;
}

.paragraph-footer.paragraph-for-dark {
  color: #faf5e478;
  text-align: left;
  max-width: none;
}

.paragraph-footer.paragraph-for-dark.footer-paragraph {
  text-align: center;
}

.paragraph-footer.paragraph-for-dark.footer-bottom {
  text-align: center;
  -webkit-text-stroke-color: #faf5e499;
  margin-top: 2px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.paragraph-footer.paragraph-for-faq {
  color: #333333b3;
  text-align: left;
  max-width: none;
  font-weight: 400;
  display: block;
}

.paragraph-footer.paragraph-for-faq.this-paragraph {
  text-align: center;
  width: 60%;
  margin-top: 22px;
}

.paragraph-footer.paragraph-for-faq--bottom {
  color: #333333b3;
  text-align: left;
  max-width: none;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.paragraph-footer.paragraph-for-faq--bottom.this-paragraph {
  text-align: center;
  width: 60%;
  margin-top: 22px;
}

.paragraph-footer.paragraph-for-dark-footer {
  text-align: left;
  max-width: none;
}

.paragraph-footer.paragraph-for-dark-footer.footer-paragraph {
  text-align: center;
}

.paragraph-footer.paragraph-for-dark-footer.footer-bottom {
  text-align: center;
  -webkit-text-stroke-color: #faf5e499;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.section-6 {
  display: none;
}

.custom-player-mobile, .custom-player-copy {
  z-index: 5;
  border-radius: 40px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobile-video {
  justify-content: center;
  max-height: 100vh;
  display: flex;
}

.footer-h4 {
  z-index: 1;
  color: var(--off-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 123%;
  position: relative;
}

.footer-h4.hero-h1-animated {
  position: absolute;
}

.footer-h4.hero-h1-animated.hero-color-1 {
  color: var(--purple);
}

.footer-h4.hero-h1-animated.hero-color-2 {
  color: var(--red);
}

.footer-h4.hero-h1-animated.hero-color-3 {
  color: var(--yellow);
}

.footer-h4.hero-h1-animated.hero-color-4 {
  color: var(--green);
}

.footer-h4.has-gradient-text {
  z-index: 5;
  width: 1200px;
  font-size: 48px;
  font-weight: 600;
}

.footer-h4.has-gradient-text.this-footer-heading {
  width: 1000px;
}

.footer-h4.has-gradient-text.this-footer-h4 {
  width: 1000px;
  font-size: 40px;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  padding-right: 35px;
  display: flex;
}

.image-9 {
  max-height: 65px;
}

.title-wrapper-pricing {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(0)scale(1)translate(0)perspective(1500px);
}

.title-wrapper-pricing.this-title-wrapper {
  width: 1300px;
}

.title-wrapper-pricing.div-block-31 {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.title-wrapper-pricing.div-block-31-copy {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-wrapper-footer-heading {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(0)scale(1)translate(0)perspective(1500px);
}

.title-wrapper-footer-heading.this-title-wrapper {
  width: 1300px;
}

.title-wrapper-footer-heading.div-block-31 {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.title-wrapper-footer-heading.div-block-31-copy {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-wrapper-footer-bottom {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(0)scale(1)translate(0)perspective(1500px);
}

.title-wrapper-footer-bottom.this-title-wrapper {
  width: 1300px;
}

.title-wrapper-footer-bottom.div-block-31 {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.title-wrapper-footer-bottom.div-block-31-copy {
  flex: 0 0 68%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.remaining-seats-heading-wrapper {
  grid-column-gap: 6px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 30px;
  display: flex;
}

.remaining-seats-heading-wrapper.gradient-border.gradient-shadow {
  background-color: var(--black);
}

.spots-remaining-number {
  color: var(--off-white);
  font-weight: 500;
}

.collection-list {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item {
  flex: none;
}

.for-nondescrptive-links {
  display: none;
}

.avatar-image {
  margin-left: 30px;
}

.section-legal {
  z-index: 1;
  background-image: linear-gradient(#fff 88%, #faf5e4);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 170vh;
  padding-top: 12em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.section-legal.hero-section {
  overflow: visible;
}

.section-legal.hero-section-mobile {
  display: none;
  overflow: visible;
}

.text-rich-text {
  text-align: left;
  width: 100%;
  max-width: 53.75rem;
  font-family: Inter, sans-serif;
}

.text-rich-text h1 {
  margin: 0 5rem 1rem;
}

.text-rich-text h2 {
  margin-top: 1.8em;
  margin-left: 5rem;
  margin-right: 5rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

.text-rich-text h3 {
  margin: 1.8em 5rem .5em;
  line-height: 135%;
}

.text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.text-rich-text blockquote {
  margin-bottom: 1rem;
  margin-left: 5rem;
  margin-right: 5rem;
  padding: 1rem 0 1rem 2rem;
  font-size: 1.2rem;
}

.text-rich-text p {
  text-align: left;
  margin-bottom: 1.5rem;
  margin-left: 5rem;
  margin-right: 5rem;
  font-size: 18px;
  line-height: 160%;
}

.text-rich-text ol {
  margin-bottom: 1rem;
  margin-left: 5rem;
  margin-right: 5rem;
  padding-left: 0;
}

.text-rich-text li {
  text-align: left;
  background-image: var(--image-i22b92970);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 18px;
  line-height: 160%;
}

.text-rich-text img {
  border-radius: .75rem;
}

.text-rich-text figure {
  border-radius: .75rem;
  overflow: hidden;
}

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

.rich-text-legal {
  width: 100%;
  max-width: 680px;
  font-size: 16px;
  line-height: 135%;
}

.legal-heading {
  text-align: center;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 52px;
}

.legal-date {
  color: #888;
  text-align: center;
  border-bottom: 1px solid #00000026;
  margin-bottom: 35px;
  padding-bottom: 25px;
}

.cookie-block {
  z-index: 99;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000080;
  border-radius: 100px;
  align-items: center;
  min-width: 500px;
  padding: 8px 8px 8px 18px;
  display: flex;
  position: fixed;
  bottom: 5%;
}

.cookie-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #ffffffa3;
  text-align: left;
  letter-spacing: 0;
  cursor: auto;
  transform-style: preserve-3d;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transform: translate3d(0, 0, 15px)perspective(1500px);
}

.cookie-text.testimonial-text {
  text-align: left;
  max-width: 100%;
  margin-bottom: 60px;
  padding-right: 35px;
  font-size: 22px;
}

.cookie-text.testimonial-name {
  color: #faf5e4;
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.7px;
  font-weight: 500;
}

.cookie-text.testimonial-name-title {
  color: #faf5e499;
  text-align: left;
  max-width: 100%;
  margin-top: -3px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14.2px;
  font-weight: 300;
}

.cookie-text.paragraph-for-light {
  color: #333333b3;
  text-align: left;
  max-width: none;
}

.cookie-button {
  background-color: #0000004d;
  border-style: solid;
  border-color: #979797;
  border-radius: 100px;
  padding: 8px 34px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.cookie-button.gradient-border {
  position: relative;
}

.div-block-64 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.nav-wrapper {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-blog {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.section-blog.hero-section {
  overflow: visible;
}

.section-blog.hero-section-mobile {
  display: none;
  overflow: visible;
}

.section-blog.for-gallery {
  background-image: linear-gradient(#fff, #faf5e4);
  padding-bottom: 6rem;
}

.padding-blog {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-blog.for-hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68.75rem;
  margin-top: 14em;
  margin-bottom: 5rem;
}

.padding-blog.is-filter-form {
  width: 100%;
}

.blog-hero-innerwrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-hero-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 50%;
  height: 26rem;
  overflow: hidden;
}

.blog-hero-image.is-full-width {
  width: 100%;
  max-width: 100%;
}

.blog-hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 119%;
}

.blog-hero-header {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-hero-header.for-gallery {
  margin-top: .75rem;
}

.blog-hero-author-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-hero-author-wrapper.is-step-margin {
  margin-top: 2rem;
}

.blog-header-link {
  color: #3339;
  font-weight: 600;
  text-decoration: none;
}

.blog-header-link.active {
  color: #333;
}

.blog-header-link.category {
  color: #333333b3;
}

.bloag-header-arrow {
  height: .6rem;
  margin-top: .1rem;
}

.blog-hero-text {
  color: #3339;
  font-size: 18px;
  line-height: 155%;
}

.blog-breadcrumbs {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-breadcrumbs.for-gallery {
  background-color: #33333314;
  border-radius: 20px;
  flex: none;
  padding: .15rem .75rem;
  font-size: 13px;
}

.blog-meta {
  grid-column-gap: 1.35rem;
  grid-row-gap: 1.35rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-meta.for-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.blog-meta.for-article {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-right: 2px solid #33333314;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}

.blog-meta.for-article.v2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-right-width: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
}

.blog-meta-txt {
  color: #3339;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.blog-meta-txt.active {
  color: #333;
}

.blog-meta-txt.for-gallery {
  font-size: 13px;
}

.blog-meta-txt.for-article {
  font-size: 14px;
  font-weight: 400;
}

.blog-meta-txt.is-guide-step {
  font-size: 1rem;
  line-height: 1.5;
}

.bloag-eye {
  height: 1.15rem;
}

.bloag-eye.for-gallery {
  height: 1rem;
}

.bloag-eye.for-article {
  height: 1.25rem;
}

.read-time-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
  display: flex;
}

.read-time-wrapper.for-gallery {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
}

.author-image {
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.author-image.for-gallery {
  width: 2rem;
  height: 2rem;
}

.author-image.is-step-author {
  border: 2px solid #faf5e4;
  flex: none;
  box-shadow: 0 2px 10px #0000001a;
}

.author-image.is-step-author.is-large {
  width: 4.75rem;
  height: 4.75rem;
}

.blog-author-name {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.blog-author-name.active {
  color: #333;
}

.blog-author-name.for-gallery {
  font-size: 15px;
}

.blog-author-name.is-large {
  font-size: 1.2rem;
  line-height: 1.4;
}

.author-txt-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-txt-wrapper.for-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
}

.blog-author-title {
  color: #3339;
}

.blog-hero-txt-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-image-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

.gradient-image {
  object-fit: fill;
  width: 100%;
}

.blog-gallery {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-gallery-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-gallery-content-image {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 13rem;
  overflow: hidden;
}

.blog-gallery-heading {
  margin-top: .35em;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
}

.blog-gallery-txt {
  color: #3339;
  margin-top: .25rem;
  font-size: 16px;
  line-height: 155%;
}

.blog-gallery-author-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .65rem;
  display: flex;
}

.blog-article-txt-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-article {
  max-width: 43.75rem;
  margin-top: -.5rem;
}

.blog-article h2 {
  margin-top: 1.8em;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

.blog-article p {
  text-align: left;
  font-size: 18px;
  line-height: 160%;
}

.blog-article blockquote {
  border-left-width: 4px;
  border-left-color: #333;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.blog-article a {
  color: #333;
}

.blog-article img {
  border-radius: .75rem;
}

.blog-article figure {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.blog-article figcaption {
  opacity: .6;
  font-size: 13px;
}

.blog-article h3 {
  margin-top: 1.8em;
  margin-bottom: .5em;
}

.heading-2 {
  font-size: 32px;
}

.article-divider-wrapper {
  margin-top: 2rem;
}

.article-divider-wrapper.after-author {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.article-bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}

.article-author-image-bottom {
  border: 2px solid #faf5e4;
  border-radius: 50%;
  width: 5.5rem;
  box-shadow: 0 3px 12px #00000026;
}

.article-bottom-author-txt {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.written-by {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.about-author {
  color: #3339;
  font-size: 16px;
  line-height: 160%;
}

.related-articles-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 26px;
  font-weight: 400;
}

.figure-caption {
  opacity: .6;
}

.blog-hero-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #333;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-gallery-wrapper {
  width: 100%;
  min-height: 25rem;
}

.div-block-65 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.heading-3 {
  line-height: 135%;
}

.heading-4 {
  margin-top: 1.8em;
  margin-bottom: .66em;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 1.5rem;
}

.form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.radio-button-field {
  color: #00000080;
  border: 1px solid #0000001a;
  border-radius: 10rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .2s;
}

.radio-button-field:hover {
  color: #000000b3;
  background-color: #0d0c120f;
}

.radio-button-field.is-active-inputactive {
  background-color: var(--black);
  color: #fff;
}

.collection-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.blog_pagination {
  margin-top: 3rem;
}

.page-progress-wrapper {
  z-index: 98;
  opacity: 0;
  background-image: linear-gradient(90deg, #7352ff, #ff6363 33%, #f8b400 66%, #0eb770);
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: .3rem;
  transition: opacity .4s;
  display: flex;
  position: fixed;
}

.progress-bar {
  background-color: #efefef;
  width: 100%;
  height: 100%;
}

.blog-reference-txt-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-reference {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 43.75rem;
  min-height: 15rem;
  display: flex;
}

.blog-reference h2 {
  margin-top: 1.8em;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

.blog-reference p {
  text-align: left;
  font-size: 18px;
  line-height: 160%;
}

.blog-reference blockquote {
  border-left-width: 4px;
  border-left-color: #333;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.blog-reference a {
  color: #333;
}

.blog-reference img {
  border-radius: .75rem;
}

.blog-reference figure {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.blog-reference figcaption {
  opacity: .6;
  font-size: 13px;
}

.blog-reference h3 {
  margin-top: 1.8em;
  margin-bottom: .5em;
}

.references-heading {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.social-icons-wrapper {
  opacity: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1px;
  padding-right: 5rem;
  transition: all .3s;
  display: flex;
  position: sticky;
  top: 50%;
}

.social-icons-inner-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-links {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.social-links:hover {
  opacity: 1;
}

.social-links.for-copy, .social-links.for-copy.fs-copyclip_active {
  overflow: visible;
}

.social-image {
  width: 1.3rem;
}

.social-image.x-ixon, .social-image.facebook {
  width: 1.2rem;
}

.copied-text {
  opacity: 0;
  color: #737272;
  cursor: none;
  transition: opacity .2s;
  position: absolute;
  left: 40px;
}

.copied-text.active {
  opacity: 1;
}

.html-embed-2 {
  margin-bottom: -.8rem;
  transition: all .3s;
}

.blog-article-hero-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  display: flex;
}

.blog-article-hero-footer.hide {
  display: none;
}

.hero-social-icons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.hero-social-icons-wrapper.hide {
  display: none;
}

.article-meta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.meta-dot {
  background-color: #3333334d;
  border-radius: 50%;
  width: .2rem;
  height: .2rem;
}

.section_cs-hero {
  z-index: 2;
  width: 100%;
  position: relative;
}

.section_cs-hero.cs-gallery-page.add-light-gradient {
  background-image: linear-gradient(180deg, #fff 80%, var(--off-white));
}

.cs-hero_wrapper {
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.cs-hero_wrapper.galler-page {
  padding-top: 13rem;
}

.cs-hero_heading-wrapper {
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
}

.cs-hero_heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.1;
}

.cs-hero_heading.is-black {
  color: #333332;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.cs-hero_items-flex {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  padding: 7rem 3rem 10rem;
  display: flex;
}

.cs-hero_item {
  color: #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.cs-hero_item-left {
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.cs-hero_item-left.is-large {
  min-height: 37.5rem;
}

.cs-hero_item-absolute {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(#7352ff80, #412c99f2 60%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cs-hero_item-absolute.is-blue {
  background-image: linear-gradient(#08002b1a, #08002be6 66%);
}

.cs-hero_item-left-para {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-style: italic;
}

.cs-hero_item-summary {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cs-hero_item-left-name {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.cs-hero_item-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  display: flex;
}

.cs-hero_item-right-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 125%;
}

.cs-hero_item-right-summary {
  color: #3339;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.cs-hero_item-right-link {
  color: #7352ff;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-color-linear {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7352ff, #ff6363 25%, #f8b400 75%, #0eb770);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10rem;
  display: grid;
}

.cs-hero_wrapper-grid {
  z-index: 2;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: flex;
  position: relative;
}

.cs_image {
  width: 100%;
}

.cs-hero_wrapper-logo {
  height: 2.5rem;
}

.cs-hero_wrapper-content {
  margin-top: 1.875rem;
  margin-bottom: 2.275rem;
}

.cs_heading {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 125%;
}

.cs_summary {
  opacity: .6;
  text-align: left;
  font-family: Inter, sans-serif;
}

.cs_bottom-border {
  width: 100%;
  margin-top: -5rem;
}

.cs_informaation-wrapper {
  flex-flow: column;
  align-items: center;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-4 {
  opacity: .6;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.list-2 {
  margin-bottom: 1rem;
  margin-left: 6.25rem;
  margin-right: 6.25rem;
  padding-left: 0;
}

.cs_information-related {
  max-width: 75rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cs_heading-text {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.625rem;
}

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

.cs-testimonial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  margin-left: 5rem;
  margin-right: 5rem;
  display: flex;
}

.cs-testimonial-border {
  background-image: linear-gradient(#7352ff, #ff6363 25%, #f8b400 73%, #0eb770);
  width: 4px;
}

.cs-testimonial-text {
  margin-top: .25rem;
  font-size: 1.2rem;
  line-height: 155%;
}

.cs-testimonial-author {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: .25rem;
  display: flex;
}

.cs-testimonial-author-image {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
}

.cs-testimonial-author-info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs-testimonial-author-name {
  font-size: 1.2rem;
  font-weight: 700;
}

.cs-testimonial-author-role {
  font-size: 1.125rem;
  line-height: 1.5;
}

.swiper.myswiper {
  width: 100%;
  position: relative;
}

.swiper-wrapperr {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  position: relative;
}

.vertical-swiper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38rem;
  display: flex;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.vertical-slider-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.vertical-slider-item {
  box-shadow: none;
  opacity: .1;
  border: 1px solid #0000001a;
  border-radius: .5rem;
  width: 90%;
  height: 95%;
  transition: all .8s;
  position: relative;
  overflow: hidden;
}

.swiper-slide.vertical-slider-item.swiper-slide-active {
  z-index: 10;
  opacity: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 50px #0000001a;
}

.vertical-slider-pagination {
  z-index: 20;
  background-color: #fff;
  border: 1px solid #657cff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0 20px 0 0%;
}

.cs-hero_wrapper-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cs-hero_wrapper-right {
  width: 60%;
}

.cs-hero_wrapper-left {
  max-width: 40%;
}

.cs-hero_wrapper-top-shadow {
  z-index: 4;
  background-image: linear-gradient(#fff, #fff0);
  height: 5rem;
  position: absolute;
  inset: -.25rem 0% auto;
}

.div-block-74 {
  z-index: 4;
  background-image: linear-gradient(0deg, #fff, #fff0);
  height: 5rem;
  position: absolute;
  inset: auto 0% -.25rem;
}

.figure-caption-2 {
  opacity: .6;
  font-size: 13px;
}

.list-3 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.section_cs-body {
  z-index: 2;
  background-image: linear-gradient(#fff 98%, #faf5e5);
  width: 100%;
  position: relative;
}

.cs-body_wrapper {
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cs_gallery_logo {
  max-width: 15rem;
}

.guide_hero-heading {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
}

.collection-list-3 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  margin-bottom: 8rem;
  display: grid;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1rem;
}

.text-block-4 {
  background-color: var(--purple);
  color: #fff;
  border-radius: .25rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 30rem;
}

.resources_hweo-wrapper {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.resources_grid-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_grid-tag {
  color: #7352ff;
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
}

.resources_grid-heading {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 2.25rem;
  line-height: 1.2;
}

.resources_grid-summary {
  color: #3339;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.resources_grid-review-img {
  max-width: 11.875rem;
}

.resources_grid-review {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_grid-review.is-margin {
  margin-top: 2rem;
}

.image-13 {
  height: 1rem;
}

.resources_grid-star-text {
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
}

.resources_grid-star-img {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_grid-form {
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.resources_grid-form-input-label {
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 400;
}

.text-span-2 {
  color: var(--red);
}

.resources_grid-form-inputt {
  border: 1px solid #0003;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 1rem;
}

.resources_grid-form-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resources_grid-form-input {
  width: 100%;
}

.resources_grid-image {
  object-fit: cover;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.faq-links {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
}

.button-faq {
  background-color: #000;
  background-image: radial-gradient(circle at 50% 0, #ffffff26, #0000);
  border-style: solid;
  border-color: #979797;
  border-radius: 100px;
  margin-top: 10px;
  padding: 15px 40px;
  font-size: 1.2em;
  font-weight: 500;
  transition: all .3s;
}

.button-faq:hover {
  background-color: #1f1f1f;
}

.button-faq.gradient-border {
  position: relative;
}

.form-text {
  color: #007745;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.success-message-2 {
  background-color: #0eb7701a;
  border-radius: 10px;
}

.error-message-2 {
  color: #c11515;
  background-color: #ff63631a;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
  font-family: Inter, sans-serif;
}

.form-popup-wrapper {
  z-index: 10000;
  background-color: #0009;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-popup-close {
  position: absolute;
  inset: 0%;
}

.form-popup-main {
  z-index: 10;
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  height: 100%;
  max-height: 80vh;
  margin-top: 10svh;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.form-popup-started {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.form-popup-started-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 27.5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.form-popup-started-img {
  height: 100%;
  max-height: 3rem;
  margin-bottom: 3rem;
}

.form-popup-started-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.form-popup-started-para {
  opacity: .8;
  text-align: center;
  margin-bottom: 3em;
  font-size: 1rem;
}

.form-popup-started-para.is-small {
  margin-bottom: 2em;
}

.form-popup-started-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-popup-started-button-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-popup-help-text {
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
}

.form-popup-help-text.is-left {
  text-align: left;
}

.form-popup-opacity {
  opacity: .6;
  font-weight: 400;
}

.form-popup-help-link {
  color: #333;
}

.form-popup-form {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  overflow: auto;
}

.form-popup-form-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  overflow: auto;
}

.form-popup-form-label {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.form-popup-form-input {
  color: #000;
  background-color: #00000008;
  border: 1px solid #0000000d;
  border-radius: .5rem;
  height: 2.75rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

.form-popup-form-input::placeholder {
  color: #3339;
}

.form-popup-form-input.is-text {
  height: 8.75rem;
  padding-top: 1rem;
}

.form-popup-form-input.is-text::placeholder {
  color: #33333380;
}

.form-popup-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-popup-grid.is-3x {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-popup-label {
  opacity: .8;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-popup-radio-btn {
  background-color: #00000008;
  border-color: #0000000d;
  border-radius: .5rem;
  width: 100%;
  height: 2.5rem;
  margin-top: 0;
  margin-left: 0;
}

.form-popup-radio-btn.w--redirected-checked {
  background-color: #7352ff0f;
  border-width: 2px;
  border-color: #7352ff;
}

.form-popup-radio {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.form-popup-radio-lbl {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.popup-form-success {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.popup-form-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-popup-icon {
  cursor: pointer;
  width: 100%;
  max-width: .875rem;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.div-block-76 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.guide_grid-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  display: grid;
}

.guide_grid-image {
  border: 1px solid #0000001a;
  border-radius: .75rem;
  width: 100%;
}

.guide_grid-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.guide_grid-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.guide_grid-summary {
  opacity: .8;
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
}

.guide_grid-link {
  color: var(--purple);
  font-size: 1rem;
  text-decoration: none;
}

.guidetp_hero-flex {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.guidetp_hero-image {
  object-fit: cover;
  border-radius: 1rem;
  flex: 1;
  width: 100%;
  max-width: 50%;
  height: 26rem;
}

.guidetp_hero-content {
  flex: none;
  width: 100%;
  max-width: 31.25rem;
}

.guidetp_hero-heading {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.625rem;
  line-height: 1.2;
}

.guidetp_hero-para {
  opacity: .8;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.guidetp_hero-info {
  flex-flow: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.guidetp_hero-info.is-step {
  max-width: 62.5rem;
  padding-top: 4rem;
}

.guides-rich-text h1 {
  max-width: 50rem;
  margin: 0 auto 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.guides-rich-text h2 {
  max-width: 50rem;
  margin: 0 auto 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.guides-rich-text h3 {
  max-width: 50rem;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.guides-rich-text p {
  text-align: left;
  max-width: 50rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.guides-rich-text.is-step img {
  margin-bottom: 1.5rem;
}

.guides-rich-text.is-step li {
  text-align: left;
  background-image: var(--image-i92b8dbd);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 50rem;
  margin-bottom: .75rem;
  padding-left: 2rem;
  list-style-type: none;
}

.guides-rich-text.is-step ul {
  max-width: 50rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.guides-rich-text.is-step h4 {
  max-width: 50rem;
  margin: 0 auto 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.guides-rich-text.is-step h5 {
  max-width: 50rem;
  margin: 0 auto 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.guides-rich-text.is-step h6 {
  max-width: 50rem;
  margin: 0 auto .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.guides-rich-text.is-step blockquote {
  max-width: 50rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.guides-rich-text.is-step ol {
  max-width: 50rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.paragraph-8 {
  opacity: .8;
  text-align: left;
}

.guidetp_step-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

.guidetp_step-list.is-remove {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 0;
}

.guidetp_step-list-item {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  color: #333;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.75rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 25px #0000000d;
}

.guidetp_step-list-image {
  object-fit: cover;
  border-radius: .65rem;
  width: 100%;
  max-width: 15rem;
  height: 10rem;
}

.guidetp_step-list-heading {
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 20px;
  line-height: 1.35;
}

.guidetp_step-list-para {
  opacity: .8;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}

.guidetp_margin {
  max-width: 68.75rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.guidetp_hero-max-width {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.guidetp_hero-paragraph {
  opacity: .8;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.guidetp_hero-bradcrum {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.guidetp_hero-bradcrum-para {
  color: #3339;
  text-align: left;
  margin-bottom: 0;
  font-size: .875rem;
}

.guidetp_hero-bradcrum-title {
  margin-bottom: 0;
  font-size: .875rem;
}

.guidetp_hero-step {
  background-color: var(--purple);
  width: 100%;
}

.guidetp_hero-step-flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.guidetp_hero-step-label {
  color: #fff;
  flex: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.guidetp_hero-step-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  border-radius: 10rem;
  flex: none;
  padding: .25rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.guidetp_hero-step-tag.active {
  background-color: #ffffff1a;
}

.guidetp_hero-step-opacity {
  opacity: .5;
}

.guidetp_hero-points {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.guidetp_hero-circle {
  opacity: .5;
  background-color: #474746;
  border-radius: 10rem;
  width: .5rem;
  height: .5rem;
}

.guidetp_heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.4;
}

.guidetp_hero-parahrphh {
  color: #333c;
  text-align: left;
}

.guidetp_hero-max-50rem {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter_hero-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  transition: all .2s;
  display: grid;
}

.newsletter_hero-grid.popup_content-wrapper {
  z-index: 20;
  background-color: #fff;
  border-radius: 1rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  position: relative;
}

.newsletter_hero-image {
  width: 100%;
  height: 100%;
}

.newsletter_hero-tag {
  opacity: .8;
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
}

.newsletter_hero-primary {
  color: var(--purple);
}

.newsletter_hero-heading {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 3.5rem;
  line-height: 1.2;
}

.newsletter_hero-summary {
  opacity: .8;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.newsletter_hero-list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-top: 1.25rem;
  display: flex;
}

.newsletter_hero-list-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.text-opacity-80 {
  opacity: .8;
}

.text-opacity-100 {
  font-weight: 700;
}

.newsletter_hero-form {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.newsletter_hero-form-input {
  border: 1px #000;
  height: 3.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}

.newsletter_hero-form-block {
  border: 1px solid #00000026;
  border-radius: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter_hero-review {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter_hero-review-link {
  color: #333;
  border-bottom: 1px dashed #333;
  margin-top: 1.5rem;
  text-decoration: none;
}

.newsletter_bottom-wrap {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
}

.newsletter_bottom-heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.4;
}

.newsletter_bottom-para {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.newsletter_bottom-image-wrap {
  border: 1px solid #00000026;
  border-radius: 1rem;
  max-width: 56.25rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.newsletter_bottom-image {
  width: 100%;
}

.exit-intent-popup {
  z-index: 100;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close {
  position: absolute;
  inset: 0%;
}

.blog_subscribe {
  border: 1.5px solid #0000001a;
  border-radius: .75rem;
  width: 100%;
  max-width: 700px;
  padding: 3rem 5rem 3.75rem;
  box-shadow: 0 4px 20px #0000000d;
}

.blog_subscribe-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.blog_subscribe-summary {
  color: #333c;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 17px;
}

.blog_subscribe-primary {
  color: var(--purple);
  font-weight: 600;
}

.blog_subscribe-opacity {
  color: #333;
  font-weight: 500;
}

.heading-6 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-77 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-78 {
  justify-content: center;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-79 {
  margin-bottom: 6rem;
}

.author-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000000d;
  border-radius: 1rem;
  flex-flow: column;
  max-width: 50rem;
  margin: 2rem auto;
  padding: 2rem 2.5rem;
  display: flex;
}

.author-heading-flex-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-heading-flex-image {
  width: 2.5rem;
  margin-bottom: 0;
}

.author-heading-flex-number {
  color: #333332;
  font-size: 1.25rem;
  font-weight: 500;
}

.author-heading-flex-heading {
  opacity: .9;
  margin: 0 0 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1.4;
}

.guidetp_hero-toc {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.guidetp_hero-toc-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.guidetp_hero-toc-items {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.guidetp_hero-toc-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #7352ff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.guidetp_hero-toc-item:hover {
  color: #ed6104;
}

.guidetp_hero-toc-icon {
  width: 3rem;
  height: 3rem;
}

.guidetp_hero-toc-line {
  background-color: #00000014;
  flex: none;
  width: 100%;
  height: 1px;
}

.margin-top {
  margin-top: 1rem;
}

.blog-nextinseries-txt-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  display: flex;
}

.guidetp_hero-bradcrum-link {
  color: var(--black);
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.collection-list-wrapper-3 {
  margin-top: 1.5rem;
}

.newsletter_hero_list {
  font-size: 1.25rem;
}

.button-newsletter {
  background-color: #000;
  background-image: radial-gradient(circle at 50% 0, #333332, #000);
  border: 4px solid #fff;
  border-radius: 100px;
  padding: .875rem 2rem;
  font-size: 17px;
  font-weight: 500;
}

.button-newsletter:hover {
  background-image: radial-gradient(circle at 50% 0, #616161, #0e0e0e);
}

.button-newsletter.gradient-border {
  position: relative;
}

.button-newsletter.gradient-border.gradient-shadow.gradient-button.is-small {
  text-align: center;
  border-style: solid;
  min-width: 21.25rem;
  font-size: 1.125rem;
}

.button-newsletter.gradient-border.gradient-shadow.gradient-button.is-small.is-remove {
  min-width: auto;
  padding: .875rem 2rem;
  font-size: 17px;
  font-weight: 500;
}

.button-newsletter.is-small {
  color: #fff;
  border-style: none;
  padding: 1rem 3rem;
  font-size: 1rem;
}

.guide-newsletter {
  padding-bottom: 2rem;
}

.collection-list-wrapper-4 {
  margin-bottom: 3rem;
}

.related-case-studt-img {
  object-fit: cover;
  height: 28rem;
}

@media screen and (min-width: 1280px) {
  .text-rich-text img {
    margin-bottom: 1.5rem;
  }

  .legal-heading, .legal-date {
    text-align: center;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .blog-gallery {
    grid-template-rows: auto;
  }

  .cs-hero_item {
    color: #333;
    text-decoration: none;
  }

  .cs-hero_item-right-heading {
    line-height: 1.4;
  }

  .cs_informaation-top-border {
    width: 100%;
  }

  .cs-testimonial-author-image {
    margin-bottom: 0;
  }

  .guides-rich-text h1, .guides-rich-text h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    max-width: 50rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .author-heading-wrapper {
    border-radius: 1rem;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    width: 85%;
    margin-bottom: 80px;
  }

  .section.hero-section {
    display: none;
  }

  .section.hero-section-mobile {
    min-height: auto;
    display: flex;
  }

  .hero-paragraph {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .button.gradient-border.gradient-shadow.gradient-button.is-small {
    border-style: solid;
    min-width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navigation.gradient-shadow-2 {
    display: none;
  }

  .navigation.gradient-shadow-2.nav-phone {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 60px;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-2.section-with-bg-img.dark-nav-trigger {
    margin-top: 0;
  }

  .div-block-3.nav-logo {
    flex: none;
    width: 50%;
    height: 100%;
    padding-left: 15px;
  }

  .avatar-animation {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .div-block-7 {
    display: none;
  }

  .section-3 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .lottie-logo.main-animated-logo-light, .lottie-logo.main-animated-logo-dark, .lottie-logo.main-animated-logo-light-inner, .lottie-logo.main-animated-logo-dark-inner {
    width: 100px;
  }

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

  .main-h2.has-gradient-text.pricing-h2 {
    width: 100%;
    font-size: 46px;
  }

  .main-h2.has-gradient-text.below-video-h2 {
    width: auto;
    margin-top: -52px;
    font-size: 46px;
  }

  .title-wrapper {
    width: 80%;
  }

  .title-wrapper.this-title-wrapper {
    width: 85%;
  }

  .title-wrapper.div-block-31, .title-wrapper.div-block-31-copy {
    flex-basis: 100%;
    align-items: center;
  }

  .div-block-11 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 85%;
  }

  .violet-edgeshadow-box {
    flex-basis: 60%;
  }

  .violet-edgeshadow-box.logo-ticker-component, .violet-gradient-border.logo-ticker-inner {
    width: 80%;
    min-height: 60px;
  }

  .paragraph.paragraph-for-light, .paragraph.paragraph-for-dark {
    text-align: center;
  }

  .paragraph.paragraph-for-dark.footer-paragraph {
    width: 80%;
  }

  .paragraph.paragraph-for-dark-footer {
    text-align: center;
  }

  .paragraph.paragraph-for-dark-footer.footer-paragraph {
    width: 80%;
  }

  .animated-icon-box {
    height: 100px;
  }

  .div-block-12.div-block-12-edits.glide {
    display: none;
  }

  .testimonial-card.gradient-border.gradient-shadow {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    transform: scale(1);
  }

  .testimonial-top-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 47px;
  }

  .main-h3.has-gradient-text.this-text-h3 {
    width: 100%;
    font-size: 40px;
  }

  .main-h3.has-gradient-text.this-text-h3-2 {
    text-align: center;
    font-size: 40px;
  }

  .main-h3.has-gradient-text.this-text-h3-3 {
    text-align: center;
    width: 100%;
    font-size: 40px;
  }

  .main-h3.has-gradient-text.this-text-h2-1 {
    width: 100%;
    font-size: 46px;
  }

  .main-h3.has-gradient-text.this-text-h4-3 {
    text-align: center;
  }

  .main-h3.has-gradient-text.testimonial-h3 {
    text-align: center;
    width: 80%;
    font-size: 40px;
  }

  .main-h3.has-gradient-text.this-text-h3-3-copy {
    text-align: center;
    width: 100%;
    font-size: 40px;
  }

  .div-block-16 {
    align-items: center;
  }

  .main-bullets.glide__bullets {
    position: relative;
  }

  .div-block-20.glide__slide {
    opacity: 1;
    filter: blur();
    width: auto;
    padding-left: 0;
    padding-right: 0%;
    transform: translate(0)perspective(1500px)rotate(0);
  }

  .div-block-21 {
    margin-top: -30px;
  }

  .logo-ticker-image {
    height: 30px;
  }

  .base__track.glide__track {
    margin-bottom: 27px;
    position: relative;
  }

  .logo-ticker-overlay {
    width: 80%;
    min-height: 60px;
  }

  .div-block-23.gradient-border.gradient-shadow.this-section-end {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .div-block-30 {
    flex-wrap: wrap;
    width: 80%;
  }

  .feature-wrapper {
    width: 85%;
    margin-bottom: 26px;
  }

  .feature-card.gradient-shadow {
    min-height: 300px;
    padding: 30px 25px;
  }

  .main-h4 {
    font-size: 22px;
  }

  .feature-card-animation-wrapper {
    flex-basis: 49%;
  }

  .feature-card-animation-wrapper:hover {
    transform: none;
  }

  .feature-card-animation-wrapper.this-feature-card, .feature-card-animation-wrapper.this-feature-card-2 {
    margin-top: 0;
  }

  .feature-card-animation-wrapper.bottom-feature-card-wrapper {
    display: none;
  }

  .div-block-32 {
    flex-basis: 100%;
    margin-top: 25px;
  }

  .offerings-wrapper {
    width: 100%;
  }

  .offerings-list {
    grid-row-gap: 12px;
    justify-content: center;
    width: 80%;
  }

  .offerings-active-image, .offerings-active-image.blurred-bg-image {
    display: none;
  }

  .offering-card {
    flex-basis: 49%;
  }

  .offering-card.this-offer-card-bottom.hide-on-mobile {
    display: none;
  }

  .main-h4-for-dark.h4-pricing, .paragraph--smaller-for-dark.paragraph-pricing-1, .paragraph--smaller-for-dark.remaining-seats-heading, .paragraph--smaller-for-dark.paragraph-pricing-4 {
    text-align: center;
  }

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

  .div-block-37 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 80%;
  }

  .pricing-card {
    flex-basis: 80%;
  }

  .pricing-card-bottom {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 65%;
  }

  .div-block-43 {
    flex-basis: 100%;
  }

  .faq-wrapper {
    width: 80%;
  }

  .div-block-48 {
    width: 80%;
    position: relative;
  }

  .footer-h2.has-gradient-text {
    width: 100%;
    font-size: 40px;
  }

  .div-block-51 {
    grid-row-gap: 50px;
    flex-flow: column-reverse wrap;
    align-items: center;
    width: 80%;
  }

  .div-block-52 {
    grid-row-gap: 30px;
    align-items: center;
    width: 100%;
  }

  .div-block-53 {
    width: 40%;
  }

  .div-block-54 {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
  }

  .dropdown-link {
    color: #333c;
    border-bottom: 1px solid #0d0c120d;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .dropdown-link.dropdown-link-bottom {
    color: #333;
    border-bottom-style: none;
    font-weight: 600;
  }

  .mobile-nav-menu.nav-cta {
    flex: none;
    width: 50%;
    height: 100%;
    padding-right: 15px;
  }

  .menu-button {
    width: 45px;
  }

  .mobile-menu-list {
    z-index: 70;
    background-color: #fff;
    border: 1px solid #0d0c120d;
    border-radius: 15px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    height: 0;
    padding: 10px 15px;
    transition: all .4s;
    display: flex;
    position: fixed;
    top: 50px;
    overflow: hidden;
    box-shadow: 0 8px 20px -2px #7352ff40;
  }

  .mobile-menu-list.mobile-menu-list-active {
    height: auto;
    top: 100px;
  }

  .image-7 {
    width: 250px;
    margin-left: 65px;
  }

  .hero-h1-mobile.has-gradient-text.h1-tablet {
    font-size: 52px;
    line-height: 120%;
  }

  .div-block-58 {
    background-image: linear-gradient(to bottom, #0d0c1200, var(--black) 36%), var(--image-i1681120e);
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 150vw;
    height: 150vw;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .div-block-59 {
    background-color: var(--off-white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 350px;
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .link-block {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0d0c124d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    top: 100px;
  }

  .image-8 {
    height: 40px;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
  }

  .div-block-60 {
    background-color: #0d0c124d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    display: flex;
  }

  .div-block-12-mobile.div-block-12-edits.glide {
    align-items: center;
    width: 100%;
    padding-top: 52px;
    display: flex;
  }

  .form-block {
    justify-content: center;
    width: 70%;
    display: flex;
  }

  .paragraph-footer.paragraph-for-light, .paragraph-footer.paragraph-for-dark {
    text-align: center;
  }

  .paragraph-footer.paragraph-for-dark.footer-paragraph {
    width: 80%;
  }

  .paragraph-footer.paragraph-for-dark-footer {
    text-align: center;
  }

  .paragraph-footer.paragraph-for-dark-footer.footer-paragraph {
    width: 80%;
  }

  .video-mobile-lightbox {
    z-index: 100;
    background-color: #0d0c12f0;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .video-mobile-lightbox.hide-video-lightbox {
    background-color: #0d0c12;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .video-2 {
    justify-content: center;
    max-height: 100vh;
    display: flex;
  }

  .div-block-61 {
    z-index: 100;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: fixed;
  }

  .mobile-video {
    width: 0;
    height: 0;
  }

  .div-block-62 {
    z-index: 100;
    background-color: var(--black);
    justify-content: center;
    width: 0%;
    height: 0%;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .footer-h4.has-gradient-text {
    width: 100%;
    font-size: 40px;
  }

  .title-wrapper-pricing {
    width: 80%;
  }

  .title-wrapper-pricing.this-title-wrapper {
    width: 85%;
  }

  .title-wrapper-pricing.div-block-31, .title-wrapper-pricing.div-block-31-copy {
    flex-basis: 100%;
    align-items: center;
  }

  .title-wrapper-footer-heading {
    width: 80%;
  }

  .title-wrapper-footer-heading.this-title-wrapper {
    width: 85%;
  }

  .title-wrapper-footer-heading.div-block-31, .title-wrapper-footer-heading.div-block-31-copy {
    flex-basis: 100%;
    align-items: center;
  }

  .title-wrapper-footer-bottom {
    width: 80%;
  }

  .title-wrapper-footer-bottom.this-title-wrapper {
    width: 85%;
  }

  .title-wrapper-footer-bottom.div-block-31, .title-wrapper-footer-bottom.div-block-31-copy {
    flex-basis: 100%;
    align-items: center;
  }

  .section-legal.hero-section {
    display: none;
  }

  .section-legal.hero-section-mobile {
    min-height: auto;
    display: flex;
  }

  .text-rich-text h1 {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-rich-text p, .text-rich-text ol {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-legal {
    width: 80%;
  }

  .cookie-block {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
    left: 10%;
    right: 10%;
  }

  .cookie-button {
    flex: none;
  }

  .section-blog.hero-section {
    display: none;
  }

  .section-blog.hero-section-mobile {
    min-height: auto;
    display: flex;
  }

  .section-blog.for-gallery {
    padding-bottom: 4rem;
  }

  .padding-blog.for-hero {
    flex-flow: column;
    margin-top: 10em;
  }

  .blog-hero-innerwrapper {
    width: 100%;
  }

  .blog-hero-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .blog-hero-h1 {
    font-size: 2rem;
  }

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

  .article-bottom-wrapper {
    width: auto;
  }

  .blog-hero-wrapper {
    flex-flow: column;
  }

  .form-2 {
    padding-bottom: 1rem;
    overflow: auto;
  }

  .collection-list-wrapper-2 {
    flex: none;
  }

  .blog-reference-txt-wrapper {
    position: relative;
  }

  .blog-reference {
    width: auto;
    max-width: 43.75rem;
    position: relative;
  }

  .social-icons-wrapper {
    display: none;
  }

  .section_cs-hero.cs-gallery-page.is-remove {
    background-image: linear-gradient(#fff 96%, #faf5e5);
  }

  .cs-hero_wrapper {
    padding-top: 9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-hero_heading {
    font-size: 3rem;
  }

  .cs-hero_items-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 5rem 0;
  }

  .cs-hero_item {
    flex-flow: column;
    display: flex;
  }

  .cs-hero_item-left.is-large {
    min-height: auto;
  }

  .cs-hero_item-right {
    padding: 2.5rem 0 0;
  }

  .cs-hero_wrapper-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .cs_heading {
    font-size: 2.25rem;
  }

  .cs_summary {
    font-size: 1rem;
  }

  .cs_information-related {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .cs_heading-grid {
    flex-flow: column;
    display: flex;
  }

  .cs-testimonial-wrapper {
    margin-bottom: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .vertical-swiper {
    height: 400px;
  }

  .vertical-slider-pagination {
    height: 100px;
    bottom: 13%;
  }

  .cs-hero_wrapper-right {
    width: 100%;
  }

  .cs-hero_wrapper-left {
    max-width: 100%;
  }

  .cs-body_wrapper {
    padding-top: 9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .guide_hero-heading {
    padding-top: 2rem;
  }

  .collection-list-3 {
    flex-flow: column;
    margin-top: 3.75rem;
    display: flex;
  }

  .resources_hweo-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .resources_grid-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .resources_grid-image {
    min-height: 500px;
  }

  .form-popup-main {
    height: auto;
  }

  .form-popup-started-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .form-popup-started-img {
    max-height: 2.5rem;
    margin-bottom: 2rem;
  }

  .form-popup-started-heading {
    font-size: 2rem;
  }

  .form-popup-started-para {
    margin-bottom: 2em;
  }

  .form-popup-form-block {
    padding: 2rem;
  }

  .guide_grid-wrapper {
    flex-flow: column;
    display: flex;
  }

  .guidetp_hero-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2rem;
  }

  .guidetp_hero-image {
    border: 1px solid #00000026;
    border-radius: .75rem;
    max-width: 100%;
  }

  .guidetp_hero-content {
    max-width: 100%;
  }

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

  .guidetp_hero-info.is-step {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .guides-rich-text h1 {
    font-size: 2rem;
  }

  .guides-rich-text h2 {
    font-size: 1.75rem;
  }

  .guides-rich-text h3 {
    font-size: 1.25rem;
  }

  .guides-rich-text.is-step img {
    margin-bottom: 1rem;
  }

  .guidetp_step-list {
    margin-top: 2.5rem;
  }

  .guidetp_step-list-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .guidetp_margin {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .guidetp_hero-step-flex {
    flex-flow: wrap;
  }

  .guidetp_hero-points {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .newsletter_hero-grid {
    flex-flow: column;
    display: flex;
  }

  .newsletter_bottom-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .newsletter_bottom-heading {
    text-align: center;
    font-size: 2rem;
  }

  .newsletter_bottom-para {
    text-align: center;
  }

  .blog_subscribe {
    padding: 2rem;
  }

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

  .blog_subscribe-summary {
    font-size: 1.125rem;
  }

  .author-heading-wrapper {
    padding: 1.5rem;
  }

  .author-heading-flex-heading, .guidetp_hero-toc-heading {
    font-size: 2rem;
  }

  .blog-nextinseries-txt-wrapper {
    position: relative;
  }

  .button-newsletter.gradient-border.gradient-shadow.gradient-button.is-small {
    border-style: solid;
    min-width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}

@media screen and (max-width: 767px) {
  .button.gradient-border.gradient-shadow.gradient-button.is-small.is-remove {
    font-size: 1rem;
  }

  .div-block-61 {
    display: flex;
    position: fixed;
  }

  .section-blog {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .padding-blog {
    width: 100%;
  }

  .padding-blog.for-hero {
    margin-top: 10em;
  }

  .blog-gallery {
    flex-flow: column;
    display: flex;
  }

  .blog-gallery-content-image {
    height: auto;
  }

  .blog-article-txt-wrapper {
    width: 100%;
  }

  .blog-hero-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .blog-reference-txt-wrapper {
    width: 100%;
  }

  .cs-hero_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cs-hero_item-right {
    padding-top: 2rem;
  }

  .cs_heading {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .cs_information-related {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .vertical-swiper {
    height: 60vw;
  }

  .vertical-slider-pagination {
    justify-content: center;
    bottom: 40%;
  }

  .cs-body_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .form-popup-main {
    max-width: 90%;
    margin-top: 5svh;
  }

  .form-popup-grid.is-3x {
    grid-template-columns: 1fr 1fr;
  }

  .guide_grid-content {
    padding-left: 0;
    padding-right: 0;
  }

  .guide_grid-heading {
    font-size: 1.75rem;
  }

  .guidetp_hero-info.is-step {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .guidetp_step-list-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .guidetp_step-list-image {
    max-width: 100%;
    max-height: none;
  }

  .guidetp_margin {
    margin-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .guidetp_hero-points {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .newsletter_bottom-image-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog_subscribe {
    margin-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .blog_subscribe-summary {
    font-size: 1rem;
  }

  .author-heading-flex-image {
    width: 2rem;
  }

  .author-heading-flex-number {
    font-size: 1rem;
  }

  .author-heading-flex-heading {
    font-size: 1.75rem;
  }

  .guidetp_hero-toc-item {
    font-size: 1.25rem;
  }

  .guidetp_hero-toc-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .blog-nextinseries-txt-wrapper {
    width: 100%;
  }

  .button-newsletter.gradient-border.gradient-shadow.gradient-button.is-small.is-remove {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    width: 85%;
  }

  .section.hero-section {
    display: none;
    overflow: hidden;
  }

  .section.hero-section-mobile {
    min-height: auto;
    display: flex;
  }

  .hero-paragraph {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
  }

  .button.gradient-border.gradient-shadow.gradient-button.button-mobile {
    text-align: center;
    border-style: none;
    padding: 15px 40px;
    font-size: 17px;
  }

  .button.gradient-border.gradient-shadow.gradient-button.is-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-h1 {
    font-size: 48px;
    line-height: 120%;
  }

  .navigation.gradient-shadow-2 {
    display: none;
  }

  .navigation.gradient-shadow-2.nav-phone {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 60px;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-3.nav-logo {
    flex: none;
    width: 50%;
    height: 100%;
    padding-left: 15px;
    position: relative;
  }

  .div-block-3.nav-cta {
    align-items: center;
    width: 100%;
    display: none;
    position: absolute;
  }

  .avatar-animation {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-right: 0;
    display: flex;
  }

  .div-block-7 {
    display: none;
  }

  .section-3 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .lottie-logo.main-animated-logo-light, .lottie-logo.main-animated-logo-dark, .lottie-logo.main-animated-logo-light-inner, .lottie-logo.main-animated-logo-dark-inner {
    width: 80px;
    display: flex;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .main-h2.has-gradient-text.pricing-h2 {
    width: 100%;
    font-size: 34px;
  }

  .main-h2.has-gradient-text.below-video-h2 {
    width: auto;
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
  }

  .title-wrapper {
    width: 80%;
    margin-top: 0;
  }

  .title-wrapper.this-title-wrapper {
    width: 80%;
  }

  .title-wrapper.div-block-31, .title-wrapper.div-block-31-copy {
    flex: none;
    width: 100%;
  }

  .title-wrapper.title-wrapper-footer-heading {
    width: 100%;
  }

  .div-block-11 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 41px;
  }

  .violet-edgeshadow-box {
    flex-basis: 100%;
    min-height: 200px;
  }

  .paragraph {
    font-size: 17px;
  }

  .paragraph.testimonial-text {
    margin-bottom: 40px;
    font-size: 17px;
  }

  .paragraph.testimonial-name {
    font-size: 14px;
  }

  .paragraph.testimonial-name-title {
    font-size: 13px;
  }

  .paragraph.paragraph-for-light, .paragraph.paragraph-for-dark {
    text-align: center;
  }

  .paragraph.paragraph-for-dark.footer-bottom, .paragraph.paragraph-for-faq {
    font-size: 16px;
  }

  .paragraph.paragraph-for-faq--bottom {
    text-align: center;
    font-size: 18px;
  }

  .paragraph.paragraph-for-dark-footer {
    text-align: center;
  }

  .paragraph.paragraph-for-dark-footer.footer-bottom {
    font-size: 16px;
  }

  .lottie-animation-5 {
    width: 100px;
  }

  .lottie-smily {
    width: 72px;
  }

  .animated-icon-box {
    height: 100px;
  }

  .lottie-gift {
    width: 80px;
  }

  .testimonial-card.gradient-border.gradient-shadow.active-testimonial-card {
    min-height: 0;
  }

  .testimonial-card-inside {
    min-height: 0;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-button {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .div-block-13 {
    height: 70px;
    padding-top: 5px;
  }

  .div-block-14 {
    flex: none;
    width: auto;
    padding-left: 20px;
  }

  .image-3 {
    height: 35px;
  }

  .div-block-15 {
    margin-left: 8px;
  }

  .testimonial-logo {
    height: 26px;
    margin-right: 20px;
  }

  .testimonial-top-wrapper {
    margin-bottom: 25px;
  }

  .main-h3.has-gradient-text.this-text-h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .main-h3.has-gradient-text.this-text-h3-2 {
    text-align: center;
    width: 90%;
    font-size: 32px;
    line-height: 120%;
  }

  .main-h3.has-gradient-text.this-text-h3-3 {
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 120%;
  }

  .main-h3.has-gradient-text.this-text-h2-1 {
    font-size: 40px;
  }

  .main-h3.has-gradient-text.this-text-h4-3 {
    font-size: 28px;
  }

  .main-h3.has-gradient-text.testimonial-h3 {
    width: 100%;
    font-size: 32px;
    line-height: 120%;
  }

  .main-h3.has-gradient-text.this-text-h3-3-copy {
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 120%;
  }

  .misc-cta-button {
    padding: 12px 40px;
    font-size: 17px;
  }

  .swiper-bullet {
    width: 10px;
    height: 10px;
  }

  .logo-ticker-image {
    height: 50px;
  }

  .glide__slide.showcase-slide {
    width: 600px;
    height: 250px;
  }

  .div-block-23.gradient-border.gradient-shadow.this-section-end {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    transform: scale3d(1.015, 1, 1);
  }

  .div-block-24.this-section-end-wrapper {
    padding-bottom: 20px;
  }

  .div-block-25 {
    padding-top: 100px;
  }

  .gradient-text {
    font-weight: 600;
  }

  .gradient-text.hero-gradient-text {
    font-weight: 700;
  }

  .showcase-ticker-wrapper-1 {
    margin-top: 90px;
  }

  .section-5 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .div-block-30 {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin-top: 0;
  }

  .div-block-30.this-1 {
    margin-top: 8px;
  }

  .feature-wrapper {
    width: 80%;
    margin-top: 35px;
  }

  .feature-card.gradient-shadow {
    min-height: auto;
    padding: 30px 20px;
  }

  .feature-card.gradient-shadow.bottom-card-1 {
    height: 100%;
  }

  .feature-card-icon-wrapper.feature-card-icon-wrapper-gradient-1 {
    width: 60px;
    height: 60px;
  }

  .main-h4 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 120%;
  }

  .main-h4.faq-h5 {
    font-size: 18px;
  }

  .paragraph--smaller {
    margin-top: 10px;
  }

  .image-4 {
    width: 150px;
    margin-top: -62px;
  }

  .feature-card-animation-wrapper {
    flex: none;
    width: 100%;
  }

  .feature-card-animation-wrapper.this-feature-card {
    flex: none;
    margin-top: 0;
  }

  .feature-card-animation-wrapper.this-feature-card.bottom-feature-card-wrapper {
    flex: none;
    width: 100%;
    height: 100px;
    display: flex;
  }

  .feature-card-animation-wrapper.this-feature-card-2 {
    flex: none;
    margin-top: 0;
  }

  .feature-card-animation-wrapper.this-feature-card-2.bottom-feature-card-wrapper, .feature-card-animation-wrapper.bottom-feature-card-wrapper {
    display: none;
  }

  .div-block-32 {
    flex: none;
    width: 100%;
    margin-top: 15px;
  }

  .offerings-wrapper {
    width: 80%;
    margin-top: 45px;
  }

  .offerings-list {
    grid-column-gap: 0%;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .offerings-active-image, .offerings-active-image.blurred-bg-image {
    display: none;
  }

  .offering-card {
    flex-basis: 100%;
  }

  .offering-card:hover {
    transform: none;
  }

  .offering-card.this-offer-card-bottom.hide-on-mobile {
    display: none;
  }

  .main-h4-for-dark {
    font-size: 22px;
  }

  .main-h4-for-dark.h4-pricing {
    text-align: center;
  }

  .main-h4-for-dark.h3-pricing-main-price {
    font-size: 40px;
  }

  .paragraph--smaller-for-dark.paragraph-pricing-1, .paragraph--smaller-for-dark.remaining-seats-heading, .paragraph--smaller-for-dark.paragraph-pricing-4 {
    text-align: center;
  }

  .div-block-35 {
    width: 85%;
    margin-top: 25px;
  }

  .div-block-36 {
    width: 100%;
    padding-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-37 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 80%;
  }

  .pricing-card {
    flex-basis: 100%;
    align-items: center;
  }

  .pricing-card:hover {
    transform: none;
  }

  .text-span {
    font-size: 20px;
  }

  .pricing-button {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-button.footer-cta-button-2 {
    width: 100%;
    display: none;
    overflow: visible;
  }

  .pricing-card-bottom {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
  }

  .div-block-43 {
    flex-basis: 100%;
  }

  .pricing-button-bottom {
    width: 100%;
    margin-top: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25-copy {
    padding-top: 69px;
  }

  .plus-wrapper {
    flex: none;
  }

  .div-block-47-copy {
    width: 80%;
    margin-top: 66px;
    margin-bottom: 33px;
  }

  .h3-faq {
    font-size: 30px;
  }

  .div-block-48 {
    width: 90%;
    margin-top: 50px;
  }

  .footer-h2.has-gradient-text {
    width: 100%;
    font-size: 36px;
  }

  .footer-h2.has-gradient-text.this-footer-heading {
    width: 100%;
    font-size: 34px;
  }

  .div-block-49 {
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
  }

  .footer-cta-button-1 {
    text-align: center;
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bottom-logos-wrapper {
    margin-top: 129px;
  }

  .div-block-51 {
    margin-top: 56px;
  }

  .div-block-53 {
    width: 70%;
  }

  .text-field {
    border-style: solid none solid solid;
    border-width: 1px;
  }

  .text-field::placeholder {
    color: #faf5e480;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
  }

  .form {
    width: 100%;
    height: 55px;
  }

  .submit-button {
    font-size: 16px;
  }

  .div-block-54 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-55 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .div-block-56.copyright-symbol {
    margin-top: 31px;
  }

  .div-block-55-copy {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .dropdown-toggle {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 15px 0 0;
    display: flex;
  }

  .dropdown {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .image-6 {
    flex: none;
    align-self: center;
    height: 22px;
  }

  .dropdown-list {
    margin-top: 6px;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border: 1px solid #0d0c120d;
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .2s cubic-bezier(.39, .575, .565, 1);
    display: flex;
    box-shadow: 0 5px 19px -2px #7352ff26;
  }

  .dropdown-link {
    color: #333c;
    border-bottom: 1px solid #0d0c120d;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .dropdown-link.dropdown-link-bottom {
    color: #333;
    border-bottom-style: none;
    font-weight: 600;
    text-decoration: none;
  }

  .div-block-57 {
    border-bottom: 1px solid #000;
    width: 100%;
    height: 10px;
  }

  .mobile-nav-menu.nav-logo {
    margin-left: 15px;
    position: absolute;
  }

  .mobile-nav-menu.nav-cta {
    flex-direction: column;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .menu-button {
    cursor: pointer;
    justify-content: center;
    width: 45px;
    margin-right: 10px;
    display: flex;
  }

  .mobile-menu-list {
    z-index: 50;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #0d0c120d;
    border-radius: 15px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    height: 0;
    padding: 10px 15px;
    transition: all .4s;
    display: flex;
    position: fixed;
    top: 50px;
    overflow: hidden;
    box-shadow: 0 8px 20px -2px #7352ff66;
  }

  .mobile-menu-list.mobile-menu-list-active {
    opacity: 1;
    height: auto;
    top: 100px;
  }

  .image-7 {
    width: 240px;
    margin-left: 65px;
  }

  .hero-h1-mobile {
    margin-top: 0;
    font-size: 46px;
    line-height: 120%;
  }

  .hero-h1-mobile.has-gradient-text {
    line-height: 120%;
  }

  .hero-h1-mobile.has-gradient-text.h1-tablet {
    font-size: 46px;
  }

  .div-block-58 {
    background-image: linear-gradient(to bottom, #0d0c1200, var(--black) 60%), var(--image-i1681120e);
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 150vw;
    height: 150vw;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .lottie-animation-7 {
    width: 150px;
  }

  .div-block-59 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 350px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .link-block {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0d0c124d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    display: flex;
    position: relative;
    top: 93px;
  }

  .image-8 {
    height: 40px;
    margin-left: 0;
    margin-right: -10px;
  }

  .div-block-60 {
    background-color: #0d0c124d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    display: flex;
    position: relative;
  }

  .div-block-12-mobile.div-block-12-edits.glide {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 200px;
  }

  .form-block {
    width: 100%;
  }

  .paragraph-footer {
    font-size: 17px;
  }

  .paragraph-footer.testimonial-text {
    margin-bottom: 40px;
    font-size: 17px;
  }

  .paragraph-footer.testimonial-name {
    font-size: 14px;
  }

  .paragraph-footer.testimonial-name-title {
    font-size: 13px;
  }

  .paragraph-footer.paragraph-for-light, .paragraph-footer.paragraph-for-dark {
    text-align: center;
  }

  .paragraph-footer.paragraph-for-dark.footer-bottom, .paragraph-footer.paragraph-for-faq {
    font-size: 16px;
  }

  .paragraph-footer.paragraph-for-faq--bottom {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-footer.paragraph-for-dark-footer {
    text-align: center;
  }

  .paragraph-footer.paragraph-for-dark-footer.footer-bottom {
    font-size: 16px;
  }

  .section-6 {
    background-color: #422f84;
    width: 100%;
    min-height: 1370px;
    display: block;
  }

  .video-mobile-lightbox {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .custom-player-mobile {
    border-radius: 0;
    width: 90%;
    min-height: 60vh;
  }

  .video-2 {
    justify-content: center;
    display: flex;
  }

  .body-2 {
    background-color: var(--black);
    display: flex;
  }

  .div-block-61 {
    z-index: 100;
    width: 100%;
    position: fixed;
  }

  .footer-h4.has-gradient-text {
    width: 100%;
    font-size: 36px;
  }

  .footer-h4.has-gradient-text.this-footer-heading, .footer-h4.has-gradient-text.this-footer-h4 {
    width: 100%;
  }

  .title-wrapper-pricing {
    width: 90%;
    margin-top: 0;
  }

  .title-wrapper-pricing.this-title-wrapper {
    width: 80%;
  }

  .title-wrapper-pricing.div-block-31, .title-wrapper-pricing.div-block-31-copy {
    flex: none;
    width: 100%;
  }

  .title-wrapper-footer-heading {
    width: 80%;
    margin-top: 0;
  }

  .title-wrapper-footer-heading.this-title-wrapper {
    width: 80%;
  }

  .title-wrapper-footer-heading.div-block-31, .title-wrapper-footer-heading.div-block-31-copy {
    flex: none;
    width: 100%;
  }

  .title-wrapper-footer-bottom {
    width: 100%;
    margin-top: 0;
  }

  .title-wrapper-footer-bottom.this-title-wrapper {
    width: 80%;
  }

  .title-wrapper-footer-bottom.div-block-31, .title-wrapper-footer-bottom.div-block-31-copy {
    flex: none;
    width: 100%;
  }

  .section-legal.hero-section {
    display: none;
    overflow: hidden;
  }

  .section-legal.hero-section-mobile {
    min-height: auto;
    display: flex;
  }

  .text-rich-text p {
    font-size: 1.125rem;
  }

  .rich-text-legal {
    width: 90%;
  }

  .cookie-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 18px;
    flex-direction: column;
    min-width: 0;
    left: 5%;
    right: 5%;
  }

  .cookie-text {
    margin-top: 10px;
  }

  .cookie-button {
    text-align: center;
    width: 100%;
  }

  .div-block-64 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-blog {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-blog.hero-section {
    display: none;
    overflow: hidden;
  }

  .section-blog.hero-section-mobile {
    min-height: auto;
    display: flex;
  }

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

  .blog-hero-image {
    border-radius: .5rem;
  }

  .blog-hero-h1 {
    font-size: 1.75rem;
  }

  .blog-hero-author-wrapper.is-step-margin.is-verticle {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-meta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .author-image {
    width: 2.75rem;
    height: 2.75rem;
  }

  .blog-gallery-content-image {
    border-radius: .5rem;
  }

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

  .article-bottom-author-txt {
    justify-content: center;
    align-items: center;
  }

  .written-by {
    font-size: 18px;
  }

  .about-author {
    text-align: center;
    font-size: 14px;
  }

  .related-articles-heading {
    text-align: center;
  }

  .blog-reference {
    max-width: 100%;
  }

  .cs-hero_wrapper {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .cs-hero_heading {
    font-size: 2.5rem;
  }

  .cs-hero_item-left {
    height: 30rem;
  }

  .cs-hero_item-absolute {
    padding: 1.5rem;
  }

  .cs-hero_item-left-para {
    font-size: 1rem;
  }

  .cs-hero_item-left-name {
    text-align: left;
  }

  .cs-hero_item-right-heading {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .cs_heading {
    font-size: 1.5rem;
  }

  .cs-testimonial-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cs-testimonial-text {
    font-size: 1.125rem;
  }

  .cs-testimonial-author {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cs-testimonial-author-info {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cs-testimonial-author-name {
    font-size: 1.125rem;
  }

  .vertical-slider-pagination {
    background-color: #0000;
    border-style: none;
    flex-direction: row;
    width: auto;
    height: 20px;
    margin-top: 0;
    position: static;
    bottom: 50%;
  }

  .cs-hero_wrapper-top-shadow {
    height: 3rem;
  }

  .div-block-74 {
    height: 4rem;
  }

  .cs_gallery_logo {
    max-width: 8rem;
  }

  .guide_hero-heading {
    padding-top: 1rem;
  }

  .collection-list-3 {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .heading-5 {
    line-height: 1.2;
  }

  .paragraph-5 {
    margin-bottom: .75rem;
  }

  .resources_grid-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .resources_grid-review {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .resources_grid-review.is-margin {
    justify-content: center;
    align-items: center;
  }

  .resources_grid-star-text.is-center {
    text-align: center;
  }

  .resources_grid-image {
    min-height: 300px;
  }

  .form-popup-wrapper {
    padding-bottom: 5svh;
  }

  .form-popup-main {
    height: 100%;
    max-height: 100%;
  }

  .form-popup-started-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form-popup-started-img {
    margin-bottom: 1rem;
  }

  .form-popup-form {
    overflow: auto;
  }

  .form-popup-form-block {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-popup-form-label {
    margin-bottom: 1rem;
  }

  .form-popup-grid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .form-popup-grid.is-3x {
    flex-flow: column;
    margin-top: 1rem;
    display: flex;
  }

  .form-popup-radio {
    width: 100%;
  }

  .guide_grid-wrapper {
    margin-top: 3rem;
  }

  .guide_grid-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1rem;
  }

  .guide_grid-heading {
    font-size: 1.5rem;
  }

  .guide_grid-summary {
    margin-top: .5em;
  }

  .guide_grid-link {
    margin-top: .5rem;
  }

  .guidetp_hero-flex {
    padding-top: 0;
    padding-bottom: 4rem;
  }

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

  .guides-rich-text p {
    text-align: left;
    font-size: 1rem;
  }

  .guides-rich-text.is-step li {
    background-size: 1rem;
    padding-left: 1.5rem;
    font-size: 1rem;
  }

  .guidetp_step-list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .guidetp_step-list-heading {
    font-size: 1.5rem;
  }

  .guidetp_margin {
    margin-top: 0;
  }

  .guidetp_margin.is-add {
    margin-top: 3rem;
  }

  .guidetp_hero-step-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    display: grid;
  }

  .guidetp_hero-step-flex.is-top-grid {
    flex-flow: column;
    align-items: stretch;
    padding-left: 1rem;
    display: flex;
  }

  .guidetp_hero-step-flex.is-bottom {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .guidetp_hero-step-label {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .guidetp_hero-step-tag {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .guidetp_heading {
    font-size: 1.75rem;
  }

  .newsletter_hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .newsletter_hero-heading {
    font-size: 2.25rem;
  }

  .newsletter_hero-list-item {
    font-size: .9rem;
  }

  .newsletter_hero-form-input {
    border-style: solid;
    border-color: #00000026;
    border-radius: 10rem;
  }

  .newsletter_hero-form-block {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    border-radius: 0;
    flex-flow: column;
  }

  .newsletter_bottom-image-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .author-heading-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .guidetp_hero-toc {
    margin-top: 2rem;
  }

  .guidetp_hero-toc-item {
    font-size: 1.125rem;
  }

  .guidetp_hero-toc-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .button-newsletter.gradient-border.gradient-shadow.gradient-button.button-mobile {
    text-align: center;
    border-style: none;
    padding: 15px 40px;
    font-size: 17px;
  }

  .button-newsletter.gradient-border.gradient-shadow.gradient-button.is-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


